Home
last modified time | relevance | path

Searched refs:trim (Results 1701 – 1709 of 1709) sorted by last modified time

1...<<616263646566676869

/plugin/zip/pear/MIME/
H A DType.php137 $params[] = trim($tmp[$i]);
185 return strtolower(trim($tmp[0]));
/plugin/zip/pear/MIME/Type/
H A DParameter.php91 return trim($tmp[0]);
110 return trim($value, '" ');
126 return trim($comment, '() ');
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php209 $start = trim(stripslashes($this->row['pageStart']));
210 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
H A DADMINSTYLE.php1139 $input = trim(stripslashes($this->vars[$type]));
1210 if(!trim($this->vars['styleShortName']))
1216 else if(!trim($this->vars['styleLongName']))
1218 else if(!trim($this->vars['cite_template']))
1220 else if(!trim($this->vars['style_genericBook']))
1224 else if(!trim($this->vars['style_genericMisc']))
1250 (!trim($this->vars['cite_creatorListLimit']) ||
1266 !trim($this->vars['style_editorSwitchIfYes']))
1275 if(!trim($this->vars["style_userMonth_$i"]))
1304 if(trim($this->vars['styleLongName']))
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php38 $field = ucfirst(strtolower(trim($field)));
H A DPARSEPAGE.php33 $item = trim($item);
49 if(is_numeric(trim($array[0])))
50 $start = trim($array[0]);
52 $start = strtolower(trim($array[0]));
53 if(is_numeric(trim($array[1])))
54 $end = trim($array[1]);
56 $end = strtolower(trim($array[1]));
H A DPARSEENTRIES.php156 $line = trim(fgets($this->fid));
166 $line = trim($this->bibtexString[$this->currentLine]);
199 $string = trim(substr($string,0,strlen($string)-1));
238 $rev = strrev(trim($oldString));
248 $value = trim(array_shift($values));
259 $key = strtolower(trim($key));
260 $value = trim($value);
363 $string .= $this->removeDelimiters(trim($val))." ";
415 $preambles['bibtexPreamble'] = trim($this->removeDelimitersAndExpand(trim($preamble), TRUE));
425 $value = trim($value);
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php221 $start = trim(stripslashes($this->row['pageStart']));
222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1trim:1,strcomp:1,"int":1,createobject:1,loadpicture:1,tan:1,formatnumber:1,mid:1,scriptenginebuild… property in hljs.LANGUAGES.vbscript.dM.k.built_in

1...<<616263646566676869