Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/template/strap/ComboStrap/
H A DSnippetSystem.php67 * @param Snippet[] $snippets
70 public static function toHtmlFromSnippetArray(array $snippets): string argument
73 foreach ($snippets as $snippet) {
102 $snippets = Snippet::getSnippets();
104 foreach ($snippets as $snippet) {
135 $snippets = null;
137 $snippets[] = Snippet::createFromJson($element)
140 return $snippets;
197 $snippets = [];
201 $snippets[] = $snippet;
[all …]
H A DBootstrap.php236 $snippets = [];
238 $snippets[] = $this->getJquerySnippet();
244 $snippets[] = $this->getPopperSnippet();
249 $snippets[] = $this->getBootstrapJsSnippet();
253 return $snippets;
345 $snippets = [];
347 $snippets[] = $this->getCssSnippet();
355 return array_merge($snippets, $this->getJsSnippets());
H A DFetcherMarkup.php435 $snippets = $this->getSnippets();
436 $jsonDecodeSnippets = SnippetSystem::toJsonArrayFromSlotSnippets($snippets);
867 $snippets = $this->getSnippets();
869 foreach ($snippets as $snippet) {
888 $snippets = $this->localSnippets;
905 return $snippets;
908 return $snippets;
913 return array_merge($oldWaySnippets, $snippets);
H A DSnippet.php272 $snippets = &$executionContext->getRuntimeObject(self::CANONICAL);
274 $snippets = [];
275 $executionContext->setRuntimeObject(self::CANONICAL, $snippets);
278 $snippet = &$snippets[$snippetGuid];
290 $snippets[$snippetGuid] = $snippet;
H A DFetcherRailBar.php166 $snippets = $snippetManager->toHtmlForAllSnippets();
175 $snippets
/template/strap/action/
H A Dsnippets.php114 $snippets = $snippetSystem->getSnippets();
115 foreach ($snippets as $snippet) {
214 $snippets = $snippetManager->getSnippets();
215 if (sizeof($snippets) > 0) {
/template/mikio/
H A D.gitignore56 # !.vscode/*.code-snippets
70 .vscode/*.code-snippets
/template/kajukkk/
Dstyle.ini36 ; highlighted text (e.g. search snippets)
/template/wikimagination/
Dstyle.ini39 ; highlighting search snippets
/template/mindthedark/
Dstyle.ini74 ; highlighted text (e.g. search snippets)
117 ; highlighted text (e.g. search snippets)
/template/headstrong/
Dstyle.ini50 ; highlighting search snippets
/template/r7throot1/
Dstyle_blue.ini48 ; highlighting search snippets
Dstyle.ini52 ; highlighting search snippets
/template/h6e-minimal/
Dstyle.ini48 ; highlighting search snippets
/template/a_new_day/
Dstyle_plain.ini49 ; highlighting search snippets
86 ; the background and border for code and file snippets (see wiki:syntax)
/template/battlehorse/
Dstyle_plain.ini49 ; highlighting search snippets
86 ; the background and border for code and file snippets (see wiki:syntax)
/template/dokukitv2/
Dstyle.ini43 ; highlighting search snippets
/template/sxs/
Dstyle.ini48 ; highlighting search snippets
/template/writers/css/
D_search.css50 /* ellipsis separating snippets */
/template/r7throot6/
Dstyle.ini50 ; highlighting search snippets
/template/r7throot8/
Dstyle.ini53 ; highlighting search snippets
/template/apricot/css/
D_search.css50 /* ellipsis separating snippets */
/template/r7throot7/
Dstyle.ini53 ; highlighting search snippets
/template/wallpaper/
Dstyle.ini47 ; highlighting search snippets
/template/gtopia/
Dstyle.ini43 ; highlighting search snippets

12345678910>>...12