| /template/strap/ComboStrap/ |
| H A D | ComboFs.php | 23 $markup = MarkupPath::createPageFromPathObject($path); 27 $databasePage->getDatabaseRowFromPage($markup); 29 $pageId = PageId::generateAndStorePageId($markup); 39 $markup = MarkupPath::createPageFromPathObject($path); 41 DatabasePageRow::getOrCreateFromPageObject($markup)
|
| H A D | FetcherMarkupWebcode.php | 37 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 D | MarkupRenderer.php | 51 * @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 D | Parser.php | 15 public static function parseMarkupToHandler($markup): Doku_Handler argument 37 $parser->parse($markup);
|
| H A D | FetcherSvg.php | 164 * @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 D | Lang.php | 101 public static function createForMarkup(MarkupPath $markup): Lang argument 104 $lang->setResource($markup);
|
| H A D | Outline.php | 100 …* @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 D | FetcherMarkup.php | 195 …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 D | TemplateForWebPage.php | 275 $markup = MarkupPath::createPageFromPathObject($path); 276 if ($markup->isSlot()) { 747 $markup = MarkupPath::createPageFromPathObject($wikiPath); 748 return Toc::createForPage($markup);
|
| H A D | CallStack.php | 176 static function createFromMarkup($markup): CallStack argument 179 $handler = \ComboStrap\Parser::parseMarkupToHandler($markup);
|
| /template/strap/action/ |
| H A D | pagesystemmutation.php | 167 $markup = MarkupPath::createMarkupFromId($id); 185 PageId::createForPage($markup) 188 ComboFs::createIfNotExists($markup); 198 ComboFs::delete($markup);
|
| /template/usable/blueprint/src/ |
| D | reset.css | 28 /* Tables still need 'cellspacing="0"' in the markup. */
|
| D | print.css | 7 Some additions you'll want to make, customized to your markup:
|
| D | grid.css | 197 /* Clearing floats without extra markup
|
| /template/quickjump/blueprint/src/ |
| D | reset.css | 28 /* Tables still need 'cellspacing="0"' in the markup. */
|
| D | print.css | 7 Some additions you'll want to make, customized to your markup:
|
| D | grid.css | 197 /* Clearing floats without extra markup
|
| /template/h6e-minimal/h6e-minimal/ |
| D | h6e-reset.css | 28 /* Tables still need 'cellspacing="0"' in the markup. */
|
| /template/writr2/css/ |
| D | reset.less | 45 table { /* tables still need 'cellspacing="0"' in the markup */
|
| /template/parabola/css/ |
| H A D | reset.css | 90 /* tables still need 'cellspacing="0"' in the markup */
|
| /template/writr/css/ |
| D | reset.less | 45 table { /* tables still need 'cellspacing="0"' in the markup */
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlDocument.php | 285 public static function createHtmlDocFromMarkup($markup): XmlDocument argument 287 return self::createXmlDocFromMarkup($markup, true);
|
| /template/fictive/css/ |
| D | reset.css | 66 /* tables still need 'cellspacing="0"' in the markup */
|
| /template/dokubootstrapsimplified/ |
| D | README.md | 50 …* 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/ |
| D | README | 270 correctly indented base markup (after core removal, for sure). This markup
|