Home
last modified time | relevance | path

Searched full:rest (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/_test/tests/inc/parser/
H A Dparser_media.test.php46 $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 DHTMLCreator.php51 * 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 Drelease-build.yml38 github.rest.git.createRef({
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dezt.php43 // First character of the line is an asterisk. Rest of the line is spaces/null
H A Dclojure.php63 'cons', 'concat', 'lazy-cat', 'cycle', 'rest', 'frest', 'drop',
H A Dnewlisp.php89 'remove-dir','rename-file','replace','reset','rest','reverse',
H A Dracket.php659 'relocate-output-port', 'rest', 'second', 'sequence-&gt;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 Dvisualfoxpro.php272 'Rest','Restrict','Rgb','Right','Row','Rowset',
H A Dasm.php456 'resb','resw','resd','resq','rest','reso','resy','incbin','equ','times','safeseh',
H A Dwolfram.php701 'ResetMedium', 'ResetScheduledTask', 'Residue', 'Resolve', 'Rest',
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md118 - a single fluid "rest" column marked with an asterisk (eg. ``*``)
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php879 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 DParser.php873 $arg[0] = 'rest';
907 case 'rest':
908 $this->throwError('Unexpected rest before semicolon');
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less59 /* make all links in header (including breadcrumb and interwiki) same colour as the rest */
/dokuwiki/inc/
H A Dauth.php152 [$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 Dparserutils.php397 // no special treatment for the rest
/dokuwiki/inc/Ui/
H A DSearch.php148 …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 DRepository.php145 // then fetch the rest at once
/dokuwiki/inc/Utf8/
H A DPhpString.php138 $length_pattern = '(.*)$'; // the rest of the string
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE227 be a consequence of the rest of this License.
/dokuwiki/
H A DCOPYING227 be a consequence of the rest of this License.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php229 …// The special element '--' means explicit end of options. Treat the rest of the arguments as non-…
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE403 be a consequence of the rest of this License.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE403 be a consequence of the rest of this License.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php370 // the first coefficient is calculated differently from the rest

12