Home
last modified time | relevance | path

Searched refs:skip (Results 126 – 150 of 260) sorted by path

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md406 - [TEST] skip new percentile tests for now [[b5d9613]](http://github.com/elasticsearch/elasticsearch-php/commit/b5d9613)
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md617 - skip sending "retry_on_conflict=0" default query param to improve compatibility with Amazon Elasticsearch [#1047](https://github.com/ruflin/Elastica/pull/1047)
/plugin/fckg/action/entities/utils/
H A Dentities.pl4 my $skip = 0;
9 if ($skip) {
10 $skip=0;
21 $skip = 1;
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst6 for metadata purposes a filter is applied to ignore or skip classes that are not Doctrine annotatio…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md29 * Llk: Correctly order and merge skip tokens. (Ivan Enderlin, 2016-08-14T17:24:52+02:00)
120 * Add skip token generation. (Metalaka, 2014-08-25T17:09:56+02:00)
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;
H A DREADME.md78 [PCRE](http://pcre.org/). We can skip tokens with the `%skip` construction.
85 %skip space \s
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp43 %skip space \s
H A DParser.php299 for ($skip = 0, $i = count($this->_trace) - 1; $i >= 0; --$i) {
308 --$skip;
312 $skip += $trace->getDepth() > $this->_depth;
315 if (0 < $skip) {
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp43 %skip space [\x20\x09]+
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp44 %skip space [\x20\x09]+
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md38 * Better internal options support (no skip). (Ivan Enderlin, 2015-02-22T14:18:57+01:00)
H A DGrammar.pp46 %skip nl \n
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md424 - Allow to skip "empty serialization result" when serializing [\#757](https://github.com/schmittjoh…
764 - DoctrineObjectConstructor should skip empty identifier field [\#193](https://github.com/schmittjo…
803 - Allow to not skip empty not inline array root node [\#611](https://github.com/schmittjoh/serializ…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst26 * The following annotations tells the serializer to skip all properties which
/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/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php191 if (null !== $skip = $pElem->attributes()->{'skip-when-empty'}) {
192 $pMetadata->skipWhenEmpty = 'true' === strtolower((string) $skip);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A Dgrammar.pp1 %skip whitespace \s+
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon20 skip:
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php162 $skip = 0;
173 $skip = 2;
199 $i += $skip;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnullable_types.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dreturn_type_declarations_nullable.phpt5 if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
H A Dreturn_type_declarations_object_method.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';
H A Dreturn_type_declarations_self.phpt5 if (!version_compare(PHP_VERSION, '7.0', '>=')) print 'skip: PHP >= 7.0 required';

1234567891011