/plugin/amcharts/assets/amcharts/plugins/export/ |
H A D | export.css | 198 .amcharts-export-menu .export-main > a, .amcharts-export-menu .export-drawing > a, .amcharts-export… 215 .amcharts-export-menu .export-drawing > a { 218 .amcharts-export-menu .export-main:hover, .amcharts-export-menu .export-drawing:hover { 221 …export-menu.amcharts-export-menu-bottom-left .export-main:hover, .amcharts-export-menu.amcharts-ex… 225 .amcharts-export-menu .export-main:hover > a { 228 .amcharts-export-menu .export-drawing:hover > a { 231 .amcharts-export-menu .export-close > a, 232 .amcharts-export-menu .export-close:hover > a { 240 .amcharts-export-menu .export-drawing-color { 320 .amcharts-export-menu .export-drawing-shape a { [all …]
|
H A D | README.md | 28 <script src="amcharts/plugins/export/export.min.js"></script> 46 "export": { 57 "export": { 171 "export": { 208 "export": { 236 "export": { 256 "export": { 274 "export": { 290 "export": { 303 "export": { [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/ |
H A D | README.md | 30 print $exporter->export(new Exception); 44 print $exporter->export(46); 47 print $exporter->export(4.0); 50 print $exporter->export('hello, world!'); 53 print $exporter->export(false); 56 print $exporter->export(acos(8)); 59 print $exporter->export(log(0)); 62 print $exporter->export(null); 65 print $exporter->export(fopen('php://stderr', 'w')); 106 print $exporter->export($array); [all …]
|
/plugin/findologicxmlexport/ |
H A D | README.md | 3 …uwiki-plugin-findologic-xml-export.svg?branch=master)](https://travis-ci.org/findologic/dokuwiki-p… 4 …6e6162696c697479)](https://codeclimate.com/github/findologic/dokuwiki-plugin-findologic-xml-export) 5 …plugin-findologic-xml-export/branch/master/graph/badge.svg)](https://codecov.io/gh/findologic/doku… 10 …ps://raw.githubusercontent.com/findologic/dokuwiki-plugin-findologic-xml-export/master/composer.js… 20 …- If you want to export `keywords`/`tags` you will also need to install the [Tag Plugin](https://w… 33 …ugin-findologic-xml-export/raw/master/examples/example_admin.png](https://github.com/findologic/do… 35 - When opening the Plugin there is a link where you can directly access the XML export data. 40 … [submit an issue](https://github.com/findologic/dokuwiki-plugin-findologic-xml-export/issues/new)!
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
H A D | ArrayComparator.php | 59 $this->exporter->export($key), 74 $this->exporter->export($key), 79 $this->exporter->export($key), 85 $this->exporter->export($key), 93 $this->exporter->export($key), 106 $this->exporter->export($key),
|
H A D | SplObjectStorageComparator.php | 48 $this->exporter->export($expected), 49 $this->exporter->export($actual), 61 $this->exporter->export($expected), 62 $this->exporter->export($actual),
|
H A D | ScalarComparator.php | 68 $this->exporter->export($expected), 69 $this->exporter->export($actual), 84 $this->exporter->export($actual), 85 $this->exporter->export($expected)
|
H A D | ObjectComparator.php | 48 $this->exporter->export($expected), 49 $this->exporter->export($actual), 53 $this->exporter->export($actual),
|
H A D | ResourceComparator.php | 47 $this->exporter->export($expected), 48 $this->exporter->export($actual)
|
H A D | NumericComparator.php | 62 $this->exporter->export($actual), 63 $this->exporter->export($expected)
|
/plugin/siteexport/ |
H A D | README.md | 13 * [dw2pdf](https://www.dokuwiki.org/plugin:dw2pdf) for PDF export options 22 * **Try to export non-public pages:**<br> 23 …SiteExport only allows to export public pages. This option will allow to export non-public pages t… 34 * **Cache time for export:**<br> 37 ## How to export pages 43 Basic export options 48 #### Parent Namespace to export 59 Attemps to only export this one page. 86 Allows to export the pages with a different template than the default one. 112 ### Disable (JS/CSS) Plugins while export [all …]
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
H A D | CSVExporter.php | 17 $export = self::HEADING; 21 $export .= $item->getCsvFragment(); 24 return $export;
|
/plugin/odt/ODT/ |
H A D | styleset.php | 35 abstract public function export($element); function in ODTStyleSet 139 $export = NULL; 142 $export = &$this->styles; 145 $export = &$this->auto_styles; 148 $export = &$this->master_styles; 151 if ($export != NULL) { 153 foreach ($export as $style) {
|
H A D | ODTExport.php | 30 $autostyles = $params->styleset->export('office:automatic-styles'); 31 $commonstyles = $params->styleset->export('office:styles'); 32 $masterstyles = $params->styleset->export('office:master-styles'); 178 $autostyles = $params->styleset->export('office:automatic-styles'); 179 $commonstyles = $params->styleset->export('office:styles'); 180 $masterstyles = $params->styleset->export('office:master-styles');
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/ |
H A D | README.md | 1 # FINDOLOGIC export toolkit 10 This project provides a export library for XML and CSV generation according to the FINDOLOGIC expor… 16 Using the XML export is recommended by FINDOLOGIC. The XML is easier to read and has some advantage… 33 ### XML export
|
/plugin/siteexport/lang/fr/ |
H A D | intro.txt | 3 … page vous permet de réaliser un export de tout votre site dans les formats pour lesquels vous av…
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | ExceptionCode.php | 54 $this->exporter->export($other->getCode()), 55 $this->exporter->export($this->expectedCode)
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A D | Error.svelte | 2 export let classes = ''; 3 export let errorStore;
|
H A D | Card.svelte | 2 export let title = ''; 3 export let noPadding = false;
|
H A D | View.svelte | 56 export let code = ''; 57 export let configClasses = ''; 58 export let codeClasses = '';
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/ |
H A D | ExporterTest.php | 179 $this->trimNewline($this->exporter->export($value)) 263 $this->trimNewline($this->exporter->export($array)) 345 $this->exporter->export($value)
|
/plugin/revealjs/ |
H A D | style.css | 3 .dokuwiki .slide-export-link, 27 .dokuwiki .slide-export-link,
|
/plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
H A D | rrdiagram.js.map | 1 …export","type","source","key","own","out","exp","IS_FORCED","F","IS_GLOBAL","G","IS_STATIC","S","I…
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/ |
H A D | Exporter.php | 45 public function export($value, $indentation = 0) function in SebastianBergmann\\Exporter\\Exporter 105 $string = $this->export($value); 135 return $this->export($value);
|
/plugin/icalevents/ |
H A D | screen.css | 1 a.plugin-icalevents-export {
|