Searched refs:FreeText (Results 1 – 6 of 6) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1119 …$Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth = 4, $FreeText = NULL) { argument 1141 if ($FreeText == NULL) { 1144 $Label = $FreeText;
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1202 function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth = 4, $FreeText = NULL) { argument 1228 if($FreeText == NULL) { 1231 $Label = $FreeText;
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 1130 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument 1149 if ( $FreeText == NULL ) 1150 { $Label = $Value; } else { $Label = $FreeText; }
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1154 …function drawTreshold($Value,$R,$G,$B,$ShowLabel=FALSE,$ShowOnRight=FALSE,$TickWidth=4,$FreeText=N… argument 1173 if ( $FreeText == NULL ) 1174 { $Label = $Value; } else { $Label = $FreeText; }
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …null) {\n\t options = {};\n\t }\n\t options.Subtype = 'FreeText';\n\t option…
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js.map | 1 …Popup':\n return new PopupAnnotation(parameters);\n\n case 'FreeText':\n return…
|