/plugin/data/_test/ |
H A D | syntax_plugin_data_entry.test.php |
|
/plugin/nodetailsxhtml/ |
H A D | renderer.php | 33 '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 D | value.content.php | 51 function render(&$counters) { function in ValueContent 54 $content[] = $item->render($counters);
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/ |
H A D | DisallowedRawHtmlInlineRenderer.php |
|
H A D | DisallowedRawHtmlBlockRenderer.php |
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Description.php | 91 public function render(Formatter $formatter = null) function in phpDocumentor\\Reflection\\DocBlock\\Description 112 return $this->render();
|
/plugin/data-au/_test/ |
H A D | syntax_plugin_data_entry.test.php | 97 $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 D | JmolAppletSigned0_ShapeSpecial.jar | ... crossWidth
public void <init> ()
protected void render ()
private boolean transform (org.jmol. ... |
H A D | JmolApplet0_ShapeSpecial.jar | ... crossWidth
public void <init> ()
protected void render ()
private boolean transform (org.jmol. ... |
/plugin/simplemap/_test/ |
H A D | SyntaxTest.php | 64 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData); 81 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
|
/plugin/mapillary/ |
H A D | CHANGES | 18 * render metadata 19 * render odt (requires testing)
|
/plugin/publish/action/ |
H A D | recent.php | 25 $render = $event->data->_content; 28 foreach ($render as $id => $element) {
|
/plugin/today/_test/ |
H A D | SyntaxTest.php | 65 $actualStatus = $syntax->render('xhtml', $mockRenderer, $testData); 80 $actualStatus = $syntax->render('meta', $mockRenderer, $testData);
|
/plugin/vshare/syntax/ |
H A D | debug.php | 46 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 D | README.md | 4 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 D | Template.php | 54 return $this->render($context); 64 public function render($context = array()) function in Mustache_Template
|
/plugin/blogtng/renderer/ |
H A D | comment.php | 101 $plugin->render('xhtml',$this,$data); 103 $plugin->render($this->getFormat(), $this, $data);
|
/plugin/webcomponent/syntax/ |
H A D | blockquote.php | 166 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 D | contextmenu.js | 48 this.render(); 60 this.render(); 79 this.render(); 98 this.render();
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | ConfigForm.php |
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 215 $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 D | renderer.php | 463 ImageNode::render( 487 ImageNode::render( 502 LocalLinkNode::render($this, $hash, $name); 510 InternalLinkNode::render($this, $id, $name); 515 ExternalLinkNode::render($this, $link, $title); 520 InterwikiLinkNode::render($this, $title, $wikiName, $wikiUri); 525 EmailLinkNode::render($this, $address, $name); 530 WindowsShareLinkNode::render($this, $link, $title);
|
/plugin/semanticdata/ |
H A D | bureaucracy_field.php | 44 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 D | Template.php | 96 public function render() function in Text_Template 117 fwrite($fp, $this->render());
|
/plugin/combo/ComboStrap/Tag/ |
H A D | SubscribeTag.php | 47 $success = TemplateForComponent::create($subscribeTag . "-success")->render([]); 59 $form = TemplateForComponent::create($subscribeTag . "-form")->render($data);
|