Home
last modified time | relevance | path

Searched refs:doc (Results 176 – 200 of 1496) sorted by last modified time

12345678910>>...60

/plugin/combo/ComboStrap/Tag/
H A DTableTag.php59 $doc = $renderer->doc;
61 $renderer->doc = $doc;
68 $renderer->doc .= TagAttributes::createEmpty(self::TAG_CONTAINER)
71 $renderer->doc .= TagAttributes::createEmpty(self::TAG)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js94 var waitForDocument=function waitForDocument(){var doc=FBL.Env.browser.document;
95 var body=doc.getElementsByTagName("body")[0];
96 if(body){calculatePixelsPerInch(doc,body);
118 var doc=document;
119 var script=doc.getElementById("FirebugLite");
127 }}else{for(var i=0,s=doc.getElementsByTagName("script"),si;
258 }this.createStyleSheet=function(doc,url){var style=this.createElement("link"); argument
266 this.addStyleSheet=function(doc,style){var heads=doc.getElementsByTagName("head"); argument
268 }else{doc
270 appendStylesheet(doc,uri) global() argument
275 addScript(doc,id,src) global() argument
800 $(id,doc) global() argument
803 $$(selector,doc) global() argument
850 getBody(doc) global() argument
1432 fixIE6BackgroundImageCache(doc) global() argument
1436 calculatePixelsPerInch(doc,body) global() argument
1612 create(context,doc) global() argument
1676 reattach(doc) global() argument
4132 var doc=element.ownerDocument; global() variable
4381 AnonymousFunction4beb612311100(doc) global() argument
4383 AnonymousFunction4beb612311300(doc,context) global() argument
4385 AnonymousFunction4beb612311400(doc,context) global() argument
4388 AnonymousFunction4beb612311700(doc) global() argument
4708 InlineEditor(doc) global() argument
4719 AnonymousFunction4beb612318000(doc) global() argument
6236 AnonymousFunction4beb612323500(doc) global() argument
6243 AnonymousFunction4beb612323600(doc) global() argument
6821 processAllStyleSheets(doc,styleSheetIterator) global() argument
6841 processAllStyleSheets(doc,styleSheetIterator) global() argument
6880 processStyleSheet(doc,styleSheet) global() argument
6918 loadExternalStylesheet(doc,styleSheetIterator,styleSheet) global() argument
7038 getElementsByXPath(doc,xpath) global() argument
7045 getRuleMatchingElements(rule,doc) global() argument
7255 AnonymousFunction4beb612328100(doc,styleSheet) global() argument
7514 CSSEditor(doc) global() argument
7545 CSSRuleEditor(doc) global() argument
7588 StyleSheetEditor(doc) global() argument
[all...]
/plugin/combo/syntax/
H A Dcode.php203 $renderer->doc .= Html::encode($payload);
H A Dcontentlist.php310 $renderer->doc .= $tagAttributes->toHtmlEnterTag($htmlElement);
314 $renderer->doc .= PluginUtility::renderUnmatched($data);
324 $renderer->doc .= "</$htmlElement>";
H A Ddisqus.php176 $renderer->doc .= <<<EOD
200 $renderer->doc .= '<div id="disqus_thread"></div>';
H A Dedit.php137 $renderer->doc .= $editButton->toHtmlComment();
H A Dlink.php427 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
450 $renderer->doc .= $markupAttributes->toHtmlEnterTag("a") . $e->getMessage();
497 $renderer->doc .= $htmlPrefix . $tagAttributes->toHtmlEnterTag("a");
500 $renderer->doc .= PluginUtility::renderUnmatched($data);
506 $renderer->doc .= $data[PluginUtility::PAYLOAD] ?? '';
509 $renderer->doc .= "</a>";
515 $renderer->doc .= '</div>';
518 $renderer->doc .= '</li>';
560 $renderer->doc = substr($renderer->doc,
[all...]
H A Dmath.php133 $renderer->doc .= $renderer->_xmlEntities($content) . DOKU_LF;
H A Dmedia.php294 $renderer->doc .= MediaMarkup::renderSpecial($data, $renderer);
H A Dmenubar.php29 * See also: doc :
286 $renderer->doc .= $tagAttributes->toHtmlEnterTag("nav");
291 $renderer->doc .= PluginUtility::renderUnmatched($data);
295 $renderer->doc .= "</div></nav>";
H A Dmetadata.php179 $renderer->doc .= self::getHtmlMetadataBox($this, $data);
H A Dminimap.php316 $renderer->doc .= '<div id="minimap__plugin"><div class="panel panel-default">'
H A Dnavbarcollapse.php189 $renderer->doc .= "<button class=\"navbar-toggler\" type=\"button\" data{$dataNamespace}-toggle=\"collapse\" data{$dataNamespace}-target=\"#$idElementToCollapse\" aria-controls=\"$idElementToCollapse\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"";
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::array2HTMLAttributesAsString($attributes) . '>';
211 $renderer->doc .= NavBarUtility::text(PluginUtility::renderUnmatched($data));
217 $renderer->doc .= '</div>' . DOKU_LF;
H A Dnavbargroup.php202 $renderer->doc .= "<ul {$inlineAttributes}>" . DOKU_LF;
205 $renderer->doc .= NavBarUtility::text(PluginUtility::renderUnmatched($data));
209 $renderer->doc .= '</ul>' . DOKU_LF;
H A Dstrong.php145 $renderer->doc .= $data[PluginUtility::PAYLOAD] . "<strong>";
148 $renderer->doc .= PluginUtility::renderUnmatched($data);
151 $renderer->doc .= "</strong>";
166 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dtab.php167 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes);
170 $renderer->doc .= PluginUtility::renderUnmatched($data);
173 $renderer->doc .= TabsTag::closeNavigationalTabElement();
H A Dtabpanels.php171 $renderer->doc .= TabsTag::openTabPanelsElement($attributes);
174 $renderer->doc .= TabsTag::closeTabPanelsElement($attributes);
177 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dtext.php170 $renderer->doc .= "";
173 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dtoggle.php155 $renderer->doc .= LogUtility::wrapInRedForHtml("The target id is mandatory");
204 $renderer->doc .= $tagAttributes->toHtmlEnterTag("button");
207 $renderer->doc .= PluginUtility::renderUnmatched($data);
210 $renderer->doc .= "</button>";
H A Dtogglecollapse.php147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
150 $renderer->doc .= PluginUtility::renderUnmatched($data);
153 $renderer->doc .= "</span>";
H A Dtoggleexpand.php147 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span");
150 $renderer->doc .= PluginUtility::renderUnmatched($data);
153 $renderer->doc .= "</span>";
H A Dtooltip.php235 $renderer->doc .= TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $callStackArray])
242 $renderer->doc .= PluginUtility::renderUnmatched($data);
248 $renderer->doc .= LogUtility::wrapInRedForHtml($message);
259 $renderer->doc .= "</span>";
H A Dunit.php168 $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>';
/plugin/combo/ComboStrap/
H A DMasonryTag.php57 $renderer->doc .= '</div>';
84 $renderer->doc .= '<div class="col-sm-6 col-lg-4 mb-4">';
H A DCardTag.php219 $renderer->doc .= "</div>" . DOKU_LF;

12345678910>>...60