Searched refs:slot (Results 1 – 8 of 8) sorted by relevance
42 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>`;
127 $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();
128 * @param string $slot133 function getSlotSnippetsFromJsonArray(array $array, string $slot): ?array argument138 ->addElement($slot);437 public function getSnippetsForSlot($slot): array argument441 function ($s) use ($slot) {442 return $s->hasSlot($slot);
164 foreach ($slots as $slot) {165 if ($slot === null) {172 ->setRequestedExecutingPath($slot)
615 foreach ($this->getSlots() as $slot) {617 $elementId = $slot->getElementId();619 $model["$elementId-html"] = $slot->getMarkupFetcher()->getFetchString();
502 public function hasSlot($slot): bool argument507 return key_exists($slot, $this->elements);
3 This file are used as default when a `slot`:4 * is created (see [slot template](../../action/slottemplate.php))
16 …paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}