Home
last modified time | relevance | path

Searched refs:trim (Results 301 – 325 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/scrape/
H A Dsyntax.php52 if ($hash) $query = trim('#' . $hash . ' ' . $query);
100 $mime = trim(strtolower($mime));
101 $charset = trim(strtolower($charset));
186 return trim($html);
/plugin/itemtable/
H A Dsyntax.php79 if (trim($this->options["header"])!=""){
109 $CurrentLine=trim($rawline);
203 $p[0]=trim($p[0]);
/plugin/syntaxhighlighter4/
H A Dsyntax.php91 $attr = trim($attr);
139 $title = trim(substr($attr, strpos($attr, ' ') + 1));
180 $highlight_elt = trim($highlight_elt);
/plugin/gchart/
H A Dsyntax.php118 $line = trim($line);
125 $data[trim($line[0])] = trim($line[1]);
/plugin/combo/ComboStrap/
H A DHtml.php137 $expectedSrcSet = trim($expectedSrcSets[$i]);
145 $actualSrcSet = trim($actualSrcSets[$i]);
206 $actualValues = StringUtility::explodeAndTrim(trim($actualNames), " ");
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php644 $chunk_size = hexdec( trim($temp) );
674 $chunk_size = hexdec( trim($temp) );
841 $header_data = trim(substr($data,0,$pos));
848 $header_name = strtolower(trim($arr[0]));
849 $this->incoming_headers[$header_name] = trim($arr[1]);
852 $cookie = $this->parseCookie(trim($arr[1]));
893 $content_length = hexdec(trim($tmp));
1017 $header_data = trim(substr($data,0,$pos));
1026 $header_name = strtolower(trim($arr[0]));
1030 $cookie = $this->parseCookie(trim($arr[1]));
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php101 if ($delimiters !== null && $delimiters = trim($delimiters)) {
172 $newBuffer = explode(' ', trim($this->buffer), 2);
181 self::NAME => trim($this->buffer),
205 $this->tokens[$lastIndex][self::NAME] = trim(
330 trim(substr($text, $startIndex, $closeIndex - $startIndex))
/plugin/svgpureinsert/
H A Dsyntax.php80 $data['id'] = trim($id);
81 $data['title'] = trim($title);
/plugin/confsearch/
H A Dsyntax.php45 $params=trim($data[0]," \{\}");
61 $params=trim($data[0]," \{\}");
/plugin/page4release/
H A Dsyntax.php38 return trim(substr($match,6,-2));
40 return trim(substr($match,6,-2));
/plugin/dokutexit/
H A Dsyntax.php79 $matches[0] = trim($matches[0]);
80 if ( trim($matches[0]) == '' ) {
/plugin/jokuwiki/
H A Dsyntax.php97 $$key=trim(str_replace('"', '', $val));
121 if (trim($noscript)) $append.="<noscript>$noscript</noscript>\n";
/plugin/skipentity/
H A Dsyntax.php16 $this->array_val_delete($PARSER_MODES['formatting'],trim($del_val));
38 return array($state, trim($match));
/plugin/tablelayout/_jstest/
H A DfreezeRows.tests.js37 var actual_html = $fixture.html().replace(/\s\s+/g, ' ').trim();
52 assert.deepEqual(actual_html, expected_html.replace(/\s\s+/g, ' ').trim(), 'html is ok');
/plugin/pageredirect/
H A Dsyntax.php66 $match = trim($match);
76 $id = trim($id);
/plugin/htmlmetatags/syntax/
H A Dsyntax.php108 $name = trim ( $mt [0] );
109 $content = trim ( preg_replace ( "/\((.*?)\)\s*$/", "\\1", $mt [1] ) );
/plugin/dokuprism/syntax/
H A Dcode.php50 $match = trim(substr($match, 5, -1)); //5 = strlen("<code")
68 $renderer->doc .= trim($renderer->_xmlEntities($match));
/plugin/pycode/
H A Dmethod.php119 $str = trim(substr($line, 0, $ind_cls + $ind_def + 1));
158 $str = trim(substr($line, 0, $ind_cls + 1));
215 $trimmed = trim($line);
258 $docstr[0] = trim($docstr[0], '"');
332 $geshi_code = trim(preg_replace('!^<pre[^>]*>|</pre>$!','',$geshi->parse_code()),"\n\r");
383 if (strpos(trim($matches[1]), "#") === false) {
384 array_push($tree, array(trim($matches[0],": \t\n\r"), $matches[3], 0));
858 $str = trim(substr($line, 0, $ind));
/plugin/data-au/syntax/
H A Dtable.php79 $class = trim($class, '- ');
98 $line = trim($line);
112 $col = trim($col);
130 $col = trim(strtolower($col));
144 $col = trim($col);
315 $nval = trim($nval);
778 array_push($values, trim($value));
787 array_push($values, trim($value));
/plugin/pubmed2020/classes/
H A Dpubmed2020.php254 $array[$key] .= ' '.trim($line);
258 $key = trim(substr($line, 0, 4));
262 $val = trim(substr($line, 6));
301 $ret["pages"] = trim($value);
328 $n = explode(",", trim($value));
332 $n = explode(" ", trim($value));
597 $npg = trim(str_replace(" ", " ", $npg));
689 $npg = trim(str_replace(" ", " ", $npg));
/plugin/data/syntax/
H A Dtable.php89 $class = trim($class, '- ');
108 $line = trim($line);
122 $col = trim($col);
140 $col = trim(strtolower($col));
154 $col = trim($col);
325 $nval = trim($nval);
800 $values[] = trim($value);
809 $values[] = trim($value);
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js145 $element.text($element.text().trim());
190 const version = $header.find('span').first().text().trim().slice(1);
216 $.html().trim(),
/plugin/uncmap/
H A Dsyntax.php41 $line = trim($line);
50 $fs = trim($fs);
107 $match = trim($match);
/plugin/openas/
H A Dsyntax.php47 list($type,$name,$newpagevars) = explode('>',(trim($match,'~')));
48 $name=trim($name);
55 $labels = trim($labels);
/plugin/davcal/action/
H A Dajax.php29 $action = trim($INPUT->post->str('action'));
30 $id = trim($INPUT->post->str('id'));
31 $page = trim($INPUT->post->str('page'));

1...<<11121314151617181920>>...69