Home
last modified time | relevance | path

Searched refs:contains (Results 51 – 75 of 996) sorted by relevance

12345678910>>...40

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php197 if (!$following->contains(Token::EPSILON)) {
210 while ($context !== null && $context->invokingState >= 0 && $following->contains(Token::EPSILON)) {
226 if ($following->contains(Token::EPSILON)) {
H A DATNConfigSet.php323 public function contains(object $item) : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
329 return $this->configLookup->contains($item);
334 return $this->contains($item);
/plugin/orphanmedia/
H A DREADME18 * Media list contains
19 * Page list contains
/plugin/orphanmedia2/
H A DREADME18 * Media list contains
19 * Page list contains
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php176 && $this->lastErrorStates->contains($recognizer->getState())
269 if ($nextTokens->contains($la)) {
277 if ($nextTokens->contains(Token::EPSILON)) {
585 if ($expectingAtLL2->contains($currentSymbolType)) {
625 if ($expecting->contains($nextTokenType)) {
896 while ($ttype !== Token::EOF && !$set->contains($ttype)) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md1 This directory contains the "Daniel" hand drawn font.
4 It contains fonts in ttf format.
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md17 …ples.php and example_big.php. examples.php contains an example for each API call. example_big.ph…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php157 if (($key = $processed->contains($value)) !== false) {
186 } elseif ($hash = $processed->contains($value)) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php57 $this->contains('sebastianbergmann\globalstate\testfixture\snapshotfunction'),
59 $this->contains('SebastianBergmann\GlobalState\TestFixture\snapshotFunction')
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php74 if ($interval->length() === 0 || $interval->contains(self::HIT_PRED)) {
219 $removed = $calledRuleStack->contains($s->ruleIndex);
249 if ($calledRuleStack->contains($t->target->ruleIndex)) {
/plugin/highlightjs/highlight/languages/
H A Ddos.js10 contains: ['envvar', 'number', 'comment'], property in hljs.LANGUAGES.dos.defaultMode
H A Davrasm.js11 contains: ['comment', 'number', 'string', 'label', 'preprocessor', 'localvars'], property in hljs.LANGUAGES.avrasm.defaultMode
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml802 contains three lines of text.
817 This YAML stream contains a single text value.
1178 Thus this value contains one
1186 significant.\nThus this value contains \
1224 contains no line breaks
1235 value contains three
1290 span: 'this contains
1312 span: "this contains
1315 is equal to: "this contains four spaces"
1322 'span' => "this contains four spaces",
[all …]
/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php51 public function contains(AddressInterface $address); function
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMapInterface.php28 public function contains(string $label): bool;
34 public function contains(string $label): bool; global() function
/plugin/codebuttonmod2/
H A DREADME.MD33 ### Mod 1 contains
40 ### Mod 2 contains
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl1 <h1>Pipeline contains no fetcher objects!</h1>
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/pgn4web/pgn4web/libs/
H A DREADME.txt1 The libs folder contains third party libraries used by the pgn4web pages.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
H A Dac544eb247a29ca42aab13826ca88561.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx._source.tags.remove(ctx._source.tags.indexOf(params.tag)) }',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doperations.asciidoc4 This page contains the information you need to perform various {es} operations
/plugin/typography/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/fedauth/Auth/OpenID/
H A DMessage.php265 function contains($value) function in Auth_OpenID_Mapping
398 function contains($namespace_uri) function in Auth_OpenID_NamespaceMap
405 return $this->namespace_to_alias->contains($namespace_uri);
774 return $this->args->contains(array($namespace, $ns_key));
813 if ((!$this->args->contains(array($namespace, $key))) &&
/plugin/commentsyntax/
H A Ddeleted.files3 # This file contains a list of files that were present in previous

12345678910>>...40