Home
last modified time | relevance | path

Searched refs:trim (Results 351 – 375 of 1709) sorted by relevance

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

/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php66 self::$binary = escapeshellarg(trim($tmp[1]));
68 self::$binary = escapeshellarg(ltrim(trim($file[0]), '#!'));
/plugin/metaheaders/
H A Daction.php81 $headerVal = trim($head[$outerType][$i][$type] ?? '');
84 $headerVal = trim($head[$outerType][$i][$type] ?? '');
85 if ( !preg_match(trim($value), $headerVal ) ) {
89 if ($headerVal != trim($value)) {
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php161 return [trim($rawHeaders), trim($rawBody)];
/plugin/mathjax/syntax/
H A Dprotecttex.php86 $tag = trim($tag);
108 $tag = trim($tag);
/plugin/katex/syntax/
H A Dprotect.php92 $tag = trim( $tag );
116 $tag = trim( $tag );
/plugin/tag/syntax/
H A Dtag.php48 $tags = trim(substr($match, 6, -2)); // strip markup & whitespace
49 $tags = trim($tags, "\xe2\x80\x8b"); // strip word/wordpad breaklines
/plugin/data-au/
H A Dhelper.php107 $value = trim($value);
430 $this->aliases[$name] = array_filter(array_map('trim', $row));
487 $val = array_map('trim', $val);
/plugin/filterrss/
H A Dsyntax.php44 $args = trim($query[0]);
48 $sort = trim($query[1]);
69 $order_by = trim($sort);
/plugin/news/
H A Dhelper.php55 $this->sub_feed = trim($ar[1]);
61 $this->sub_feed = trim($ns);
128 $title = trim($title);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php94 $text = trim($node->nodeValue);
141 $first = trim($codeBlocks->item(0)->nodeValue);
176 $second = trim($codeBlocks->item(1)->nodeValue);
/plugin/src/
H A Dsyntax.php69 $tempData[$k['0']] = trim($k['1']);
70 $data[$k['0']] = trim($k['1']);
125 $code = trim(preg_replace('!^<pre[^>]*>|</pre>$!', '', $geshi->parse_code()), "\n\r");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php93 if (trim($content) === '') {
225 if ($closer !== false && $content === trim($tokens[$closer]['content'])) {
258 $regex = '`'.preg_quote(trim($tokens[$close_tag_pointer]['content'])).'`';
/plugin/data/
H A Dhelper.php113 $value = trim((string) $value);
150 return trim($email . ' ' . $name);
242 $val = trim($val);
356 $title = trim($title);
460 $this->aliases[$name] = array_filter(array_map('trim', $row));
478 $column = $this->column(trim($matches[1]));
490 $val = trim($matches[3]);
515 $val = array_map('trim', $val);
/plugin/indexnumber/
H A Dsyntax.php78 $idxId = trim($matches[1]);
85 $description = trim($matches[3]);
/plugin/datatemplate/syntax/
H A Dfilterform.php62 $line = trim($line);
113 $value = trim($value, '*');
/plugin/btable/
H A Dexport.php100 $id = trim($raw_id);
122 $id = trim($id,':._-');
/plugin/bible/
H A Dsyntax.php99 $chapterName = trim($matches[1]);
155 …$matchingVersesOutput = trim($matchingVersesOutput); # Make it look pretty by trimming off any lea…
/plugin/xtern/scripts/
H A Dchk_links.php38 $url = trim($url, ' "\'' );
55 return trim("$httpcode");
/plugin/btable2/
H A Dexport.php100 $id = trim($raw_id);
122 $id = trim($id,':._-');
/plugin/dtable/
H A Dhelper.php96 for ($i = $start_line; trim($page_lines[$i]) != '</dtable>' && $i < count($page_lines); $i++) {
144 return trim($maches[1]);
166 $type = trim($match);
193 } else if ( trim($match) == '' ){
/plugin/icons/syntax/
H A Dicon.php104 list($match, $flags) = explode('?', trim($match), 2);
105 list($pack, $icon) = explode('>', trim($match), 2);
214 return trim(implode(' ', $things), ' ');
225 $result = trim($result, ';');
/plugin/cumulus/
H A Dsyntax.php37 $data[strtolower(trim($name))] = trim($value);
242 $key = trim($word_idx[$i]);
245 if (!trim($value[0])) continue;
/plugin/data-au/syntax/
H A Dentry.php73 $class = trim($class, '- ');
83 $line = trim($line);
100 $val = trim($this->dthlp->_cleanData($val, $column['type']));
429 return str_replace('#', '\#', trim($txt));
465 $ret = '---- dataentry ' . trim($dataau['classes']) . ' ----' . DOKU_LF;
/plugin/metadisplay/helper/
H A Dhtml.php37 chdir(DOKU_INC . trim($conf['savedir'],'.\/') . '/meta');
38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
41 chdir( '/'.trim( $conf['savedir'],"\/\\") . '/meta');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
47 $subdir = trim($subdir,':\\\/');
H A Dplaintext.php37 chdir(DOKU_INC . trim($conf['savedir'],'.\/') . '/meta');
38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
41 chdir( '/'.trim( $conf['savedir'],"\/\\") . '/meta');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
47 $subdir = trim($subdir,':\\\/');

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