Home
last modified time | relevance | path

Searched refs:skipped (Results 101 – 110 of 110) sorted by last modified time

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md13 Which should give you no failures or errors. You can ignore any skipped tests as these are for exte…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js109 undo: function( options, skipped ) { argument
133 if ( item.state == item.target.recentState && !skipped ) {
138 redo: function( options, skipped ) { argument
216 change: function( options, skipped, target ) { argument
308 if ( !skipped ) {
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md38 empty array are now skipped. We believe this to be the saner default, but
/plugin/subjectindex/plugins/
H A Dbible_verses.txt15827 The mountains themselves skipped about like rams,The hills like lambs.
/plugin/bible/bible_douayRheims/
H A DPsalms.txt1944 …113:4. The mountains skipped like rams, and the hills like the lambs of the flock. 113:5. What ail…
1945 113:6. Ye mountains, that ye skipped like rams, and ye hills, like lambs of the flock?
H A DWisdom.txt428 …19:9. For they fed on their food like horses, and they skipped like lambs, praising thee, O Lord, …
/plugin/fedauth/
H A Daction.php88 * For the time beeing the timeout check is skipped for AJAX calls and the user
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php228 $skipped = $this->source->skip($length);
229 if (PEAR::isError($skipped)) {
230 return $skipped;
232 if ($skipped != $length) {
235 return $skipped;
H A DTar.php79 $skipped = $this->source->skip($length);
80 if (!PEAR::isError($skipped)) {
81 $this->leftLength -= $skipped;
83 return $skipped;
H A DConcat.php140 $skipped = 0;
141 while ($skipped < $length) {
144 return $skipped;
146 $skipped += $sourceSkipped;
149 return $skipped;

12345