Home
last modified time | relevance | path

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

12345678910>>...69

/plugin/move/_test/
H A Dplan.test.php77 $this->assertEquals("animals:mammals:cute:otter\tanimals:mammals:otter", trim($list[2]));
78 $this->assertEquals("animals:mammals:cute:cat\tanimals:mammals:funny:cat", trim($list[1]));
79 $this->assertEquals("animals:mammals:cute:dog\tanimals:mammals:funny:dog", trim($list[0]));
/plugin/glossary/
H A Dglossary.class.php83 $this->NS = cleanId (trim ($ns));
551 $word = trim ($word);
552 $translate = trim ($translate);
553 $pageId = trim ($record['useTicket']);
555 $pageId = trim ($record['ticket']);
619 $word = trim ($word);
620 $translate = trim ($translate);
621 $pageId = trim ($record['useTicket']);
623 $pageId = trim ($record['ticket']);
768 $pageId = trim ($request['useTicket']);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php101 $actual = preg_replace('/\r\n/', "\n", trim($output));
105 $sectionContent = preg_replace('/\r\n/', "\n", trim($sections[$sectionName]));
172 $xfail = trim($sections['XFAIL']);
322 $externalFilename = str_replace('..', '', trim($sections[$section . '_EXTERNAL']));
420 foreach (explode("\n", trim($content)) as $e) {
421 $e = explode('=', trim($e), 2);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php85 $message = trim(substr($processedExpression, 0, $firstPipeChar));
86 $commandChain = trim(substr($processedExpression, $firstPipeChar + 1));
105 $command = trim($command, " )");
114 'trim',
122 'trim',
126 $commandName = trim($commandName);
147 case "trim":
148 $message = trim($message);
316 if (strlen(trim($locale)) === 2) {
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php55 $dateString = trim($dateString, ' ');
269 $value = trim($matches['value'], '"');
309 $result[] = trim($l2);
338 $mimeType = explode('/', trim($mimeType));
347 $part = trim($part);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php55 $dateString = trim($dateString, ' ');
269 $value = trim($matches['value'], '"');
309 $result[] = trim($l2);
338 $mimeType = explode('/', trim($mimeType));
347 $part = trim($part);
/plugin/mediatooltip/
H A Daction.php55 $parts['filename'] = trim($parts['filename'],'_');
151 $_img = trim($_img,'"');
166 $camera = trim($camera);
210 $matches[0] .= " $BR" . 'Artist: ' . trim($artist);
218 $matches[0] .= trim($_title);
238 $copypos = trim($this->getConf('copypos'));
254 $value = trim($value);
/plugin/since/
H A Dsince.php60 return array($this->syntax, trim($attr), $content);
73 $d = date_create( trim($date) );
82 $SinceDate .= trim($date).'&nbsp;'.'<span class="since">'
/plugin/unameban/
H A Dadmin.php34 $newban = trim($_REQUEST['banusername'])."\t".time()."\t".$_SERVER['REMOTE_USER'];
35 $cause = trim(preg_replace('/[\n\r\t]+/','',$_REQUEST['cause']));
41 $del = trim(array_shift(array_keys($_REQUEST['delusername'])));
/plugin/webcomponent/syntax/
H A Dheading.php123 $title = trim($match);
126 $title = trim($title, self::getHeadingCharacter());
127 $title = trim($title);
/plugin/autotweet/syntax/
H A Dautotweet.php64 $match = trim( substr($match, 12, -2) );
70 $data[trim($key)] = trim($value);
/plugin/headernofloat/
H A Dsyntax.php40 $title = trim($match);
43 $title = trim($title,'#');
44 $title = trim($title);
/plugin/smtp/classes/
H A DMessage.php56 $rcpt[] = trim($matches[2]);
58 $rcpt[] = trim($addr);
79 if(trim($lines[$i]) === '') break; // end of headers, we're done
/plugin/codedoc/
H A Dblock.php43 $type = strtolower(trim(substr($match,8,-1)));
46 $type = trim($type);
50 return array($state, trim($type));
84 … $show_button = '<span class="codedoc_show" id="s_' . trim($this->last_id,'"') . '">show</span>';
H A Dspecials.php30 $match = trim(substr($match,10,-2));
32 if(trim($type) == 'timestamp') {
43 $renderer->doc .= '<a name="' . trim(strtolower($matches[1])) . '">&nbsp;</a>';
/plugin/pagetitle/syntax/
H A Ddecorative.php81 $title = trim(substr($match, 8, -2));
86 $params = strtolower(trim(substr($match, 6, -1)));
131 $decorative_title = trim($renderer->doc);
149 $title = trim(htmlspecialchars_decode(strip_tags($decorative_title), ENT_QUOTES));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php34 $dir = trim($dir);
99 $stylePath = trim($stylePath);
410 'surname' => trim($cArray[2]),
412 'initials' => trim($cArray[1]),
413 'prefix' => trim($cArray[3]),
426 'surname' => trim($cArray[2]),
428 'initials' => trim($cArray[1]),
429 'prefix' => trim($cArray[3]),
437 $this->formatPages(trim($start), trim($end));
633 $last = substr(trim($pString), -1);
[all …]
/plugin/adhocmathml/
H A Dmath.php20 switch (trim($name)) {
31 return (trim($value) == 'http://www.w3.org/1998/Math/MathML');
H A Dmfrac.php20 switch (trim($name)) {
23 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmpadded.php20 switch (trim($name)) {
27 return preg_match('/^[\w\d\%]+$/', trim($value));
H A Dmspace.php20 switch (trim($name)) {
25 return preg_match('/^[\w\d\%]+$/', trim($value));
/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/abbr/syntax/
H A Dabbreviation.php60 $shortened = trim($shortened);
61 $phrase = trim($phrase);
65 $shortened = trim($match);
/plugin/dataloop/syntax/
H A Droll.php76 $class = trim($class,'- ');
86 $line = trim($line);
98 $col = trim($col);
119 $col = trim($col);
120 $col = trim($col);
149 list($key) = $this->dthlp->_column(trim($matches[1]));
150 $val = trim($matches[3]);
H A Dtextloop.php85 $class = trim($class,'- ');
95 $line = trim($line);
107 $col = trim($col);
128 $col = trim($col);
129 $col = trim($col);
158 list($key) = $this->dthlp->_column(trim($matches[1]));
159 $val = trim($matches[3]);

12345678910>>...69