| /plugin/combo/resources/snippet/js/ |
| H A D | cache.js | 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>`;
|
| /plugin/combo/action/ |
| H A D | cacheexpiration.php | 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();
|
| /plugin/tplmod/ |
| D | action.php | 209 $slot = $nday; 211 else $slot = 0; 212 list($logo,$width) = preg_split("/\s+/", trim($logos[$slot])); 245 $slot = $nday; 247 else $slot = 0; 248 $JSINFO['tmplft_title'] = trim($names[$slot]); 280 $slot = $nday; 282 else $slot = 0; 283 $JSINFO['tmplft_tag'] = trim($tags[$slot]);
|
| /plugin/combo/ComboStrap/ |
| H A D | SnippetSystem.php | 128 * @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 D | MarkupCacheDependencies.php | 164 foreach ($slots as $slot) { 165 if ($slot === null) { 172 ->setRequestedExecutingPath($slot)
|
| H A D | TemplateForWebPage.php | 615 foreach ($this->getSlots() as $slot) { 617 $elementId = $slot->getElementId(); 619 $model["$elementId-html"] = $slot->getMarkupFetcher()->getFetchString();
|
| H A D | Snippet.php | 502 public function hasSlot($slot): bool argument 507 return key_exists($slot, $this->elements);
|
| /plugin/combo/resources/slot/ |
| H A D | README.md | 3 This file are used as default when a `slot`: 4 * is created (see [slot template](../../action/slottemplate.php))
|
| /plugin/dwcommits/ |
| D | helper.php | 98 $slot = 'url'.$count; 100 $inf[$slot] = $remote_url; 107 if($inf[$slot]) return $inf[$slot]; 127 $slot = 'url'.$count; 128 if($inf[$slot]) { 129 $this->remote_url = $inf[$slot]; 132 return $this->remote_url . " slot=$slot";
|
| /plugin/dirtylittlehelper/mermaid/editor/src/components/ |
| D | Tag.svelte | 21 <slot />
|
| D | Card.svelte | 34 <slot />
|
| /plugin/combo/resources/theme/default/pages/templates/ |
| H A D | landing.hbs | 16 …paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | mp3.js | 6248 MP3Synth.dct32 = function (_in, slot, lo, hi) { 6359 /* 0 */ hi[15][slot] = t113 + t114; 6360 /* 16 */ lo[ 0][slot] = ((t113 - t114) * (costab16)); 6367 /* 1 */ hi[14][slot] = t32; 6374 /* 2 */ hi[13][slot] = t58; 6383 /* 3 */ hi[12][slot] = t49; 6390 /* 4 */ hi[11][slot] = t93; 6399 /* 5 */ hi[10][slot] = t68; 6408 /* 6 */ hi[ 9][slot] = t82; 6419 /* 7 */ hi[ 8][slot] = t77; [all …]
|
| /plugin/minecraftrecipe/ |
| D | syntax.php | 56 foreach($slots as $slot) { 57 $items = array_map('trim', explode(',', $slot));
|
| D | style.css | 47 width: 42px; /* Slightly larger for output slot */ 150 top: 41px; /* 36px (output position) + (42px - 26px)/2 to center with output slot */
|
| /plugin/calendar/ |
| H A D | calendar-main.js | 438 let slot = 0; 450 if (assigned.slot === slot) { 459 if (!slotFree) slot++; 461 eventSlots[eid] = slot; 470 slotAssignments[resKey].push({ id: eid, slot: slot }); property 496 let slot = 0; 498 const taken = (slotAssignments[dateKey] || []).some(a => a.slot === slot); 500 slot++; 502 eventSlots[eid] = slot; 504 slotAssignments[dateKey].push({ id: eid, slot: slot }); property [all …]
|
| H A D | PROJECT_HISTORY.md | 247 - Stable slot assignment algorithm: multi-day events reserve a consistent vertical row across all d… 249 - Invisible spacer elements maintain alignment on days where a slot is occupied by a spanning event… 250 - Removed CSS `order: -1` on `.event-bar-no-time` which was overriding the slot-based DOM order 261 …p parser — renders `{{calendar}}`, `{{eventlist}}`, `{{eventpanel}}` with slot-based bar alignment… 265 | `calendar-main.js` | Client-side calendar rendering, slot-based multi-day bar alignment, event di…
|
| H A D | syntax.php | 333 $slot = 0; 343 if ($assigned['slot'] === $slot) { 352 if (!$found) $slot++; 354 $eventSlots[$eid] = $slot; 362 $slotAssignments[$resKey][] = array('id' => $eid, 'slot' => $slot); 388 $slot = 0; 393 if ($a['slot'] === $slot) { $taken = true; break; } 397 $slot++; 399 $eventSlots[$eid] = $slot; 401 $slotAssignments[$dk][] = array('id' => $eid, 'slot' => $slot);
|
| H A D | README.md | 162 The alignment uses a stable slot assignment algorithm that runs in both PHP (initial page load) and…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 47.47.js.map | 1 … '@references',\n '@seealso',\n '@setClass',\n '@slot',\n '@source…
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.less | 729 /* TimeGrid axis running down the side (for both the all-day area and the slot area) 943 /* TimeGrid axis running down the side (for both the all-day area and the slot area)
|
| /plugin/codemirror/dist/modes/ |
| D | dylan.min.js.map | 1 …, \"in\",\n \"instance\", \"let\", \"local\", \"otherwise\", \"slot\",\n \"s…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | api.rst | 544 blackfire --slot=7 upload /path/to/profile.prof
|
| /plugin/passpolicy/ |
| D | words.txt | 3274 slot
|
| /plugin/vkeyboard/ |
| D | vkeyboard.js.unc | 155 // - If the second slot of a sub-array matches one of the following 169 // The first slot of this sub-array will be the text to display
|