Home
last modified time | relevance | path

Searched refs:trim (Results 901 – 925 of 1709) sorted by relevance

1...<<31323334353637383940>>...69

/plugin/rowmove/
H A Daction.php79 … if(!in_array(substr(trim($zeile),-1),array('|','^'))){ //kein Zeilenendezeichen vorhanden
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php173 if (strlen(trim($lines[$i])) === 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php93 return trim(str_replace('_', ' ', $name));
/plugin/emphasis/syntax/
H A Dfont.php87 $color = trim($color);
/plugin/searchform/
H A Dsyntax.php52 $match = trim(substr($match,11,-1)); //strip {searchform from start and } from end
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php40 $prefix = trim($prefix, '/');
/plugin/epub/
H A Dadmin.php68 $id=trim($id);
/plugin/color/
H A Dsyntax.php101 $c = trim($c);
/plugin/acmenu/
H A Dscript.js26 var cookie = all_cookies[i].trim();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php108 if ($value === null || trim($value) === "") {
/plugin/tag/syntax/
H A Dcount.php47 $match = trim(substr($match, 8, -2)); // get given tags
/plugin/confmanager/
H A Dhelper.php142 $str = trim($str);
/plugin/qna/syntax/
H A Dblock.php57 $question = trim(substr($match, 4));
/plugin/authucenter/lib/api/
H A Duc.php208 $configfile = trim(file_get_contents(DOKU_ROOT.'./conf/uc.conf.php'));
212 @fwrite($fp, trim($configfile));
/plugin/authhiorgserver/
H A Dauth.php155 $ov = trim($this->getConf("ov"));
188 $ov = trim($this->getConf("ov"));
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php221 $start = trim(stripslashes($this->row['pageStart']));
222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php253 } elseif (trim($current[Tokenizer::ARGS]) == '') {
345 if (substr(trim($name), 0, 1) == '@') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php323 if (trim($char) !== '' && trim($buffer) === '') {
342 && trim($char) === ''
343 && trim($buffer) !== ''
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php756 if (!trim($line)) {
774 $_token = trim($token);
775 $_line = trim($lines[$token->getLine() - 1]);
805 …if (isset($lines[$i-1]) && 0 === strpos($_token, '/*') && '*/' === substr(trim($lines[$i-1]), -2))…
/plugin/siteexport/inc/
H A Dfunctions.php176 $id = trim((string) $raw_id);
204 $id = ($media ? trim($id, ':.-') : trim($id, ':._-'));
579 $value = trim($value);
/plugin/odt/renderer/
H A Dpage.php401 $temp = trim ($temp, ';');
414 $temp = trim ($temp, ';');
423 $temp = trim ($temp, ';');
433 $temp = trim ($temp, ';');
442 $temp = trim ($temp, ';');
456 $temp = trim ($temp, '";');
468 $temp = trim ($temp, '";');
1513 } elseif (is_null($title) || trim($title) == '') {
2066 $number = trim($value, 'px');
/plugin/contact/
H A Dsyntax.php132 if (trim($comment, " \t") != ''){
/plugin/givemeyouremail/
H A Dsyntax.php126 $user = trim($_REQUEST['fullname']);
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php86 …t|rtsp|mms|callto|bctp|ed2k|thunder|synacast){1}:\/\/|www\.)[^\[\"']+/i", trim($text), $matches)) {
/plugin/revealjs/syntax/
H A Dtheme.php57 $options = trim(substr($match,8,-2));

1...<<31323334353637383940>>...69