Home
last modified time | relevance | path

Searched refs:trim (Results 776 – 800 of 1709) sorted by relevance

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

/plugin/button/
H A Dsyntax.php141 $style = trim($style);
151 $this->confStyles[trim($style[0])] = trim($style[1]);
/plugin/prosemirror/
H A Drenderer.php346 $this->cdata(trim($text, "\n"));
370 $this->cdata(trim($text, "\n"));
389 $this->cdata(trim($text, "\n"));
415 $node->attr('refresh', trim($refresh));
/plugin/pagestat/syntax/
H A Dedit.php31 $match = trim(substr($match,3,-1));
H A Deditpt.php32 $match = trim(substr($match,3,-1));
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php62 $p['desc'] = trim($p['desc']);
/plugin/prolog/
H A Dattribute_options.php35 $option = trim($option);
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php59 $length_src = trim($lengths[$i]);
H A Dbox.input.text.php23 $text = trim($root->get_attribute('value'));
H A Dutils_units.php34 $value = trim($value);
H A Dbox.iframe.php26 trim($root->get_attribute('src')) == '') {
/plugin/redirect2/
H A Dhelper.php58 $line = trim($line);
/plugin/referrers/
H A Dcode.php36 $data = trim($datas[0]);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php74 return strtotime(trim($mtime));
/plugin/showsamples/
H A Dsyntax.php36 return array($state, trim (substr ($match, 12, -1))); // "<showSamples" => 12 ">" => 1
/plugin/farm/
H A Dtestclient.php24 $mid = trim(substr($m, strlen($start), -1 * strlen($end)));
/plugin/aceeditor/
H A Daction.php35 $wraplimit = trim($this->getConf('wraplimit'));
/plugin/autogallery/
H A Dsyntax.php61 $namespace = trim(ltrim($options[0], '>'));
/plugin/imagelink/syntax/
H A Dimagelink.php61 if (trim($match) !== '') {
/plugin/facebook/
H A Dsyntax.php60 $param = trim($param);
/plugin/flash/
H A Dsyntax.php79 $conf = trim($conf);
/plugin/blockquote/syntax/
H A Dblockquote.php58 $source = trim(substr($match,strpos($match,' '),-1));
H A Dq.php55 $source = trim(substr($match,strpos($match,' '),-1));
/plugin/folded/syntax/
H A Dspan.php31 $match = trim(substr($match,2,-1)); // strip markup
/plugin/upgrade/
H A Dlegacy.php35 $lines = array_map('trim', $lines);
38 return array_map('trim', explode(' ', $item, 2));
69 $version['date'] = trim(file_get_contents(DOKU_INC . 'VERSION'));
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataText.php37 if ($this->value === null || trim($this->value) === "") {
59 $value = trim($value);

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