Home
last modified time | relevance | path

Searched refs:NAMED_TYPE (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php15 public const NAMED_TYPE = 1; define in Elastica\\Aggregation\\Filters
32 $type = null !== $name ? self::NAMED_TYPE : self::ANONYMOUS_TYPE;
/plugin/combo/ComboStrap/
H A DPermalinkTag.php17 public const NAMED_TYPE = "named"; define in ComboStrap\\PermalinkTag
87 case self::NAMED_TYPE:
148 return [PermalinkTag::NAMED_TYPE, PermalinkTag::GENERATED_TYPE];