Home
last modified time | relevance | path

Searched refs:skip (Results 151 – 175 of 260) sorted by path

1234567891011

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_static_method.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dreturn_type_declarations_void.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dscalar_type_declarations.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dwsdl_class.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_namespace.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
H A Dwsdl_class_partial.phpt5 if (!extension_loaded('soap')) echo 'skip: SOAP extension is required';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md155 …ub.com/sebastianbergmann/phpunit/issues/2392): Empty (but valid) data provider should skip the test
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php132 $skip = false;
167 $skip = true;
175 if (!$skip) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt6 print 'skip: PHP runtime required';
H A D1351.phpt6 print 'skip: PDO_SQLITE is required';
H A D1472.phpt7 print 'skip: HHVM does not support cloning DOM nodes';
H A D873-php5.phpt6 print 'skip: PHP 5 is required';
H A D873-php7.phpt6 print 'skip: PHP 7 is required';
/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 Dcode-coverage-ignore.phpt6 print 'skip: Extension xdebug is required.';
H A Ddisable-code-coverage-ignore.phpt6 print 'skip: Extension xdebug is required.';
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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst91 can however filter the sequence during iteration which allows you to skip
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst224 Named arguments also allow you to skip some arguments for which you don't want
232 {# or skip the format value by using a named argument for the time zone #}
/plugin/flowplayer/player/
H A DREADME.txt335 - fixed cuepoint firing: Does not skip cuepoints any more
/plugin/geonav/tpl/startermap/css/
H A Dmobile.css69 #dokuwiki__header ul.a11y.skip {
79 [dir=rtl] #dokuwiki__header ul.a11y.skip {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php341 for($skip = 0; $skip < $k; $skip ++) {
/plugin/html5video2/script/
H A Dvideo.min.js21 …){u.cueOutCont=s.data},"cue-in":function(){u.cueIn=s.data},skip:function(){this.manifest.skip=dr(s…
23 …dTagMapper(e)}),s.push(n),s.end();var o=s.manifest;e||(["preloadSegment","skip","serverControl","r…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md287 * #175: Parser can now read and skip the UTF-8 BOM.
/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;

1234567891011