Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 139) sorted by relevance

123456

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DSequence.php30 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Sequence
33 $simple->accept($visitor);
36 $this->combinator->accept($visitor);
H A DCombinator.php14 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Combinator
17 $this->sequence->accept($visitor);
H A DGroup.php133 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Group
139 $sequence->accept($visitor);
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DPseudoClass.php17 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Simple\\PseudoClass
20 $this->parameter->accept($visitor);
/template/strap/syntax/
H A Dnavbarcollapse.php61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
65 $accept = false;
68 return $accept;
H A Dmenubar.php82 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
87 $accept = false;
90 return $accept;
/template/strap/vendor/carica/phpcss/src/
H A DPhpCss.php26 $ast->accept($visitor);
41 $ast->accept($visitor);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php18 return $tree->accept($this);
52 $childResult = $child->accept($this);
H A DErrorNodeImpl.php19 public function accept(ParseTreeVisitor $visitor) function in Antlr\\Antlr4\\Runtime\\Tree\\ErrorNodeImpl
H A DParseTree.php40 public function accept(ParseTreeVisitor $visitor); function
H A DTerminalNodeImpl.php68 public function accept(ParseTreeVisitor $visitor) function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/
H A DNode.php23 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Node
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverAlert.php28 public function accept() function in Facebook\\WebDriver\\WebDriverAlert
/template/kajukkk/
DSnoopy.class.php67 var $accept = "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*"; variable in Snoopy
796 if(!empty($this->accept))
797 $headers .= "Accept: ".$this->accept."\r\n";
960 if(!empty($this->accept))
961 $headers[] = "Accept: ".$this->accept;
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php203 public function accept(ParseTreeVisitor $visitor) function in Antlr\\Antlr4\\Runtime\\RuleContext
/template/battlehorse/js/
Ddragdrop.js39 if(options.accept) options.accept = [options.accept].flatten();
72 ((!drop.accept) ||
74 function(v) { return drop.accept.include(v) } ) )) &&
/template/a_new_day/js/
Ddragdrop.js39 if(options.accept) options.accept = [options.accept].flatten();
72 ((!drop.accept) ||
74 function(v) { return drop.accept.include(v) } ) )) &&
/template/khum1/
DREADME.md32 Please consider that I'm not a real developper. I accept merge request, but probably I can't debug …
/template/strap/vendor/symfony/process/
H A DCHANGELOG.md87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php330 $this->accept(
417 protected function accept( function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
/template/twigstarter/vendor/twig/twig/
DCHANGELOG76 * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument
302 * fixed Environment::resolveTemplate to accept instances of TemplateWrapper
/template/slaad/
DCOPYING181 5. You are not required to accept this License, since you have not
184 prohibited by law if you do not accept this License. Therefore, by
/template/wallpaper/
DCOPYING180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by
/template/mikio/
H A DLICENSE.md172 **5.** You are not required to accept this License, since you have not signed
175 not accept this License. Therefore, by modifying or distributing the Program (or
/template/white/
DCOPYING180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by

123456