Home
last modified time | relevance | path

Searched refs:allowedMethods (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php27 protected $allowedMethods; variable in Twig\\Sandbox\\SecurityPolicy
31 …onstruct(array $allowedTags = [], array $allowedFilters = [], array $allowedMethods = [], array $a… argument
35 $this->setAllowedMethods($allowedMethods);
52 $this->allowedMethods = [];
54 $this->allowedMethods[$class] = array_map('strtolower', \is_array($m) ? $m : [$m]);
97 foreach ($this->allowedMethods as $class => $methods) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php63 $allowedMethods = [static::METHOD_GET, static::METHOD_POST];
64 if (!in_array($custom_method, $allowedMethods, true)) {
69 implode(', ', $allowedMethods)
/plugin/tagfilter/script/select2/
H A Dselect2.js3260 allowedMethods = ["val", "destroy", "opened", "open", "close", "focus", "isFocused", "container", "dropdown", "onSortStart", "onSortEnd", "enable", "disable", "readonly", "positionDropdown", "data", "search"],
3281 if (indexOf(args[0], allowedMethods) < 0) {