Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/ckgdoku/ckeditor/
H A Dget_headers.php50 $resp = rtrim($resp,'@');
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php40 $dirname = \rtrim($dirname, '/');
/plugin/htmlokay/
H A Dadmin.php42 $this->current_namespace = rtrim($this->path, '/');
167 $this->wiki_home = rtrim($this->wiki_home, '/');
437 'get_file_options', rtrim($this->current_namespace, '/'),
H A Dsyntax.php309 $value = rtrim($matches[1], ' ">');
319 $value = rtrim($matches[1], ' "');
537 $name_errs = rtrim($name_errs, ' ,');
/plugin/epub/scripts/
H A Depub_utils.php19 $unique_identifier = rtrim($url,'/');
617 $name = rtrim($name);
637 $ns = rtrim($name,'*');
691 $dir = rtrim($dir,'/');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php79 $encoded = rtrim($encoded, '&');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php78 $trimmedMergedValues = rtrim($mergedValues, $this->csvDelimiter);
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php32 $this->directory = rtrim($directory, '\/').'/';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php138 $newContent = rtrim($tokenContent, "\r\n");
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php22 $this->dir = rtrim($dir, '\\/');
/plugin/rating/
H A Dsyntax.php41 $match = rtrim($match,'\}');
/plugin/ckgedit/ckeditor/
H A Dget_headers.php58 $resp = rtrim($resp,'@');
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php109 $this->paths[$namespace][] = rtrim($path, '/\\');
130 $path = rtrim($path, '/\\');
/plugin/regex_template/
H A Daction.php39 $len = strlen(rtrim($conf['datadir'],'/'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DEndFileNewlineSniff.php101 $phpcsFile->fixer->replaceToken($lastCode, rtrim($tokens[$lastCode]['content']));
/plugin/newsticker/syntax/
H A Dticker.php67 $render = rtrim($render,'</p>');
/plugin/goto/
H A Daction.php70 $common = rtrim($common,':');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php69 $href = rtrim($href, '/') . '/';
/plugin/top/
H A Dsyntax.php48 $match = rtrim($match,'\}');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php151 return rtrim($directory, '\\/') . DIRECTORY_SEPARATOR . $file;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php69 $href = rtrim($href, '/') . '/';
/plugin/openlayersmap/admin/
H A Dpurge.php79 $sDir = rtrim($sDir, '/');
/plugin/openas/
H A Daction.php91 $orig_namespace = rtrim(getNS($orig_id),':') . ':';
143 $current_ns = rtrim(getNS($curid),':') . ':';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php29 $expectedPath = rtrim(TEST_FILES_PATH, DIRECTORY_SEPARATOR);

12345678910>>...13