Home
last modified time | relevance | path

Searched refs:trim (Results 801 – 825 of 1709) sorted by relevance

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

/plugin/struct/types/
H A DUrl.php88 $url = $this->config['prefix'] . trim($value) . $this->config['postfix'];
/plugin/structpublish/action/
H A Drevisions.php58 !empty(trim($el->val())) &&
/plugin/rater/
H A Dsyntax.php124 $rater_id = trim($data['rater_id']);
125 $rater_name = trim($data['rater_name']);
126 $rater_headline = trim($data['rater_headline']);
127 $rater_stat_sort = trim($data['rater_stat_sort']);
624 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
681 …$rater_img_xhtml = p_render('xhtml',p_get_instructions("{{".trim($d1[0])."?".$rater_zoom."}}"),$in…
/plugin/ckgedit/action/
H A Dedit.php71 $ns = trim($ns);
318 $matches[1] .= " " . trim($gmatch[0]);
362 return $matches[1] . $matches[2] . trim($matches[3]) . $matches[4];
1302 $ret_str = " " . trim($matches[3]) . " " . trim($matches[2]) . " " . trim($matches[1]) ;
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl15 sub trim { subroutine
/plugin/fckg/action/entities/utils/
H A Dfcked-ents.pl15 sub trim { subroutine
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php101 $name = trim($name);
/plugin/inlineedit/
H A Dsyntax.php88 $text = $match ? trim($match) : '...';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php91 … $namespace = trim($phpcsFile->getTokensAsString(($stackPtr + 1), ($nsEnd - $stackPtr - 1)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php93 $buffer = trim($buffer) . "\n";
/plugin/authg2fa/
H A DTokenHelper.php25 $line = trim($line);
/plugin/phosphor/
H A Dphitem.php62 $params[$n] = trim($v);
/plugin/ckgedit/ckeditor/
H A Dget_headers.php52 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
/plugin/ckgedit/action/entities/utils/
H A Dfcked-ents.pl15 sub trim { subroutine
/plugin/oauthauthsch/
H A Daction.php90 $grps = array_map('trim', $grps);
/plugin/folded/syntax/
H A Ddiv.php30 $match = trim(substr($match,4,-1)); // strip markup
/plugin/prosemirror/parser/
H A DInternalLinkNode.php72 if (null === $title || trim($title) == '') {
/plugin/combo/syntax/
H A Dcomment.php36 $normalizedContent = trim($content);
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php37 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js112 String.prototype.trim = function () { method in String
202 var t = actb_delimwords[actb_cdelimword].trim().addslashes();
203 var plen = actb_delimwords[actb_cdelimword].trim().length;
610 var ot = actb_delimwords[actb_cdelimword].trim();
611 var t = actb_delimwords[actb_cdelimword].addslashes().trim();
/plugin/sphinxsearch-was/
H A Daction.php330 return trim($categories);
342 return trim($keywords);
/plugin/sphinxsearch/
H A Daction.php375 return trim($categories);
387 return trim($keywords);
/plugin/dokutexit/
H A Dtexitrender.php101 $array = preg_split("/\r?\n/", trim($data));
303 $line = trim($line);
/plugin/ryubin/syntax/
H A Dryubin.php43 $img = trim($img);
83 $xml = trim($xml);
/plugin/box2/
H A Dsyntax.php85 $data = $this->_boxstyle(trim(substr($match, 4, -1)));
110 $data = trim(substr($match, 5, -1));

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