Home
last modified time | relevance | path

Searched refs:oCase (Results 1 – 8 of 8) sorted by path

/plugin/switchpanel/
H A Dsyntax.php347 $fDrawCase = function( $oCase, $iX, $iY ) use ( $opt, $sPathTemplateClass ){
350 $sCase = $oCase[ 'options' ][ 'case' ];
358 return $sClassName::getSvg( $oCase, $iX, $iY, $opt );
407 $oCase = array( 'case'=>'none' );
409 $oCase = $oCases[ $i ];
411 $sSvg .= $fDrawCase( $oCase, $iIndexX, $iIndexY );
/plugin/switchpanel/tpl/
H A Dswitchpanel.case.2of.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
45 if( isset( $oCase[ 'title' ] ) ){
[all …]
H A Dswitchpanel.case.close.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
46 if( isset( $oCase[ 'title' ] ) ){
[all …]
H A Dswitchpanel.case.gbic.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
43 if( isset( $oCase[ 'title' ] ) ){
[all …]
H A Dswitchpanel.case.none.class.php3 public static function getSvg( $oCase, $iX, $iY, $opt ){ argument
H A Dswitchpanel.case.of.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
44 if( isset( $oCase[ 'title' ] ) ){
[all …]
H A Dswitchpanel.case.rj45.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
64 if( isset( $oCase[ 'title' ] ) ){
[all …]
H A Dswitchpanel.case.serial.class.php3 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' ] : '' );
12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
21 if( isset( $oCase[ 'options' ][ 'color' ] ) ){
22 $sColor = $oCase[ 'options' ][ 'color' ];
47 if( isset( $oCase[ 'title' ] ) ){
[all …]