| /dokuwiki/_test/tests/inc/parser/ |
| H A D | parser_media.test.php | 46 $rest = 'away.ogv</a></video>'."\n"; 47 $substr_start = strlen($url) - strlen($rest); 48 $this->assertEquals($rest, substr($url, $substr_start)); 83 $rest = 'away.vid</a>'; 84 $substr_start = strlen($url) - strlen($rest); 85 $this->assertEquals($rest, substr($url, $substr_start)); 131 $rest = '</video>'."\n"; 132 $substr_start = strlen($url) - strlen($rest); 133 $this->assertEquals($rest, substr($url, $substr_start));
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | HTMLCreator.php | 51 * and when it is non-empty, ONLY the styleless output is printed, the rest is ignored 63 // if there is styleless output, use the content of this variable and ignore the rest
|
| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 38 github.rest.git.createRef({
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | ezt.php | 43 // First character of the line is an asterisk. Rest of the line is spaces/null
|
| H A D | clojure.php | 63 'cons', 'concat', 'lazy-cat', 'cycle', 'rest', 'frest', 'drop',
|
| H A D | newlisp.php | 89 'remove-dir','rename-file','replace','reset','rest','reverse',
|
| H A D | racket.php | 659 'relocate-output-port', 'rest', 'second', 'sequence->list', 667 'set-rest', 'set-subtract', 'set-symmetric-difference', 675 'stream-map', 'stream-ormap', 'stream-ref', 'stream-rest', 753 'inherit/super', 'init', 'init-depend', 'init-field', 'init-rest',
|
| H A D | visualfoxpro.php | 272 'Rest','Restrict','Rgb','Right','Row','Rowset',
|
| H A D | asm.php | 456 'resb','resw','resd','resq','rest','reso','resy','incbin','equ','times','safeseh',
|
| H A D | wolfram.php | 701 'ResetMedium', 'ResetScheduledTask', 'Residue', 'Resolve', 'Rest',
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 118 - a single fluid "rest" column marked with an asterisk (eg. ``*``)
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | Lessc.php | 879 case 'rest': 880 $i--; // rest can be empty 996 // check for a rest 998 if ($last !== false && $last[0] === 'rest') { 999 $rest = array_slice($orderedValues, count($args) - 1); 1000 $this->set($last[1], $this->reduce(['list', ' ', $rest]));
|
| H A D | Parser.php | 873 $arg[0] = 'rest'; 907 case 'rest': 908 $this->throwError('Unexpected rest before semicolon');
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | design.less | 59 /* make all links in header (including breadcrumb and interwiki) same colour as the rest */
|
| /dokuwiki/inc/ |
| H A D | auth.php | 152 [$id, $rest] = preg_split('/[ \t]+/', $line, 2); 160 … $rest = str_replace('%USER%', auth_nameencode($INPUT->server->str('REMOTE_USER')), $rest); 169 $nrest = str_replace('%GROUP%', '@' . auth_nameencode($grp), $rest); 174 $out[] = "$id\t$rest";
|
| H A D | parserutils.php | 397 // no special treatment for the rest
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 148 …e query is simple enough to modify its namespace limitations without breaking the rest of the query 164 …uery is simple enough to modify the fragment search behavior without breaking the rest of the query
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 145 // then fetch the rest at once
|
| /dokuwiki/inc/Utf8/ |
| H A D | PhpString.php | 138 $length_pattern = '(.*)$'; // the rest of the string
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 227 be a consequence of the rest of this License.
|
| /dokuwiki/ |
| H A D | COPYING | 227 be a consequence of the rest of this License.
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Options.php | 229 …// The special element '--' means explicit end of options. Treat the rest of the arguments as non-…
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 403 be a consequence of the rest of this License.
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | LICENCE | 403 be a consequence of the rest of this License.
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | RSA.php | 370 // the first coefficient is calculated differently from the rest
|