Home
last modified time | relevance | path

Searched refs:rtrim (Results 76 – 100 of 315) sorted by path

12345678910>>...13

/plugin/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php173 $this->assertEquals('BDAY:20140402', rtrim($prop->serialize()));
/plugin/definitionlist/
H A Dsyntax.php93 $newtag = (substr(rtrim($match), -1) == DL_DT) ? 'dt' : 'dd';
/plugin/diagramsnet/lib/js/
H A Dapp.min.js309 …ll},rtrim:function(a,b){return null!=a?a.replace(new RegExp("["+(b||"\\s")+"]+$","g"),""):null},tr…
H A Dviewer-static.min.js275 …ll},rtrim:function(a,b){return null!=a?a.replace(new RegExp("["+(b||"\\s")+"]+$","g"),""):null},tr…
H A Dviewer.min.js275 …ll},rtrim:function(a,b){return null!=a?a.replace(new RegExp("["+(b||"\\s")+"]+$","g"),""):null},tr…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js71 …ll},rtrim:function(a,b){return null!=a?a.replace(new RegExp("["+(b||"\\s")+"]+$","g"),""):null},tr…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …'row_security_active',\n 'row_to_json',\n 'rpad',\n 'rtrim',\n 'scale'…
H A D50.50.js.map1 …,\n 'replace',\n 'replicate',\n 'reverse',\n 'rtrim',\n 'split_…
H A D7.7.js.map1 …m_failure',\n 'role',\n 'rollback',\n 'rows',\n 'rpad',\n 'rtrim',\n 'run',\n …
H A Dbundle.js.map1rtrim(replaceDoubleEscapes(label.substr(escMatch.index + escMatch[0].length)), ' '));\n …
H A Deditor.worker.js.map1rtrim(trimmed, needle);\n}\n/**\n * Removes all occurrences of needle from the beginning of haysta…
H A Djson.worker.js.map1rtrim(trimmed, needle);\n}\n/**\n * Removes all occurrences of needle from the beginning of haysta…
/plugin/displayfile/
H A Dsyntax.php89 $root = rtrim($root, '/');
/plugin/displayorphans/
H A D_local.php42 $namespace = rtrim($namespace, ':') . ':';
/plugin/distributedacl/
H A Daction.php19 'date' => rtrim(io_readFile(DOKU_PLUGIN.'distributedACL/VERSION.txt')),
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/doctree2filelist/
H A Dadmin.php504 $status = rtrim($status[4]);
/plugin/dw2pdf/
H A Daction.php239 if (file_exists(wikiFN(rtrim($pdfnamespace, ':')))) {
240 array_unshift($list, rtrim($pdfnamespace, ':'));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php83 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mpdf->mb_enc));
127 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mpdf->mb_enc));
130 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mpdf->mb_enc));
H A DMpdf.php5960 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
6010 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
6025 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mb_enc));
6149 $tmp = rtrim(substr($s, $j, $sep - $j));
6201 $tmp = rtrim(mb_substr($s, $j, $i - $j, $this->mb_enc));
8250 $currContent = $currContent ? rtrim($currContent) : '';
12072 $str = rtrim($str);
20395 $str = rtrim($str);
22897 $str = rtrim($str);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php4152 $this->txt_data[2] = rtrim($this->txt_data[2]); // mPDF 5.7.4
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php495 $this->_put(\rtrim(\rtrim(\sprintf('%.5F', $value->value), '0'), '.') . ' ', false);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php27 $data = \preg_replace('/[^0-9A-Fa-f]/', '', \rtrim($data, '>'));

12345678910>>...13