List of all printf(), sprintf(), etc. formats strings mentioned in the code..
| Value | Count | File:Line |
|---|---|---|
| 'DELETE FROM %s %s' | 1 |
|
| 'Unable to create folder to store uploaded files, check the permissions of the parent directory (file=%s; mode=%o; uid=%d; gid=%d)' | 1 |
|
| '[%s] %s' | 1 |
|
| '<div class="avatar-letter" style="background-color: rgb(%d, %d, %d)" title="%s">%s</div>' | 1 |
|
| "/^(%s:)/i" | 1 |
|
| '<a href="%s" target="_blank">%s</a>' | 1 |
|
| 'https://docs.kanboard.org/en/%s/user_guide/%s.html' | 1 |
|
| '<label><input type="checkbox" name="%s" class="%s" value="%s" %s> %s</label>' | 1 |
|
| '%s="%s"' | 1 |
|
| '<a href="%s" target=_blank">%s</a>' | 1 |
|
| '<option value="%s" %s>%s</option>' | 1 |
|
| '%02d:%02d' | 1 |
|
| "%%a %s, %%h %s, %%i %s, %%s %s" | 1 |
|
| 'The folder to store uploaded files is not writeable by your webserver user (file=%s; mode=%o; uid=%d; gid=%d)' | 1 |
|
| 'SELECT 1 FROM %s ' . implode(' ', $this->joins) . $this->conditionBuilder->build( ) | 1 |
|
| 'INSERT INTO %s (%s) VALUES (%s)' | 1 |
|
| 'UPDATE %s SET %s %s' | 1 |
|
| 'REPLACE INTO %s (%s, %s) VALUES %s' | 1 |
|
| 'INSERT OR REPLACE INTO %s (%s, %s) VALUES (?, ?)' | 1 |
|
| 'SELECT %s FROM %s %s %s %s %s %s %s' | 1 |
|
| 'JOIN %s AS %s ON %s=%s' | 1 |
|
| 'LEFT JOIN %s AS %s ON %s=%s' | 1 |
|
| 'LEFT JOIN %s ON %s=%s' | 1 |
|
| 'UPDATE %s SET %s=%s-%d ' . $this->conditionBuilder->build( ) | 1 |
|
| 'UPDATE %s SET %s=%s+%d ' . $this->conditionBuilder->build( ) | 1 |
|
| 'SELECT SUM(%s) FROM %s ' . implode(' ', $this->joins) . $this->conditionBuilder->build( ) . $this->sqlOrder . $this->sqlLimit . $this->sqlOffset | 1 |
|
| 'SELECT COUNT(*) FROM %s ' . implode(' ', $this->joins) . $this->conditionBuilder->build( ) . $this->sqlOrder . $this->sqlLimit . $this->sqlOffset | 1 |
|
| "SELECT %s FROM %s WHERE %s='%d' AND %s='0' AND %s=%s LIMIT 1" | 1 |
|
| '' | 4 |
|