Home
last modified time | relevance | path

Searched refs:render (Results 51 – 75 of 1508) sorted by relevance

12345678910>>...61

/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/nodetailsxhtml/
H A Drenderer.php33 'toc' => true, // render the TOC?
410 * @param bool $render should the media be embedded inline or just linked
414 $h = null, $cache = null, $render = true) {
450 $ret = parent::_media($src, $title, $align, $w, $h, $cache, $render);
459 return parent::_media($src, $title, $align, $w, $h, $cache, $render);
474 * @param bool $render should the media be embedded inline or just linked
477 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) {
478 $link = parent::_getMediaLinkConf( $src, $title, $align, $width, $height, $cache, $render );
455 _media($src, $title = null, $align = null, $w = null, $h = null, $cache = null, $render = true) global() argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.php51 function render(&$counters) { function in ValueContent
54 $content[] = $item->render($counters);
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlInlineRenderer.php
H A DDisallowedRawHtmlBlockRenderer.php
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php91 public function render(Formatter $formatter = null) function in phpDocumentor\\Reflection\\DocBlock\\Description
112 return $this->render();
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php97 $plugin->render('xhtml',$renderer,$dataau);
118 $plugin->render('xhtml',$renderer,$dataau);
139 $plugin->render('xhtml',$renderer,$dataau);
160 $plugin->render('xhtml',$renderer,$dataau);
181 $plugin->render('xhtml',$renderer,$dataau);
203 $plugin->render('xhtml',$renderer,$dataau);
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jar ... crossWidth public void <init> () protected void render () private boolean transform (org.jmol. ...
H A DJmolApplet0_ShapeSpecial.jar ... crossWidth public void <init> () protected void render () private boolean transform (org.jmol. ...
/plugin/simplemap/_test/
H A DSyntaxTest.php64 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData);
81 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
/plugin/mapillary/
H A DCHANGES18 * render metadata
19 * render odt (requires testing)
/plugin/publish/action/
H A Drecent.php25 $render = $event->data->_content;
28 foreach ($render as $id => $element) {
/plugin/today/_test/
H A DSyntaxTest.php65 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData);
80 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
/plugin/vshare/syntax/
H A Ddebug.php46 public function render($mode, Doku_Renderer $renderer, $handlerdata)
64 $syntax->render($mode, $renderer, $data);
44 public function render($mode, Doku_Renderer $renderer, $handlerdata) global() function in syntax_plugin_vshare_debug
/plugin/stlviewer/
H A DREADME.md4 Embed STL render using Viewstl.com excellent library v1.13
10 - manual: Do not render automatically, show a link to trigger it
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php54 return $this->render($context);
64 public function render($context = array()) function in Mustache_Template
/plugin/blogtng/renderer/
H A Dcomment.php101 $plugin->render('xhtml',$this,$data);
103 $plugin->render($this->getFormat(), $this, $data);
/plugin/webcomponent/syntax/
H A Dblockquote.php166 function render($mode, Doku_Renderer $renderer, $data) function in syntax_plugin_webcomponent_blockquote
193 … $renderer->doc .= DOKU_TAB . DOKU_TAB . webcomponent::render($parameters) . DOKU_LF;
201 $renderer->doc .= webcomponent::render($content);
/plugin/edittable/script/
H A Dcontextmenu.js48 this.render();
60 this.render();
79 this.render();
98 this.render();
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/siteexport/renderer/
H A Dpdf.php215 $height=NULL, $cache=NULL, $render = true) { argument
222 $out .= parent::_media ($src, $title, $align, $width, $height, $cache, $render);
238 $render = ($linking == 'linkonly') ? false : true;
239 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
242 if(substr($mime,0,5) == 'image' && $render){
245 } elseif($mime == 'application/x-shockwave-flash' && $render){
/plugin/prosemirror/
H A Drenderer.php451 \dokuwiki\plugin\prosemirror\parser\ImageNode::render(
475 \dokuwiki\plugin\prosemirror\parser\ImageNode::render(
490 \dokuwiki\plugin\prosemirror\parser\LocalLinkNode::render($this, $hash, $name);
498 \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::render($this, $id, $name);
503 \dokuwiki\plugin\prosemirror\parser\ExternalLinkNode::render($this, $link, $title);
508 \dokuwiki\plugin\prosemirror\parser\InterwikiLinkNode::render($this, $title, $wikiName, $wikiUri);
513 \dokuwiki\plugin\prosemirror\parser\EmailLinkNode::render($this, $address, $name);
518 \dokuwiki\plugin\prosemirror\parser\WindowsShareLinkNode::render($this, $link, $title);
/plugin/semanticdata/
H A Dbureaucracy_field.php44 function render($params, $form) { function in syntax_plugin_bureaucracy_field_semanticdataplugin
46 parent::render($params, $form);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php96 public function render() function in Text_Template
117 fwrite($fp, $this->render());
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php47 $success = TemplateForComponent::create($subscribeTag . "-success")->render([]);
59 $form = TemplateForComponent::create($subscribeTag . "-form")->render($data);

12345678910>>...61