/plugin/pageindex/ |
H A D | syntax.php | 138 foreach($skipitems as $skip) { 139 $skip = strpos($skip,":") ? $skip : "$ns:$skip"; 140 if($item['id'] == $skip) {
|
/plugin/move/script/ |
H A D | progress.js | 20 $this.find('.ctlfrm-skip').removeClass('hide'); 24 $this.find('.ctlfrm-skip').addClass('hide'); 33 * @param {bool} skip should an error be skipped? 35 var nextStep = function(skip) { argument 47 skip: skip 63 nextStep(skip); 79 var skip = e.target.form.skip.value; 82 nextStep(skip); [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TTFontFileAnalysis.php | 58 $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 D | TTFontFile.php | 401 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 D | action.php | 51 $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 D | action.php | 112 // 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 D | entities.pl | 4 my $skip = 0; 9 if ($skip) { 10 $skip=0; 21 $skip = 1;
|
/plugin/ckgdoku/action/entities/utils/ |
H A D | entities.pl | 4 my $skip = 0; 9 if ($skip) { 10 $skip=0; 21 $skip = 1;
|
/plugin/ckgedit/action/entities/utils/ |
H A D | entities.pl | 4 my $skip = 0; 9 if ($skip) { 10 $skip=0; 21 $skip = 1;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | assertion.phpt | 6 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 D | log-json-post-66021.phpt | 6 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 D | action.php | 114 $skip = 0; 118 if($skip>0) { fread($a, $skip+4);} 121 $skip = $b1 + $b2 + $b3 + $b4;
|
/plugin/sectiontoggle/ |
H A D | script.js | 46 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 D | Zip.php | 91 $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 D | Relay.php | 80 function skip($length = -1) { return $this->source->skip($length); } function in File_Archive_Reader_Relay
|
H A D | Ar.php | 121 $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 D | Tar.php | 72 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 D | Gzip.php | 146 function skip($length = -1) function in File_Archive_Reader_Gzip 156 return parent::skip($length); 243 $this->skip($length);
|
H A D | Concat.php | 138 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 D | xml_reference.rst | 22 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 D | AbstractPatternSniff.php | 887 $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 D | Ll1.php | 326 * @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 D | plan.php | 358 * @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 [all...] |
/plugin/geonav/tpl/startermap/css/ |
H A D | mobile.css | 69 #dokuwiki__header ul.a11y.skip { 79 [dir=rtl] #dokuwiki__header ul.a11y.skip {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/ |
H A D | PhptTestCase.php | 132 $skip = false; 167 $skip = true; 175 if (!$skip) {
|