Lines Matching refs:snippets
27 * * manage the dependencies (snippets, cache)
209 * Why ? Because the snippets advertised during this run, need to be stored
435 $snippets = $this->getSnippets();
436 $jsonDecodeSnippets = SnippetSystem::toJsonArrayFromSlotSnippets($snippets);
457 * This functon loads the snippets in the global array
494 * @return CacheParser - the cache where the snippets are stored
633 * Storage of snippets or dependencies
653 * the cache of the HTML page may be stored but not the cache of the snippets
654 * leading to a bad page because the next rendering will see then no snippets.
867 $snippets = $this->getSnippets();
869 foreach ($snippets as $snippet) {
888 $snippets = $this->localSnippets;
891 * Old ways where snippets were added to the global scope
898 * the code may had snippets without any id
905 return $snippets;
908 return $snippets;
913 return array_merge($oldWaySnippets, $snippets);
932 * Store the snippets there
963 * * of the {@link self::getSnippets() snippets}