Home
last modified time | relevance | path

Searched refs:skip (Results 226 – 250 of 260) sorted by path

1234567891011

/plugin/scrape/
H A DHTMLPurifier.standalone.php
/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/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison17 \s+ /* skip whitespace */
18 \#[^\r\n]* /* skip comments */
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2575 skip = object == null;
2578 result[index] = skip ? undefined : get(object, paths[index]);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2575 skip = object == null;
2578 result[index] = skip ? undefined : get(object, paths[index]);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js28683 var stripUnitsReplacer = function(_, skip, remove, whitespace) { argument
28684 return skip || ('0' + whitespace);
/plugin/skipentity/
H A DREADME4 If you want bold, then the bold has to be placed outside the skip-entity markup:
H A DREADME.md1 # Dokuwiki-skip-entity
/plugin/sphinxsearch-was/
H A DINSTALL17 as a milestone. You can skip ahead to the recent installation instructions if
/plugin/sqlraw/
H A Dsimple_html_dom.php1274 $this->skip($this->token_blank);
1541 protected function skip($chars) function in simple_html_dom
/plugin/subjectindex/plugins/
H A Dbible_verses.txt14315 And he makes them skip about like a calf,Leb'a·non and Sir'i·on like the sons of wild bulls.
17364 a time to weep and a time to laugh; a time to wail and a time to skip about;
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee79 # skip the theme template
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …register undo trace test tee take suspend ' +\n 'stop start split sort skip show set send selec…
/plugin/userhistory/
H A Dadmin.php70 $skip = array ( '_comments.changes', '_dokuwiki.changes' );
75 if ( in_array ( $filepart, $skip ) ) continue;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js7609 var stripUnitsReplacer=function(_,skip,remove,whitespace){return skip||("0"+whitespace) argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css364 .oi[data-glyph=media-skip-backward]:before { content:'\e095'; }
366 .oi[data-glyph=media-skip-forward]:before { content:'\e096'; }
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md348 * #175: Parser can now read and skip the UTF-8 BOM.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md122 * #175: Parser can now read and skip the UTF-8 BOM.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28014 …pty === 'function' && typeof data.readUInt8 === 'function' && typeof data.skip === 'function' && t…
28043 DecoderBuffer.prototype.skip = function skip(bytes, fail) {
28862 var res = this._skipUntilEnd(buffer, 'Failed to skip indefinite length body: "' + this.tag + '"');
52617 skip: function skip(n) {
54561 this.reader.skip(4); // this.versionMadeBy = this.reader.readString(2);
54842 …reader.skip(22); // in some zip created on windows, the filename stored in the central dir contain…
54859 reader.skip(localExtraFieldsLength);
54881 reader.skip(2); // this.versionNeeded = reader.readInt(2);
54902 reader.skip(fileNameLength);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1838 skip: function(n) { method in DataReader
3615 this.reader.skip(4);
3874 reader.skip(22);
3890 reader.skip(localExtraFieldsLength);
3909 reader.skip(2);
3930 reader.skip(fileNameLength);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2032 /* MAD is order-sensitive, skip rebuild and sort */
6169 blob.l = start_addr + size; /* step ahead to skip padding */
19076 var skip = false;
19082 if(marr[mi].s.c != C || marr[mi].s.r != R) skip = true;
19085 if(skip) continue;
19362 } // skip FRT
22859 var skip = false, ct = {}, textp = "";
22865 if(marr[mi].s.c != C || marr[mi].s.r != R) skip = true;
22870 if(skip) { o.push(covered_cell_xml); continue; }
/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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1skip","probe","isWorkTime","ignore_x","display_count","min_col_width","line_height","cont_width","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js25379 var skip = true;
25388 skip = skip && !this.isWorkTime(probe, scale.unit);
25391 return skip;
/plugin/zip/pear/File/Archive/
H A DReader.php191 function skip($length = -1) function in File_Archive_Reader
222 $this->skip($offset);

1234567891011