Home
last modified time | relevance | path

Searched refs:export (Results 201 – 225 of 243) sorted by path

12345678910

/plugin/odt/ODT/
H A DODTDefaultStyles.php133 public function export($root_element) { function in ODTDefaultStyles
H A DODTExport.php30 $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');
H A Dstyleset.php35 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 (isset($export)) {
153 foreach ($export as $style) {
/plugin/odt/
H A DREADME.txt3 This plugin lets you export wiki pages to ODT, the OpenDocument Text format as
H A Dstyle.css5 /* export icon */
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki13 tags : export, odt
/plugin/openlayersmap/ol7/
H A DREADME.md
H A Dol.js.map
/plugin/passpolicy/
H A D10k-common-passwords.txt8173 export
H A Dwords.txt1197 export
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1export","toLength","context","STARTS_WITH","$startsWith","startsWith","that","index","search","cor…
H A Dpdf.worker.js.map1export","toLength","STARTS_WITH","$startsWith","startsWith","that","index","search","core","hide",…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt36 import and export among themselves.
131 3: Formats: import and export
134 and the "export" format. These are the two different ways of formatting the
194 Several parts of the export format deal with exact descriptions of line and
196 reason for these restrictions on the export format are to allow the
205 3.2.4: Reduced export format
207 A PGN game represented using export format is said to be in "reduced export
673 There are two export format move number indication formats, one for use
830 8.2.3.7: Import and export SAN
1517 export and can be used to "regularize" PGN data into reduced export format by
[all …]
/plugin/pirate/
H A Dplugin.info.txt7 desc Pirate export filter, me matey! Arrrr!
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md79 * Development files were added to the `.gitattributes` as `export-ignore` so
/plugin/revealjs/
H A DREADME.md365 PDF export
368 …`&print-pdf` to the URL. When you are able to edit the page, there is a export PDF link rendered …
380 …are supported for PDF export. Check also the [Reveal.js PDF export documentation](https://github.…
H A Dchangelog.md47 …to edit the page, then a export to PDF link is rendered under the start slideshow button - this is…
77 [0]: https://github.com/hakimel/reveal.js#pdf-export
H A Dprint.css3 .dokuwiki .slide-export-link,
H A Dstyle.css3 .dokuwiki .slide-export-link,
27 .dokuwiki .slide-export-link,
/plugin/revealjs/css/print/
H A Dpdf.css5 * https://github.com/hakimel/reveal.js#pdf-export
/plugin/semantic/
H A Daction.php97 $export = $INPUT->str('export');
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml50 export PHANTOMJS_VERSION=2.1.1
51 export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH
H A Dyarn.lock347 babel-plugin-syntax-export-extensions@^6.8.0:
349 …ed "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-expor…
591 babel-plugin-transform-export-extensions@^6.3.13:
593 …https://registry.yarnpkg.com/babel-plugin-transform-export-extensions/-/babel-plugin-transform-exp…
595 babel-plugin-syntax-export-extensions "^6.8.0"
667 babel-plugin-transform-export-extensions "^6.3.13"
/plugin/siteexport/
H A DREADME.md13 * [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/siteexport/lang/en/
H A Dintro.txt3 This page allows you to export your whole site into any format that you have a renderer for.

12345678910