Home
last modified time | relevance | path

Searched refs:trim (Results 51 – 75 of 1709) sorted by relevance

12345678910>>...69

/plugin/mytemplate/
H A Daction.php57 if (trim($line) == '') {
61 $value .= trim($line);
69 $key = trim($key);
70 $value = trim($value);
133 $map[trim(substr($field, 0, $pos))] = trim(substr($field, $pos + 1));
136 $map[] = trim($field);
245 $row = str_replace('@' . $pos, trim($fields[$pos], ' \''), $row);
281 $param1 = trim($match["param1"][0]);
282 $param2 = trim($match["param2"][0]);
283 $param3 = trim($match["param3"][0]);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php28 $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed);
30 $part[] = trim($m[0], $trimmed);
64 $result[] = trim($vv);
/plugin/database2/
H A Ddatabase2.php392 $dbPath = trim( $dbPath );
417 $line = trim( $line );
440 $value = trim( $value );
2387 $role = trim( $role );
2642 $col = trim( $col );
2750 $in = trim( $in );
3350 $line = trim( $line );
3447 $href = trim( $href );
3507 $line = trim( $line );
5538 $date = trim( $date );
[all …]
/plugin/odt/
H A Dsyntax.php159 $format = trim ($params [0]);
160 $orientation = trim ($params [1]);
172 $format = trim ($info_value);
179 $orientation = trim ($info_value);
186 $margin = trim ($info_value);
193 $margin = trim ($info_value);
200 $margin = trim ($info_value);
207 $margin = trim ($info_value);
300 $temp = trim ($temp, '";');
307 $temp = trim ($temp, '";');
/plugin/oiddelegate/
H A Daction.php40 $oid = trim($oid);
41 $server = trim($server);
42 $provider = trim($provider);
43 $xrds = trim($xrds);
/plugin/tablelayout/_jstest/
H A DcolWidths.tests.js32 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
34 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
60 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
62 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
/plugin/overlay/
H A Daction.php50 $regex = trim($regex, '|');
102 if($ns == trim($nmsp,': ')) {
114 $nmsp = trim($nmsp,'* ');
126 if(!$page) $page = trim($this->getConf('page'));
130 $close = trim($this->getLang('close'));
131 $detach = trim($this->getLang('detach'));
132 $fixed = trim($this->getLang('fix_title'));
133 $resize = trim($this->getLang('resize'));
/plugin/struct/meta/
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);
/plugin/schedule/
H A DscheduleRoot.class.php126 $df_date = trim ($df_date);
145 $ds_date = trim ($ds_date);
155 $ds_date = trim ($ds_date);
249 $this->groupsDir = trim ($this->plugin->getConf ('groupsDir'));
250 $this->scheduleDir = trim ($this->plugin->getConf ('scheduleDir'));
251 $this->sharedDir = trim ($this->plugin->getConf ('sharedDir'));
254 $tmpCatExp = explode (':', trim ($tmpCatDef));
255 $tmpCat = trim ($tmpCatExp[0]);
257 $tmpWhat = trim ($tmpWhat);
263 $this->scheduleAudience[trim ($tmpAudience)] = trim ($tmpAudience);
[all …]
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php100 return trim(substr($str, 0, strcspn($str, "\x00")));
323 $ID3v1Tag .= str_pad(trim(substr($title, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
324 $ID3v1Tag .= str_pad(trim(substr($artist, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
325 $ID3v1Tag .= str_pad(trim(substr($album, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
326 $ID3v1Tag .= str_pad(trim(substr($year, 0, 4)), 4, "\x00", STR_PAD_LEFT);
328 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 28)), 28, "\x00", STR_PAD_RIGHT);
335 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php489 $string = trim($m[0]);
490 $entry = substr(trim($m[1]), 1, -1);
603 $this->_strings[trim($m[0])] = substr(trim($m[1]),1,-1);
642 $value = trim(substr($entry, $position+1));
680 $field = strtolower(trim(substr($entry, $position+1)));
686 $ret['cite'] = trim($arr[1]);
687 $ret['entrytype'] = strtolower(trim($arr[0]));
859 $entrycopy = trim($entry);
929 $value = trim(subst
[all...]
/plugin/pdfjs/
H A Dsyntax.php61 list($params, $media) = explode('>', trim($match, '{}'), 2);
67 $display = trim($display);
88 $params = trim(substr($params, strlen('pdfjs')));
104 $opts['id'] = trim($id);
105 if(!empty($title)) $opts['title'] = trim($title);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php21 * Specify this flag with the split method to trim whitespace.
122 if (Multibyte::trim($part) === '') {
270 $words = mb_split('\s+', Multibyte::trim($fragment));
274 $last_word = Multibyte::trim($words[$word_count - 1]);
276 $last_is_abbreviation = mb_substr(Multibyte::trim($fragment), -1) === '.';
343 $trimmed = Multibyte::trim($statement);
372 $word_count = count(mb_split('\s+', Multibyte::trim($short)));
400 * Set the Sentence::SPLIT_TRIM flag to trim whitespace.
426 if (Multibyte::trim($input) !== '') {
443 * Multibyte.php trim eac
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php192 $key = preg_split('#\r\n|\r|\n#', trim($key));
207 $encryption = trim(preg_replace('#Encryption: (.+)#', '$1', $key[1]));
208 $components['comment'] = trim(preg_replace('#Comment: (.+)#', '$1', $key[2]));
210 $publicLength = trim(preg_replace('#Public-Lines: (\d+)#', '$1', $key[3]));
237 … $flavour = trim(preg_replace('#Key-Derivation: (.*)#', '$1', $key[$offset++]));
238 … $memory = trim(preg_replace('#Argon2-Memory: (\d+)#', '$1', $key[$offset++]));
239 … $passes = trim(preg_replace('#Argon2-Passes: (\d+)#', '$1', $key[$offset++]));
240 … $parallelism = trim(preg_replace('#Argon2-Parallelism: (\d+)#', '$1', $key[$offset++]));
241 … $salt = Hex::decode(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
263 $privateLength = trim(preg_replace('#Private-Lines: (\d+)#', '$1', $key[$offset++]));
[all …]
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php95 $query = trim ( $_GET ['q'] );
360 if (trim ( $temp ['name'] ) === '')
370 if ((trim ( $value ) === '') || ($value == '0000-00-00'))
389 $value = trim ( $value );
404 $value = trim ( $value );
475 return trim ( $value );
485 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
498 if ((trim ( $value ) === '') && $mayBeSkipped)
504 if ((trim ( $value ) === '') && $mayBeSkipped)
511 if ((trim ( $value ) === ''))
[all …]
/plugin/projects/plugins/file/
H A Dplot_dependency.php73 $name = trim($fields[0]);
76 $value = trim($fields[1]);
99 $column = trim($column);
113 for ($i = trim($range[0]); $i <= trim($range[1]); $i++)
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/autolink4/
H A Dhelper.php69 $line = trim($line);
79 $orig = trim($data[self::$ORIG]);
81 $ns = isset($data[self::$IN]) ? trim($data[self::$IN]) : null;
88 $s[self::$TO] = trim($data[self::$TO]);
90 $s[self::$FLAGS] = isset($data[self::$FLAGS]) ? trim($data[self::$FLAGS]) : null;
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php23 && isset($lines[$current + 2]) && trim($lines[$current + 1]) !== '';
39 $line = trim($lines[$i]);
43 $cols = explode('|', trim($line, ' |'));
45 $col = trim($col);
111 $tds .= "<$cellTag$align>" . trim($this->renderAbsy($cell)) . "</$cellTag>";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php89 $origContent = trim($origContent, ': ');
95 $content = trim($content);
119 if ($content !== trim($matched)) {
124 $expected = trim($content.' '.$values[1][1].$values[1][2]);
164 $expected = preg_replace('/\s+/', ' ', trim($expected));
/plugin/vcard/
H A Dsyntax.php48 list($zip, $city) = explode(' ', trim($place), 2);
55 $phone = trim($phone);
83 $match = trim($match);
101 'work' => trim($phones[0]),
102 'cell' => trim($phones[1]),
103 'home' => trim($phones[2]),
104 'fax' => trim($phones[3]),
105 'street-address' => trim($street),
108 'country-name' => trim($country),
394 'class'=> trim('urlextern '. $class),
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php457 $ret['cite'] = trim($arr[1]);
513 $entrycopy = trim($entry);
639 return trim($entry);
669 $author = trim($authorarray[$i]);
780 …$authorarray[$i] = array('first'=>trim($first), 'von'=>trim($von), 'last'=>trim($last), 'jr'=>trim
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
802 $trimmedword = trim ($word);
971 $array['von'] = trim($array['von']);
976 $array['last'] = trim($array['last']);
981 $array['jr'] = trim($array['jr']);
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php457 $ret['cite'] = trim($arr[1]);
513 $entrycopy = trim($entry);
639 return trim($entry);
669 $author = trim($authorarray[$i]);
780 …$authorarray[$i] = array('first'=>trim($first), 'von'=>trim($von), 'last'=>trim($last), 'jr'=>trim
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
802 $trimmedword = trim ($word);
971 $array['von'] = trim($array['von']);
976 $array['last'] = trim($array['last']);
981 $array['jr'] = trim($array['jr']);
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php457 $ret['cite'] = trim($arr[1]);
513 $entrycopy = trim($entry);
639 return trim($entry);
669 $author = trim($authorarray[$i]);
780 …$authorarray[$i] = array('first'=>trim($first), 'von'=>trim($von), 'last'=>trim($last), 'jr'=>trim
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
802 $trimmedword = trim ($word);
971 $array['von'] = trim($array['von']);
976 $array['last'] = trim($array['last']);
981 $array['jr'] = trim($array['jr']);
[all …]
/plugin/graphgear/
H A Dsyntax.php49 $conf = trim(substr($conf,10,-1));
59 $line = trim($line);
203 $node = trim($node);
215 $from = trim($from);
216 $to = trim($to);
235 $key = trim($key);
236 $val = trim($val);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php142 return trim(substr($str, 0, strcspn($str, "\x00")));
398 $ID3v1Tag .= str_pad(trim(substr($title, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
399 $ID3v1Tag .= str_pad(trim(substr($artist, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
400 $ID3v1Tag .= str_pad(trim(substr($album, 0, 30)), 30, "\x00", STR_PAD_RIGHT);
401 $ID3v1Tag .= str_pad(trim(substr($year, 0, 4)), 4, "\x00", STR_PAD_LEFT);
403 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 28)), 28, "\x00", STR_PAD_RIGHT);
410 $ID3v1Tag .= str_pad(trim(substr($comment, 0, 30)), 30, "\x00", STR_PAD_RIGHT);

12345678910>>...69