Home
last modified time | relevance | path

Searched refs:trim (Results 1426 – 1450 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/dokutranslate/
H A Dutils.php70 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
H A Dadmin.php78 $this->_acl_add($scope, trim($_REQUEST['modgroup']));
/plugin/variants/
H A Dvariants.php130 trim($key); trim($value);
/plugin/twcheckliste/
H A Dsyntax.php59 if (trim($match) == "angebot") {
97 $title = trim($match[0]);
101 $title = trim($title, '=');
102 $title = trim($title);
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/syntaxhighlightjs/
H A Dhelper.php31 $token = trim($token, '<>');
43 $classIsInList = in_array(trim($token), $restrictedClasses);
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2 …(e,t,r){var i=t?y[t]:r,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(i)&&…
/plugin/syntaxhighlightjs/action/
H A Dsxh.php88 trim($token, '<>');
/plugin/npd/tpl/
H A Dmain.php389 …<input type="text" class="" style="display: none;" id="npd_ns" value="<?php echo trim($_REQUEST['i…
/plugin/imagemap/
H A Dsyntax.php294 $title = trim($match[1]);
/plugin/authradius/
H A Dauth.php50 $hosts[$i] = trim($hosts[$i]);
/plugin/abbr/syntax/
H A Dabbreviation.php60 $shortened = trim($shortened);
61 $phrase = trim($phrase);
65 $shortened = trim($match);
/plugin/stopforumspam/_test/
H A DLoggerTest.php32 … $this->assertEquals("DATE,USERNAME,EMAIL,IP,TRIGGER,CONFIDENCE,ACCEPTED", trim($contents[0]));
/plugin/explorertree/
H A Dhelper.php145 if (strncasecmp(trim($list),'<ul ',4)){
/plugin/svgpureinsert/
H A Dsyntax.php80 $data['id'] = trim($id);
81 $data['title'] = trim($title);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php22 if (trim($content) === '') {
H A Dinline.content.builder.php759 $content = trim($content);
790 $words[] = trim($word);
997 $line = trim($line);
H A Dcss.property.stringset.class.php24 $value = trim(strtolower($value));
H A Dcss.rules.page.inc.php187 $css = $matches[1].parse_css_atpage_rule(trim($data), $css_ruleset);
200 $raw_selector = trim($matches[1]);
201 $css = trim($matches[2]);
212 $raw_prefix = trim($matches[1]);
213 $raw_token = trim($matches[2]);
214 $raw_suffix = trim($matches[3]);
287 $raw_margin_box_selector = trim($matches[1]);
288 $css = trim($matches[2]);
298 $raw_prefix = trim($matches[1]);
299 $raw_token = trim($matches[2]);
[all …]
H A Dcss.ruleset.class.php26 $media_list = preg_split("/\s*,\s*/",trim($root->get_attribute("media")));
47 $content = trim($root->get_content());
81 $src = $url_autofix->apply(trim($root->get_attribute('href')));
177 $this->css_import(trim($matches[1]), $pipeline);
180 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
183 $this->css_import(trim(css_remove_value_quotes($matches[1])), $pipeline);
H A Dfilter.pre.headfoot.class.php10 if (trim($header_html) != "") {
11 …px; width: 100%; left: 0; right: 0; bottom: 100%; text-align: center;\">".trim($header_html)."</bo…
14 if (trim($footer_html) != "") {
15 …: 1px; width: 100%; left: 0; right: 0; top: 100%; text-align: center;\">".trim($footer_html)."</bo…
H A Dpdf.fpdf.makefont.php313 return trim($s);
H A Dpdf.fpdf.php447 if (trim($field->get_field_name()) == "") {
H A Dtag.frame.inc.php59 $length_src = trim($lengths[$i]);
/plugin/html2pdf/multilingual/
H A Dsyntax.php86 $skiptrans = trim($this->getConf('skiptrans'));

1...<<51525354555657585960>>...69