Home
last modified time | relevance | path

Searched refs:trim (Results 276 – 300 of 1709) sorted by relevance

1...<<11121314151617181920>>...69

/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DClosingTagSniff.php60 && trim($tokens[$i]['content']) !== ''
68 if (trim($tokens[$last]['content']) !== '') {
/plugin/linksenhanced/
H A Daction.php35 $action = trim($INPUT->post->str('action'));
36 $url = trim($INPUT->post->str('url'));
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php54 $tkey = trim($key);
62 $tval = trim($value);
/plugin/issuelinks/helper/
H A Dutil.php25 $linkrel = substr(trim($linkrel), strlen('rel="'), -1);
26 $linktarget = trim($linktarget, '<> ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php65 $name = trim($tokens[$className]['content']);
89 $nameBits = explode('_', trim($name, '_'));
/plugin/hiddenheader/
H A Daction.php29 $this->hidden = $m && count($m[1]) > 0 ? array_map('trim', $m[1]) : null;
41 $event->data[1] = preg_replace('/(<h\d[^>]*)(>(?:<a name[^>]*>|)' . trim($h) . '(?:<\/a>|)<\/h\d>)/', '$1 style="display:none"$2', $event->data[1]);
49 $map[trim($h)] = 1;
/plugin/diagram/syntax/
H A Dsplitter.php148 $abbr_and_params = trim(substr($match, 1, -1));
161 $res['command'] = trim(substr($match, 1));
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php44 $resp .= trim($matches[1]) . $suffix_header . ";;" ;
65 if(trim($conf['savedir'],'/.\/') != 'data') {
/plugin/openid/Auth/OpenID/
H A DKVForm.php57 $tkey = trim($key);
65 $tval = trim($value);
/plugin/poll/
H A Dsyntax.php44 $options[$i] = trim($options[$i]);
47 return array(trim($title), $options);
71 $more = trim(array_shift($options));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.checkbutton.php62 if (trim($value) == "") {
86 $this->_name = trim($name);
87 $this->_value = trim($value);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php139 $argument = explode(' ', self::stripRestArg(trim($argument)), 2);
204 return trim(($this->isStatic() ? 'static ' : '')
237 $argument = trim(substr($argument, 3));
/plugin/watchcycle/
H A Dhelper.php98 $item = trim($item);
135 $item = trim($item);
187 $item = trim($item);
/plugin/batchedit/
H A Drequest.php182 $namespace = trim($_REQUEST['namespace']);
190 $ns = trim($ns) . ':';
214 $regexp = trim($_REQUEST['search']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php119 if (trim($content) === '') {
131 if (trim($content) === '') {
166 && trim($tokens[$next]['content']) === '')
190 if (trim($tokens[$i]['content']) !== '') {
/plugin/linksuggest/
H A Daction.php48 $current_pageid = trim($INPUT->post->str('id')); //current id
50 $q = trim($INPUT->post->str('q')); //entered string
170 $current_pageid = trim($INPUT->post->str('id')); //current id
172 $q = trim($INPUT->post->str('q')); //entered string
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php155 $commentText = trim($commentText, '/* ');
184 $content = trim($tokens[$stackPtr]['content']);
213 if (trim($tokens[$commentLines[1]]['content']) === '') {
271 if (trim($tokens[$line]['content']) === '') {
305 $content = trim($tokens[$commentLines[$lastIndex]]['content']);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php110 if ($delimiters = trim($delimiters)) {
165 self::NAME => trim($this->buffer),
189 $token[self::NAME] = trim(substr($lastName, 0, -1));
283 $this->setDelimiters(trim(substr($text, $startIndex, $closeIndex - $startIndex)));
331 $pragma = trim(substr($text, $index + 2, $end - $index - 2));
/plugin/latexcaption/syntax/
H A Dcaption.php92 $match_arr = explode(' ', trim($matches), 2);
114 $label = trim($label);
182 list($type,$num) = explode('=',trim($match));
184 $type = trim($type);
185 $num = (int) trim($num);
/plugin/ipban/
H A Dadmin.php28 $ip = trim($INPUT->str('ip'));
36 $cause = trim(preg_replace('/[\n\r\t]+/', '', $INPUT->str('cause')));
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));
/plugin/latexport/implementation/
H A Ddecorator_math.php81 $trimmedEquation = trim($trimmedEquation);
87 $trimmedEquation = trim($this->removeTagCommand($equation), '$ ');
/plugin/directions/syntax/
H A Dgraph.php104 $out .= '"'.trim(dir_trimPageTitle(dir_get_first_heading($page1),$trimLimit)).'" -> "';
105 …$out .= trim(dir_trimPageTitle(dir_get_first_heading($page2),$trimLimit)).'" [ label = "'.$value.'…
/plugin/progrecss/
H A Dsyntax.php90 trim($key); trim($value);
208 $wt = trim($wt);

1...<<11121314151617181920>>...69