Home
last modified time | relevance | path

Searched refs:contextPath (Results 1 – 25 of 41) sorted by relevance

12

/plugin/combo/ComboStrap/
H A DTemplateSlot.php44 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 DMarkupRenderer.php53 * @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 DFetcherAppPages.php62 $contextPath = $this->getSourcePath();
63 if ($contextPath->hasRevision()) {
68 $contextPath = WikiPath::createMarkupPathFromId($contextPath->getWikiId());
83 ->setRequestedContextPath($contextPath);
112 $markupPath = MarkupPath::createPageFromPathObject($contextPath);
H A DSlotSystem.php37 public static function sendContextPathMessage(MarkupPath $contextPath): void argument
40 $anchorLink = LinkMarkup::createFromPageIdOrPath($contextPath->getWikiId())
43 . $contextPath->getTitleOrDefault()
47 $anchorLink = $contextPath->getTitleOrDefault();
H A DQualityTag.php118 $contextPath = ExecutionContext::getActualOrCreateFromEnv()->getContextPath();
120 $contextPath = WikiPath::createMarkupPathFromId($pageId);
122 $message = QualityTag::createQualityReport($contextPath);
H A DFetcherMarkup.php165 …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 DFetcherMarkupBuilder.php148 * @param WikiPath $contextPath
151 public function setRequestedContextPath(WikiPath $contextPath): FetcherMarkupBuilder argument
153 $this->requestedContextPath = $contextPath;
H A DExecutionContext.php823 $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 DOutline.php511 * @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 DSiteConfig.php261 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/
Deach.js21 contextPath;
24 contextPath = property
25 appendContextPath(options.data.contextPath, options.ids[0]) + '.';
43 if (contextPath) {
44 data.contextPath = contextPath + field;
54 [contextPath + field, null]
Dwith.js25 data.contextPath = appendContextPath(
26 options.data.contextPath,
33 blockParams: blockParams([context], [data && data.contextPath])
Dblock-helper-missing.js25 data.contextPath = appendContextPath(
26 options.data.contextPath,
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/helpers/
Deach.js25 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])
Dwith.js29 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);
34 blockParams: _utils.blockParams([context], [data && data.contextPath])
Dblock-helper-missing.js29 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/helpers/
Deach.js21 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])
Dwith.js25 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.ids[0]);
30 blockParams: _utils.blockParams([context], [data && data.contextPath])
Dblock-helper-missing.js26 data.contextPath = _utils.appendContextPath(options.data.contextPath, options.name);
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dutils.js114 export function appendContextPath(contextPath, id) { argument
115 return (contextPath ? contextPath + '.' : '') + id;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dutils.js121 function appendContextPath(contextPath, id) { argument
122 return (contextPath ? contextPath + '.' : '') + id;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dutils.js122 function appendContextPath(contextPath, id) { argument
123 return (contextPath ? contextPath + '.' : '') + id;
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.amd.js148 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 …]
Dhandlebars.runtime.amd.min.js27contextPath=c.appendContextPath(d.data.contextPath,d.name),d={data:g}}return f(b,d)})}}),define("h…
Dhandlebars.runtime.js428 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 …]

12