Home
last modified time | relevance | path

Searched refs:trim (Results 201 – 225 of 1709) sorted by relevance

12345678910>>...69

/plugin/dx/build/
H A DpluginInfoVersionUpdater.js4 .trim()
9 .map( piece => piece.trim()) })
/plugin/btable2/
H A Dsyntax.php85 $ids[$i] = trim($ids[$i]);
89 $dates[$i] = trim($dates[$i]);
92 return array(trim($title), $ids, $dates, $opt);
107 $conf_groups = trim($this->getConf('btable_groups'));
170 $row = trim($_REQUEST['row']);
195 $row = trim($submit);
210 $change_row = trim($submit);
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js8 .trim()
13 .map( piece => piece.trim()) })
/plugin/freechat/phpfreechat/src/commands/
H A Dop.class.php21 if (trim($param) == "")
33 $nicktoop = trim($param);
/plugin/dwcommits/
H A Dsyntax.php122 $matches = explode("\n", trim($match));
125 $field = trim($field);
126 $val = trim($val);
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/glossary/syntax/
H A Dspan.php43 $data = strtolower (trim (substr ($match, 9, -2)));
46 $data = strtolower (trim (substr ($match, 9, -1)));
66 $data = trim ($data);
/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/translator/
H A Daction.php60 $Category = trim($_REQUEST['Category']);
61 $Language = trim($_REQUEST['Language']);
62 $Version = trim($_REQUEST['Version']);
/plugin/socialite/syntax/
H A Dbutton.php51 $match = strtolower(trim(substr($match, 11, -2))); // strip markup
57 $networks = trim(substr($match, strlen($display) + 1 ));
61 $networks = strtolower(trim($this->getConf('networks')));
/plugin/htvid/syntax/
H A Dvideo.php48 $params = trim($params);
52 $params = trim($params);
57 $params = trim($params);
/plugin/schedule/
H A DpoiDB.class.php22 $conf['savedir'].'/'.trim ($plugin->getConf ('dataDir').'/poiDB.txt');
63 $data[$key] = trim ($val);
86 $line = trim (preg_replace ("/#.*$/", "", str_replace ('\\\\', '~br~', $line)));
/plugin/datepicker/
H A Dsyntax.php48 $mode=trim(substr($match,1,10));
49 $option = trim(substr($match,11,1));
51 $match=trim(substr($match,12,strlen($match)-12-1));
/plugin/mobiletable/
H A Daction.php75 foreach (explode('^', substr(trim($row), 1, -1)) as $th) {
82 $schema[] = $last = trim($th) ?: $last;
122 $str = str_replace("\r", '', trim($str, "\n"));
/plugin/tag/syntax/
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/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
92 $patch_url = trim($patch_url);
135 if($line = trim(array_shift($lines))) {
168 } elseif(trim($line) == '') {
/plugin/sitemapnavi/
H A Dhelper.php14 $subdir = trim(str_replace(':', '/', $baseNS),'/');
23 $cleanedNamespace = trim(getNS($mediaFile['id']), ':');
45 $cleanedNamespace = trim($namespace, ':');
188 if (strpos($opts['ns'] . '/', trim($file,'/') . '/') === 0) {
/plugin/fckg/action/
H A Dmeta.php54 $ns = trim($ns);
178 $save_dir = trim($conf['savedir']);
184 $domain = trim(DOKU_BASE,'/');
188 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
209 if(trim($version)== trim($symcheck)) { //symlinks should already have been created
/plugin/ckgdoku/action/
H A Dmeta.php108 $size=trim($size);
109 $ft=trim($ft);
178 $t= trim(p_get_first_heading($page));
197 $name = trim($name,' ][\'');
199 $val = trim($val,' ;\'');
267 $this->wiki_text = trim($this->wiki_text);
346 $ns = trim($ns);
477 $save_dir = trim($conf['savedir']);
496 $domain = trim(DOKU_BASE,'/');
501 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
[all …]
/plugin/ckgedit/action/
H A Dmeta.php134 $size=trim($size);
135 $ft=trim($ft);
204 $t= trim(p_get_first_heading($page));
225 $name = trim($name,' ][\'');
227 $val = trim($val,' ;\'');
295 $this->wiki_text = trim($this->wiki_text);
373 $ns = trim($ns);
512 $save_dir = trim($conf['savedir']);
531 $domain = trim(DOKU_BASE,'/');
536 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
[all …]
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php90 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_hidden.test.php75 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_radio.test.php72 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
H A Dfield_time.test.php84 $this->assertEquals(trim($expectedHTML), trim($actualHTML));
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php79 $this->assertEquals(trim($expectedHTML), trim($actualHTML));

12345678910>>...69