Searched refs:hasOption (Results 1 – 8 of 8) sorted by relevance
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 97 $context = $this->hasOption($defaults, $opts, 'context'); 137 $nocookie = $context || $this->hasOption($defaults, $opts, 'nocookie'); 140 $noscroll = $this->hasOption($defaults, $opts, 'noscroll'); 142 $navbar = $this->hasOption($defaults, $opts, 'navbar'); 144 $nons = $this->hasOption($defaults, $opts, 'nons'); 146 $nopg = $this->hasOption($defaults, $opts, 'nopg'); 148 $notoc = $this->hasOption($defaults, $opts, 'notoc'); 150 $nomenu = $this->hasOption($defaults, $opts, 'nomenu'); 152 $tsort = $this->hasOption($defaults, $opts, 'tsort'); 153 $dsort = $this->hasOption($defaults, $opts, 'dsort'); [all …]
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Xpath.php | 130 $this->hasOption(self::OPTION_EXPLICIT_NAMESPACES) && 131 $this->hasOption(self::OPTION_DEFAULT_NAMESPACE) 182 public function hasOption($option): bool { function in PhpCss\\Ast\\Visitor\\Xpath 299 if ($this->hasOption(self::OPTION_USE_CONTEXT_DOCUMENT)) { 301 } elseif ($this->hasOption(self::OPTION_USE_CONTEXT_SELF_LIMIT)) { 303 } elseif ($this->hasOption(self::OPTION_USE_CONTEXT_SELF)) { 349 if ($this->hasOption(self::OPTION_LOWERCASE_ELEMENTS)) { 354 if ('' === $type->namespacePrefix && $this->hasOption(self::OPTION_EXPLICIT_NAMESPACES)) { 364 } elseif ($isEmptyPrefix && $this->hasOption(self::OPTION_DEFAULT_NAMESPACE)) { 393 $this->hasOption(self::OPTION_XML_ATTRIBUTES) ? 'xml:id' : 'id', [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Scroll.php | 194 if ($this->_search->hasOption(Search::OPTION_SCROLL)) { 198 if ($this->_search->hasOption(Search::OPTION_SCROLL_ID)) { 202 if ($this->_search->hasOption(Search::OPTION_SEARCH_IGNORE_UNAVAILABLE)) {
|
| D | Search.php | 221 public function hasOption(string $key): bool function in Elastica\\Search 233 if (!$this->hasOption($key)) {
|
| /plugin/swiftmail/ |
| D | Swift.php | 88 if ($this->hasOption(self::ENABLE_LOGGING) && !$log->isEnabled()) 98 if ($conn && !$this->hasOption(self::NO_START)) 181 public function hasOption($option) function in Swift 218 if (!$this->hasOption(self::NO_HANDSHAKE)) 264 if (!$this->hasOption(self::NO_POST_CONNECT)) $this->connection->postConnect($this);
|
| /plugin/combo/ComboStrap/ |
| H A D | Event.php | 81 if ($sqlite->hasOption("SQLITE_ENABLE_UPDATE_DELETE_LIMIT")) {
|
| H A D | Sqlite.php | 441 public function hasOption(string $option): bool function in ComboStrap\\Sqlite
|
| /plugin/ditaa/ditaa/ |
| D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |