Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/asciidocjs/node_modules/call-bind/test/
Dindex.js29 …t.equal(bound.length, func.length + 1, 'function length is preserved', { skip: !functionsHaveConfi… property
35 …t.equal(boundR.length, func.length, 'function length is preserved', { skip: !functionsHaveConfigur… property
41 …t.equal(boundArg.length, func.length - 1, 'function length is preserved', { skip: !functionsHaveCo… property
DcallBound.js44 t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { property
/plugin/asciidocjs/node_modules/get-intrinsic/test/
DGetIntrinsic.js128 …test('underscore paths are aliases for dotted paths', { skip: !Object.isFrozen || Object.isFrozen(… property
151 …test('dotted paths cache', { skip: !Object.isFrozen || Object.isFrozen(Object.prototype) }, functi… property
188 test('accessors', { skip: !$gOPD || typeof Map !== 'function' }, function (t) { property
198 test('generator functions', { skip: !generatorFns.length }, function (t) { property
215 test('async functions', { skip: !asyncFns.length }, function (t) { property
230 test('async generator functions', { skip: asyncGenFns.length === 0 }, function (t) { property
260 test('allowMissing', { skip: asyncGenFns.length > 0 }, function (t) { property
/plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/test/
Dindex.js17 { skip: typeof window === 'undefined' } property
25 { skip: typeof window !== 'undefined' } property
/plugin/asciidocjs/node_modules/has-symbols/test/
Dindex.js13 test('Symbols are supported', { skip: !hasSymbols() }, function (t) { property
18 test('Symbols are not supported', { skip: hasSymbols() }, function (t) { property
/plugin/asciidocjs/node_modules/has-tostringtag/test/
Dindex.js13 test('Symbol.toStringTag exists', { skip: !hasSymbolToStringTag() }, function (t) { property
18 test('Symbol.toStringTag does not exist', { skip: hasSymbolToStringTag() }, function (t) { property
/plugin/move/script/
Dprogress.js35 var nextStep = function(skip) { argument
47 skip: skip property
/plugin/asciidocjs/node_modules/resolve/test/
Dcore.js44 t.test('core via repl module', { skip: !resolve.core.repl }, function (st) { property
61 t.test('core via builtinModules list', { skip: !resolve.core.module }, function (st) { property
Dfaulty_basedir.js5 test('faulty basedir must produce error in windows', { skip: process.platform !== 'win32' }, functi… property
/plugin/asciidocjs/node_modules/is-regex/test/
Dindex.js21 test('@@toStringTag', { skip: !hasToStringTag }, function (t) { property
61 test('does not perform operations observable to Proxies', { skip: typeof Proxy !== 'function' }, fu… property
/plugin/asciidocjs/node_modules/is-core-module/test/
Dindex.js44 t.test('core via repl module', { skip: !data.repl }, function (st) { property
74 t.test('core via builtinModules list', { skip: !data.module }, function (st) { property
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DToken.php32 public $skip; variable in HTMLPurifier_Token
/plugin/findologicxmlexport/vendor/hoa/compiler/
DLl1.php335 array $skip,
710 public function setSkip(array $skip)
/plugin/zip/pear/File/Archive/Reader/
DGzip.php146 function skip($length = -1) function in File_Archive_Reader_Gzip
DTar.php72 function skip($length = -1) function in File_Archive_Reader_Tar
DRelay.php80 function skip($length = -1) { return $this->source->skip($length); } function in File_Archive_Reader_Relay
DAr.php217 function skip($length = -1) function in File_Archive_Reader_Ar
DConcat.php138 function skip($length = -1) function in File_Archive_Reader_Concat
DZip.php227 function skip($length = -1) function in File_Archive_Reader_Zip
DMemory.php140 function skip($length = -1) function in File_Archive_Reader_Memory
DCache.php163 function skip($length = -1) function in File_Archive_Reader_Cache
DFile.php210 function skip($length = -1) function in File_Archive_Reader_File
/plugin/move/_test/
DstepThroughDocuments.test.php15 public function stepThroughDocumentsCall($type = parent::TYPE_PAGES, $skip = false) {
/plugin/move/helper/
Dplan.php362 public function nextStep($skip = false) {
467 protected function stepThroughDocuments($type = self::TYPE_PAGES, $skip = false) {
/plugin/authorstats/
Daction.php177 function _updateStats($change_file, &$sd, &$lastchange, $skip = true)

1234