Home
last modified time | relevance | path

Searched refs:svg (Results 276 – 300 of 2339) sorted by path

1...<<11121314151617181920>>...94

/plugin/copypage/
H A DMenuItem.php20 protected $svg = __DIR__ . '/images/content-copy.svg'; variable in dokuwiki\\plugin\\copypage\\MenuItem
/plugin/copypage/images/
H A DREADME.md18 ## content-copy.svg
20 `content-copy.svg` is from Google Material Design Icons licenced under [Apache License 2.0](https:/…
/plugin/custombuttons/
H A Dadmin.svg1svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" wi…
/plugin/data-au/
H A Dadmin.svg1svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M21 16.…
/plugin/data/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
3 </svg>
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css4 …opentype'), url('?sabreAction=asset&assetName=openiconic/open-iconic.svg#iconic-sm') format('svg');
/plugin/davcal/vendor/sabre/event/
H A DREADME.md28 | master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://tra…
29 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis…
30 | 1.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis…
31 | php53 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://trav…
/plugin/davcal/vendor/sabre/http/
H A DREADME.md33 | master | [![Build Status](https://travis-ci.org/fruux/sabre-http.svg?branch=master)](https://trav…
34 | 3.0 | [![Build Status](https://travis-ci.org/fruux/sabre-http.svg?branch=3.0)](https://travis-…
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md33 | master | [![Build Status](https://travis-ci.org/fruux/sabre-uri.svg?branch=master)](https://travi…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/davcal/vendor/sabre/xml/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/fruux/sabre-xml.svg?branch=master)](http://travis-ci.…
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/deeplautotranslate/
H A DMenuItem.php19 protected $svg = __DIR__ . '/img/translate.svg'; variable in dokuwiki\\plugin\\deeplautotranslate\\MenuItem
/plugin/deletehistory/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" w…
3 </svg>
/plugin/deletepagebutton/
H A DDeletePageButton.php23 protected $svg = __DIR__ . '/images/trash-can-outline.svg'; variable in dokuwiki\\plugin\\deletepagebutton\\DeletePageButton
/plugin/dev/
H A DSVGIcon.php15 'mdi' => "https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/%s.svg",
16 'fab' => "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/brands/%s.svg",
17 'fas' => "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/%s.svg",
18 'fa' => "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/regular/%s.svg",
19 'twbs' => "https://raw.githubusercontent.com/twbs/icons/main/icons/%s.svg",
61 $save = $icon['name'] . '.svg';
136 $svg = $dom->getElementsByTagName('svg')->item(0);
139 if (!$svg
[all...]
H A Dcli.php67 $options->registerArgument('output', 'File to save, defaults to <name>.svg in current dir', false,
403 $svg = new SVGIcon($this);
404 $svg->keepNamespace($keep);
405 return (int)$svg->downloadRemoteIcon($ident, $save);
416 $svg = new SVGIcon($this);
417 $svg->keepNamespace($keep);
421 $ok = $ok && $svg->cleanSVGFile($file);
/plugin/diagrams/action/
H A Daction.php55 if (!array_key_exists('svg', $mime) || $mime['svg'] !== 'image/svg+xml') {
80 $svg = $INPUT->str('svg'); // raw svg
88 if (!$this->helper->isDiagram($svg)) {
104 $cacheName = getCacheName($svg, '.diagrams.png');
153 $download = $media ? str_replace('.svg', '.png', $media) : $id . ".png";
H A Dembed.php64 $svg = rawWiki($id);
65 $svg = substr($svg, $pos, $len);
66 if (!$this->helper->isDiagram($svg)) {
72 header('Content-Type: image/svg+xml');
73 echo $svg;
90 $svg = $INPUT->str('svg');
110 if (!$this->helper->isDiagram($svg)) {
116 $new = substr($original, 0, $pos) . $svg
[all...]
/plugin/diagrams/
H A Ddeleted.files6 drawing.svg
H A Dhelper.php19 $svg = file_get_contents($file, false, null, 0, 500);
20 return $this->isDiagram($svg);
28 * @param string $svg The raw SVG data (first 500 bytes are enough)
31 public function isDiagram($svg) argument
33 $svg = substr($svg, 0, 500); // makes checking a tiny bit faster
34 $svg = preg_replace('/<\?xml.*?>/', '', $svg);
35 $svg = preg_replace('/<!--.*?-->/', '', $svg);
[all...]
/plugin/diagrams/img/
H A Ddiagramsnet.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 161.6 161.6">
5 </svg>
/plugin/diagrams/parser/
H A DDiagramsNode.php46 $svg = $this->data['attrs']['url'];
47 if (substr($svg, 0, 26) !== 'data:image/svg+xml;base64,') {
48 throw new \Exception('bad data uri "' . substr($svg, 0, 26) . '"');
50 $svg = base64_decode(substr($svg, 26));
51 return $openingTag . $svg . "</diagram>";
/plugin/diagrams/script/
H A DDiagramsEditor.js4 * @param {string} svg The SVG data to save
37 #svg = ''; field in DiagramsEditor
57 this.#saveCallback = (svg) => this.#saveMediaFile(mediaid, svg);
66 this.#svg = await response.text();
80 this.#saveCallback = (svg) => this.#saveEmbed(pageid, position, length, svg);
94 this.#svg = await response.text();
107 * @param {string} svg The SVG raw data to edit, empty for new file
110 editMemory(svg, callbac argument
123 saveMediaFile(mediaid, svg) global() argument
146 saveEmbed(pageid, position, length, svg) global() argument
172 savePngCache(svg, png) global() argument
[all...]

1...<<11121314151617181920>>...94