Home
last modified time | relevance | path

Searched defs:svg (Results 26 – 50 of 116) sorted by relevance

12345

/plugin/tplmod/
H A DMenuItem.php20 protected $svg = __DIR__ . '/06-revert_replay.svg'; variable in dokuwiki\\plugin\\tplmod\\MenuItem
/plugin/folded/
H A DMenuItemFolded.php17 protected $svg = DOKU_INC . 'lib/plugins/folded/menu-folded.svg'; variable in dokuwiki\\plugin\\folded\\MenuItemFolded
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js623 Element = function (node, svg) { argument
1208 R._engine.circle = function (svg, x, y, r) { argument
1217 R._engine.rect = function (svg, x, y, w, h, r) { argument
1226 R._engine.ellipse = function (svg, x, y, rx, ry) { argument
1235 R._engine.image = function (svg, src, x, y, w, h) { argument
1245 R._engine.text = function (svg, x, y, text) { argument
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php152 addChild(SimpleXMLElement $svg, $name, array $attributes = []) global() argument
[all...]
/plugin/menuext/
H A Dmenuext.json14 "svg": "google.svg", string
/plugin/diagrams/script/
H A DDiagramsMediaManager.js216 async #checkOverwrite(svg) { argument
H A DDiagramsForm.js178 onSaveEmbed(svg) { argument
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DDatamatrix.php43 public static function svg( function in jucksearm\\barcode\\Datamatrix
H A DPDF417.php43 public static function svg( function in jucksearm\\barcode\\PDF417
H A DBarcode.php51 public static function svg( function in jucksearm\\barcode\\Barcode
H A DQRcode.php51 public static function svg( function in jucksearm\\barcode\\QRcode
/plugin/svgedit/
H A Dsyntax.php51 …function svg_base64_encode($svg) { //create base64 encoded svg for use as svglink in svg_format_em…
/plugin/icon/
H A DSVG.php19 protected $svg; variable in dokuwiki\\plugin\\icon\\SVG
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …moz- -o- -ms- -khtml- ".split(" "),p="Webkit Moz O ms Khtml".split(" "),q={svg:"http://www.w3.org/… property in window.Modernizr.q
/plugin/captcha/
H A DEasySVG.php16 protected $svg; global() variable in EasySVG
/plugin/twofactorgoogleauth/
H A DQRCode.php61 static public function svg($data, $options = []) function in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js908 svg: childNode, property in group.clippings
1022 svg: svgs[ i1 ], property in AmCharts._this.capture.group
1043 svg: _this.setup.chart.legend.container.container, property in AmCharts._this.capture.group
1677 } )( group ), function( svg, obj ) { argument
H A Dexport.min.js1 …n||(AmCharts.translations["export"].en={"fallback.save.text":"CTRL + C to copy the data into the c…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js97 addDescription: function(svg, description) { argument
/plugin/callflow/
H A Draphael.js6356 Element = function (node, svg) { argument
6910 R._engine.circle = function (svg, x, y, r) { argument
6919 R._engine.rect = function (svg, x, y, w, h, r) { argument
6928 R._engine.ellipse = function (svg, x, y, rx, ry) { argument
6937 R._engine.image = function (svg, src, x, y, w, h) { argument
6947 R._engine.text = function (svg, x, y, text) { argument
/plugin/advrack/
H A Draphael.js6362 Element = function (node, svg) { argument
6916 R._engine.circle = function (svg, x, y, r) { argument
6925 R._engine.rect = function (svg, x, y, w, h, r) { argument
6934 R._engine.ellipse = function (svg, x, y, rx, ry) { argument
6943 R._engine.image = function (svg, src, x, y, w, h) { argument
6953 R._engine.text = function (svg, x, y, text) { argument
H A Djquery.qtip.js3156 };;PLUGINS.svg = function(api, svg, corner) function
/plugin/jdraw/lib/
H A Djgraphx.jar ... util/png/ com/mxgraph/util/svg/ com/mxgraph/view/ com/mxgraph ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js518 …var svg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" widt… variable
2016 svg = this.getFileData(false, true, null, mxUtils.bind(this, function(svg) argument
5131 saveFn = (saveFn != null) ? saveFn : mxUtils.bind(this, function(svg) argument
7545 mermaid.mermaidAPI.render('geMermaidOutput-' + new Date().getTime(), data, function(svg) argument
11715 mxUtils.bind(this, function(svg) argument
12312 var postResult = mxUtils.bind(this, function(svg) argument
14889 EditorUi.prototype.createSvgDataUri = function(svg) argument
H A DEditor.js2368 Editor.prototype.isDataSvg = function(svg) argument
2681 Editor.createSvgDataUri = function(svg) argument
8616 …var svg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" widt… variable

12345