Home
last modified time | relevance | path

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

1234567891011

/plugin/pageindex/
H A Dsyntax.php138 foreach($skipitems as $skip) {
139 $skip = strpos($skip,":") ? $skip : "$ns:$skip";
140 if($item['id'] == $skip) {
/plugin/move/script/
H A Dprogress.js35 var nextStep = function(skip) { argument
47 skip: skip
63 nextStep(skip);
79 var skip = e.target.form.skip.value;
82 nextStep(skip);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php58 $this->skip(2);
203 $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(
[all...]
H A 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(
[all...]
/plugin/xtern/
H A 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/metaheaders/
H A Daction.php112 // apply new headers skip if conditions aren't met or header value is empty
117 $skip = false;
123 $skip = true;
130 $skip = true;
136 if (!$skip) $head[$type][] = $header;
/plugin/fckg/action/entities/utils/
H A Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/ckgdoku/action/entities/utils/
H A Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/ckgedit/action/entities/utils/
H A Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A 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;
H A Dlog-json-post-66021.phpt6 print 'skip: JSON_PRETTY_PRINT is required';
8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
/plugin/dpicorrect/
H A Daction.php114 $skip = 0;
118 if($skip>0) { fread($a, $skip+4);}
121 $skip = $b1 + $b2 + $b3 + $b4;
/plugin/sectiontoggle/
H A Dscript.js46 var skip = false;
52 skip = true;
57 skip = true;
69 if(skip) {
76 if(skip) jQuery(elem).next().toggle();
/plugin/zip/pear/File/Archive/Reader/
H A 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']);
H A DRelay.php80 function skip($length = -1) { return $this->source->skip($length); } function in File_Archive_Reader_Relay
H A DAr.php121 $this->source->skip(
217 function skip($length = -1) function in File_Archive_Reader_Ar
228 $skipped = $this->source->skip($length);
341 $this->skip($length);
H A DTar.php72 function skip($length = -1) function in File_Archive_Reader_Tar
79 $skipped = $this->source->skip($length);
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
309 $this->skip($length);
H A DGzip.php146 function skip($length = -1) function in File_Archive_Reader_Gzip
156 return parent::skip($length);
243 $this->skip($length);
H A DConcat.php138 function skip($length = -1) function in File_Archive_Reader_Concat
142 $sourceSkipped = $this->source->skip($length);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst22 skip-when-empty="false"
42 …inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empty="true" />
58 skip-when-empty="false"
100 …inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empty="true" />
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php887 $skip = array('type' => 'skip');
895 $skip['to'] = 'parenthesis_closer';
902 $skip['to'] = 'scope_closer';
915 if (isset($skip['to']) === true) {
920 if (isset($skip['to']) === false) {
921 $skip['to'] = 'unknown';
924 return $skip;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php326 * @param array $skip Skip.
335 array $skip, argument
343 $this->setSkip($skip);
707 * @param array $skip Skip.
710 public function setSkip(array $skip) argument
713 $this->_skip = $skip;
/plugin/move/helper/
H A Dplan.php358 * @param bool $skip set to true to skip the next first step (skip error)
362 public function nextStep($skip = false) { argument
371 $todo = $this->stepThroughDocuments(self::TYPE_PAGES, $skip);
377 $todo = $this->stepThroughDocuments(self::TYPE_MEDIA, $skip);
464 * @param bool $skip should the first item be skipped?
467 protected function stepThroughDocuments($type = self::TYPE_PAGES, $skip = false) { argument
492 if($skip === true) {
493 $skip = false;
/plugin/geonav/tpl/startermap/css/
H A Dmobile.css69 #dokuwiki__header ul.a11y.skip {
79 [dir=rtl] #dokuwiki__header ul.a11y.skip {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php132 $skip = false;
167 $skip = true;
175 if (!$skip) {

1234567891011