Home
last modified time | relevance | path

Searched refs:contains (Results 76 – 100 of 996) sorted by relevance

12345678910>>...40

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2972.phpt2 GH-2972: Test suite shouldn't fail when it contains both *.phpt files and unconventionally named te…
H A D2158.phpt2 #2158: Failure to run tests in separate processes if a file included into main process contains con…
/plugin/highlightjs/highlight/languages/
H A Ddiff.js10 contains: ['chunk', 'header', 'addition', 'deletion', 'change'] property in hljs.LANGUAGES.diff.defaultMode
/plugin/toctweak/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/pagetitle/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/openid/Auth/OpenID/
H A DMessage.php295 function contains($key) function in Auth_OpenID_Mapping
444 function contains($namespace_uri) function in Auth_OpenID_NamespaceMap
451 return $this->namespace_to_alias->contains($namespace_uri);
848 return $this->args->contains([$namespace, $ns_key]);
893 if ((!$this->args->contains([$namespace, $key])) &&
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
H A DOutput.FixInnerHTML.txt
/plugin/combo/resources/snippet/js/
H A Dmenubar-fixed-top.js43 activeElement.classList.contains('navbar-toggler')
H A Donhover.js8 if (element.classList.contains(classValue)) {
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md29 where the input file contains the Markdown and the output file contains the expected HTML.
/plugin/farm/install/animaltemplate/conf/
H A Dmsg2 The first line of this file contains a number, indicating
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMap.php49 public function contains(string $label): bool
44 public function contains(string $label): bool global() function in League\\CommonMark\\Reference\\ReferenceMap
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php770 * return getExpectedTokens().contains(symbol);
786 if ($following->contains($symbol)) {
790 if (!$following->contains(Token::EPSILON)) {
794 while ($ctx !== null && $ctx->invokingState >= 0 && $following->contains(Token::EPSILON)) {
802 if ($following->contains($symbol)) {
809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
/plugin/advanced/lang/en/config/
H A Dmain.txt5 …Wiki will be found in the ''conf/dokuwiki.php'' file. However this file contains the "default" val…
/plugin/passwordgenerator/
H A Dreadme.txt4 …s and replaces selection with generated password if necessary. Password contains atleast some defi…
/plugin/noiewarning/
H A Dstyle.css7 This file contains the default stylesheet for the NoIEWarning plugin.
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php47 if ($processed->contains($variable)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php29 public function contains(int $value) : bool function in Antlr\\Antlr4\\Runtime\\Utils\\BitSet
/plugin/adultcontent/
H A DREADME.md5 This simple plugin will check your dokuwiki page before being saved whether it contains given keywo…
/plugin/spreadout/
H A Dsyntax.php154 * <tt>$aRenderer</tt> contains a reference to the renderer object
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs16 {{!--No main-header as the index generally contains a cover image
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DSetTransition.php33 return $this->set->contains($symbol);

12345678910>>...40