Home
last modified time | relevance | path

Searched refs:rtrim (Results 26 – 50 of 315) sorted by last modified time

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/combo/ComboStrap/
H A DStringUtility.php125 public static function rtrim(&$doc, $string) function in ComboStrap\\StringUtility
H A DWikiPath.php442 StringUtility::rtrim($id, '.' . self::MARKUP_DEFAULT_TXT_EXTENSION);
/plugin/data/admin/
H A Daliases.php83 $row['name'] = rtrim($row['name'], 's');
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php161 $outdir = rtrim($outdir, '/');
H A DZip.php140 $outdir = rtrim($outdir, '/');
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php111 fwrite($channel, rtrim($line) . "\n");
H A DTableFormatter.php297 $line = rtrim($line);
309 $line .= rtrim($actual) . $break;
/plugin/statistics/inc/
H A DStatisticsLogger.class.php106 $sql = rtrim($sql, ',');
/plugin/farmer/
H A DDokuWikiFarmCore.php66 $this->config['base']['farmdir'] = rtrim($this->config['base']['farmdir'], '/') . '/'; // trailing slash always
207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));
/plugin/const/
H A Dclass.evalmath.php176 $expression = rtrim( $expression, ';' );
/plugin/approve/action/
H A Dmigration.php82 $namespace = rtrim($namespace, ':');
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php53 array_push($this->headers, rtrim($header));
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
/plugin/prosemirror/schema/
H A DNode.php187 $this->text = rtrim($this->text);
/plugin/prosemirror/parser/
H A DFootnoteNode.php30 return "((\n" . rtrim(ltrim($doc, "\n")) . "\n))";
H A DListNode.php50 return rtrim($doc); // blocks should __not__ end with a newline, parents must handle breaks between children
H A DRootNode.php32 $doc = rtrim($doc);
/plugin/orphanmedia2/
H A Dsyntax.php70 $data[1] = rtrim($data[1], '/');
169 …$pagePath = rtrim($perPage_MediaLinks[0],end(explode("/",$perPage_MediaLinks[0] ))).$perPage_Media…
242 …$output_valid .= $this->_prepare_output(rtrim($perPage_MediaLinks[$i],"|valid"),$perPage_MediaLink…
246 …$output_relative .= $this->_prepare_output(rtrim($perPage_MediaLinks[$i],"|relative"),$perPage_Med…
/plugin/clearhistory/
H A Dadmin.php101 $dir = rtrim($dir, '/');
/plugin/gitlabapi/
H A Dsyntax.php224 $renderer->doc .= '<td>'.rtrim($l_list,', ').'</td>';
229 $renderer->doc .= '<td>'.rtrim($a_list, ', ').'</td>';
/plugin/edittable/action/
H A Deditor.php230 $table = rtrim($table, "\n");
/plugin/edittable/renderer/
H A Dinverse.php40 $this->doc = rtrim($this->doc);
85 $this->doc = rtrim($this->doc, DOKU_LF).DOKU_LF.DOKU_LF;
/plugin/pubmed2020/classes/
H A Dpubmed2020.php303 $ret["pages"] = rtrim($ret["pages"], "-");
808 $low_t .= rtrim(ucfirst($sentence), '.').". ";

12345678910>>...13