Home
last modified time | relevance | path

Searched refs:getSnippets (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/ComboStrap/
H A DSnippetSystem.php94 return Snippet::getSnippets();
102 $snippets = Snippet::getSnippets();
198 foreach ($this->getSnippets() as $snippet) {
363 function getSnippets(): array function in ComboStrap\\SnippetSystem
365 return Snippet::getSnippets();
371 $snippets = Snippet::getSnippets();
439 $snippets = Snippet::getSnippets();
H A DFetcherMarkup.php435 $snippets = $this->getSnippets();
867 $snippets = $this->getSnippets();
885 public function getSnippets(): array function in ComboStrap\\FetcherMarkup
H A DBootstrap.php342 public function getSnippets(): array function in ComboStrap\\Bootstrap
H A DSnippet.php223 public static function getSnippets(): array function in ComboStrap\\Snippet
/plugin/combo/action/
H A Dsnippets.php114 $snippets = $snippetSystem->getSnippets();
214 $snippets = $snippetManager->getSnippets();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowV2beta1ArticleAnswer.php82 public function getSnippets() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1ArticleAnswer
DGoogleCloudDialogflowV2ArticleAnswer.php100 public function getSnippets() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2ArticleAnswer
/plugin/dokullm/
H A DLlmClient.php401 … $toolResponse['content'] = '<examples>\n' . $this->getSnippets($count) . '\n</examples>';
610 …$variables[$placeholder] = $this->chromaClient !== null ? $this->getSnippets(10) : '( no examples …
828 private function getSnippets($count = 10) function in dokuwiki\\plugin\\dokullm\\LlmClient