Home
last modified time | relevance | path

Searched refs:trim (Results 1551 – 1575 of 1709) sorted by last modified time

1...<<616263646566676869

/plugin/socialshareprivacy2/
H A Dsyntax.php45 $params[trim($name)] = trim($value);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js517 …if ('perma_option' in data) data.perma_option = $.trim(data.perma_option).toLowerCase() …
518 …if ('ignore_fragment' in data) data.ignore_fragment = $.trim(data.ignore_fragment).toLowerCase() …
532 data.order = $.trim(data.order);
555 service.status = $.trim(service.status).toLowerCase() === "true";
558 service.perma_option = $.trim(service.perma_option).toLowerCase() === "true";
/plugin/flowplayer/
H A Dsyntax.php35 list($url, $attr) = explode(" ", hsc(trim(substr($match, 13, -2))), 2);
/plugin/aceeditor/
H A Daction.php35 $wraplimit = trim($this->getConf('wraplimit'));
/plugin/signavio/
H A Dsyntax.php82 if(trim($match) != ""){
/plugin/htvid/syntax/
H A Dvideo.php48 $params = trim($params);
52 $params = trim($params);
57 $params = trim($params);
/plugin/whyspam/
H A Dadmin.php83 $block = trim($block);
/plugin/html5video/
H A Dvideo.php50 $params = trim($params);
54 $params = trim($params);
59 $params = trim($params);
/plugin/templateconfhelper/exe/
H A Dcss.php42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
/plugin/projects/lib/
H A Dfile_definition.php75 trim($this->recipe);
99 return trim($this->attribute('linkto'));
H A Dproject_file.php184 return (trim($this->recipe) != "");
H A Dtools.php114 $limit = trim(strtoupper($limit));
/plugin/projects/pchart/pchart/
H A Dpdata.php71 $line = trim($line);
79 $Value = trim($Value);
87 $Value = trim($Values[$column]);
97 $Value = trim($Value);
106 $Value = trim($Values[$column]);
/plugin/projects/plugins/file/
H A Dplot_dependency.php73 $name = trim($fields[0]);
76 $value = trim($fields[1]);
99 $column = trim($column);
113 for ($i = trim($range[0]); $i <= trim($range[1]); $i++)
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/fblogin/lib/
H A Dbase_facebook.php1173 return trim($metadata['base_domain'], '.');
1357 $cookie_value = trim($_COOKIE[$cookie_name], '"');
/plugin/translationbuddy/
H A Dsyntax.php67 $line = trim($line);
72 $data[$key] .= ' ' . trim($value);
74 $data[$key] = trim($value);
/plugin/selectsearch/
H A Daction.php25 if(trim($_REQUEST['namespace'])){
26 $QUERY .= ' @'.trim($_REQUEST['namespace']);
37 trim($namespace);
38 trim($displayname);
/plugin/cumulus/
H A Dsyntax.php37 $data[strtolower(trim($name))] = trim($value);
242 $key = trim($word_idx[$i]);
245 if (!trim($value[0])) continue;
/plugin/bible/
H A Dsyntax.php99 $chapterName = trim($matches[1]);
155 …$matchingVersesOutput = trim($matchingVersesOutput); # Make it look pretty by trimming off any lea…
/plugin/preservefilenames/
H A Drenderer.php53 print trim($text, "\r\n");
/plugin/contactmodern/
H A Drecaptchalib.php184 if (trim ($answers [0]) == 'true') {
H A Dsyntax.php190 if (trim($comment, " \t") != ''){
/plugin/rack/
H A Dsyntax.php153 if(!trim($content)){
164 if (preg_match("/^\s*#/",$line) || !trim($line)) { continue; } # skip comments & blanks
/plugin/fedauth/Auth/OpenID/
H A DParse.php309 $rels = preg_split("/\s+/", trim($rel_attr));
H A DKVForm.php54 $tkey = trim($key);
62 $tval = trim($value);

1...<<616263646566676869