Home
last modified time | relevance | path

Searched refs:rtrim (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.pdf.php32 if (preg_match('#^%PDF-([0-9\\.]+)$#', rtrim($this->fgets()), $matches)) {
57 if (rtrim($this->fgets()) == 'xref') {
71 $line = rtrim($this->fgets());
80 if (rtrim($line) == 'endobj') {
122 if (rtrim($this->fgets()) == 'xref') {
125 list($firstObjectNumber, $XREFcount) = explode(' ', rtrim($this->fgets()));
129 $line = rtrim($this->fgets());
H A Dmodule.graphic.efax.php43 …$info['efax']['header']['software1'] = rtrim(substr($efaxheader, 26, 32), …
44 …$info['efax']['header']['software2'] = rtrim(substr($efaxheader, 58, 32), …
45 …$info['efax']['header']['software3'] = rtrim(substr($efaxheader, 90, 32), …
H A Dmodule.audio.avr.php84 $info['avr']['sample_name'] = rtrim(substr($AVRheader, 4, 8));
98 $info['avr']['sample_name_extra'] = rtrim(substr($AVRheader, 44, 20));
99 $info['avr']['comment'] = rtrim(substr($AVRheader, 64, 64));
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSuperfluousWhitespaceSniff.php213 $tokenContent = rtrim($tokens[$stackPtr]['content'], $phpcsFile->eolChar);
215 if ($tokenContent !== rtrim($tokenContent)) {
218 … $phpcsFile->fixer->replaceToken($stackPtr, rtrim($tokenContent).$phpcsFile->eolChar);
221 … } else if ($tokens[($stackPtr - 1)]['content'] !== rtrim($tokens[($stackPtr - 1)]['content'])
226 … $phpcsFile->fixer->replaceToken(($stackPtr - 1), rtrim($tokens[($stackPtr - 1)]['content']));
/plugin/icons/syntax/
H A Dflag.php26 $translation_url = rtrim(DOKU_BASE, '/') . '/lib/plugins/translation/flags';
27 $translation_path = rtrim(DOKU_PLUGIN, '/') . '/translation/flags';
/plugin/htmlokay/
H A Ddirectory_scan-3.php14 $wiki_home = rtrim($wiki_home, '/');
101 $access_dir = rtrim($access_dir, '/');
158 $output = rtrim($output, ',');
162 $output =rtrim($output, ';');
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst33 Internally, Twig uses the PHP `trim`_, `ltrim`_, and `rtrim`_ functions.
45 .. _`rtrim`: https://secure.php.net/rtrim target
/plugin/ipgroup/
H A Dadmin.php86 $network = rtrim($network);
89 ptln("<td>".rtrim($network)."</td>");
90 ptln("<td>".rtrim($group)."</td>");
H A Daction.php38 $network = rtrim($network);
39 $group = rtrim($group);
/plugin/netlogo/inc/
H A Dsupport.php15 $arFrom = explode($ps, rtrim($from, $ps));
16 $arTo = explode($ps, rtrim($to, $ps));
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php65 $tag = rtrim(substr($line, 1, $gtPos - 1), '/');
67 $tag = rtrim(substr($line, 1, min($gtPos, $spacePos) - 1), '/');
91 …$tag = rtrim(substr($lines[$current], 1, min(strpos($lines[$current], '>'), strpos($lines[$current…
/plugin/darcspatch/
H A Dadmin.php149 …if(($offset <= count($target_lines)) && (strcmp(rtrim(substr($line,1)),rtrim($target_lines[$offset…
153 $return_string .= ' '.rtrim(substr($line,1))."\n";
154 $return_string .= ' '.rtrim($target_lines[$offset-1])."\n";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DJson.php88 echo rtrim($messages, ',');
122 echo rtrim($cachedData, ',');
/plugin/abbr/syntax/
H A Dabbreviation.php50 $phrase = rtrim($matches[1]);
54 $shortened = rtrim($matches[1]);
/plugin/struct/meta/
H A DCSVExporter.php73 return rtrim($row, ',') . "\r\n";
101 return rtrim($row, ',') . "\r\n";
/plugin/calc/
H A Dsyntax.php54 $calc=rtrim($calc);
61 $calc=rtrim($calc);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php50 return rtrim(mb_substr($value, 0, $length, $env->getCharset())).$separator;
87 return rtrim(substr($value, 0, $length)).$separator;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php46 $baseDirs = array(rtrim(realpath($baseDirs), '/'));
49 $dir = rtrim(realpath($dir), '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DClosingDeclarationCommentSniff.php113 if (rtrim($tokens[$next]['content']) === $comment) {
137 if (rtrim($tokens[($closingBracket + 1)]['content']) !== $comment) {
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php172 $path = rtrim($path, '/\\');
196 $entry = rtrim($entry, '/\\');
/plugin/xref/
H A Dsyntax.php
/plugin/footer/
H A Daction.php108 $len = strlen(rtrim($conf['datadir'], '/'));
147 $footer = rtrim($footer, " \r\n\\") . "\n\n";
/plugin/graphgear/
H A Dsyntax.php60 $line = rtrim($line," ;");
200 $opts = rtrim($opts,']');
211 $opts = rtrim($opts,']');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php70 $baseDirectory = rtrim($baseDirectory, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
104 $entityPrefix = rtrim($currentEntityPrefix, '\\');

12345678910>>...13