Home
last modified time | relevance | path

Searched refs:trim (Results 851 – 875 of 1709) sorted by relevance

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

/plugin/dokutexit/
H A Dconfig.php85 $line = trim($line);
116 $refnotes_nsdir = trim($refnotes_nsdir, '/ ');
564 && trim($this->conf['latexmk_path']) != "") {
/plugin/caption/syntax/
H A Dcaption.php293 list($_type,$_num) = explode('=',trim($match));
294 $_type = trim($_type);
295 $_num = (int) trim($_num);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php354 $line = trim($line);
1434 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1486 …$value = trim($value, " \r\n\t"); // do not trim nulls from $value!! Unicode characters will get m…
1490 $this->info['tags'][trim($tag_name)][trim($tag_key)][$key] = $value;
1492 $this->info['tags'][trim($tag_name)][trim($tag_key)][] = $value;
H A Dmodule.tag.lyrics3.php186 $ParsedLyrics3['raw']['LYR'] = trim(substr($rawdata, 11, strlen($rawdata) - 11 - 9));
218 $ParsedLyrics3['comments'][$value][] = trim($ParsedLyrics3['raw'][$key]);
/plugin/dokutranslate/
H A Dutils.php70 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
/plugin/html2pdf/multilingual/
H A Dsyntax.php86 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/abbrlist/
H A Dsyntax.php51 $options = trim(substr($match,11,-2));
/plugin/formatplus/syntax/
H A Dblockquoteplus.php63 $output = trim(substr($match,6,-1));
/plugin/structgroupby/syntax/
H A Done.php52 $col = trim($col);
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php63 $output = trim(substr($match,6,-1));
/plugin/unblink/
H A Dsyntax.php37 $match = trim(substr($match,7,-2));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php100 $chunk = trim( $chunk ) ;
/plugin/konsole/
H A Dsyntax.php91 $type_user = strtolower(trim(substr($match,8,-1)));
/plugin/likeit/
H A Daction.php61 $newuserlist_r=explode(" ",trim($olduserlist));
/plugin/exttab3/helper/
H A Dodt.php28 $style = trim($style, ' "');
/plugin/dwtimeline/syntax/
H A Dmilestone.php58 … $match = trim(substr($match, 10,-1));// returns match between <milestone(10) and >(-1)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DAnnotation.php80 $pop = preg_split('/\s+/', trim($attr['POPUP']));
/plugin/recommend/helper/
H A Dmail.php51 $recipient = trim($recipient);
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php58 $filename = trim($filename);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php311 public static function bin2bits($x, $trim = true) argument
340 return $trim ? ltrim($bits, '0') : $bits;
/plugin/elasticsearch/action/
H A Dindexing.php254 if(trim($data['namespace']) == '') {
292 if (trim($data['namespace']) == '') {
/plugin/struct/meta/
H A DSchemaBuilder.php132 $wantedlabel = trim($wantedlabel);
228 if (blank($values['value']) || trim($values['value']) == '') {
/plugin/jukebox/id3/
H A Dgetid3.php987 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1031 if (strlen(trim($value)) > 0) {
1032 …$this->info['tags'][trim($tag_name)][trim($tag_key)][] = $value; // do not trim!! Unicode characte…
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php992 $this->version = trim(file_get_contents(dirname(__FILE__)."/../version.txt"));
1013 $line = trim($line);
1019 $smiley_str = trim($res[2])."\n";
1160 $nickname = trim($nickname);
/plugin/gitlabproject/gitlab/
H A Dgitlab.php75 if($member['username'] == trim($unwanted_member)) {

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