Home
last modified time | relevance | path

Searched refs:trim (Results 1051 – 1075 of 1709) sorted by relevance

1...<<41424344454647484950>>...69

/plugin/a2s/
H A Dsyntax.php229 trim($text, "\r\n")
/plugin/pot/
H A Dsyntax.php83 if (trim($this->cargo[$potid]['settings']['type']) == 'text') {
/plugin/edittable/renderer/
H A Djson.php120 …$this->tdata[$row][$col] = trim(str_replace("\n", ' ', $this->doc)); // no newlines in table cells!
/plugin/combo/ComboStrap/
H A DIconTag.php73 $html = "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
/plugin/tagging/script/
H A Dsearch.js151 $q.val(q.trim() + ' ' + tag);
/plugin/textile2/
H A DclassTextile.php416 …$r = trim(preg_replace('@<(p|blockquote|div|form|table|ul|ol|pre|h\d)[^>]*?>.*</\1>@s', '', trim($…
417 $r = trim(preg_replace('@<(hr|br)[^>]*?/>@', '', $r));
451 if (trim($cell) != '')
/plugin/translator/
H A Dhelper.php339 $versions[] = trim($data['Version']);
634 return trim($output);
769 return trim($data['Lang']);
893 $chrs = addcslashes(trim($chrs), "\n\t\r"); // Ensure to have the Line Breaks intact
1243 return $hash['date'] == trim($checkDate);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js923 function trim(str) function
946 if (trim(line).length == 0)
1087 copy = trim(original),
1449 html = trim(html);
1473 line = trim(line);
/plugin/lytebox/
H A Dlytebox.js29 String.prototype.trim = function () { return this.replace(/^\s+|\s+$/g, ''); } method in String
348 if (w.trim()=='auto') {
352 iframe.width = w.trim();
356 if (h.trim()=='auto') {
360 iframe.height = h.trim();
364 iframe.scrolling = s.trim();
/plugin/farmsync/meta/
H A DMediaUpdates.php67 if (trim($line) == '') return array();
/plugin/toctweak/
H A Dhelper.php31 $tocTitle = trim($tocTitle);
/plugin/ffindr/
H A Dffindr.php113 switch (trim($cell)) {
/plugin/nsindex/
H A Dsyntax.php56 $match = explode(',',trim(substr($match,9,-2)));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php77 $subvalue = trim(strtolower($subvalue));
H A Dbox.input.img.php91 $src = $url_autofix->apply(trim($root->get_attribute("src")));
/plugin/bbs/
H A Dsyntax.php38 $data = trim( $renderer->_xmlEntities($data), "\n");
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php105 $query = trim ( $_GET ['q'] );
/plugin/dlcounter/
H A Dsyntax.php49 $command = trim(substr($match, 12 ,-2));
/plugin/diff/
H A Dsyntax.php326 $aMatch[0] = strtolower(trim($aMatch[0])) . '?';
/plugin/geogebrembed/syntax/
H A Dggb.php185 $this->params = trim($current_settings, ' ,');
/plugin/lms/
H A Dhelper.php81 [$time, $id, $seen] = explode("\t", trim($line));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php73 $value = trim($value);
/plugin/html5video2/syntax/
H A Dvideo.php66 $link[0] = trim($link[0]);
/plugin/epub/scripts/
H A Dcss2.php33 $tpl = trim(preg_replace('/[^\w-]+/','',$conf['template']));
/plugin/achart/
H A Dsyntax.php51 $match = substr(trim($match), 7, -10);

1...<<41424344454647484950>>...69