Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/plugin/anonprotect/
Daction.php38 $skip = $this->skipNs($ns, $norestrictions);
40 if ($skip) {
75 function ($skip) use ($ns) {
78 $skip = trim($skip) . ':';
80 $pos = strpos($ns, $skip);
83 $skipIsAbsolute = $skip[0] === ':';
/plugin/move/script/
Dprogress.js35 var nextStep = function(skip) { argument
47 skip: skip property
63 nextStep(skip);
79 var skip = e.target.form.skip.value;
82 nextStep(skip);
/plugin/pageindex/
Dsyntax.php138 foreach($skipitems as $skip) {
139 $skip = strpos($skip,":") ? $skip : "$ns:$skip";
140 if($item['id'] == $skip) {
/plugin/aichat/cli/
Ddev.php55 'skip' => '/-preview$/'
59 'skip' => '/-\d\d\d\d$/',
63 'skip' => '/(-\d\d\d\d-\d\d-\d\d|-preview|-\d\d\d\d)$|^ft:/'
70 'skip' => '/-(01|02)(-|$)/', // outdated models
74 'skip' => '/(-preview|-exp|-\d\d\d$)/'
94 …if (isset($ourProviders[$provider]['skip']) && preg_match($ourProviders[$provider]['skip'], $model…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php203 $this->skip(4);
208 $this->skip(2);
211 $this->skip(24);
213 $this->skip(4);
224 $this->skip(30);
233 $this->skip(20);
241 $this->skip(4);
243 $this->skip(4);
252 $this->skip(2);
295 $this->skip(4);
[all …]
DTTFontFile.php401 function skip($delta) function in Mpdf\\TTFontFile
573 $this->skip(4);
591 $this->skip(2);
622 $this->skip(4);
799 $this->skip(4);
804 $this->skip(2);
806 $this->skip(18);
810 $this->skip(16);
817 $this->skip(3 * 2);
827 $this->skip(4);
[all …]
/plugin/xtern/
Daction.php51 $skip = $this->getConf('skip_pages');
52 if($skip) {
53 $skip = preg_replace("/\s+/","",$skip) ;
54 $skip = str_replace(',','|',$skip) ;
55 $regex = "#^($skip)$#";
/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/fckg/action/entities/utils/
Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/asciidocjs/node_modules/resolve/test/
Dcore.js44 t.test('core via repl module', { skip: !resolve.core.repl }, function (st) { property
47 st.skip('module.builtinModules does not exist');
61 t.test('core via builtinModules list', { skip: !resolve.core.module }, function (st) { property
64 st.skip('module.builtinModules does not exist');
/plugin/metaheaders/
Daction.php117 $skip = false;
123 $skip = true;
130 $skip = true;
136 if (!$skip) $head[$type][] = $header;
/plugin/ckgdoku/action/entities/utils/
Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/ckgedit/action/entities/utils/
Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dassertion.phpt6 print 'skip: PHP 7 is required' . PHP_EOL;
10 print 'skip: zend.assertions=1 is required' . PHP_EOL;
14 print 'skip: assert.exception=1 is required' . PHP_EOL;
/plugin/asciidocjs/node_modules/is-core-module/test/
Dindex.js44 t.test('core via repl module', { skip: !data.repl }, function (st) { property
47 st.skip('repl._builtinLibs does not exist');
74 t.test('core via builtinModules list', { skip: !data.module }, function (st) { property
77 st.skip('module.builtinModules does not exist');
/plugin/dpicorrect/
Daction.php114 $skip = 0;
118 if($skip>0) { fread($a, $skip+4);}
121 $skip = $b1 + $b2 + $b3 + $b4;
/plugin/asciidocjs/node_modules/lodash/
D_baseAt.js15 skip = object == null;
18 result[index] = skip ? undefined : get(object, paths[index]);
/plugin/sectiontoggle/
Dscript.js46 var skip = false;
52 skip = true;
57 skip = true;
69 if(skip) {
76 if(skip) jQuery(elem).next().toggle();
/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/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/zip/pear/File/Archive/Reader/
DZip.php91 $error = $this->source->skip($toSkip);
161 $error = $this->source->skip($this->header['Extra']);
227 function skip($length = -1) function in File_Archive_Reader_Zip
423 $nbSkipped = $this->source->skip();
459 $this->source->skip(12);
475 $this->source->skip(12);
487 $nbSkipped += $this->source->skip(14 + $header['FileLength'] + $header['ExtraLength']);
/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
/plugin/renderrevisions/action/
H A Dsave.php173 $skip = $this->getConf('skipRegex');
178 if ($skip) {
179 $skipRE = '/' . $skip . '/';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DMakeWellFormed.php169 unset($token->skip[$i]);
212 if (isset($token->skip[$i])) {
370 if (isset($token->skip[$i])) {
426 if (isset($token->skip[$i])) {
578 $oldskip = isset($old[0]) ? $old[0]->skip : array();
580 $object->skip = $oldskip;
581 $object->skip[$injector] = true;

12345678910>>...14