/plugin/switchpanel/tpl/ |
H A D | switchpanel.case.none.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_none
|
H A D | switchpanel.screw.none.class.php | 3 public static function getSvg( $iX, $iY, $opt ){ function in switchpanel_screw_none
|
H A D | switchpanel.text.none.class.php | 3 public static function getSvg( $oText, $iX, $iY, $opt, $iWidthSvg ){ function in switchpanel_text_none
|
H A D | switchpanel.case.gbic.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_gbic
|
H A D | switchpanel.case.of.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_of
|
H A D | switchpanel.case.2of.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_2of
|
H A D | switchpanel.case.close.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_close
|
H A D | switchpanel.case.serial.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_serial
|
H A D | switchpanel.case.rj45.class.php | 3 public static function getSvg( $oCase, $iX, $iY, $opt ){ function in switchpanel_case_rj45
|
/plugin/recommend/ |
H A D | MenuItem.php | 18 public function getSvg() function in dokuwiki\\plugin\\recommend\\MenuItem
|
/plugin/twofactor/ |
H A D | MenuItem.php | 29 public function getSvg() function in dokuwiki\\plugin\\twofactor\\MenuItem
|
/plugin/dump/class/ |
H A D | CallStackMenuItem.php | 54 public function getSvg() function in ComboStrap\\CallStackMenuItem
|
/plugin/switchpanel/ |
H A D | syntax.php | 358 return $sClassName::getSvg( $oCase, $iX, $iY, $opt ); 392 …$sSvg .= switchpanel_screw_none::getSvg( $opt[ 'elementSeparatorWidth' ], $iPosHeightScrew, $opt ). 393 …switchpanel_screw_none::getSvg( ( $iWidthSvg - $opt[ 'elementSeparatorWidth' ] - $opt[ 'screwWidth… 443 $sSvg .= switchpanel_text_none::getSvg( $oElement, $iIndexX, $iIndexY, $opt, $iWidthSvg );
|
/plugin/combo/ComboStrap/ |
H A D | AnalyticsMenuItem.php | 58 public function getSvg(): string function in ComboStrap\\AnalyticsMenuItem
|
H A D | CacheMenuItem.php | 68 public function getSvg(): string function in ComboStrap\\CacheMenuItem
|
H A D | MetaManagerMenuItem.php | 68 public function getSvg(): string function in ComboStrap\\MetaManagerMenuItem
|
H A D | BacklinkMenuItem.php | 68 public function getSvg(): string function in ComboStrap\\BacklinkMenuItem
|
H A D | QualityMenuItem.php | 97 public function getSvg(): string function in ComboStrap\\QualityMenuItem
|
H A D | HistoricalBreadcrumbMenuItem.php | 134 public function getSvg(): string function in ComboStrap\\HistoricalBreadcrumbMenuItem
|
H A D | SlotManagerMenuItem.php | 95 public function getSvg(): string function in ComboStrap\\SlotManagerMenuItem
|
/plugin/stale/ |
H A D | Menuitem.php | 72 public function getSvg() function in dokuwiki\\plugin\\stale\\StaleMenuItem
|
/plugin/menuext/ |
H A D | MenuExtItem.php | 46 public function getSvg() function in dokuwiki\\plugin\\menuext\\MenuExtItem
|
/plugin/batchedit/ |
H A D | interface.php | 317 $action .= $this->getSvg($iconId); 371 print('<td class="be-arrow">' . $this->getSvg('slide-arrow-right') . '</td>'); 746 private function getSvg($id) { 737 private function getSvg($id) { global() function in BatcheditInterface
|
/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 838 var svg = Utils.getSvg(elementOrSelector) 1104 , getSvg: function(elementOrSelector) {
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 226 var svgRoot = graph.getSvg(bg, 1, 0, false, null, true, null, null, null);
|