Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSnippetSystem.php402 case Snippet::ALL_SCOPE:
404 if ($scope !== Snippet::ALL_SCOPE) {
417 return $this->toHtml(Snippet::ALL_SCOPE);
H A DSnippet.php74 const ALL_SCOPE = "all"; define in ComboStrap\\Snippet