Home
last modified time | relevance | path

Searched refs:trim (Results 501 – 525 of 1709) sorted by relevance

1...<<21222324252627282930>>...69

/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/cloud/
H A Dsyntax.php49 $matches = trim($matches[0], '[]');
265 $key = trim($word_idx[$i]);
267 if (!trim($value[0])) continue;
/plugin/refnotes/
H A Ddatabase.php99 return preg_replace('/\s+/', ' ', \dokuwiki\Utf8\PhpString::strtolower(trim($text)));
113 $namespacePattern = '/^' . trim($namespace, ':') . ':/';
117 $pageId = trim($pageId);
267 $table[$row][$column] = trim(substr($text, $cellOpen, $call[$c][2] - $cellOpen), "^| ");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php341 $validName = trim($newName, '_');
376 $newContent = trim($newContent, '_');
394 $validName = trim($newName, '_');
439 $validName = trim($newName, '_');
/plugin/accscounter/syntax/
H A Dcounter.php229 $element[0] = trim($element[0]);
230 $element[1] = trim($element[1]);
289 $element[0] = trim($element[0]);
290 $element[1] = trim($element[1]);
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js6 …ight=$(self).height();$(this).data('event.editable',settings.event);if(!$.trim($(this).html())){$(…
21 …);self.editing=false;callback.apply(self,[self.innerHTML,settings]);if(!$.trim($(self).html())){$(…
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
25 …form,[settings,self])){$(self).html(self.revert);self.editing=false;if(!$.trim($(self).html())){$(…
38 …n().each(function(){if($(this).val()==json['selected']||$(this).text()==$.trim(original.revert)){$…
/plugin/etherpadlite/action/
H A Detherpadlite.php29 $this->domain = trim($this->getConf('etherpadlite_domain'));
32 $this->ep_url = rtrim(trim($this->getConf('etherpadlite_url')),"/");
33 $ep_key = trim($this->getConf('etherpadlite_apikey'));
35 $this->ep_group = trim($this->getConf('etherpadlite_group'));
36 $this->ep_url_args = trim($this->getConf('etherpadlite_urlargs'));
/plugin/combo/ComboStrap/
H A DPluginUtility.php261 $match = trim(substr($match, $spacePosition));
298 $match = trim($match);
316 $match = trim($match);
897 * * and trim
916 $match = trim($match);
946 return trim(substr(0, $spacePosition));
/plugin/numbering/
H A Dhelper.php27 return urlencode(trim($this->getConf($name)));
/plugin/gcalendar/
H A Dsyntax.php32 $rev = trim(substr($rev,0,-1));
/plugin/cryptsign/
H A Dsign.php20 $sig = md5($id.$user.trim($text).auth_cookiesalt());
/plugin/commonmark/vendor/league/commonmark/src/Normalizer/
H A DTextNormalizer.php34 $text = \preg_replace('/[ \t\r\n]+/', ' ', \trim($text));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php20 if (!trim($sql)) continue;
/plugin/command/ext/
H A Dabstract.php25 $content = trim($content);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php27 $query = trim($query," \r\n\t");
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.letter-spacing.inc.php18 $value = trim($value);
H A Dcss.word-spacing.inc.php18 $value = trim($value);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst35 trim
/plugin/prosemirror/parser/
H A DHeadingNode.php20 if (trim($data['content'][0]['text']) === '') {
/plugin/submgr/
H A Dhelper.php50 $members = trim($members);
223 $item = trim($item);
/plugin/codeprettify/syntax/
H A Dcode.php85 $params = str_replace('"', '', trim($params, '[]'));
183 $params = trim($params, ' :');
/plugin/revealjs/syntax/
H A Dheader.php52 $title = trim($match);
55 $title = trim($title,'= ');
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php274 $output = preg_split('{\r?\n}', trim($process->getOutput()));
275 $errorOutput = trim($process->getErrorOutput());
/plugin/dbquery/syntax/
H A Dquery.php175 $title = trim($title,'|');
184 $title = trim($title,'|');

1...<<21222324252627282930>>...69