Home
last modified time | relevance | path

Searched refs:trim (Results 451 – 475 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/zotero/
H A DTextZoteroRepository.php42 $line = trim($line);
106 $citeKey = trim($e->getCiteKey()) . ($e->getCiteKey() == "" ? " " : "");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php101 $tokenContent = trim($tokens[$i]['content']);
130 $content = trim($content);
/plugin/flattr/
H A Dhelper.php62 if (trim($this->getConf('default_uid')) != '') {
68 if (trim($this->getConf('default_category')) != '') {
/plugin/mathpublish/
H A Dsyntax.php98 $size = (int) trim($size);
121 return (array($size, trim($math), $align));
/plugin/lastpages/
H A Dsyntax.php119 $key = trim($page);
120 $title = trim($titles[$id]);
/plugin/struct/meta/
H A DCSVPageImporter.php55 if (trim($text) === '') {
111 if (trim($values[$index]) === '') {
/plugin/siteexport/syntax/
H A Dtoctools.php73 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
110 $remaining = trim($remaining);
/plugin/semanticdata/syntax/
H A Dtable.php65 $class = trim($class,'- ');
76 $line = trim($line);
90 $col = trim($col);
104 $col = trim($col);
/plugin/letsencrypt/
H A DLescript.php118 if ($payload !== trim(@file_get_contents($uri))) {
320 return trim(Base64UrlSafeEncoder::encode(base64_decode($matches[1])));
506 return trim($matches[1]);
516 return trim($matches[1]);
/plugin/changes/
H A Dsyntax.php83 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
85 $this->addNamespace($data, trim($m));
128 $flags = trim($match[2]);
451 if (trim($change['extra']) == 'media') {
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php367 $properties ['country'] = trim($country);
368 $properties ['lang'] = trim($lang);
388 $value = trim ($properties ['text-indent'], '%');
404 $name = 'Size'.trim ($odt_fo_size, '%').'pc';
/plugin/autlogin/
H A Dadmin.php1028 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1050 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1070 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1159 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1204 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1239 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1274 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1343 if($user == trim($alias))
1378 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1470 $line = trim($line);
[all …]
H A Daction.php185 $match = trim($match);
186 $entry_page = trim($entry_page);
255 $line = trim($line);
263 $match = trim($match);
299 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-weight.inc.php9 switch (trim(strtolower($value))) {
H A Dcss.font-style.inc.php9 $value = trim(strtolower($value));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php185 if (isset($postVars['name']) && trim($postVars['name'])) {
187 list(, $folderName) = URLUtil::splitPath(trim($postVars['name']));
225 list(, $newName) = URLUtil::splitPath(trim($file['name']));
226 if (isset($postVars['name']) && trim($postVars['name']))
227 $newName = trim($postVars['name']);
/plugin/owncloud/
H A Daction.php159 $link = trim($link);
245 $desc = (isset($line[5]))?trim($line[5]):'';
252 array_push($meta,trim(implode("\t", $line))."\n");
/plugin/svgembed/
H A Dsyntax.php31 $link[0] = trim($link[0]);
153 $isSVG = preg_match('/\.svg$/i', trim($p['src']));
305 $additionalCssClasses = trim($additionalCssClasses);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php176 if (trim(substr($comment, 2)) !== '') {
250 $commentText .= trim(substr($tokens[$i]['content'], 2));
286 $ender = trim($ender, ' ,');
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php237 $id = trim((string)$raw_id);
259 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
/plugin/davcard/syntax/
H A Dbook.php58 $options = trim(substr($match,14,-2));
68 $key = strtolower(trim($key));
69 $val = trim($val);
/plugin/davcal/syntax/
H A Dtable.php52 $options = trim(substr($match,14,-2));
72 $key = strtolower(trim($key));
73 $val = trim($val);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php237 $id = trim((string)$raw_id);
260 $id = ($media ? trim($id,':.-') : trim($id,':._-'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php301 self::VALUE => self::trim($value),
391 self::VALUE => self::trim($x_value),
426 self::trim(self::regularMultiply($x_value, $y_value)) :
427 self::trim(self::karatsuba($x_value, $y_value)),
765 $value = static::trim($value);
775 $value = static::trim($value);
837 protected static function trim(array $value) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
975 $this->value = static::trim($this->value);
1004 self::trim(self::baseSquare($x)) :
1005 self::trim(self::karatsubaSquare($x));
[all …]
/plugin/adhocmathml/
H A Dsemantics.php20 switch (trim($name)) {

1...<<11121314151617181920>>...69