Home
last modified time | relevance | path

Searched refs:rtrim (Results 151 – 175 of 315) sorted by last modified time

12345678910>>...13

/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …str substr_replace quotemeta ucfirst ucwords strtr addslashes addcslashes rtrim str_replace str_re…
H A Dsql.min.js.map1 …hers power rawtohex real reftohex round rowcount rowidtochar rowtype rpad rtrim serial sign signty…
H A Dvbscript.min.js.map1 …, 'left',\n 'len', 'loadpicture', 'log', 'ltrim', 'rtrim', 'trim', 'maths',…
H A Dcypher.min.js.map1 …p\", \"relationships\", \"replace\", \"reverse\", \"right\", \"round\", \"rtrim\", \"shortestPath\…
H A Dq.min.js.map1 …0\",\"read1\",\"reciprocal\",\"reverse\",\"rload\",\"rotate\",\"rsave\",\"rtrim\",\"save\",\"scan\…
/plugin/phpipam/
H A Dsyntax.php854 } elseif (file_exists(rtrim(DOKU_INC, '/') . $_href['path'])) {
/plugin/accscounter/syntax/
H A Dpopularity.php103 $count = rtrim($array[0]);
104 $date = rtrim($array[1]);
105 $today_count = rtrim($array[2]);
106 $yesterday_count = rtrim($array[3]);
/plugin/cli/
H A Dsyntax.php140 $args = substr(rtrim($match), 4, -1); // strip '<cli' and '>EOL?'
/plugin/etherpadlite/action/
H A Detherpadlite.php32 $this->ep_url = rtrim(trim($this->getConf('etherpadlite_url')),"/");
/plugin/tiledblog/
H A Dajax.php34 $pathDir = rtrim ($cacheDir, "/") . "/";
/plugin/forcessllogin/
H A Daction.php89 $base = rtrim($base, getBaseUrl()); # right trim the dokuwiki directory from the base URL
/plugin/telleveryone/action/
H A Dnotification.php96 $full_url = rtrim($url, '/');
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php255 $rawLine = rtrim($rawLine, "\r\n");
266 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php516 rtrim($message->message->serialize(), "\r\n")
H A DBrokerTester.php94 $result = rtrim($result,"\r\n");
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
/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/pycode/
H A Daction.php76 $uri = rtrim(DOKU_URL, "/") . $_SERVER['REQUEST_URI'];
H A Dmethod.php296 $brief[count($brief) - 1] = rtrim($brief[count($brief) - 1], '"');
/plugin/pagetitle/
H A Dhelper.php145 $xlink = ($xlink == '/') ? '/' : rtrim($xlink,'/');
/plugin/extlist/
H A Dsyntax.php248 $class = rtrim($class);
/plugin/icons/syntax/
H A Dflag.php26 $translation_url = rtrim(DOKU_BASE, '/') . '/lib/plugins/translation/flags';
27 $translation_path = rtrim(DOKU_PLUGIN, '/') . '/translation/flags';
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/ipban/ip-lib/src/Address/
H A DIPv6.php238 $search = '(?:^|:)'.rtrim(str_repeat('0:', $i), ':').'(?:$|:)';
/plugin/data-au/admin/
H A Daliases.php76 $row['name'] = rtrim($row['name'],'s');

12345678910>>...13