Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/dokuprism/
H A DREADME.md2 Syntax highlighting of source code snippets in [DokuWiki](https://www.dokuwiki.org/) page using [PRISM](https://prismjs.com/) engine
H A Dplugin.info.txt6 desc Syntax highlighting of source code snippets in DokuWiki page using PRISM engine
/plugin/combo/ComboStrap/
H A DBootstrap.php228 * @return Snippet[] the js snippets in order
236 $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 DFetcherRailBar.php166 $snippets = $snippetManager->toHtmlForAllSnippets();
175 $snippets
H A DSnippetSystem.php28 * * `ForSlot` are snippets for a bar (ie page, sidebar, ...) - cached
29 * * `ForRequests` are snippets added for the HTTP request - not cached. Example of request component: message, anchor
66 * @param Snippet[] $snippets
69 public static function toHtmlFromSnippetArray(array $snippets): string argument
72 foreach ($snippets as $snippet) {
87 * Returns all snippets (request and slot scoped)
97 * @return Snippet[] - the slot snippets (not the request snippet)
101 $snippets = Snippet::getSnippets();
103 foreach ($snippets as $snippet) {
134 $snippets
[all...]
H A DFetcherMarkup.php27 * * 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
[all...]
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;
304 * but still used to store the snippets
329 * This snippets are not due to the markup
/plugin/combo/action/
H A Dsnippets.php30 const CANONICAL = "snippets";
44 * To add the snippets in the header
49 * To add the snippets in the content
69 * Add the snippets in the head
81 * the snippets should be added into the content
89 * For each processed slot in the execution, retrieve the snippets
114 $snippets = $snippetSystem->getSnippets();
115 foreach ($snippets as $snippet) {
139 * This function store the snippets in the HTML content when needed
214 $snippets
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md188 **NOTE:** Above snippets are not intended to be a working example by simply copy-pasting. See [example.php](example.php) for a working example.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc17 This section contains code snippets to show you how to connect to various {es}
/plugin/snippets/
H A DREADME2 http://dokuwiki.org/plugin:snippets
7 This version of the snippets plugin enables user to choose have files with embedded snippets automa…
H A Daction.php190 $snippets = $snip_data['doc'][$page_id];
193 $intersect = array_intersect($snippets,$matches[1]);
203 foreach($snippets as $snip) {
H A Dhelper.php134 $snippets = $snip_data['doc'][$page_id];
137 foreach ($snippets as $snip) {
H A Dplugin.info.txt2 base snippets
8 url http://www.dokuwiki.org/plugin:snippets
H A Dscript.js7 snippets = { class
34 snippets.keepopen = true;
37 snippets.togglekeepopen(this); }
59 snippets.update = true;
62 snippets.toggleupdate(this); }
180 snippets.keepopen = true;
183 snippets.keepopen = false;
190 snippets.update = true;
193 snippets.update = false;
225 if(!snippets.keepopen) {
[all …]
/plugin/snippets/exe/
H A Dsnippets.php26 $snippets =& plugin_load('syntax', 'snippets'); variable
33 <title><?php print $snippets->getLang('popup_title') . ' [' . $conf['title'] . ']' ?></title>
H A Dupdate.php37 $snippets = $snip_data['doc'][$id]; variable
38 foreach($snippets as $snip) {
54 $snippets = array_keys($data['snippets']);
58 $intersect = array_intersect($matches[1],$snippets);
/plugin/snippets/lang/en/
H A Dinfo.txt2 It compares the snippets found in the page files against the snippets logged in their metafiles, an…
4 - pages which have snippets and which snippets
5 - snippets and the pages they are embedded in
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1218 * [#10480](https://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting.…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1ArticleAnswer.php34 public $snippets; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1ArticleAnswer
75 public function setSnippets($snippets) argument
77 $this->snippets = $snippets;
84 return $this->snippets;
H A DGoogleCloudDialogflowV2ArticleAnswer.php38 public $snippets; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2ArticleAnswer
93 public function setSnippets($snippets) argument
95 $this->snippets = $snippets;
102 return $this->snippets;
/plugin/xcom/lang/en/
H A Dhowto.txt54 …>search]] and returns a page of snippets from pages with the matching texts; clicking on the page …
/plugin/bloglinks/
H A DREADME4 http://foosel.net/snippets/dokuwiki/bloglinks
H A Dplugin.info.txt
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1snippets suggestions with other suggestions.\"),\n nls.localize('snippetSuggestions.non…

123