Home
last modified time | relevance | path

Searched +full:start -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 152) sorted by relevance

1234567

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dhtml4strict.php96 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',
H A Dtcl.php13 * really great things. However, it is a good start. I never
H A Dpostscript.php77 'quit', 'start', 'stop', 'stopped',
H A Dhtml5.php118 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary', 'spellcheck', 'step',
H A Dmirc.php140 GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
H A Doracle8.php360 'START',
H A Dperl6.php85 'new', 'BEGIN', 'END', 'CHECK', 'INIT', 'START', 'FIRST',
H A Ddcl.php86 'SPAWN', 'START', 'STOP', 'SUBMIT', 'SUBROUTINE', 'SYNCHRONIZE', 'TYPE',
H A Dactionscript.php126 'splice', 'split', 'sqrt', 'SQRT1_2', 'SQRT2', 'Stage', 'start', 'startDrag', 'static', 'status', 'stop',
H A Dtclegg.php13 * really great things. However, it is a good start. I never
H A Doracle11.php426 'START',
H A Dprogress.php196 'START-DOCUMENT','START-ELEMENT','STOP-PARSING','SYNCHRONIZE',
371 'SELECTABLE','SELECTED','SELECTION-END','SELECTION-START',
/dokuwiki/lib/scripts/
H A Dpage.js190 // Start animation and assure that $toc is hidden/visible
/dokuwiki/lib/plugins/authldap/
H A Dauth.php398 * @param int $start index of first user to be returned
404 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
433 if ($i++ < $start) {
402 retrieveUsers($start = 0, $limit = 0, $filter = array()) global() argument
/dokuwiki/inc/
H A Dtemplate.php260 $head['link'][] = ['rel' => 'start', 'href' => DOKU_BASE];
347 if ($ID == $conf['start']) {
863 $out .= '<span class="home">' . tpl_pagelink(':' . $conf['start'], null, true) . '</span>';
870 if ($page == $conf['start']) continue; // Skip startpage
876 // print current page, skipping start page, skipping for namespace index
886 if ($page == $conf['start']) {
1906 ($ID == $conf['start']) ? 'home' : ''
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1308 $start = microtime(true);
1314 $elapsed = microtime(true) - $start;
1342 $start = microtime(true);
1351 $elapsed = microtime(true) - $start;
1384 $start = microtime(true);
1390 $elapsed = microtime(true) - $start;
3231 * Start a subsystem.
3528 $start = microtime(true);
3533 $elapsed = microtime(true) - $start;
3537 $elapsed = microtime(true) - $start;
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php483 $this->writebytes(pack('v', 0)); // number of the disk with the start of the central directory
489 $offset)); // offset of start of central directory with respect to the starting disk number
845 * DOS timestamps start at 1980-01-01, earlier UNIX stamps will be set to this date
933 $header .= pack('v', 0); // disk number start
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/inc/Ui/
H A DRecent.php74 // start listing of recent items
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php180 * @param int $head start point chunk
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php969 if (isset($caption['attribs']['']['start'])) {
970 $caption_startTime = $this->sanitize($caption['attribs']['']['start'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
993 if (isset($caption['attribs']['']['start'])) {
994 $caption_startTime = $this->sanitize($caption['attribs']['']['start'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1455 // Start checking the attributes of media:content
1512 if (isset($caption['attribs']['']['start'])) {
1513 $caption_startTime = $this->sanitize($caption['attribs']['']['start'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1539 if (isset($caption['attribs']['']['start'])) {
1540 $caption_startTime = $this->sanitize($caption['attribs']['']['start'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1910 // Start checkin
[all...]
H A DSimplePie.php2989 * @param int $start Index to start at
2990 * @param int $end Number of items to return. 0 for all items after `$start`
2993 public function get_items($start = 0, $end = 0) argument
2997 $this->data['items'] = SimplePie::merge_items($this->multifeed_objects, $start, $end, $this->item_limit);
3051 return array_slice($items, $start);
3054 return array_slice($items, $start, $end);
3142 * @param int $start Starting item
3147 public static function merge_items($urls, $start = 0, $end = 0, $limit = 0) argument
3162 return array_slice($items, $start);
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG326 - Produce valid CSS when languages start with underscore (BenBE)
633 - Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE)
773 - Allowed matching for regexes using start/end matchers at the start/end
811 - Fixed blank at start of MySQL file (W. Tasin)
/dokuwiki/inc/parser/
H A Dmetadata.php212 * Callback for footnote start syntax
298 * Start a block quote
/dokuwiki/lib/plugins/info/
H A Dsyntax.php58 $match = substr($match, 7, -2); //strip ~~INFO: from start and ~~ from end

1234567