Home
last modified time | relevance | path

Searched refs:trim (Results 101 – 125 of 1709) sorted by last modified time

12345678910>>...69

/plugin/confmanager/
H A Dhelper.php142 $str = trim($str);
H A Djquery.form.js81 url = (typeof action === 'string') ? $.trim(action) : '';
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php58 $filename = trim($filename);
/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php13 && in_array(trim(substr($config,1)), $default)
/plugin/cloud/
H A Dsyntax.php49 $matches = trim($matches[0], '[]');
265 $key = trim($word_idx[$i]);
267 if (!trim($value[0])) continue;
/plugin/caption/syntax/
H A Dcaption.php293 list($_type,$_num) = explode('=',trim($match));
294 $_type = trim($_type);
295 $_num = (int) trim($_num);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js26571 this.trim = false;
27150 if (parserOptions.trim) {
27152 return col.trim();
39354 str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim();
40400 str = str.trim().replace(INVALID_BASE64_RE, ''); // Node converts strings with length < 2 to ''
77697 var trimmed = value.trim();
77706 var _trimmed = value.trim();
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3482 var lnos = lower.replace(/\s+/g, " ").trim();
3626 q = cc.slice(0,c).trim();
7840 s = s.replace(/\u0000/g,"").trim();
8305 data = data.trim();
9979 var o = parse_si(ss[i].trim(), opts);
12206 if(x === "" || x.trim() === "") return;
12212 if(x === "" || x.trim() === "") return;
15568 x = marr[mt].trim();
15611 x = cells[ri].trim();
21623 var row = rows[i].trim();
[all …]
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DLangProcessor.php228 $key = trim($key, '\'"');
H A Dcli.php158 $ldir = trim($ldir, '/');
189 $value = trim(fgets($fh));
358 $output = array_map('trim', $output);
/plugin/button/
H A Dsyntax.php141 $style = trim($style);
151 $this->confStyles[trim($style[0])] = trim($style[1]);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php56 $matches[0] = trim($matches[0]);
57 if ( trim($matches[0]) == '' ) {
91 $matches = preg_split("/\r?\n/", trim($match));
95 if ($option == trim($match)) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php489 $string = trim($m[0]);
490 $entry = substr(trim($m[1]), 1, -1);
603 $this->_strings[trim($m[0])] = substr(trim($m[1]),1,-1);
642 $value = trim(substr($entry, $position+1));
680 $field = strtolower(trim(substr($entry, $position+1)));
686 $ret['cite'] = trim($arr[1]);
687 $ret['entrytype'] = strtolower(trim($arr[0]));
859 $entrycopy = trim($entry);
929 $value = trim(subst
[all...]
/plugin/tag/
H A Daction.php79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
80 $ns = trim($INPUT->str('ns'));
H A Dhelper.php123 $this->sort = trim($newflags['sortkey']);
126 $this->sortorder = trim($newflags['sortorder']);
370 // map with trim here in order to remove newlines from tags
372 $tags = array_map('trim', idx_getIndex('subject', '_w'));
/plugin/tag/syntax/
H A Dcount.php47 $match = trim(substr($match, 8, -2)); // get given tags
H A Dtag.php48 $tags = trim(substr($match, 6, -2)); // strip markup & whitespace
49 $tags = trim($tags, "\xe2\x80\x8b"); // strip word/wordpad breaklines
H A Dtagpage.php53 $match = trim(substr($match, 10, -2)); // get given tag
58 $params['tag'] = trim($tag);
H A Dtopic.php67 return [$ns, trim($tag), $flags];
89 $conf_name = trim(strtolower(substr($flag, 0 , $separator_pos)));
90 $conf_val = trim(strtolower(substr($flag, $separator_pos+1)));
/plugin/imapmarkers/
H A Djquery.imagemapster.js264 el = arr[i] ? arr[i].trim() : '';
/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 …]
H A Dmap.php104 $match = trim($match);
131 $a_coords = explode(",", trim(strval($coordinates)));
133 $a_coords[$key] = intval(trim(strval($value)));
H A Dreference.php64 $match = trim($match);

12345678910>>...69