Home
last modified time | relevance | path

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

/template/strap/resources/snippet/js/
H A Dcache.js42 for (let slot in cachePageJson) {
43 if (!cachePageJson.hasOwnProperty(slot)) {
47 let formatResults = cachePageJson[slot];
49 let slotUrl = combo.DokuUrl.createEdit(slot).toString()
50 … let slotLabel = `<a href="${slotUrl}" title="Edit the slot ${slot}">${slot}</a>`;
/template/strap/action/
H A Dcacheexpiration.php127 $slot = MarkupPath::createPageFromAbsoluteId($slotPath);
134 $cacheExpirationDateMeta = CacheExpirationDate::createForPage($slot);
136 $cacheExpirationFrequency = CacheExpirationFrequency::createForPage($slot)
160 $outputDocument = $slot->getInstructionsDocument();
165 $fetcher = $slot->createHtmlFetcherWithItselfAsContextPath();
174 $fetcher2 = $slot->createHtmlFetcherWithItselfAsContextPath();
/template/strap/ComboStrap/
H A DSnippetSystem.php128 * @param string $slot
133 function getSlotSnippetsFromJsonArray(array $array, string $slot): ?array argument
138 ->addElement($slot);
437 public function getSnippetsForSlot($slot): array argument
441 function ($s) use ($slot) {
442 return $s->hasSlot($slot);
H A DMarkupCacheDependencies.php164 foreach ($slots as $slot) {
165 if ($slot === null) {
172 ->setRequestedExecutingPath($slot)
H A DTemplateForWebPage.php615 foreach ($this->getSlots() as $slot) {
617 $elementId = $slot->getElementId();
619 $model["$elementId-html"] = $slot->getMarkupFetcher()->getFetchString();
H A DSnippet.php502 public function hasSlot($slot): bool argument
507 return key_exists($slot, $this->elements);
/template/strap/resources/slot/
H A DREADME.md3 This file are used as default when a `slot`:
4 * is created (see [slot template](../../action/slottemplate.php))
/template/strap/resources/theme/default/pages/templates/
H A Dlanding.hbs16 …paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}