Home
last modified time | relevance | path

Searched refs:Caption (Results 26 – 36 of 36) sorted by path

12

/plugin/socialshareprivacy2/SSP/
H A DREADME.md1109 <td>Caption of the thing to share. (Function or string)<br/>
/plugin/statdisplay/pchart/
H A DPieChart.php246 $Caption = "";
250 …$Caption = (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) / pow ( 10, $Decimals )) . "…
252 $Caption = $iLabels [$Key];
254 …$Caption = $iLabels [$Key] . "\r\n" . (round ( $Value * pow ( 10, $Decimals ) * $SplicePercent ) /…
258 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Caption );
277 $Caption,
499 $Caption = "";
503 …$Caption = (round ( $rValues [$Key] * pow ( 10, $Decimals ) * $rSplicePercent ) / pow ( 10, $Decim…
505 $Caption = $iLabels [$Key];
509 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Caption );
[all …]
H A DpChart.php1168 function setLabel($Data, $DataDescription, $SerieName, $ValueName, $Caption, Color $color = null) { argument
1192 $Position = imageftbbox ( $this->FontSize, 0, $this->FontName, $Caption );
1257 $Caption,
/plugin/statistics/inc/pchart/
H A DPieChart.php262 $Caption = "";
266 $Caption = (round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
268 $Caption = $iLabels [$Key];
270 $Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
272 $Caption = $iLabels [$Key]."\r\n".(round($Value * pow(10, $Decimals) * $SplicePercent) / pow(10, $Decimals))."%";
274 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
294 $Caption,
526 $Caption = "";
530 $Caption = (round($rValues [$Key] * pow(10, $Decimals) * $rSplicePercent) / pow(10, $Decimals))."%";
532 $Caption
[all...]
H A DpChart.php1256 function setLabel($Data, $DataDescription, $SerieName, $ValueName, $Caption, Color $color = null) { argument
1280 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Caption);
1360 $Caption,
/plugin/strata/
H A Dmanual.txt365 <table ?variable@aggregate(hint) [type::hint] "Caption">
368 ?variable@aggregate(hint) [type::hint]: Caption
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4184 this.Caption=domplate(Firebug.Rep,{tag:SPAN({"class":"caption"},"$object")});
4232 }}if(numProperties>numPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:""…
4250 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equ…
4272 }if(array.length>3){items.push({object:(array.length-3)+" more...",tag:FirebugReps.Caption.tag,deli…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js31 this.Caption = caption ;
225 if ( this.Caption && this.Caption.length > 0 && bShowLabel )
228 oCaptionCell.innerHTML = this.Caption ;
254 '<td class="TB_Text">' + this.Caption + '</td>' +
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js89Caption=A;this.Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||…
H A Dfckeditorcode_ie.js90Caption=A;this.Tooltip=A;this.Style=2;this.Enabled=true;this.Items={};this._Panel=new FCKPanel(E||…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18416 case 'caption' /*case 'Caption'*/: break;

12