Lines Matching refs:oCase

3 		public static function getSvg( $oCase, $iX, $iY, $opt ){  argument
5 if( isset( $oCase[ 'options' ][ 'link' ] ) ){
6 …$sSvg .= '<a xlink:href="'.$oCase[ 'options' ][ 'link' ].'" target="'.( isset( $oCase[ 'options' ]…
8 if( isset( $oCase[ 'options' ][ 'text' ] ) ){
9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' );
10 $sTitle = str_replace( "\\", "\\'", isset( $oCase[ 'title' ] ) ? $oCase[ 'title' ] : '' );
11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
13 if( isset( $oCase[ 'options' ][ 'textlink' ] ) ){
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
26 if( isset( $oCase[ 'options' ][ 'leftLedColor' ] ) ){
27 $sLeftLedColor = $oCase[ 'options' ][ 'leftLedColor' ];
31 if( isset( $oCase[ 'options' ][ 'rightLedColor' ] ) ){
32 $sRightLedColor = $oCase[ 'options' ][ 'rightLedColor' ];
37 if( isset( $oCase[ 'options' ][ 'labelBgColor' ] ) ){
38 $sLabelBgColor = $oCase[ 'options' ][ 'labelBgColor' ];
43 if( isset( $oCase[ 'options' ][ 'labelTxtColor' ] ) ){
44 $sLabelTxtColor = $oCase[ 'options' ][ 'labelTxtColor' ];
55 …ize="'.( $opt[ 'elementWidth' ] * 0.27 ).'" fill="'.$sLabelTxtColor.'">'.$oCase[ 'label' ].'</text>
64 if( isset( $oCase[ 'title' ] ) ){
65 …serif" font-size="'.( $opt[ 'elementWidth' ] * 0.3 ).'" fill="#ffffff">'.$oCase[ 'title' ].'</text…
67 if( isset( $oCase[ 'options' ][ 'text' ] ) ){
70 if( isset( $oCase[ 'options' ][ 'link' ] ) ){