Home
last modified time | relevance | path

Searched refs:trim (Results 1176 – 1200 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php187 $newDur = ($matches['plusminus'] === '-' ? '-' : '+') . trim($newDur);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php249 if (trim($camelCapsPart) === '') {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php212 $path = trim($path, '/');
/plugin/indexmenu2/cms/extensions/
H A Dstringextensions.js10 …gExp.escape(i):"\\s")+")+$");return this.replace(i,"");};String.prototype.trim=function(i){i=new R… method in String
/plugin/extendpage/meta/
H A DAssignments.php237 if (trim($pattern, ':') == '**') return true; // match all
/plugin/vote/
H A Dsyntax.php54 $options[] = htmlspecialchars( trim( $option ) );
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font.inc.php133 $subvalue = trim(strtolower($subvalue));
/plugin/asiansearch/
H A Daction.php108 $str = trim($str);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php202 $trimmed = trim((string) $value, " \t");
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php224 if (trim($m[1]) === 'autolabel') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php302 $v = trim($v);
/plugin/discussion/
H A Dhelper.php284 $groups = trim($this->getConf('moderatorgroups'));
/plugin/pageredirect/
H A Daction.php213 $match = trim($match);
/plugin/clearhistory/
H A Dadmin.php190 if ($onlyNoComment && trim($match[6][$i]) != '') {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php296 return trim(implode('/', $newpath), '/');
/plugin/subpages/
H A Dsyntax.php167 $ns = trim($ns, ':');
/plugin/combo/syntax/
H A Dheadingwiki.php250 return 7 - strlen(trim($match));
/plugin/templater/
H A DCHANGELOG.md36 * By trimming off quotation marks after the whitespace trim, we allow users to wrap their strings in quotation marks in order to keep any intentional leading or trailing whitespace - useful for bulleted lists, code blocks etc. (by [Turq Whiteside](https://github.com/TurqW))
/plugin/struct/types/
H A DPage.php74 $lookup = trim($INPUT->str('search'));
/plugin/gallery2/dwgallery/
H A Ddwgallery.php71 $dir = trim($conf['savedir']);
187 $picture = $namespace.'/'.trim($index[$nr]); // Dateiname des Bildes
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php517 … if (trim($this->_tokens[$stackPtr]) === '' && isset($this->_tokens[($stackPtr + 1)]) === true) {
626 … if (trim($this->_tokens[$stackPtr]) === '' && isset($tokens[($stackPtr + 1)]) === true) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php294 if ($attribute->name !== 'lat' && $attribute->name !== 'lon' && trim($attribute->value) !== '') {
295 $attributes[$attribute->name] = trim($attribute->value);
/plugin/elwikiupgrade/
H A DHTTPClient.php354 $key = trim($key);
765 $key = trim($key);
766 $val = trim($val);
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php562 ->when($result = $string->trim('��'))
574 ->when($result = $string->trim('��', $string::BEGINNING))
586 ->when($result = $string->trim('��', $string::END))
/plugin/combo/vendor/symfony/yaml/
H A DInline.php65 $value = trim($value);
299 $output = trim($output);
564 $scalar = trim($scalar);

1...<<41424344454647484950>>...69