Home
last modified time | relevance | path

Searched refs:trim (Results 76 – 100 of 1709) sorted by relevance

12345678910>>...69

/plugin/hidden/
H A Dsyntax.php47 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
74 $initialState = strtolower(trim($initialState[1]));
101 $active = strtolower(trim($active[1]));
122 $text = trim($match);
203 $title = trim($match[0]);
206 $title = trim($title,'=');
207 $title = trim($title);
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php510 $return['filename'] = trim($header['filename']);
511 $return['perm'] = OctDec(trim($header['perm']));
512 $return['uid'] = OctDec(trim($header['uid']));
513 $return['gid'] = OctDec(trim($header['gid']));
514 $return['size'] = OctDec(trim($header['size']));
515 $return['mtime'] = OctDec(trim($header['mtime']));
517 $return['link'] = trim($header['link']);
518 $return['uname'] = trim($header['uname']);
519 $return['gname'] = trim($header['gname']);
522 … if(trim($header['prefix'])) $return['filename'] = trim($header['prefix']).'/'.$return['filename'];
[all …]
/plugin/combo/ComboStrap/
H A DStringUtility.php129 * We trim because in the process, we may get extra {@link DOKU_LF} at the end
131 $doc = trim($doc);
132 $string = trim($string);
149 $doc = trim($doc);
150 $string = trim($string);
193 return trim($expected);
231 return array_map('trim', explode($delimiter, $string));
268 $string = trim($string);
/plugin/latexit/classes/
H A DBibHandler.php69 $this->type = trim($match[1]) . "s";
70 $this->id = trim($match[2]);
73 $this->key = trim($match[1]);
76 $namespace = explode(':', trim($match[1]));
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php336 if (trim ( $temp ['name'] ) === '')
346 if ((trim ( $value ) === '') || ($value == '0000-00-00'))
359 …if ((trim ( $value ) === '') || ($value == '0000-00-00T00:00:00') || ($value == '0000-00-00 00:00:…
365 $value = trim ( $value );
380 $value = trim ( $value );
420 return trim ( $value );
430 $temp = is_array ( $value ) ? trim ( implode ( '', $value ) ) : '';
443 if ((trim ( $value ) === '') && $mayBeSkipped)
449 if ((trim ( $value ) === '') && $mayBeSkipped)
456 if ((trim ( $value ) === ''))
[all …]
/plugin/pagelist/
H A Dsyntax.php82 'title' => trim($title),
83 'titleimage' => trim($image),
84 'description' => trim($description), // Holds the added parameter for own descriptions
93 'title' => trim($title),
94 'description' => trim($description), // Holds the added parameter for own descriptions
/plugin/dataloop/syntax/
H A Dloop.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]);
250 $title = trim($sHeadString);
253 $title = trim($title,'=');
254 $title = trim($title);
/plugin/dokugource/
H A Dadmin.php78 fwrite($fp, "<?php exit(); ?>\n\n".trim($_POST['dokugource_cnf']));
89 $this->ns = str_replace('/', ':', trim($this->ns, '/:'));
98 foreach(preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors'))) as $l) {
111 fwrite($fp, trim(implode("\n", $this->log)));
133 foreach(preg_split('`\n+`', trim(@file_get_contents($p.'/'.$i))) as $l) {
145 if($strip) $id = trim(substr($id, $strip), '/:');
/plugin/routeplaner/syntax/
H A Droutenplaner.php124 if (trim($zip, " \t\n") != '') {
125 $zip = trim($zip, " \t\n");
129 if (trim($town, " \t\n") != '') {
130 $town = trim($town, " \t\n");
134 if (trim($country, " \t\n") != '') {
135 $country = trim($country, " \t\n");
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);
53 $key = trim($key);
54 $val = trim($val);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php195 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
206 $output = trim($template->render(eval($match[1].';')), "\n ");
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
225 $expected = trim($match[3], "\n ");
/plugin/templater/
H A Dsyntax.php308 if ( str_contains($replacers, '=') && (substr(trim($replacers), -1) != '=') ){
310 $r['keys'] = BEGIN_REPLACE_DELIMITER.trim($k).END_REPLACE_DELIMITER;
311 $r['vals'] = trim(str_replace('\|', '|', $v));
315 if ( str_contains($rep, '=') && (substr(trim($rep), -1) != '=') ){
317 $r['keys'][] = BEGIN_REPLACE_DELIMITER.trim($k).END_REPLACE_DELIMITER;
318 if (trim($v)[0] == '"' and trim($v)[-1] == '"') {
319 $r['vals'][] = substr(trim(str_replace('\|','|',$v)), 1, -1);
321 $r['vals'][] = trim(str_replace('\|','|',$v));
/plugin/workflow/syntax/
H A Ddecision.php28 return trim($data, ':');
59 $wfns = trim($this->getConf('WorkflowNamespace'));
84 $line = trim($rawline);
89 $page = trim($tokens[0]);
90 $text = in_array('|', $tokens) ? trim($tokens[2]) : $page;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js17 alias = alias.trim();
34 input = input.trim();
41 name = s[1].trim();
42 alias = s[2].trim();
93 return s.trim().replace(/^"(.*)"$/m, '$1').replace(/\\n/gm, '\n');
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php99 if(trim($line) == "/**") {
103 elseif($parsing && trim($line) == "*/") {
127 $name = trim(substr($str, 0, $separatorPos));
128 $value = trim(substr($str, $separatorPos));
132 $value = trim($line);
/plugin/folded/syntax/
H A Dheader.php36 $title = trim($match);
39 $title = trim($title,'=');
40 $title = trim($title);
/plugin/odt/ODT/
H A DODTUtility.php57 $text = trim ($text, ' ');
62 $name = trim ($name, '">');
311 $value = trim($value);
312 $value = trim($value, '"');
422 $value = trim($value, '"');
425 $value = trim ($values [0], '"');
426 $value = trim ($value, "'");
427 $value = trim ($value);
462 $value = trim($value);
463 $value = trim($value, '"');
[all …]
/plugin/orgchart/
H A Dscript.js37 name = $this.text().trim();
41 name = $this.html().trim();
52 manager = $this.text().trim().toLowerCase();
56 title = $this.text().trim();
/plugin/foldablelist/
H A Dsyntax.php77 … $parameters = trim(substr($match, 13, -1)); // get string between "<foldablelist" and ">"
78 if(strlen(trim($parameters))< 3) {
93 …$key = 'data-'.strtolower(trim(htmlspecialchars($key))); // http://html5doctor.com/html5-custom-da…
94 $val = strtolower(trim(htmlspecialchars($val)));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php116 if (trim($chunk)) {
118 $this->templates[trim($name)] = trim($content);
/plugin/textmodule/
H A Dadmin.php50trim($_REQUEST['text1']) . "\n[TEXT MODULE DELIMITER]\n" . $_REQUEST['title2'] . "\n" . trim($_REQ…
/plugin/slider/
H A Dsyntax.php97 $img = trim(substr($match, 7,-1));
109 $title = trim($match);
112 $title = trim($title,'=');
113 $title = trim($title);
193 $R->doc = trim($R->doc);
/plugin/sketchcanvas/phplib/
H A Dspyc.php318 if (trim ($value) != $value)
487 $line = trim($line);
544 $innerValue = trim(substr ($value, 1, -1));
557 $key = trim($array[0]);
559 $value = trim(implode(': ',$array));
565 $innerValue = trim(substr ($value, 1, -1));
721 if (!trim($line)) return true;
825 $lastChar = substr (trim($line), -1);
834 $line = trim ($line);
857 $line = trim (
[all...]
/plugin/wst/syntax/
H A Dtemplate.php60 $dump = trim(substr($match, 6, -2)); // remove curly brackets and "wst:" keyword
71 $template_arguments[trim($tmp[0])] = trim($tmp[1]);
75 else $template_arguments[$key+1] = trim($value);
/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,'|');

12345678910>>...69