Home
last modified time | relevance | path

Searched refs:renderer (Results 1201 – 1225 of 1288) sorted by relevance

1...<<41424344454647484950>>...52

/plugin/yearbox/
H A Dsyntax.php129 public function render($mode, Doku_Renderer $renderer, $opt) argument
132 $renderer->doc .= $this->buildCalendar($opt);
/plugin/masciimath/
H A Dsyntax.php517 function render($mode, &$renderer, $data) { argument
519 $renderer->doc .= $data;
/plugin/creole/syntax/
H A Dtable.php97 function render($mode, Doku_Renderer $renderer, $data){ argument
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md11 path.resolve(__dirname, './node_modules/dagre-d3-renderer/lib'),
/plugin/markdowku/
H A Dblockquotes.php92 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/sqlcomp/
H A Dsyntax.php118 * @param Doku_Renderer $renderer The renderer
122 public function render($mode, Doku_Renderer $renderer, $data) { argument
124 $renderer->doc .= utf8_encode($this->_query($data));
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2renderer.setClearColor(0,0):this.renderer.setClearColor(e,1),o.bg_color=e},this.set_display=functi…
/plugin/interwikiformatting/
H A Dsyntax.php130 function render($format, Doku_Renderer $renderer, $data) { return true; } argument
/plugin/note/
H A DCHANGES.md15 * Fix in the ODT renderer
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js245 renderer: null, // set when Jax are loaded
/plugin/struct/
H A Ddeleted.files91 renderer.php
/plugin/gil/
H A DChangeLog24 * syntax.php: (add) Basic support for the text renderer.
/plugin/credits/
H A DREADME25 function alt_credits(&$renderer,$info)
/plugin/oembed/
H A Dsyntax.php57 function render($mode, Doku_Renderer $renderer, $data) { argument
59 $renderer->doc .= $this->renderXHTML($data);
/plugin/gcalendar/inc/
H A Dgcal_main.php26 * @param object $renderer
/plugin/wikipediasnippet/
H A Dsyntax.php47 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/numberedheadings/
H A Dsyntax.php154 public function render($format, Doku_Renderer $renderer, $data)
145 render($format, Doku_Renderer $renderer, $data) global() argument
/plugin/aceeditor/
H A Dbuild.js1renderer.$keepTextAreaAtCursor==null&&(t.renderer.$keepTextAreaAtCursor=!0,t.renderer.$moveTextAre… property in AnonymousFunction3f72001718800.s
/plugin/pagetemplater/
H A DREADME.md40 …xclamation mark (!) - this property will be fed into the DokuWiki XHTML renderer and produce rende…
/plugin/tooltip/
H A DChangeLog16 * syntax/tooltip.php, syntax/short.php: added text ('text') renderer
/plugin/airtable/
H A Dsyntax.php209 function render($mode, Doku_Renderer $renderer, $data): bool { argument
215 $renderer->doc .= $data['airtable_html'];
/plugin/database2/
H A Ddatabase2.php54 public $renderer; variable in Database2
160 public function __construct( Doku_Renderer $renderer, argument
164 $this->renderer = $renderer;
168 $this->renderer->nocache();
376 $this->renderer->doc .= strval( $code );
3462 $length = strlen( $this->renderer->doc );
3464 $this->renderer->externallink( $href, $label );
3468 $this->renderer->doc = substr_replace( $this->renderer->doc, '',
6155 $this->renderer = '';
6174 $this->renderer .= $code;
[all …]
/plugin/refnotes/
H A Drendering.php88 $renderer = new refnotes_harvard_renderer($this->namespace);
92 $renderer = new refnotes_basic_renderer($this->namespace);
96 return $renderer;
/plugin/countdown/
H A DChangeLog18 * syntax.php: Beta support for text renderer.
/plugin/diagramsnet/lib/math/extensions/
H A Dfast-preview.js19 …abled=true},Active:function(){return c.FastPreview&&this.enabled&&!(e[c.renderer]||{}).noFastPrevi…

1...<<41424344454647484950>>...52