Home
last modified time | relevance | path

Searched refs:markup (Results 1 – 25 of 39) sorted by relevance

12

/template/strap/ComboStrap/
H A DComboFs.php23 $markup = MarkupPath::createPageFromPathObject($path);
27 $databasePage->getDatabaseRowFromPage($markup);
29 $pageId = PageId::generateAndStorePageId($markup);
39 $markup = MarkupPath::createPageFromPathObject($path);
41 DatabasePageRow::getOrCreateFromPageObject($markup)
H A DFetcherMarkupWebcode.php37 public static function createFetcherMarkup(string $markup): FetcherMarkupWebcode argument
40 ->setRequestedMarkup($markup);
70 $markup = $tagAttributes->getValueAndRemove($markupProperty);
71 if ($markup === null) {
74 $this->setRequestedMarkup($markup);
151 public function setRequestedMarkup(string $markup): FetcherMarkupWebcode argument
153 $this->requestedMarkup = $markup;
H A DMarkupRenderer.php51 * @param string $markup
56 …public static function createFromMarkup(string $markup, ?Path $executingPath, ?WikiPath $contextPa… argument
59 ->setMarkup($markup);
70 private function setMarkup(string $markup): MarkupRenderer argument
72 $this->markupSource = $markup;
H A DParser.php15 public static function parseMarkupToHandler($markup): Doku_Handler argument
37 $parser->parse($markup);
H A DFetcherSvg.php164 * @param string $markup - the svg as a string
169 public static function createSvgFromMarkup(string $markup, string $name): FetcherSvg argument
171 return self::createSvgEmpty()->setMarkup($markup, $name);
810 * @param string $markup - the svg as a string
814 private function setMarkup(string $markup, string $name): FetcherSvg argument
817 $this->buildXmlDocumentIfNeeded($markup);
1681 private function buildXmlDocumentIfNeeded(string $markup = null): FetcherSvg argument
1695 if ($markup !== null) {
1696 $this->xmlDocument = XmlDocument::createXmlDocFromMarkup($markup);
1714 $markup = FileSystems::getContent($path);
[all …]
H A DLang.php101 public static function createForMarkup(MarkupPath $markup): Lang argument
104 $lang->setResource($markup);
H A DOutline.php100 …* @param MarkupPath|null $markup - needed to store the parsed toc, h1, ... (null if the markup is …
104 …public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = fa… argument
106 if ($markup !== null) {
107 $this->markupPath = $markup;
636 $markup = FileSystems::getContent($path);
637 $instructions = MarkupRenderer::createFromMarkup($markup, $path, $path)
H A DFetcherMarkup.php195 …public static function createStandaloneExecutionFromStringMarkupToXhtml(string $markup): FetcherMa… argument
198 ->setRequestedMarkupString($markup)
1369 $markup = $this->getMarkupStringToExecute();
1373 …$markupRenderer = MarkupRenderer::createFromMarkup($markup, $this->getExecutingPathOrNull(), $this…
H A DTemplateForWebPage.php275 $markup = MarkupPath::createPageFromPathObject($path);
276 if ($markup->isSlot()) {
747 $markup = MarkupPath::createPageFromPathObject($wikiPath);
748 return Toc::createForPage($markup);
H A DCallStack.php176 static function createFromMarkup($markup): CallStack argument
179 $handler = \ComboStrap\Parser::parseMarkupToHandler($markup);
/template/strap/action/
H A Dpagesystemmutation.php167 $markup = MarkupPath::createMarkupFromId($id);
185 PageId::createForPage($markup)
188 ComboFs::createIfNotExists($markup);
198 ComboFs::delete($markup);
/template/usable/blueprint/src/
Dreset.css28 /* Tables still need 'cellspacing="0"' in the markup. */
Dprint.css7 Some additions you'll want to make, customized to your markup:
Dgrid.css197 /* Clearing floats without extra markup
/template/quickjump/blueprint/src/
Dreset.css28 /* Tables still need 'cellspacing="0"' in the markup. */
Dprint.css7 Some additions you'll want to make, customized to your markup:
Dgrid.css197 /* Clearing floats without extra markup
/template/h6e-minimal/h6e-minimal/
Dh6e-reset.css28 /* Tables still need 'cellspacing="0"' in the markup. */
/template/writr2/css/
Dreset.less45 table { /* tables still need 'cellspacing="0"' in the markup */
/template/parabola/css/
H A Dreset.css90 /* tables still need 'cellspacing="0"' in the markup */
/template/writr/css/
Dreset.less45 table { /* tables still need 'cellspacing="0"' in the markup */
/template/strap/ComboStrap/Xml/
H A DXmlDocument.php285 public static function createHtmlDocFromMarkup($markup): XmlDocument argument
287 return self::createXmlDocFromMarkup($markup, true);
/template/fictive/css/
Dreset.css66 /* tables still need 'cellspacing="0"' in the markup */
/template/dokubootstrapsimplified/
DREADME.md50 …* modifications.js: Contains all javascript additions, including some client-side fixing of markup
61 …full look at js/modifications.js; it contains some client side fixing of markup, which could be do…
/template/vector/
DREADME270 correctly indented base markup (after core removal, for sure). This markup

12