Home
last modified time | relevance | path

Searched refs:trim (Results 1601 – 1625 of 1709) sorted by path

1...<<616263646566676869

/plugin/textinsert/
H A Dsyntax.php64 $match = trim($match);
131 $match = str_replace ($search , trim($substitutions[$i]), $match);
/plugin/textmodule/
H A Daction.php32 $m = explode(PHP_EOL,trim($m));
36 $title = trim($m[0]);
47 $t1 = trim($m[$c]);
50 $t1 = trim(substr($m[$c],0,$n));
51 $t2 = trim(substr($m[$c],$n+1));
H A Dadmin.php50trim($_REQUEST['text1']) . "\n[TEXT MODULE DELIMITER]\n" . $_REQUEST['title2'] . "\n" . trim($_REQ…
/plugin/tfslink/syntax/
H A Dworkitemlink.php35 $collectionName = isset($options['cn']) ? trim($options['cn']) : '';
47 $data['title'] = isset($options['title']) ? trim($options['title']) : '';
/plugin/tile/
H A Dsyntax.php33 return array ($state, trim (substr ($match, 5, -1))); // "<title" => 5 ">" => 1
66 $data = trim ($data);
71 $line = trim ($line);
76 $line = trim ($line,'|');
/plugin/tiledblog/
H A Dsyntax.php32 return trim (substr ($match, 11, -2)); // "{{tiledBlog" => 11 "}}" => 2
143 in_array (trim ($this->getConf ('adminGroup')), $INFO ['userinfo']['grps']);
/plugin/timetrack/
H A Dhelper.php969 $pageid = trim($pageid,' :');
973 $ns = trim($ns,' :') . ':';
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
44 $command = trim(substr($match, 11 ,-2),'> ');
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js166 },globalEval:function(data){data=jQuery.trim(data);
266 var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");
301 },trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");
2358 String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,""); method in String
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2398 }var C=A.id?A.id.trim():"";
/plugin/toctweak/
H A Dhelper.php31 $tocTitle = trim($tocTitle);
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));
/plugin/todo/syntax/
H A Dlist.php272 $ns = trim($ns, '.:');
322 return trim(ltrim($user, '@'));
340 $todo = array_merge(array('todotitle' => trim($page['matches'][2][$todoindex]), 'todoindex' => $todoindex), $this->parseTodoArgs($todomatch), $data);
H A Dtodo.php200 $option = trim($option);
466 $todotitle = trim($tododata[2]);
/plugin/top/
H A DCrawlerDetect.php368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
/plugin/tplinc/
H A Dhelper.php31 $line = trim($line);
150 if (trim($pattern, ':') == '**') return $page; // match all
/plugin/tplmod/
H A Daction.php52 $language = trim($this->getConf('deflang'));
72 $val = strtolower(trim($val));
121 $background_color = trim($background_color);
132 $xcludes = trim($xcludes,',');
142 $ips = trim($ips);
213 $JSINFO['tmplft_logo'] = trim($logo);
214 $JSINFO['tmplft_logo_width'] = trim($width);
228 $JSINFO['tmplft_logo'] = trim($logo);
253 $addr = trim($ips[$i]);
283 $JSINFO['tmplft_tag'] = trim($tags[$slot]);
[all …]
/plugin/translate/
H A Dhelper.php129 $str = trim($this->getConf('include_namespaces'));
H A Dmake_langnames_file.php31 && trim($tds->item(0)->textContent) == 'Old projects') {
39 if (!isset($code)) $code = trim($td->textContent);
40 else $row[] = trim($td->textContent);
/plugin/translation/
H A Dhelper.php37 $this->opts = array_map('trim', $this->opts);
167 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/translation2/
H A Daction.php41 if (strlen(trim($this->getConf('languages'))) == 0) {
46 …getConf('default_language')) === false) $this->conf['default_language'] = trim(reset(explode(',', …
116 …li style="display: inline; padding: 2px;"' . ((!empty($class))?' class="'.trim($class).'"':'') . '…
/plugin/translation3/
H A Dhelper.php102 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/translationbuddy/
H A Dsyntax.php67 $line = trim($line);
72 $data[$key] .= ' ' . trim($value);
74 $data[$key] = trim($value);
/plugin/translator/
H A Daction.php60 $Category = trim($_REQUEST['Category']);
61 $Language = trim($_REQUEST['Language']);
62 $Version = trim($_REQUEST['Version']);
H A Dadmin.php265 $user = trim($user);
268 $lang = trim($lang);
321 $name = trim($name);
324 $value = trim($value);
542 $key = trim($key);
543 $value = trim($value);

1...<<616263646566676869