Home
last modified time | relevance | path

Searched refs:trim (Results 951 – 975 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/owncloud/tpl/
H A Ddetail.php78 $type = trim(strstr($mime, '/'),'/'); // without application/ , text/, ...
/plugin/multiselect/
H A Daction.php93 …\$\\\.:!\/;,+#~&%]+|"[\w\[\]\(\)\{\}\|\?\+\-\*\^\$\\\.:!\/;,+#~&%\s]+"/u',trim($oldsmileys),$match…
/plugin/metadisplay/
H A Dcli.php63 $cl_switch = trim($opts[$i],'-');
/plugin/csv/syntax/
H A Dtable.php72 $content = trim($content);
/plugin/quickstats/
H A Dhelper.php101 $ns = trim($ns);
/plugin/popupviewer/
H A Daction.php43 $ACT = trim(strtolower($_SERVER['HTTP_X_DOKUWIKI_DO']));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php62 return "--{$this->boundary}\r\n" . trim($str) . "\r\n\r\n";
/plugin/elasticsearch/helper/
H A Ddocparser.php170 if (!blank($decoded[$from])) $data[$to] = trim($decoded[$from]);
/plugin/docnavigation/syntax/
H A Dpagenav.php109 $link = trim($link);
/plugin/iframeinterwiki/
H A Dsyntax.php86 $line = preg_replace("/\#.+/", '', trim($line));
/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php163 $table_co_width = trim ($table_co_width, '%');
/plugin/combo/syntax/
H A Dvariable.php121 $expression = trim(substr($match, $lengthLongPrefix, -1));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php138 $line = \trim($lines[$i]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DSizeConverter.php52 $size = trim(strtolower($size));
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php52 * Multibyte.php safe version of standard trim() function.
57 public static function trim($string) function in Vanderlee\\Sentence\\Multibyte
/plugin/structstatus/
H A Dsyntax.php53 $match = trim(substr($match, 16, -2));
/plugin/mindmap/
H A Dsyntax.php104 $data[trim($key)] = trim($value);
/plugin/solr/
H A Daction.php172 if(($ns = trim($ns)) != '') {
186 $q = trim($q); // remove first space
/plugin/preregister/
H A Daction.php312 $line = trim($line);
315 if(!trim($user)) continue;
/plugin/move/helper/
H A Dhandler.php180 $newrel = str_replace('::', ':', trim($newrel, ':'));
249 $link[0] = trim($link[0]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php105 $lsd = self::trim($lsd);
281 self::VALUE => self::trim($product_value),
/plugin/code2/
H A Dsyntax.php565 if ($n[1] = trim($n[1])) {
712 $ht = trim($hits[7]);
715 $ft = trim($hits[7]);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php47 $ns_tmp=trim($ns_tmp,':');
197 $temp_folder = dwiki_encodeFN(trim($temp_folder,'/'));
577 $ns_tmp = dwiki_decodeFN(trim($currentFolder, '/'));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php48 $ns_tmp=trim($ns_tmp,':');
199 $temp_folder = dwiki_encodeFN(trim($temp_folder,'/'));
561 $ns_tmp = dwiki_decodeFN(trim($currentFolder, '/'));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php123 $path = trim($path,'\\/');
340 * @see trim()
347 if($charlist == '') return trim($str);

1...<<31323334353637383940>>...69