Home
last modified time | relevance | path

Searched refs:exported (Results 1 – 25 of 66) sorted by relevance

123

/plugin/nsexport/lang/en/
Dintro.txt3exported pages will be exported as well. Affected pages are listed below, disable the checkbox to …
Dautointro.txt3 … like images or documents used in the exported pages will be exported as well. Depending on the am…
/plugin/latexit/tests/
Dscript7 wget -O exported/test${i}_exported.latex $URL
10 diff -bB --ignore-all-space exported/test${i}_exported.latex my/test${i}.latex >> log
14 …wget -O exported/projekt_exported.latex 'http://localhost/_bp/doku.php?id=projects:industry:profin…
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js96 if (this.exported) return true;
145 var exported = false;
150 var save_exported = exported;
151 exported = tw.parent() instanceof AST_ExportDeclaration;
153 exported = save_exported;
163 var save_exported = exported;
164 exported = tw.parent() instanceof AST_ExportDeclaration;
166 exported = save_exported;
170 var save_exported = exported;
171 exported = tw.parent() instanceof AST_ExportDeclaration;
[all …]
Dmozilla-ast.js324 aliases: [ M.exported ? from_moz_alias(M.exported) : new AST_String({
371 aliases.push(from_moz_alias(prop.exported));
387 sym.alias = from_moz_alias(prop.exported);
821 exported: M.aliases[0].value == "*" ? null : to_moz_alias(M.aliases[0]),
832 exported: to_moz_alias(M.aliases[i]), property
852 exported: to_moz_alias(prop.alias), property
/plugin/asciidocjs/node_modules/yargs/build/lib/utils/
Dwhich-module.js1 export default function whichModule(exported) { argument
6 if (mod.exports === exported)
/plugin/symbols4odt/
Dplugin.info.txt6 …hat can be exported into ODT files with the odt plugin. For example, the plugin can create checkbo…
Ddokuwiki_plugin_page.wiki4 …hat can be exported into ODT files with the odt plugin. For example, the plugin can create checkbo…
32 …allows for the insertion of symbols that work both on wiki pages, as well as in exported ODT files.
DREADME3 Provides Soft Hyphens for both wiki pages and ODT files exported by the odt plugin..
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dexperimental.js69 exported: { property
79 exported: { property
/plugin/asciidocjs/node_modules/jake/lib/
Dloader.js67 let exported = require(filePath);
68 for (let [key, value] of Object.entries(exported)) {
/plugin/asciidocjs/node_modules/nunjucks/src/
Denvironment.js334 this.exported = []; property
375 this.exported.push(name);
379 var exported = {};
380 this.exported.forEach(function (name) {
381 exported[name] = _this5.ctx[name];
383 return exported;
/plugin/nsexport/packer/ziphtml/
Dexport.css2 * Add custom CSS to be applied in exported files here
/plugin/advanced/lang/en/
Dimport.txt3 Use this page to import (or deploy) DokuWiki pages exported with [[this>?do=admin&page=advanced_exp…
/plugin/siteexport/
DREADME.md24 * **Wiki Path and name for exported ZIP file:**<br>
27 A regular expression to define paths that should not be exported
29 …port is finished for all pages (the time should be long enough to have at least one page exported).
51 You can define a higher namespace which will result in the structure below being exported with pote…
56 How many pages should be exported?
79 Adds all parameters to the links in exported pages - which may make sense when using JavaScript tha…
118 Here you can add additional variables that will be given to exported page. This can help to create …
125 Now: Hit start and your pages will be exported.
/plugin/asciidocjs/node_modules/@types/babel-types/
DREADME.md8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel…
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md11 Don't expect semicolons after default-exported functions or classes,
72 exported.
265 Fix bug where the walker walked an exported `let` statement as an
/plugin/asciidocjs/node_modules/lodash/
DREADME.md3 The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
/plugin/odtsupport/
Ddokuwiki_plugin_page.wiki79 Relay a properly addressed metadata value of the wiki page into a field in an exported ODT file. (R…
85 …of last modification") and writes it into the field "last_changedate" within the exported ODT file.
94 Take the page's namespace(s) and pagename to create an MD2 hash value and write it to an exported O…
/plugin/asciidocjs/node_modules/pug-runtime/
DCHANGELOG.md27 - Internal variables, or variables or functions that were not exported but
/plugin/api/
DREADME.md44 If you want relative URL in the exported HTML. See https://www.dokuwiki.org/config:canonical
/plugin/asciidocjs/node_modules/@types/babylon/
DREADME.md8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babyl…
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md125 backgroundColor | #FFFFFF | RGB code of the color for the background of the exported image
138 exportFields | [] | If set, only fields in this array will be exported ( data export only )
564 your exported images.
569 var text = new fabric.Text("This is shown on exported image only", {
584 var text = new fabric.Text("This is shown on exported image only", {
627 exportFields | [] | If set, only fields in this array will be exported ( data export only )
652 Each item in `content` represents either a text line (string) or an exported
658 To include exported image, use `image: "reference"`.
904 * Fixed: Zeroes were being exported to data formats as empty strings rather than numbers
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md165 Ensure takeDecorators is called on exported class ([#358](https://github.com/babel/babylon/pull/358…
554 Fix: Check for duplicate named exports in exported destructuring assignments ([#144](https://github…
557 // `foo` has already been exported. Exported identifiers must be unique. (2:20)
562 Fix: Check for duplicate named exports in exported rest elements/properties ([#164](https://github.…
565 // `foo` has already been exported. Exported identifiers must be unique. (2:22)
665 SyntaxError: ./typography.js: `undefined` has already been exported. Exported identifiers must be u…
683 `toString` has already been exported. Exported identifiers must be unique. (1:7)
704 // `Foo` has already been exported. Exported identifiers must be unique. (2:0)
/plugin/asciidocjs/node_modules/babel-types/lib/
Dvalidators.js189 …tSpecifier(specifier) || t.isIdentifier(specifier.imported || specifier.exported, { name: "default…

123