Home
last modified time | relevance | path

Searched refs:trim (Results 101 – 125 of 1709) sorted by relevance

12345678910>>...69

/plugin/tagging/
H A Dsyntax.php45 $data['user'] = trim($matches[2]);
50 $data['tag'] = trim($matches[2]);
55 $data['ns'] = trim($matches[2]);
60 $data['manage'] = trim($matches[2]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php331 …ith message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', htmlentities(trim(implode("\n", $ape_…
343 …ith message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', htmlentities(trim(implode("\n", $id3v…
398 …ith message(s):<pre><ul><li>'.str_replace("\n", '</li><li>', htmlentities(trim(implode("\n", $real…
430 …$this->errors[] = 'RemoveID3v1() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $…
438 …$this->errors[] = 'RemoveID3v2() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $…
446 …$this->errors[] = 'DeleteAPEtag() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', …
454 …$this->errors[] = 'DeleteVorbisComment() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI>…
462 …$this->errors[] = 'DeleteMetaFLAC() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>'…
470 …$this->errors[] = 'DeleteLyrics3() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>',…
478 …$this->errors[] = 'RemoveReal() failed with message(s):<PRE><UL><LI>'.trim(implode('</LI><LI>', $r…
[all …]
/plugin/txt2tags/
H A Dtxt2tags.class.php216 case "encoding" : $this->encoding = trim($val); break;
220 $this->preproc[] = $this->add_proc($setting, trim($val));
225 $this->postproc[] = $this->add_proc($setting, trim($val));
244 $s = preg_replace('/^("|\')(.*?)\\1$/', '$2', trim($m[1]));
245 $r = preg_replace('/^("|\')(.*?)\\1$/', '$2', trim(@$m[2]));
290 $openarea = trim($line);
308 $txt = $this->esc(trim($m[3]));
359 $span = strlen(trim($m[$i]));
381 if(trim(strtolower($line))=='%%toc') {
553 if(trim($line)=='') {
[all …]
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php590 if(trim($block) === '') return false;
608 $return['checksum'] = OctDec(trim($header['checksum']));
613 $return['filename'] = trim($header['filename']);
614 $return['perm'] = OctDec(trim($header['perm']));
615 $return['uid'] = OctDec(trim($header['uid']));
616 $return['gid'] = OctDec(trim($header['gid']));
617 $return['size'] = OctDec(trim($header['size']));
618 $return['mtime'] = OctDec(trim($header['mtime']));
620 $return['link'] = trim($header['link']);
621 $return['uname'] = trim(
[all...]
/plugin/mediasyntax/syntax/
H A Dheader.php34 $title = trim($match);
38 $title = trim($title, '=');
39 $title = trim($title);
/plugin/markdowku/
H A Dheaderatx.php29 $title = trim($match);
31 $title = trim($title, '#');
32 $title = trim($title);
/plugin/translate/
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/database2/
H A Dsyntax.php66 $temp = trim(substr($match, strlen('database2')+1, -1)); # isolate options (if any)
123 $this->tableName = trim($args['table']);
124 $this->dbName = trim($args['database']);
166 $ua = explode(',',trim($this->getConf('develusers')));
/plugin/twcheckliste/
H A Dsyntax.php59 if (trim($match) == "angebot") {
97 $title = trim($match[0]);
101 $title = trim($title, '=');
102 $title = trim($title);
/plugin/directions/syntax/
H A Dcommon.php45 $source = trim($path[1]);
46 $target = trim($path[2]);
76 $step = trim($source).'->'.trim($target);
104 $page1 = str_replace('/',':',$pages[0]);$page1 = trim($page1);
105 $page2 = str_replace('/',':',$pages[1]);$page2 = trim($page2);
/plugin/structcondstyle/
H A Daction.php75 $val = trim($data['val']);
93 $style_true = trim(preg_split('/"\s*:\s*"/',$styles)[0],'"');
94 $style_false = trim(preg_split('/"\s*:\s*"/',$styles)[1],'"');
111 $column = trim(preg_split("/\s*$operator\s*/",$condition)[0]);
112 $argument = trim(preg_split("/\s*$operator\s*/",$condition)[1]);
290 if(trim($style_tag) != "")
/plugin/const/
H A Daction.php74 $item = explode("=", trim($entry), 2);
141 $item[1] = trim($item[1]);
146 $wikified = str_replace("%%" . trim($item[0]) . "%%", $item[1], $wikified);
147 $wikified = str_replace("§§" . trim($item[0]) . "§§", $item[1], $wikified);
155 …$wikified = str_replace("%%" . trim($item[0]) . "%%", @$math->assign_and_evaluate($item[1]), $wiki…
156 …$wikified = str_replace("§§" . trim($item[0]) . "§§", @$math->assign_and_evaluate($item[1]), $wiki…
/plugin/git/lib/
H A DGit.php208 $status = trim(proc_close($resource));
236 $status = trim(proc_close($resource));
343 $commit['hash'] = trim(substr($line, strlen('commit')));
346 $commit['author'] = trim(substr($line, strlen('Author:')));
349 $commit['date'] = trim(substr($line, strlen('Date:')));
353 $commit['message'] .= trim($line);
355 $commit['message'] = trim($line);
514 $branch = trim($branch);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php74 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
82 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
222 if ($this->mpdf->CSSselectMedia && !preg_match('/(' . trim($this->mpdf->CSSselectMedia) . '|all)/i', $m[1][$i])) {
276 $stylestr = trim($styles[2][$i]);
280 if (trim($sta)) {
290 $property = trim($property);
292 $value = trim($value);
304 $tagstr = strtoupper(trim($styles[1][$i]));
314 $tags = preg_split('/\s+/', trim($tg));
320 if (trim(
[all...]
/plugin/creole/syntax/
H A Dheader.php44 $title = trim($match);
53 $title = trim($title, '=');
54 $title = trim($title);
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak43 if(!$s) return trim(@file_get_contents($file));
74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
84 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
85 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
86 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
100 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
101 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
102 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
155 …$htaccess = preg_replace('`RewriteBase\s+[a-zA-Z0-9/._-]+`', 'RewriteBase /'.trim($wr, '/'), $htac…
/plugin/schedule/syntax/
H A Ddisplay.php38 return array ($state, trim (substr ($match, 8, -1))); // "<schedule" => 8 ">" => 1
72 $data = trim ($data);
81 $line = trim (preg_replace ("/#.*$/", "", $line));
86 $line = trim ($line,'|');
/plugin/swiftmail/Swift/
H A DRecipientList.php56 $address_str = trim(strtolower($address->getAddress()));
67 $address_str = trim(strtolower($address_str));
86 $key = trim(strtolower($address->getAddress()));
88 else $key = trim(strtolower((string) $address));
/plugin/newpagetemplate/
H A Daction.php65 $template = trim($INPUT->str('newpagetemplate'));
85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);
181 $pq = trim($INPUT->str('newpagetemplate'), ':');
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
55 $title = trim($match);
58 $title = trim($title,'=');
59 $title = trim($title);
/plugin/stlviewer/
H A Dsyntax.php55 $cleanmatch = trim($match, '{}');
67 $args = trim($args);
101 $opts['id'] = trim($id);
106 $opts['title'] = trim($title);
/plugin/gcalendar/inc/
H A Dgcal_read.php104 $buffer = trim(fgets($handle, 4096));
128 $buffer = trim(substr($buffer,1)); # remove dash
135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
214 $text=trim(substr($text,strlen($match[0])));
233 $text=trim(substr($text,strlen($match[0])));
256 $text=trim($match[1].substr($text,strlen($match[0])));
262 $text=trim(substr($text,strlen($match[0])));
291 if($file == "." || $file == ".." || trim($file)=="") continue;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php328 $handle = trim($this->_lexer->current()['value'], '{}');
330 $min = (int) trim($nm[0]);
331 $max = (int) trim($nm[1]);
338 $max = (int) trim($this->_lexer->current()['value'], '{,}');
344 $min = (int) trim($this->_lexer->current()['value'], '{,}');
351 $handle = trim($this->_lexer->current()['value'], '{}');
417 $tokenName = trim($this->_lexer->current()['value'], ':');
460 $tokenName = trim($this->_lexer->current()['value'], '<>');
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php378 $add = trim('\\'.$add);
496 $this->at = trim($this->at).',';
579 $this->selector = trim($this->selector).',';
657 $this->sub_value = trim($this->sub_value).',';
714 $this->selector = trim($this->selector);
879 if($this->get_cfg('preserve_css') || trim($new_val) == '') {
894 $this->css[$media][$selector][$property] = trim($new_val);
937 $value = trim($value);
939 $value = trim($value);
941 $value = trim($value);
[all …]
/plugin/zip/pear/MIME/Type/
H A DParameter.php91 return trim($tmp[0]);
110 return trim($value, '" ');
126 return trim($comment, '() ');

12345678910>>...69