Home
last modified time | relevance | path

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

1...<<616263646566676869

/plugin/math2/
H A Dsyntax.php121 return (array($size, trim($math), $align));
/plugin/code2/
H A Dsyntax.php565 if ($n[1] = trim($n[1])) {
712 $ht = trim($hits[7]);
715 $ft = trim($hits[7]);
/plugin/superacl/
H A Dadmin.php477 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
/plugin/weiqi/
H A Dweiqi_parser.php105 $caption = trim(substr($line, strlen($this->conf['caption_key'])));
252 $str = trim($str);
437 $str = trim($str);
/plugin/vote/
H A Dsyntax.php54 $options[] = htmlspecialchars( trim( $option ) );
/plugin/complex_lists/complex_lists/
H A Dsyntax.php54 return array($state, $this->list_styles = explode('|', trim($match, "#\r\n")));
64 $match = trim($match, "\n");
77 return array($state, 3, substr(trim($match, '#'), 1));
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php54 $str = trim($match, '#');
/plugin/contact/
H A Dsyntax.php132 if (trim($comment, " \t") != ''){
/plugin/wysiwyg/
H A Dajax.php66 $QUERY = trim($_REQUEST['id']);
128 $QUERY = trim($_REQUEST['id']);
146 $QUERY = trim($_REQUEST['id']);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php100 $chunk = trim( $chunk ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc186 <cfif lcase(trim(key)) eq "throwonerror">
/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
92 $patch_url = trim($patch_url);
135 if($line = trim(array_shift($lines))) {
168 } elseif(trim($line) == '') {
/plugin/textile2/
H A DclassTextile.php416 …$r = trim(preg_replace('@<(p|blockquote|div|form|table|ul|ol|pre|h\d)[^>]*?>.*</\1>@s', '', trim($…
417 $r = trim(preg_replace('@<(hr|br)[^>]*?/>@', '', $r));
451 if (trim($cell) != '')
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js49 String.prototype.trim = function(c) { method in String
/plugin/gcalendar/
H A Dsyntax.php32 $rev = trim(substr($rev,0,-1));
/plugin/gcalendar/inc/
H A Dgcal_show.php202 $class = trim(trim($cat_classes)." ".trim($wd_class)." ".$todayframe);
H A Dgcal_read.php104 $buffer = trim(fgets($handle, 4096));
128 $buffer = trim(substr($buffer,1)); # remove dash
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
214 $text=trim(substr($text,strlen($match[0])));
233 $text=trim(substr($text,strlen($match[0])));
256 $text=trim($match[1].substr($text,strlen($match[0])));
262 $text=trim(substr($text,strlen($match[0])));
291 if($file == "." || $file == ".." || trim($file)=="") continue;
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php366 if(trim($t[$i]) != '') $extraits[] = $t[$i];
380 $texte=trim(stripslashes($texte));
1626 $nameimg = md5(trim($text).$size).'.png';
1631 $formula=new expression_math(tableau_expression(trim($text)));
1663 $code=mathimage(trim($t),$size,$pathtoimg);
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js418 function trim(str) { function
438 return trim(str) == '';
/plugin/chat/
H A Dajax.php47 $file = trim(io_readFile($pageFN));
111 if (trim($lines[$i]) == '') {
272 $file = trim(@io_readFile($pageFN));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php34 $dir = trim($dir);
99 $stylePath = trim($stylePath);
410 'surname' => trim($cArray[2]),
412 'initials' => trim($cArray[1]),
413 'prefix' => trim($cArray[3]),
426 'surname' => trim($cArray[2]),
428 'initials' => trim($cArray[1]),
429 'prefix' => trim($cArray[3]),
437 $this->formatPages(trim($start), trim($end));
633 $last = substr(trim($pString), -1);
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php37 $input = trim($input);
44 $author = explode(",", preg_replace("/\s{2,}/", ' ', trim($value)));
97 else if(preg_match("/[a-zA-Z\-]{2,}/", trim($value)))
98 $firstnameArray[] = trim($value);
100 $initialsArray[] = str_replace(".", " ", trim($value));
105 $initials .= ' ' . trim($initial);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php71 $dir = trim($conf['savedir']);
187 $picture = $namespace.'/'.trim($index[$nr]); // Dateiname des Bildes
/plugin/googlesearch/
H A Dnusoap.php2434 $chunk_size = hexdec( trim($temp) );
2464 $chunk_size = hexdec( trim($temp) );
2592 $header_data = trim(substr($data,0,$pos));
2599 $header_name = strtolower(trim($arr[0]));
2600 $this->incoming_headers[$header_name] = trim($arr[1]);
2603 $cookie = $this->parseCookie(trim($arr[1]));
2644 $content_length = hexdec(trim($tmp));
2754 $header_data = trim(substr($data,0,$pos));
2763 $header_name = strtolower(trim($arr[0]));
2767 $cookie = $this->parseCookie(trim($arr[1]));
[all …]
/plugin/bibtex/OSBib/
H A DPARSEXML.php46 if(preg_match_all("/<style.*>(.*)<\/style>/Ui", trim(fgets($fh)), $startEntry))
110 $data = trim($node["_DATA"]);

1...<<616263646566676869