Home
last modified time | relevance | path

Searched refs:snippets (Results 26 – 50 of 66) sorted by path

123

/plugin/codehighlight/cp/languages/
H A Dsql.js15 Language.snippets = [
H A Dtext.js7 Language.snippets = []
H A Dvbscript.js63 Language.snippets = [
H A Dxsl.js43 Language.snippets = [
/plugin/codeprettify/
H A DREADME.md4 syntax highlighting of source code snippets in wiki page, using [Javascript code prettifier](https:…
29 …ript module and CSS file that allows syntax highlighting of source code snippets in an html page. …
H A Dplugin.info.txt6 desc syntax highlighting of source code snippets in wiki page using Javascript code prettifier
/plugin/codeprettify/code-prettify/
H A DREADME.md5 An embeddable script that makes source-code snippets in HTML prettier.
34 Put code snippets in `<pre class="prettyprint">...</pre>` or
142 snippets.
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css52 /* Put a border around prettyprinted code snippets. */
/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 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 DFetcherRailBar.php166 $snippets = $snippetManager->toHtmlForAllSnippets();
175 $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;
304 * but still used to store the snippets
329 * This snippets are not due to the markup
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...]
/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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1snippets suggestions with other suggestions.\"),\n nls.localize('snippetSuggestions.non…
/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/editions/
H A Dstyle.css2 /* don't cut off the snippets */
/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/fckg/
H A DChanges108 Created an IE CSS hack for geshi snippets in IE8+ and HTML5
/plugin/flattr/
H A DREADME4 http://foosel.org/snippets/dokuwiki/flattr
H A Dplugin.info.txt7 url http://foosel.org/snippets/dokuwiki/flattr
/plugin/geonav/tpl/startermap/
H A Dstyle.ini67 ; highlighted text (e.g. search snippets)
/plugin/html2pdf/snorriheim/
H A Dstyle.ini50 ; highlighting search snippets

123