Home
last modified time | relevance | path

Searched refs:rtrim (Results 26 – 50 of 315) sorted by relevance

12345678910>>...13

/plugin/combo/vendor/symfony/yaml/
H A DParser.php161 if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
186 $data[] = $this->parseBlock($currentLineNumber, rtrim($sequenceYaml), $flags);
218 self::preg_match('#^(?P<key>(?:![^\s]++\s++)?(?:'.Inline::REGEX_QUOTED_STRING.'|(?:!?!php/const:)?[^ \'"\[\{!].*?)) *\:(( |\t)++(?P<value>.+))?$#u', rtrim($this->currentLine), $values)
248 $refName = substr(rtrim($values['value']), 1);
354 $value = $this->parseValue(rtrim($values['value']), $flags, $context);
759 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
763 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
771 $cursor = \strlen(rtrim(
[all...]
/plugin/sketchcanvas/phplib/
H A Dspyc.php338 $string = rtrim ($spaces.$key.': '.$value)."\n";
426 $line = rtrim ($line, $literalBlockStyle . " \n");
437 $line = rtrim ($line, " \n\t\r") . ' ' . ltrim ($Source[$i], " \t");
474 $lines[$k] = rtrim ($_, "\r");
606 if (rtrim ($value, 0) === $value)
847 $line = rtrim ($line, "\r\n\t ") . "\n";
852 return rtrim($literalBlock, ' ') . "\n";
854 return rtrim ($literalBlock, " \t") . "\n";
866 $lineArray[$k] = rtrim ($literalBlock, " \r\n");
/plugin/tindexmenu/syntax/
H A Dtag.php29 'date' => rtrim(io_readFile(DOKU_PLUGIN.'tindexmenu/VERSION.txt')),
/plugin/xcom/scripts/
H A Dxml.php7 $url = rtrim ($credentials->url,'/') . '/';
117 $url = rtrim($url,'/') . '/lib/exe/xmlrpc.php';
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php211 …$ret['expected'] = htmlspecialchars($matches[1]) . "<pre>" . htmlspecialchars(rtrim(ob_get_content…
217 …$ret['actual'] = htmlspecialchars($matches[1]) . "<pre>" . htmlspecialchars(rtrim(ob_get_contents(…
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php27 $data = \preg_replace('/[^0-9A-Fa-f]/', '', \rtrim($data, '>'));
/plugin/struct/types/
H A DDecimal.php85 $value = rtrim($value, '0');
86 $value = rtrim($value, $this->config['decpoint']);
/plugin/authfacebook/lib/
H A Dautoload.php75 $file = rtrim($baseDir, '/') . '/' . str_replace('\\', '/', $relativeClass) . '.php';
/plugin/qstat/
H A Daction.php46 'date' => rtrim(io_readFile(DOKU_PLUGIN.'dwqstat/VERSION.txt')),
/plugin/icons/syntax/
H A Dicon.php80 if (isset($title2)) $title = rtrim($title2, '}');
109 … return array($pack, $icon, explode('&', rtrim($flags, '&')), $title, $url, $match, $state, $pos);
134 $icon_base_url = rtrim($this->getConf(sprintf('%sURL', $icon_pack)), '/');
/plugin/shorturl/
H A Dadmin.php77 return rtrim($conf['savedir'],"/") . "/cache";
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DTrainer.php35 $dirname = \rtrim($dirname, '/');
/plugin/prosemirror/parser/
H A DFootnoteNode.php30 return "((\n" . rtrim(ltrim($doc, "\n")) . "\n))";
H A DRootNode.php32 $doc = rtrim($doc);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php82 'content' => substr($string, strlen(rtrim($string, '/*'))),
92 $string = rtrim($string, '/*');
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DAutoloader.php33 $this->_baseDir = rtrim($baseDir, '/');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DAggregateException.php27 $this->message = rtrim($this->message.$message);
/plugin/templatepagename/action/
H A DTemplatePageName.php51 $len = strlen(rtrim($conf['datadir'], '/'));
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
/plugin/headerfooter/
H A Daction.php29 $header = rtrim($header, " \r\n\\") . "\n\n";
/plugin/piwik/
H A Dcode.php40 $piwik_url = rtrim($piwik_url, '/') . '/'; // Make sure the URL has '/' in the end
/plugin/epub/scripts/
H A Dcheck_progess.php26 $dir = rtrim($dir,'/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php114 $lines[] = rtrim($tempLine);
123 $lines[] = rtrim($tempLine);
/plugin/iptrust/
H A Dadmin.php125 $ip = rtrim($ip);
127 ptln("<td>".rtrim($ip)."</td>");

12345678910>>...13