Home
last modified time | relevance | path

Searched refs:skip (Results 26 – 50 of 260) sorted by relevance

1234567891011

/plugin/move/admin/
H A Dmain.php70 case 'skip':
229 $this->btn('skip', $this->plan->getLastError());
242 * skip - skip error and continue
250 $skip = 0;
256 $skip = 0;
266 $form->addHidden('skip', $skip);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison17 \s+ /* skip whitespace */
18 \#[^\r\n]* /* skip comments */
/plugin/skipentity/
H A DREADME.md1 # Dokuwiki-skip-entity
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt5 echo 'skip';
H A D002-final.phpt5 echo 'skip';
/plugin/userhistory/
H A Dadmin.php70 $skip = array ( '_comments.changes', '_dokuwiki.changes' );
75 if ( in_array ( $filepart, $skip ) ) continue;
/plugin/mobiletable/
H A DmobileTable.js138 let skip = true
143 if (skip) {
144 skip = false
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dskip-end-fill.svg1 <svg class="bi bi-skip-end-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-start-fill.svg1 <svg class="bi bi-skip-start-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-start.svg1 <svg class="bi bi-skip-start" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-end.svg1 <svg class="bi bi-skip-end" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-forward.svg1 <svg class="bi bi-skip-forward" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-backward.svg1 <svg class="bi bi-skip-backward" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-backward-fill.svg1 <svg class="bi bi-skip-backward-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dskip-forward-fill.svg1 <svg class="bi bi-skip-forward-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php210 function skip($length = -1) function in File_Archive_Reader_File
220 return parent::skip($length);
H A DBzip2.php161 $this->skip($before - $length);
222 $this->skip($length);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerSkipAction.php11 * Implements the `skip` lexer action by calling {@see Lexer::skip()}.
13 * The `skip` command does not have any parameters, so this action is
53 * This action is implemented by calling {@see Lexer::skip()}.
57 $lexer->skip();
76 return 'skip';
/plugin/zip/pear/File/Archive/
H A DReader.php191 function skip($length = -1) function in File_Archive_Reader
222 $this->skip($offset);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php162 $skip = 0;
173 $skip = 2;
199 $i += $skip;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php341 for($skip = 0; $skip < $k; $skip ++) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php320 function skip($delta) function in Mpdf\\OtlDump
588 $this->skip(4);
593 $this->skip(2);
595 $this->skip(18);
599 $this->skip(16);
605 $this->skip(3 * 2);
618 $this->skip(4);
631 $this->skip(2);
633 $this->skip(2);
642 $this->skip(2
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1472.phpt7 print 'skip: HHVM does not support cloning DOM nodes';
H A D873-php5.phpt6 print 'skip: PHP 5 is required';
H A D873-php7.phpt6 print 'skip: PHP 7 is required';

1234567891011