/plugin/strata/helper/ |
H A D | util.php | 165 function renderPredicate($mode, &$R, &$T, $p) { 183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) { 208 …function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $s… 226 function openField($mode, &$R, $field=null) { 230 function closeField($mode, &$R) { 234 function openValue($mode, &$R, $typename) { 238 function closeValue($mode, &$R) { 242 function renderCaptions($mode, &$R, $fields) {
|
/plugin/dbquery/syntax/ |
H A D | query.php | 78 public function renderStatus($result, $html, Doku_Renderer $R) 91 public function renderResultTable($result, Doku_Renderer $R) 127 public function renderTransposedResultTable($result, Doku_Renderer $R) 165 protected function cellFormat($content, Doku_Renderer $R)
|
/plugin/slider/ |
H A D | syntax.php | 136 public function render($mode, Doku_Renderer $R, $data) { 170 private function open_slide($R, $img){ 189 private function close_slide($R){
|
/plugin/tabbox/ |
H A D | syntax.php | 132 protected function _openTab(Doku_Renderer_xhtml $R, $name, $pos) { 159 protected function _closeTab(Doku_Renderer_xhtml $R, $pos) { 170 protected function _openBox(Doku_Renderer_xhtml $R) { 180 protected function _closeBox(Doku_Renderer_xhtml $R) {
|
/plugin/jplayer/ |
H A D | syntax.php | 128 private function render_metadata(Doku_Renderer $R, $data) { 156 private function render_xhtml(Doku_Renderer $R, $data) { 181 function render($mode, Doku_Renderer $R, $data) {
|
/plugin/struct/types/ |
H A D | Color.php | 34 public function renderValue($value, \Doku_Renderer $R, $mode) 49 public function renderMultiValue($values, \Doku_Renderer $R, $mode) 85 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight)
|
H A D | Media.php | 50 public function renderValue($value, \Doku_Renderer $R, $mode) 129 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight)
|
H A D | Wiki.php | 13 public function renderValue($value, \Doku_Renderer $R, $mode)
|
H A D | Text.php | 22 public function renderValue($value, \Doku_Renderer $R, $mode)
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 244 function setColorPalette($ID,$R,$G,$B) 317 function drawGraphArea($R,$G,$B,$Stripe=FALSE) 1343 function drawArea($Data,$Serie1,$Serie2,$R,$G,$B,$Alpha = 50) 2745 function drawBackground($R,$G,$B) 2800 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) 2957 function drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) 3002 function drawEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) 3006 function drawFilledEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) 3111 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) 3137 function AllocateColor($Picture,$R,$G,$B,$Factor=0) [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 244 function setColorPalette($ID,$R,$G,$B) 317 function drawGraphArea($R,$G,$B,$Stripe=FALSE) 1367 function drawArea($Data,$Serie1,$Serie2,$R,$G,$B,$Alpha = 50) 2770 function drawBackground($R,$G,$B) 2825 function drawRectangle($X1,$Y1,$X2,$Y2,$R,$G,$B) 2982 function drawCircle($Xc,$Yc,$Height,$R,$G,$B,$Width=0) 3027 function drawEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) 3031 function drawFilledEllipse($Xc,$Yc,$Height,$Width,$R,$G,$B) 3136 function drawAlphaPixel($X,$Y,$Alpha,$R,$G,$B) 3162 function AllocateColor($Picture,$R,$G,$B,$Factor=0) [all …]
|
/plugin/datatemplate/syntax/ |
H A D | list.php | 110 function render($format, Doku_Renderer $R, $data) { 175 function _renderTemplate($wikipage, $data, $rows, &$R) { 393 function nullList($data, $clist, &$R) {
|
/plugin/strata/syntax/ |
H A D | select.php | 278 function render($mode, Doku_Renderer $R, $data) { 292 function ui_container_open($mode, &$R, $data, $additionalClasses=array()) { 327 function ui_container_close($mode, &$R) { 333 protected function displayError($mode, &$R, $data) {
|
/plugin/changes/ |
H A D | syntax.php | 177 public function render($mode, Doku_Renderer $R, $data) 377 protected function renderPageList($changes, &$R, $flags) 405 protected function dayheader(&$R, $date) 424 protected function renderSimpleList($changes, &$R, $flags = null)
|
/plugin/animation/scripts/ |
H A D | shBrushR.js | 6 SyntaxHighlighter.brushes.R = function() class in SyntaxHighlighter.brushes
|
/plugin/scrape/ |
H A D | syntax.php | 65 public function render($mode, Doku_Renderer $R, $data) { 123 private function display_html($data,$resp,&$R){
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.amd.js | 1 define(["./raphael.core", "./raphael.svg", "./raphael.vml"], function(R) { argument
|
/plugin/indexmenu2/cms/ |
H A D | cms.js | 15 …nuItemLevel'};var _={'theme':{'name':'','options':{}},'transitions':{},themeRootPath:null,maxDepth… argument
|
/plugin/navi/ |
H A D | syntax.php | 59 function render($format, Doku_Renderer $R, $data) 219 public function renderTree($navItems, $parentPath, Doku_Renderer $R, $fullTree = false)
|
/plugin/structstatus/ |
H A D | Status.php | 29 public function renderValue($value, \Doku_Renderer $R, $mode) { 89 public function renderMultiValue($values, \Doku_Renderer $R, $mode) {
|
/plugin/structprogress/types/ |
H A D | Progress.php | 57 public function renderValue($value, \Doku_Renderer $R, $mode) 79 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
|
/plugin/struct/meta/ |
H A D | Value.php | 171 public function render(\Doku_Renderer $R, $mode) 194 public function renderAsTagCloudLink(\Doku_Renderer $R, $mode, $page, $filterQuery, $weight)
|
/plugin/semanticdata/syntax/ |
H A D | table.php | 175 function render($format, &$R, $data) { 264 function nullList($data, $clist, &$R) {
|
/plugin/photogallery/ |
H A D | syntax.php | 224 function render($mode, Doku_Renderer $R, $data){ 269 protected function _photo_gallery($data, $R){ 540 function _poster($files,$data,$R){ 606 protected function _description($files,$data,$R){
|
/plugin/strata/types/ |
H A D | ref.php | 18 function render($mode, &$R, &$T, $value, $hint) {
|