Home
last modified time | relevance | path

Searched refs:trim (Results 1676 – 1700 of 1709) sorted by path

1...<<616263646566676869

/plugin/wrap/
H A Dhelper.php76 $attr['lang'] = trim($token,':');
82 $attr['id'] = trim($token,'#');
492 $properties ['padding-left'] = trim ($properties ['padding-left'], '%');
497 $properties ['padding-right'] = trim ($properties ['padding-right'], '%');
502 $properties ['padding-top'] = trim ($properties ['padding-top'], '%');
507 $properties ['padding-bottom'] = trim ($properties ['padding-bottom'], '%');
727 self::$box_left_pos += trim($frame_props ['width'], 'cm');
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
55 $title = trim($match);
58 $title = trim($title,'=');
59 $title = trim($title);
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/wst/syntax/
H A Dtemplate.php60 $dump = trim(substr($match, 6, -2)); // remove curly brackets and "wst:" keyword
71 $template_arguments[trim($tmp[0])] = trim($tmp[1]);
75 else $template_arguments[$key+1] = trim($value);
/plugin/wysiwyg/
H A Dajax.php66 $QUERY = trim($_REQUEST['id']);
128 $QUERY = trim($_REQUEST['id']);
146 $QUERY = trim($_REQUEST['id']);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc186 <cfif lcase(trim(key)) eq "throwonerror">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php100 $chunk = trim( $chunk ) ;
/plugin/xcom/
H A Daction.php47 $inidir = trim($this->getConf('inidir'));
H A Dremote.php89 $mask = trim($mask);
172 $result = trim($result[0]);
H A Dscript.js351 page = page.trim();
357 if((!page || page.trim().length === 0) && !opts) {
390 opt = opts.trim();
/plugin/xcom/scripts/
H A Dxml.php52 $key = trim($key); $val = trim($val);
/plugin/xfortune/
H A Dhelper.php156 $text = trim($text);
/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/xml/
H A Drenderer.php589 } elseif ( is_null($title) || trim($title)=='') {
/plugin/xref/
H A Dsyntax.php39 $match = trim(substr($match, 7, -2));
/plugin/xssnipper/
H A Dsyntax.php170 header("Content-Disposition: attachment; filename=".trim($xssnipper['file']));
173 echo trim($code_lines,"\r\n");
/plugin/xtern/
H A Dadmin.php79 $dir = trim($this->dir,':');
150 $id = trim($id,':');
156 $id = trim($id,':');
212 $url = trim($url,' )(\\;:-!"\'.,');
223 $url = trim($url,']');
257 $url = trim($url, ' "\'' );
277 return trim("$httpcode");
/plugin/xtern/scripts/
H A Dchk_links.php38 $url = trim($url, ' "\'' );
55 return trim("$httpcode");
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js8 .trim()
13 .map( piece => piece.trim()) })
/plugin/yuml/
H A Dusecase.php108 $uml_code = preg_replace(array("/\n/", "/,,/"), array(", ", ","), trim($uml_code));
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13trim||function(){return this.replace(/^\s+|\s+$/g,"")}).apply(t)}t.exports={getNodePosition:i,getF…
H A Ddhtmlxgantt.js.map1trim","this","replace","getNodePosition","getFocusableNodes","nodes","querySelectorAll","join","no…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13trim||function(){return this.replace(/^\s+|\s+$/g,"")}).apply(t)}t.exports={getNodePosition:n,getF… method in t.$keyboardNavigation.shortcuts
H A Ddhtmlxgantt_keyboard_navigation.js.map1trim","this","replace","apply","getNodePosition","getFocusableNodes","nodes","querySelectorAll","j…

1...<<616263646566676869