Home
last modified time | relevance | path

Searched refs:trim (Results 126 – 150 of 1709) sorted by path

12345678910>>...69

/plugin/authucenter/lib/uc_client/model/
H A Dbase.php229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
H A Dmisc.php76 $boundary = $encodetype == 'URLENCODE' ? '' : ';'.substr($post, 0, trim(strpos($post, "\n")));
H A Dnote.php133 …$response = trim($_ENV['misc']->dfopen2($url, 0, $note['postdata'], '', 1, $app['ip'], UC_NOTE_TIM…
H A Dpm.php224 $subject = $this->removecode(trim($message), 80);
228 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
329 $lastsummary = $this->removecode(trim(stripslashes($message)), 150);
812 return trim($this->base->cutstr(strip_tags($str), $length));
H A Duser.php78 …('\\*', "\r\n", ' '), array('.*', '|', ''), preg_quote(($censorusername = trim($censorusername)), …
100 $accessexp = '/('.str_replace("\r\n", '|', preg_quote(trim($accessemail), '/')).')$/i';
101 $censorexp = '/('.str_replace("\r\n", '|', preg_quote(trim($censoremail), '/')).')$/i';
/plugin/authvk/
H A Dauth.php360 $line = trim($line);
/plugin/authyubikey/
H A Dauth.php230 $line = trim($line);
251 $line = trim($line);
H A Dauth.php.org334 $line = trim($line);
/plugin/authyubikey/lib/
H A DYubico.php388 $rows = explode("\r\n", trim($str));
/plugin/autlogin/
H A Daction.php185 $match = trim($match);
186 $entry_page = trim($entry_page);
255 $line = trim($line);
263 $match = trim($match);
299 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
H A Dadmin.php1028 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1050 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1070 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1159 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1204 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1239 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1274 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1343 if($user == trim($alias))
1378 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1470 $line = trim($line);
[all …]
/plugin/autogallery/
H A Dsyntax.php61 $namespace = trim(ltrim($options[0], '>'));
/plugin/autolink2/
H A Dhelper.php44 $this->autolink_idx[$key]=trim($value);
271 $docs[$page] = trim($this->page_idx[$num]);
275 return trim($this->page_idx[$nums]);
/plugin/autolink3/
H A Daction.php55 $locate = trim($elem[2]);
H A Dajax.php122 $locate = trim($elem[2]);
151 $page = ':'.trim($page).'.txt';
/plugin/autolink4/
H A Dhelper.php69 $line = trim($line);
79 $orig = trim($data[self::$ORIG]);
81 $ns = isset($data[self::$IN]) ? trim($data[self::$IN]) : null;
88 $s[self::$TO] = trim($data[self::$TO]);
90 $s[self::$FLAGS] = isset($data[self::$FLAGS]) ? trim($data[self::$FLAGS]) : null;
/plugin/autotooltip/
H A Dsyntax.php75 $parts = array_map(function($s) {return trim($s);}, explode('|', $inner));
/plugin/autotranslation/
H A Dhelper.php94 $tns = cleanID(trim($tns));
192 $skiptrans = trim($this->getConf('skiptrans'));
/plugin/autotweet/syntax/
H A Dautotweet.php64 $match = trim( substr($match, 12, -2) );
70 $data[trim($key)] = trim($value);
/plugin/autotweet/
H A Dtwitteroauth.php240 $value = trim(substr($header, $i + 2));
/plugin/avatar/
H A Dsyntax.php
/plugin/avtaskbox/
H A Dsyntax.php93 … $title = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : ' ';
96 …$priority =(!empty($matches[1]) && strlen(trim($matches[1]))>0) ? 'Priority: '.trim($matches[1]) :…
99 …$estimate = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? ' of '.trim($matches[1]) : '&nb…
102 …$assigned = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? '('.trim($matches[1]).')' : '&n…
105 …$progress = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? intval(preg_replace('[^0-9]', '…
108 …$description = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : ' ';
/plugin/barcode/
H A Dsyntax.php46 switch (trim($param[0])) {
/plugin/batchedit/
H A Dengine.php1022 $page = new BatcheditPage(trim($pageId));
H A Dinterface.php653 $label = trim($label);

12345678910>>...69