| /plugin/combo/ComboStrap/ |
| H A D | TemplateSlot.php | 44 private WikiPath $contextPath; variable in ComboStrap\\TemplateSlot 52 public function __construct(string $elementId, WikiPath $contextPath) argument 59 $this->contextPath = $contextPath; 64 …public static function createFromElementId(string $elementId, WikiPath $contextPath = null): Templ… argument 67 if ($contextPath === null) { 68 $contextPath = ExecutionContext::getActualOrCreateFromEnv() 72 return new TemplateSlot($elementId, $contextPath); 156 return "Slot {$this->getElementId()} for {$this->contextPath}"; 168 $requestedPath = $this->contextPath; 210 $contextPath = $this->contextPath; [all …]
|
| H A D | MarkupRenderer.php | 53 * @param WikiPath|null $contextPath - the requested markup path - may be null (case of webcode) 56 …tion createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPath): MarkupRenderer argument 63 if ($contextPath != null) { 64 $markupRenderer->setRequestedContextPath($contextPath); 142 $contextPath = null; 144 $contextPath = $this->requestedContextPath; 147 …uctionsSource = MarkupRenderer::createFromMarkup($this->markupSource, $executingPath, $contextPath)
|
| H A D | FetcherAppPages.php | 62 $contextPath = $this->getSourcePath(); 63 if ($contextPath->hasRevision()) { 68 $contextPath = WikiPath::createMarkupPathFromId($contextPath->getWikiId()); 83 ->setRequestedContextPath($contextPath); 112 $markupPath = MarkupPath::createPageFromPathObject($contextPath);
|
| H A D | SlotSystem.php | 37 public static function sendContextPathMessage(MarkupPath $contextPath): void argument 40 $anchorLink = LinkMarkup::createFromPageIdOrPath($contextPath->getWikiId()) 43 . $contextPath->getTitleOrDefault() 47 $anchorLink = $contextPath->getTitleOrDefault();
|
| H A D | QualityTag.php | 118 $contextPath = ExecutionContext::getActualOrCreateFromEnv()->getContextPath(); 120 $contextPath = WikiPath::createMarkupPathFromId($pageId); 122 $message = QualityTag::createQualityReport($contextPath);
|
| H A D | FetcherMarkup.php | 165 …nction createXhtmlMarkupFetcherFromPath(Path $executingPath, WikiPath $contextPath = null): Fetche… argument 167 if ($contextPath === null) { 169 $contextPath = $executingPath->toWikiPath(); 174 … $contextPath = ExecutionContext::getActualOrCreateFromEnv()->getDefaultContextPath(); 179 ->setRequestedContextPath($contextPath) 222 $contextPath = $executionContext->getContextPath(); 224 ->setRequestedContextPath($contextPath);
|
| H A D | FetcherMarkupBuilder.php | 148 * @param WikiPath $contextPath 151 public function setRequestedContextPath(WikiPath $contextPath): FetcherMarkupBuilder argument 153 $this->requestedContextPath = $contextPath;
|
| H A D | ExecutionContext.php | 823 $contextPath = $markupHandler->getRequestedContextPath(); 824 $wikiId = $contextPath->getWikiId(); 895 * @param WikiPath $contextPath - a markup file context path used (not a namespace) 900 function setDefaultContextPath(WikiPath $contextPath): ExecutionContext argument 902 $this->getConfig()->setDefaultContextPath($contextPath);
|
| H A D | Outline.php | 511 * @param WikiPath $contextPath 514 …function createFromMarkup(string $content, MarkupPath $contentPath, WikiPath $contextPath): Outline argument 516 $instructions = MarkupRenderer::createFromMarkup($content, $contentPath, $contextPath) 913 $contextPath = $this->markupPath->getPathObject()->toWikiPath(); 915 ->setRequestedContextPath($contextPath)
|
| H A D | SiteConfig.php | 261 public function setDefaultContextPath(WikiPath $contextPath) argument 263 $this->defaultContextPath = $contextPath; 271 … throw new ExceptionRuntimeInternal("The path ($contextPath) should not be a namespace path");
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/helpers/ |
| D | each.js | 21 contextPath; 24 contextPath = property 25 appendContextPath(options.data.contextPath, options.ids[0]) + '.'; 43 if (contextPath) { 44 data.contextPath = contextPath + field; 54 [contextPath + field, null]
|
| D | with.js | 25 data.contextPath = appendContextPath( 26 options.data.contextPath, 33 blockParams: blockParams([context], [data && data.contextPath])
|
| D | block-helper-missing.js | 25 data.contextPath = appendContextPath( 26 options.data.contextPath,
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/helpers/ |
| D | each.js | 25 contextPath = undefined; 28 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.'; 46 if (contextPath) { 47 data.contextPath = contextPath + field; 53 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])
|
| D | with.js | 29 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]); 34 blockParams: _utils.blockParams([context], [data && data.contextPath])
|
| D | block-helper-missing.js | 29 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/helpers/ |
| D | each.js | 21 contextPath = undefined; 24 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.'; 42 if (contextPath) { 43 data.contextPath = contextPath + field; 49 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null])
|
| D | with.js | 25 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]); 30 blockParams: _utils.blockParams([context], [data && data.contextPath])
|
| D | block-helper-missing.js | 26 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/ |
| D | utils.js | 114 export function appendContextPath(contextPath, id) { argument 115 return (contextPath ? contextPath + '.' : '') + id;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/ |
| D | utils.js | 121 function appendContextPath(contextPath, id) { argument 122 return (contextPath ? contextPath + '.' : '') + id;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/ |
| D | utils.js | 122 function appendContextPath(contextPath, id) { argument 123 return (contextPath ? contextPath + '.' : '') + id;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/ |
| D | handlebars.runtime.amd.js | 148 function appendContextPath(contextPath, id) { argument 149 return (contextPath ? contextPath + '.' : '') + id; 244 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name); 275 contextPath = undefined; 278 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.'; 296 if (contextPath) { 297 data.contextPath = contextPath + field; 303 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null]) 484 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]); 489 blockParams: _utils.blockParams([context], [data && data.contextPath]) [all …]
|
| D | handlebars.runtime.amd.min.js | 27 …contextPath=c.appendContextPath(d.data.contextPath,d.name),d={data:g}}return f(b,d)})}}),define("h…
|
| D | handlebars.runtime.js | 428 function appendContextPath(contextPath, id) { 429 return (contextPath ? contextPath + '.' : '') + id; 626 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name); 672 contextPath = undefined; 675 contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]) + '.'; 693 if (contextPath) { 694 data.contextPath = contextPath + field; 700 blockParams: _utils.blockParams([context[field], field], [contextPath + field, null]) 1840 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]); 1845 blockParams: _utils.blockParams([context], [data && data.contextPath]) [all …]
|