Home
last modified time | relevance | path

Searched refs:doc (Results 801 – 825 of 1496) sorted by relevance

1...<<31323334353637383940>>...60

/plugin/adhoctags/syntax/
H A Dabstract.php172 $renderer->doc .= '<'.$outTag . $attr.'>';
173 if ($state == DOKU_LEXER_SPECIAL) $renderer->doc .= '</'.$outTag.'>';
177 $renderer->doc .= '</'.$outTag.'>';
/plugin/combo/syntax/
H A Dbadge.php252 $renderer->doc .= $tagAttributes->toHtmlEnterTag("span") . DOKU_LF;
256 $renderer->doc .= PluginUtility::renderUnmatched($data);
260 $renderer->doc .= "</span>";
H A Dtext.php170 $renderer->doc .= "";
173 $renderer->doc .= PluginUtility::renderUnmatched($data);
/plugin/codemirror/dist/
H A Dscripts.min.js.map1doc","first","size","Error","chunk","lines","children","sz","chunkSize","getBetween","iter","getLi…
/plugin/fksnewsfeed/syntax/
H A Dfeed.php60 … $renderer->doc .= '<div class="alert alert-danger">' . $this->getLang('news_non_exist') .
64 $renderer->doc .= $this->getContent($news, $param);
/plugin/mathjax/syntax/
H A Dprotecttex.php146 $renderer->doc .= $renderer->_xmlEntities($data);
156 $renderer->doc .= $data;
/plugin/katex/syntax/
H A Dprotect.php156 $renderer->doc .= $renderer->_xmlEntities( $data );
166 $renderer->doc .= $data;
/plugin/tag/syntax/
H A Dtag.php84 $renderer->doc .= '<div class="'.$this->getConf('tags_list_css').'">'
110 $renderer->doc .= DOKU_LF.implode(' ', $data).DOKU_LF;
/plugin/googlemaps3/
H A Dsyntax.php177 …$renderer->doc .= "<script src='https://maps.googleapis.com/maps/api/js?key=".$this->getConf('key'…
179 $renderer->doc .= "<script>$jsData</script>";
180 …$renderer->doc .= "<div id='googlemaps3map".$mapID."' class='googlemaps3'".($style ? ' '.$style : …
/plugin/hcalendar/syntax/
H A Dhcal2.php94 $renderer->doc .= $this->_connectData($data);
100 $renderer->doc .= $r;
107 $renderer->doc .= helper_plugin_hcal::buildTextEnd('tag_vevent');
/plugin/odt/ODT/
H A DODTState.php340 * @param ODTDocument $doc
342 public function setDocument($doc) { argument
343 $this->document = $doc;
/plugin/combo/ComboStrap/
H A DPrism.php284 StringUtility::addEolCharacterIfNotPresent($renderer->doc);
382 $renderer->doc .= $htmlCode;
404 $renderer->doc .= '</code>' . DOKU_LF . '</pre>' . DOKU_LF;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc154 // Get doc at /my_index/_doc/my_id
170 field or add a new one) you can do so by specifying the `doc` in the `body`
171 parameter. This merges the fields in `doc` with the existing document.
180 'doc' => [
186 // Update doc at /my_index/_doc/my_id
258 // Delete doc at /my_index/_doc_/my_id
/plugin/creole/syntax/
H A Dmonospace.php85 $renderer->doc .= '<tt>';
88 $renderer->doc .= '</tt>';
/plugin/actionlink/
H A Dsyntax.php186 $renderer->doc .= $title;
189 $renderer->doc .= '<a href="'.$this_link_prefix.$action.'">'.$title.'</a>';
/plugin/emphasis/syntax/
H A Dfont.php137 $renderer->doc .= '<span class="plugin_emphasis" style="'.$data['colortype'].': '.$data['color'].';">';
141 $renderer->doc .= '</span>';
/plugin/bootswrapper/syntax/
H A Daffix.php156 $renderer->doc .= $markup;
161 $renderer->doc .= '</div>';
/plugin/bliki/
H A Dsyntax.php391 $renderer->doc .= $this->newPostLink($this->getConf('newlabel'));
405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
409 …$renderer->doc .= '<div id="blogolder">' . $this->pagingLink($page+1, $this->getConf('olderlabel')…
414 …$renderer->doc .= '<div id="blognewer">' . $this->pagingLink($page-1, $this->getConf('newerlabel')…
/plugin/eventline/timeline_js/scripts/
H A Dsources.js537 var doc = elmt.ownerDocument;
544 var img = doc.createElement("img");
551 var divTitle = doc.createElement("div");
552 var textTitle = doc.createTextNode(title);
554 var a = doc.createElement("a");
564 var divBody = doc.createElement("div");
569 var divTime = doc.createElement("div");
574 var divWiki = doc.createElement("div");
/plugin/typography/syntax/
H A Dbase.php129 $renderer->doc .= '<span'.$this->styler->build_attributes($tag_data).'>';
133 $renderer->doc .= '</span>';
/plugin/feed/
H A Dsyntax.php144 $renderer->doc .= '<a href="' . $url . '" class="feed" rel="nofollow"' .
153 $renderer->doc .= $title;
/plugin/tablefilterjs/
H A Dsyntax.php121 …$renderer->doc .= '<div class="tablefilterjs" data-filters="'.$this->__encodeHTML($json->encode($m…
130 $renderer->doc .= "</div>";
/plugin/sortablejs/
H A Dsyntax.php69 $renderer->doc .= "<div class=\"sortable$match\">";
79 $renderer->doc .= "</div>";
/plugin/diagrams/syntax/
H A Dmediafile.php121 $renderer->doc .= '<img ' . buildAttributes($imageAttributes) . '/>';
146 $renderer->doc .= $wrapper;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D28.28.js.map1doc', '@javadoc'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'com…

1...<<31323334353637383940>>...60