Home
last modified time | relevance | path

Searched refs:trim (Results 626 – 650 of 1709) sorted by relevance

1...<<21222324252627282930>>...69

/plugin/sqlite/
H A Dhelper.php190 $sql = trim(array_shift($args));
378 return trim($this->adapter->getPdo()->quote($str), "'");
/plugin/sphinxsearch-was/
H A Dfunctions.php148 $section = trim($section);
167 $section = trim($section);
223 trim($instruction[1][0]) == $header
/plugin/exttab2/
H A Dsyntax.php197 $attr = trim(preg_replace('/\s+/', ' ', $attr));
230 if ( is_null($attr) || trim($attr) == '') $attr = '';
231 else $attr = $before.trim($attr);
/plugin/authsmf20/
H A Dauth.php156 $this->_smf_conf['path'] = rtrim(trim($this->getConf('smf_path')), '\/');
474 return trim($user);
485 $avatar = trim($avatar);
/plugin/tabinclude/
H A Dhelper.php48 $class=trim($class);
61 $page = trim($pages[$i]);
130 return array($state,$tabs,$init_page_idx,hsc(trim($class)));
/plugin/qstat/
H A Dsyntax.php347 $str = trim(substr($r, 17));
377 $str = trim(substr($r, 19));
387 $tmp_name .= trim($s[$i], "\"").' ';
/plugin/sphinxsearch/
H A Dfunctions.php156 $section = trim($section);
175 $section = trim($section);
230 trim($instruction[1][0]) == $header ) {
/plugin/filelist/
H A Dsyntax.php72 $params[trim($name)] = trim(trim($value), '"'); // quotes can be use to keep whitespace
/plugin/bbcode/
H A Dimage.php27 $match = trim(substr($match, 5, -6));
/plugin/adfs/
H A Dhelper.php39 $cert = trim($cert);
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php54 $str = trim($match, '#');
/plugin/fckg/scripts/
H A Drefresh_save.php10 $wiki_text = trim($wiki_text);
/plugin/codeprettify/
H A Daction.php46 $handlers .= ',' . trim($this->getConf('lang_handlers'), ',');
/plugin/swiftmail/Swift/
H A DAddress.php49 $this->address = trim((string)$address);
/plugin/filelisting/action/
H A Dajax.php62 $cleanedNamespace = trim($namespace, ':');
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));
/plugin/pagetitle/syntax/
H A Dbreadcrumb.php54 $id = trim(substr($match, 13, -3));
H A Dshorter.php61 $short_title = trim(substr($match, 13, -2));
/plugin/flowchartjs/
H A Dsyntax.php33 $style = trim(substr($match, 12, -1));
/plugin/quickstats/scripts/
H A Dget_useragent.php27 $search_term = rawurldecode(trim($_POST['other_agent']));
/plugin/randomtables/table-roller/src/Table/
H A DManager.php27 return trim($table->rollOnce());
/plugin/doi/Resolver/
H A DAbstractResolver.php85 $ext = trim($this->getCacheExtension(), '.');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php88 $message = 'jshint says: '.trim($matches[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php97 $phpcsFile->addWarningOnLine(trim($regs[2]), $regs[1], 'ExternalTool');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php86 $message = 'jslint says: '.trim($matches[2]);

1...<<21222324252627282930>>...69