Home
last modified time | relevance | path

Searched refs:doc (Results 251 – 275 of 1496) sorted by path

1...<<11121314151617181920>>...60

/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php81 $doc = new DOMDocument();
82 $doc->loadXML($text);
83 $doc->normalize();
84 $doc->formatOutput = true;
85 // Type doc can also be reach with $domNode->ownerDocument
86 return $doc->saveXML();
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php50 $renderer->doc .= BoxTag::renderExitXhtml($tagAttributes);
53 $renderer->doc .= ButtonTag::renderExitXhtml($data);
59 $renderer->doc .= BarTag::renderExitXhtml($data);
62 $renderer->doc .= CarrouselTag::renderExitXhtml();
69 $renderer->doc .= ContainerTag::renderExitXhtml();
72 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes);
82 $renderer->doc .= DropDownTag::renderExitXhtml();
86 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);
89 $renderer->doc .= NoteTag::renderClosingInlineNote();
92 $renderer->doc
[all...]
/plugin/combo/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
/plugin/combo/grammar/
H A DPageSql.g48 https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md
186 * https://github.com/antlr/antlr4/blob/master/doc/parser-rules.md
/plugin/combo/renderer/
H A Danalytics.php669 $this->doc = $json_encoded;
H A Drenderer.php36 * @var array that will contains the whole doc but by section
89 * This variblae is used in the function document_end to recreate the whole doc.
116 // Grab the doc from the previous section
120 'content' => $this->doc,
124 $this->doc = '';
155 // Pump the last doc
156 $this->sections[$this->sectionNumber] = array('level' => $this->previousNodeLevel, 'position' => $this->previousNodePosition, 'content' => $this->doc, 'text' => $this->previousSectionTextHeader);
158 // Recreate the doc
159 $this->doc = '';
174 $this->doc
[all...]
H A Dxml.php48 $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>';
/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 Daccordion.php205 $renderer->doc .= $attributes->toHtmlEnterTag("div");
208 $renderer->doc .= PluginUtility::renderUnmatched($data);
211 $renderer->doc .= '</div>';
H A Dbackgrounds.php149 $renderer->doc .= $tagAttributes->toHtmlEnterTag("div");
152 $renderer->doc .= "</div>";
158 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Dbadge.php252 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span") . DOKU_LF;
256 $renderer->doc .= PluginUtility::renderUnmatched($data);
260 $renderer->doc .= "</span>";
H A Dbrand.php242 $renderer->doc .= BrandTag::render($tagAttributes, $state, $data);;
245 $renderer->doc .= PluginUtility::renderUnmatched($data);
248 $renderer->doc .= "</a>";
H A Dcell.php262 $renderer->doc .= $attributes->toHtmlEnterTag("div");
267 $renderer->doc .= PluginUtility::renderUnmatched($data);
272 $renderer->doc .= '</div>';
H A Dcite.php139 $renderer->doc .= $tagAttributes->toHtmlEnterTag("cite");
144 $renderer->doc .= PluginUtility::renderUnmatched($data);
149 $renderer->doc .= '</cite>';
H A Dcode.php203 $renderer->doc .= Html::encode($payload);
H A Dcodemarkdown.php195 $renderer->doc .= Html::encode($payload);
H A Dcomment.php147 $renderer->doc .= "<!--" . PluginUtility::renderUnmatched($data) . "-->";
H A Dcontentlist.php310 $renderer->doc .= $tagAttributes->toHtmlEnterTag($htmlElement);
314 $renderer->doc .= PluginUtility::renderUnmatched($data);
324 $renderer->doc .= "</$htmlElement>";
H A Dcontentlistitem.php181 $renderer->doc .= $tagAttributes->toHtmlEnterTag("li");
184 $renderer->doc .= "</li>" . DOKU_LF;
189 $renderer->doc .= "<span>" . $render . '</span>';
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 Dfooter.php174 $renderer->doc .= $tagAttributes->toHtmlEnterTag("footer");
179 $renderer->doc .= PluginUtility::renderUnmatched($data);
184 $renderer->doc .= '</footer>' . DOKU_LF;
H A Dfragment.php214 $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->getMessage()}");
H A Dheader.php129 $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 Dheadingatx.php149 $renderer->doc .= HeadingTag::renderClosingTag($tagAttributes, $context);

1...<<11121314151617181920>>...60