Home
last modified time | relevance | path

Searched refs:trim (Results 1026 – 1050 of 1709) sorted by relevance

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

/plugin/siteexport/syntax/
H A Daggregate.php33 $options = explode(' ', trim(substr($match, 2, -2)?:""));
/plugin/dbquery/
H A Dhelper.php70 if (!preg_match('/^select /i', trim($query))) {
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php416 $jobs[$jobNumber][PC_CMD] = trim($job[PC_CMD]);
417 $jobs[$jobNumber][PC_COMMENT] = trim(substr($job[PC_COMMENT],1));
H A Dpseudo-cron-image.php459 $jobs[$jobNumber][PC_CMD] = trim($job[PC_CMD]);
460 $jobs[$jobNumber][PC_COMMENT] = trim(substr($job[PC_COMMENT],1));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php96 if(trim($savedir,'./') != 'data') {
470 if(trim($conf['savedir'],'/.\/') != 'data') {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js338 if ( typeof String.prototype.trim !== "function" ) {
340 String.prototype.trim = function() { method in String
/plugin/wikistats/
H A Dsyntax.php127 $this->handleNamedParameter($temp[1], trim($temp[2]), $data);
129 $this->addNamespace($data, trim($m));
/plugin/multiorphan/action/
H A Dmultiorphan.php81 'idmatch' => trim($INPUT->str('filter'))
91 'pattern' => '/' . str_replace('/', '\/', trim($INPUT->str('filter'))) . '/'
/plugin/xcom/
H A Dremote.php89 $mask = trim($mask);
172 $result = trim($result[0]);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php96 if(trim($savedir,'./') != 'data') {
472 if(trim($conf['savedir'],'/.\/') != 'data') {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php66 if (trim($content) !== $content) {
90 if (trim($content) !== $content) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php41 $color = strtolower(trim($color));
263 $name = strtoupper(trim($cores[0]));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/combo/vendor/symfony/yaml/
H A DParser.php187 } elseif (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['value'], ' '), '#')) {
433 if (\is_string($value) && $this->lines[0] === trim($value)) {
453 $trimmedLine = trim($line);
491 return Inline::parse(trim($value));
790 $lines[] = trim($this->currentLine);
977 return '' === $this->currentLine || '' === trim($this->currentLine, ' ');
985 // checking explicitly the first char of the trim is faster than loops or strpos
/plugin/quickstats/
H A Daction.php182 $sidebar_ns = trim($sidebar_ns,':');
183 if($quick_ns == trim($sidebar_ns,':')) $conf['sidebar'] = "";
386 $xclpages = trim($this->getConf('xcl_pages'));
/plugin/refnotes/
H A Dreference.php38 $this->data[$m[1]] = preg_replace('/\s+/', ' ', trim($m[2]));
/plugin/tabbox/
H A Dsyntax.php133 $name = trim($name);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php69 $namespace = trim($namespace, '\\');
/plugin/miniblog/syntax/
H A Dentry.php32 return trim(mb_substr($match, 10, -1));
/plugin/table2csv/
H A DgetTableData.php42 $mycells[$row_index][$cell_index] = trim(strip_tags($cell));
/plugin/owncloud/ajax/
H A Dfilelist.php25 $dir = trim($dir,'/');
/plugin/database2/
H A Dadmin.php296 $dbFile = trim( $explicitDBPathname );
/plugin/podcast/
H A Dhelper.php81 if( $status === '302' ) return $this->get_headers_length( trim( $location ));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php234 if (trim($xmltext) == '')
/plugin/authradius/
H A Dauth.php50 $hosts[$i] = trim($hosts[$i]);

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