Home
last modified time | relevance | path

Searched refs:doc (Results 1101 – 1125 of 1496) sorted by relevance

1...<<41424344454647484950>>...60

/plugin/jokuwiki/
H A Dsyntax.php123 $renderer->doc.=$append;
/plugin/pageredirect/
H A Dsyntax.php121 $renderer->doc .= $this->redirect_message($data);
/plugin/combo/syntax/
H A Dcomment.php147 $renderer->doc .= "<!--" . PluginUtility::renderUnmatched($data) . "-->";
H A Drelated.php143 $renderer->doc .= RelatedTag::render($tagAttributes);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D8.8.js.map1doc', '@apexdoc'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'com…
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1059 $doc = new DOMDocument();
1061 $nameId = $doc->createElement('saml:NameID');
1071 $nameId->appendChild($doc->createTextNode($value));
1073 $doc->appendChild($nameId);
1099 return $doc->saveXML($nameId);
/plugin/judge/
H A Dsyntax.php284 $renderer->doc .= $this->render_judge($data);
286 $renderer->doc .= $this->render_scoreboard($data);
/plugin/targetlink/
H A Dsyntax.php69 $renderer->doc .= $renderer->_formatLink($args);
207 $xhtml->doc .= $name;
/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf15 doc application/msword
/plugin/gtime/gtlib/
H A DREADME40 $ phing doc # Build PHPUnit documentation
/plugin/webcomics/
H A Dsyntax.php93 $renderer->doc .= $data[0];
/plugin/toctweak/syntax/
H A Dautotoc.php94 $renderer->doc .= self::TOC_HERE;
/plugin/amcharts/
H A Dsyntax.php101 $renderer->doc .= '<div id="'.$chartid.'"'.$c.$s.' data-amchart="'.$amdata.'"></div>'."\n";
/plugin/statdisplay/
H A Dsyntax.php82 $renderer->doc .= '<img ' . buildAttributes($img) . '/>';
/plugin/cli/
H A Dsyntax.php305 $renderer->doc .= "</p><pre class='cli $type $style'>";
306 $renderer->doc .= $this->genhtml;
307 $renderer->doc .= '</pre><p>';
/plugin/runcommand/
H A Dsyntax.php210 $renderer->doc .= $this->renderWrongSyntax();
295 $renderer->doc .= $jqueryBlock. $htmlBlock;
296 … $renderer->doc .= "<div id=\"rcResult".$currentCommand."\" class=\"rcResult\">&nbsp;</div><br>";
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js582 …var doc = parser.parseFromString('<body style="background:#ffffff;font-family:Helvetica,Arial;">' +
585 this.editorUi.editor.convertImages(doc.documentElement, mxUtils.bind(this, function(body)
940 var doc = mxUtils.parseXml(data);
942 if (doc.documentElement.nodeName == 'mxlibrary')
944 var images = JSON.parse(mxUtils.getTextContent(doc.documentElement));
991 var doc = mxUtils.parseXml(temp);
993 if (doc.documentElement.nodeName == 'mxlibrary')
995 data = JSON.parse(mxUtils.getTextContent(doc.documentElement));
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js38 var doc = mxUtils.parseXml(files[id]);
39 var root = doc.documentElement;
60 writeXmlDoc2Zip(zip, id, doc, true);
69 function createElt(doc, ns, name) argument
71 return (doc.createElementNS != null) ? doc.createElementNS(ns, name) : doc.createElement(name);
/plugin/profiles/
H A Dsyntax.php102 …$renderer->doc .= '<a href='.$ahref.' target="_blank"><img src="' . DOKU_BASE . 'lib/plugins/profi…
/plugin/inclform/
H A Dsyntax.php90 $renderer->doc .= $text;
/plugin/indobible/
H A Dsyntax.php65 …$renderer->doc .= $data[0]; # Otherwise, fetch that $bibleLink (stored in $data[0]) and pass it to…
/plugin/showlinkpermission/
H A Drenderer.php113 $this->doc .= $this->_formatLink($link);
/plugin/simplechat/
H A Dsyntax.php124 $renderer->doc .= $this->chatroomform();
/plugin/code3/styles/schemes/
H A Didea_alloy.css20 div.PSyHi_Container span.doc,
/plugin/tableplot/
H A Dsyntax.php196 $renderer->doc .= $cmd;

1...<<41424344454647484950>>...60