Home
last modified time | relevance | path

Searched refs:trim (Results 26 – 50 of 1709) sorted by last modified time

12345678910>>...69

/plugin/structpublish/meta/
H A DAccessTableStructpublish.php37 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
/plugin/struct/meta/
H A DAccessTable.php303 return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . ');';
H A DAccessTableGlobal.php61 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
H A DAssignments.php282 if (trim($pattern, ':') == '**') return true; // match all
H A DCSVPageImporter.php55 if (trim($text) === '') {
111 if (trim($values[$index]) === '') {
H A DCSVSerialImporter.php46 if (trim($text) === '') {
H A DConfigParser.php179 $line = trim($line);
200 [$table, $alias] = sexplode(' ', trim($part), 2, '');
201 $table = trim($table);
202 $alias = trim($alias);
221 $col = trim(strtolower($col));
246 $vals = array_map('trim', $vals);
250 $val = trim(strtolower($vals[$i]));
310 $values[] = trim($value);
318 $values[] = trim($value);
H A DInlineConfigParser.php38 $components = str_getcsv(trim($parts[0]), '.');
44 $parameters = str_getcsv(trim($parts[1]), ' ');
49 $p = trim($parameters[$i]);
62 $lines[] = $p . ' ' . trim($parameters[$i + 1]);
68 $lines[] = 'filterand: ' . trim($parameters[$i + 1]);
74 $lines[] = 'filteror: ' . trim($parameters[$i + 1]);
84 $lines[] = 'schema: ' . trim($components[1]);
85 $lines[] = 'field: ' . trim($components[2]);
86 $lines[] = 'filter: %pageid% = ' . trim($components[0]);
89 $lines[] = 'schema: ' . trim(
[all...]
H A DSchema.php159 $table = trim($table);
H A DSchemaBuilder.php132 $wantedlabel = trim($wantedlabel);
228 if (blank($values['value']) || trim($values['value']) == '') {
H A DSearchConfigParameters.php128 if (trim($value) === '') {
H A DValue.php129 if ('' === trim((string)$raw)) continue;
/plugin/struct/types/
H A DAbstractBaseType.php250 return array_map('trim', explode(',', $value));
517 return trim($rawvalue);
H A DColor.php18 $rawvalue = trim(strtolower($rawvalue));
H A DDateTime.php73 $rawvalue = trim($rawvalue);
75 $date = trim($date);
76 $time = trim($time);
H A DMedia.php27 if (!trim($this->config['mime'])) return $rawvalue;
29 $allows = array_map('trim', $allows);
H A DPage.php74 $lookup = trim($INPUT->str('search'));
H A DTag.php33 $page = trim($this->config['page']);
50 $lookup = trim($INPUT->str('search'));
H A DUrl.php88 $url = $this->config['prefix'] . trim($value) . $this->config['postfix'];
H A DUser.php76 $lookup = trim($INPUT->str('search'));
/plugin/struct/action/
H A Dentry.php107 if (trim($event->data['newContent']) === '') {
/plugin/struct/
H A Dhelper.php97 $summary = trim($summary);
150 $summary = trim($summary);
/plugin/struct/helper/
H A Dconfig.php66 $match[0] = trim($match[0]);
67 $match[2] = trim($match[2]);
/plugin/doi/Resolver/
H A DAbstractResolver.php85 $ext = trim($this->getCacheExtension(), '.');
/plugin/openlayersmap/ol7/
H A Dol.js.map

12345678910>>...69