| /template/strap/ComboStrap/ |
| H A D | StringUtility.php | 108 public static function addEolCharacterIfNotPresent(&$doc) argument 110 $strlen = strlen($doc); 114 if ($doc[$strlen - 1] != DOKU_LF) { 115 $doc .= DOKU_LF; 125 public static function rtrim(&$doc, $string) argument 131 $doc = trim($doc); 133 $length = strlen($doc) - strlen($string); 134 if (substr($doc, $length) === $string) { 135 $doc = substr($doc, 0, $length); 146 public static function ltrim(&$doc, $string) argument [all …]
|
| H A D | XmlTagProcessing.php | 49 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes); 52 $renderer->doc .= ButtonTag::renderExitXhtml($data); 58 $renderer->doc .= BarTag::renderExitXhtml($data); 61 $renderer->doc .= CarrouselTag::renderExitXhtml(); 68 $renderer->doc .= ContainerTag::renderExitXhtml(); 71 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes); 81 $renderer->doc .= DropDownTag::renderExitXhtml(); 93 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context); 96 $renderer->doc .= NoteTag::renderClosingInlineNote(); 99 $renderer->doc .= JumbotronTag::renderExitHtml(); [all …]
|
| /template/strap/renderer/ |
| H A D | xml.php | 48 $this->doc .= "<h$level>$text</h$level>"; 58 $this->doc .= ""; 63 $this->doc .= ""; 69 $this->doc .= '<?xml version="1.0" encoding="UTF-8" standalone="no" ?>'; 70 $this->doc .= "<document>"; 82 $this->doc .= "</document>"; 110 $this->doc .= '<mark>'; 116 $this->doc .= '</mark>';
|
| H A D | renderer.php | 120 'content' => $this->doc, 124 $this->doc = ''; 156 …sNodeLevel, 'position' => $this->previousNodePosition, 'content' => $this->doc, 'text' => $this->p… 159 $this->doc = ''; 174 …$this->doc .= "<p>Section " . $sectionNumber . ": (" . $sectionLineCount . "|" . $currentLineCount… 176 $this->doc .= $sectionContent;
|
| /template/strap/ComboStrap/Tag/ |
| H A D | TableTag.php | 59 $doc = $renderer->doc; 61 $renderer->doc = $doc; 68 $renderer->doc .= TagAttributes::createEmpty(self::TAG_CONTAINER) 71 $renderer->doc .= TagAttributes::createEmpty(self::TAG)
|
| /template/strap/syntax/ |
| H A D | label.php | 193 … $renderer->doc .= "<div class=\"card-header\" id=\"$headingId\">" . DOKU_LF; 194 $renderer->doc .= "<h2 class=\"mb-0\">"; 197 …$renderer->doc .= "<button class=\"btn btn-link btn-block text-left $collapsedClass\" type=\"butto… 201 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes); 205 … $renderer->doc .= "<ul style=\"list-style-type: none;padding-inline-start: 0;\">"; 206 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes); 215 $renderer->doc .= PluginUtility::renderUnmatched($data); 231 $renderer->doc .= "</button></h2></div>"; 233 …$renderer->doc .= "<div id=\"$collapseId\" class=\"collapse $showClass\" aria-labelledby=\"$headin… 234 $renderer->doc .= "<div class=\"card-body\">" . DOKU_LF; [all …]
|
| H A D | navbarcollapse.php | 189 …$renderer->doc .= "<button class=\"navbar-toggler\" type=\"button\" data{$dataNamespace}-toggle=\"… 191 $renderer->doc .= ' style="order:' . $attributes["order"] . '"'; 194 $renderer->doc .= '>' . DOKU_LF; 195 $renderer->doc .= '<span class="navbar-toggler-icon"></span>' . DOKU_LF; 196 $renderer->doc .= '</button>' . DOKU_LF; 205 …$renderer->doc .= '<div id="' . $idElementToCollapse . '" ' . PluginUtility::array2HTMLAttributesA… 211 … $renderer->doc .= NavBarUtility::text(PluginUtility::renderUnmatched($data)); 217 $renderer->doc .= '</div>' . DOKU_LF;
|
| H A D | unit.php | 168 $renderer->doc .= '<div class="webcomponent_' . self::getTag() . '"'; 172 $renderer->doc .= ' style="display:' . $attributes['display'] . '" '; 174 $renderer->doc .= '>'; 178 $renderer->doc .= PluginUtility::renderUnmatched($data); 182 $renderer->doc .= '</div>';
|
| H A D | highlightmd.php | 138 …$renderer->doc .= syntax_plugin_combo_highlightwiki::getOpenTagHighlight(self::TAG) . $data[Plugin… 141 $renderer->doc .= PluginUtility::renderUnmatched($data); 144 $renderer->doc .= "</mark>"; 156 $renderer->doc .= $data[PluginUtility::PAYLOAD]; 159 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | header.php | 129 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div"); 132 $renderer->doc .= $tagAttributes 140 $renderer->doc .= PluginUtility::renderUnmatched($data); 148 $renderer->doc .= "</div>"; 151 $renderer->doc .= "</header>";
|
| H A D | strong.php | 145 $renderer->doc .= $data[PluginUtility::PAYLOAD] . "<strong>"; 148 $renderer->doc .= PluginUtility::renderUnmatched($data); 151 $renderer->doc .= "</strong>"; 166 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | iterator.php | 343 $renderer->doc .= PluginUtility::renderUnmatched($data); 353 … $renderer->doc .= "A data node could not be found as a child of the iterator."; 357 $renderer->doc .= "The data node definition needs a logical sql content"; 367 $renderer->doc .= "The iterator component needs Sqlite to be able to work"; 386 …$renderer->doc .= "The page sql is not valid. Error Message: {$e->getMessage()}. Page Sql: ($pageS… 427 … $renderer->doc .= "The sql statement generated returns an error. Sql statement: $executableSql"; 453 $renderer->doc .= "Error during Sql Execution. Error: {$e->getMessage()}"; 474 $renderer->doc .= "No template was found in this iterator."; 608 $renderer->doc .= $renderDoc;
|
| H A D | highlightwiki.php | 176 $renderer->doc .= self::getOpenTagHighlight(self::TAG); 179 $renderer->doc .= PluginUtility::renderUnmatched($data); 183 $renderer->doc .= "</$htmlTag>"; 196 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | headingwiki.php | 195 $renderer->doc .= PluginUtility::renderUnmatched($data); 200 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context); 226 $renderer->doc .= "<h$level>"; 229 $renderer->doc .= PluginUtility::renderUnmatchedXml($data); 233 $renderer->doc .= "</h$level>";
|
| H A D | link.php | 469 $renderer->doc .= LogUtility::wrapInRedForHtml($message); 492 … $renderer->doc .= $markupAttributes->toHtmlEnterTag("a") . $e->getMessage(); 539 $renderer->doc .= $htmlPrefix . $tagAttributes->toHtmlEnterTag("a"); 542 $renderer->doc .= PluginUtility::renderUnmatched($data); 548 $renderer->doc .= $data[PluginUtility::PAYLOAD] ?? ''; 551 $renderer->doc .= "</a>"; 557 $renderer->doc .= '</div>'; 560 $renderer->doc .= '</li>'; 602 … $renderer->doc = substr($renderer->doc, 0, -strlen($descriptionToDelete)); 629 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | backgrounds.php | 149 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div"); 152 $renderer->doc .= "</div>"; 158 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | fragment.php | 214 $renderer->doc .= PluginUtility::renderUnmatched($data); 219 … $renderer->doc .= LogUtility::wrapInRedForHtml("Template instructions should not be null"); 225 … $renderer->doc .= MarkupRenderUtility::renderInstructionsToXhtml($templateStack, $metadata); 227 …$renderer->doc .= LogUtility::wrapInRedForHtml("Error while rendering the instruction. Error: {$e-…
|
| H A D | tabpanels.php | 171 $renderer->doc .= TabsTag::openTabPanelsElement($attributes); 174 $renderer->doc .= TabsTag::closeTabPanelsElement($attributes); 177 $renderer->doc .= PluginUtility::renderUnmatched($data);
|
| H A D | cite.php | 139 $renderer->doc .= $tagAttributes->toHtmlEnterTag("cite"); 144 $renderer->doc .= PluginUtility::renderUnmatched($data); 149 $renderer->doc .= '</cite>';
|
| H A D | tab.php | 167 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes); 170 $renderer->doc .= PluginUtility::renderUnmatched($data); 173 $renderer->doc .= TabsTag::closeNavigationalTabElement();
|
| H A D | itext.php | 135 $renderer->doc .= $toHtmlEnterTag; 138 $renderer->doc .= PluginUtility::renderUnmatched($data); 141 $renderer->doc .= "</span>";
|
| H A D | footer.php | 174 $renderer->doc .= $tagAttributes->toHtmlEnterTag("footer"); 179 $renderer->doc .= PluginUtility::renderUnmatched($data); 184 $renderer->doc .= '</footer>' . DOKU_LF;
|
| /template/ospyramid/js/libs/ |
| D | respond.js | 21 var doc = win.document, 22 docElem = doc.documentElement, 28 head = doc.getElementsByTagName( "head" )[0] || docElem, 136 currWidth = doc.compatMode === "CSS1Compat" && docElemProp || doc.body[ name ] || docElemProp, 138 dFrag = doc.createDocumentFragment(), 173 var ss = doc.createElement( "style" ), 183 ss.appendChild( doc.createTextNode( css ) ); 259 doc = document, 260 docElem = doc.documentElement, 263 fakeUsed = !doc.body, [all …]
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 1396 protected $doc; variable in simple_html_dom 1517 $this->doc = str_replace("\r", ' ', $this->doc); 1518 $this->doc = str_replace("\n", ' ', $this->doc); 1521 $this->size = strlen($this->doc); 1554 if(($doc = call_user_func_array('file_get_contents', $args)) !== false) { 1555 $this->load($doc, true); 1612 unset($this->doc); 1628 $this->doc = trim($str); 1629 $this->size = strlen($this->doc); 1643 if ($this->size > 0) { $this->char = $this->doc[0]; } [all …]
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 1402 protected $doc; variable in simple_html_dom 1523 $this->doc = str_replace("\r", ' ', $this->doc); 1524 $this->doc = str_replace("\n", ' ', $this->doc); 1527 $this->size = strlen($this->doc); 1560 if(($doc = call_user_func_array('file_get_contents', $args)) !== false) { 1561 $this->load($doc, true); 1618 unset($this->doc); 1634 $this->doc = trim($str); 1635 $this->size = strlen($this->doc); 1649 if ($this->size > 0) { $this->char = $this->doc[0]; } [all …]
|