Home
last modified time | relevance | path

Searched refs:trim (Results 826 – 850 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php137 if (trim($defaultPrefix) === '') {
143 $this->_defaultNamespacePrefix = trim($defaultPrefix);
333 if ($universal->namespacePrefix !== '*' && trim($universal->namespacePrefix) !== '') {
447 $this->quoteLiteral(' '.trim($attribute->literal->value).' ')
/plugin/photogallery/lightGallery/js/
H A Dpicturefill.min.js4trim=function(a){return a.trim?a.trim():a.replace(/^\s+|\s+$/g,"")},g.makeUrl=function(){var a=b.c… function
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php433 $ret = trim($ret) . "\n\n";
641 $node_id = explode(' ', trim($node->attr['id']))[0];
835 return in_array($pattern, explode(' ', trim($value)), true);
894 trim($selector_string) . ' ', // Add final ' ' as pseudo separator
907 $m[0] = trim($m[0]);
937 trim($m[4]),
947 if (trim($att[0]) === '') {
963 if ($m[5] !== '' && trim($m[5]) === '') { // Descendant Separator
966 $m[5] = trim($m[5]);
1640 $this->doc = trim($str);
[all …]
/plugin/markdownextra/
H A Dmarkdown.php1153 $code = htmlspecialchars(trim($code), ENT_NOQUOTES);
1790 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
2766 $text .= " <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
2771 $rows = explode("\n", trim($content, "\n"));
2785 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
2843 $result = trim($this->processDefListItems($list));
2893 $terms = explode("\n", trim($matches[1]));
2896 $term = $this->runSpanGamut(trim($term));
3022 $value = trim($this->runSpanGamut($value));
3222 $this->abbr_desciptions[$abbr_word] = trim($abbr_desc);
/plugin/top/
H A DCrawlerDetect.php368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php58 $gzinflate_errors = trim(strip_tags(ob_get_contents()));
/plugin/highlightparent/
H A Daction.php70 $pattern = trim($this->getConf('namespace pattern'));
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php20 $channame = trim($param);
/plugin/barcode/
H A Dsyntax.php46 switch (trim($param[0])) {
/plugin/creole/syntax/
H A Dlistblock.php89 $level = strlen(trim($match)); // Creole
/plugin/crypto/
H A Dsyntax.php48 return array($state, trim($match));
/plugin/rating/
H A DCrawlerDetect.php368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/pagestat/syntax/
H A Dblock.php33 $match = trim(substr($match,3,-1));
/plugin/alphalist2/
H A Dscript.js21 var text = $this.text().trim();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php164 if (trim(current($header)) !== '') {
/plugin/pot/source/
H A Dcalculate.php9 $potformula = preg_replace("/^\s*?$/", "\" \"", trim($match)); //if only spaces are set, replace sp…
/plugin/statdisplay/
H A Dsyntax.php38 $command = trim(substr($match, 14, -2));
/plugin/combo/syntax/
H A Drelated.php108 $qualifiedMach = trim($match);
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js42 targetElement.insertAdjacentHTML('beforeend', htmlFragment.trim());
/plugin/recommend/helper/
H A Dassignment.php72 if (trim($pattern, ':') == '**') {
/plugin/bez/mdl/
H A DUserFactory.php29 $group = trim($group);
/plugin/siteexport/syntax/
H A Dsiteexport.php32 $options = explode(' ', trim(substr($match, 2, -2)?:""));
/plugin/bureaucracy-au/
H A Dsyntax.php82 $line = trim(array_shift($lines));
260 $k = trim($k);
261 $v = trim($v);
/plugin/bureaucracyau/
H A Dsyntax.php82 $line = trim(array_shift($lines));
260 $k = trim($k);
261 $v = trim($v);

1...<<31323334353637383940>>...69