Home
last modified time | relevance | path

Searched refs:describe (Results 1 – 25 of 58) sorted by relevance

123

/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Doptions.js127 describe: 'set output format backend', property
132 describe: 'document type to use when converting document', property
137 describe: 'output file (default: based on path of input file) use \'\' to output to STDOUT', property
142describe: 'set safe mode level explicitly, disables potentially dangerous macros in source files, … property
147 describe: 'suppress enclosing document structure and output an embedded document', property
152 describe: 'suppress enclosing document structure and output an embedded document', property
158 describe: 'auto-number section titles in the HTML backend disabled by default',
164describe: 'base directory containing the document and resources (default: directory of source file… property
170 describe: 'destination output directory (default: directory of source file)', property
175 describe: 'set minimum logging level that triggers non-zero exit code',
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Duglifyjs22 .describe("source-map", "Specify an output file where to generate source map.")
23 … .describe("source-map-root", "The path to the original source to be included in the source map.")
24 ….describe("source-map-url", "The path to the source map to be added in //# sourceMappingURL. Defa…
25 ….describe("source-map-inline", "Write base64-encoded source map to the end of js output. Disabled…
26 ….describe("source-map-include-sources", "Pass this flag if you want to include the content of sour…
27 ….describe("in-source-map", "Input source map, useful if you're compressing JS that was generated f…
28 … .describe("screw-ie8", "Do not support Internet Explorer 6/7/8. This flag is enabled by default.")
29 .describe("support-ie8", "Support non-standard Internet Explorer 6/7/8 javascript.")
30 .describe("expr", "Parse a single expression, rather than a program (for parsing JSON)")
31 .describe("p", "Skip prefix for original filenames that appear in source maps. \
[all …]
Dextract-props.js9 .describe("o", "Output file")
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/test/
Dcliui.js7 describe('cliui', function () {
8 describe('div', function () {
64 describe('_columnWidths', function () {
121 describe('alignment', function () {
166 describe('padding', function () {
214 describe('wrap', function () {
230 describe('span', function () {
299 describe('layoutDSL', function () {
/plugin/asciidocjs/node_modules/constantinople/test/
Dindex.js6 describe('isConstant(src)', function() {
44 describe('toConstant(src)', function() {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js225 self.describe = function (key, desc) { function
227 usage.describe(key, desc)
268 var desc = opt.describe || opt.description || opt.desc
270 self.describe(key, desc)
309 self.describe(versionOpt, msg || 'Show version number')
317 self.describe(opt, msg || 'Show help')
DREADME.md283 Ye can describe parameters fer help messages and set aliases. Yargs figures
298 .describe('f', 'Load a file')
438 .describe(key, desc)
443 Optionally `.describe()` can take an object that maps keys to descriptions.
450 Instead of chaining together `.alias().demand().default().describe().string()`, you can specify
461 describe: 'x marks the spot',
487 describe: 'x marks the spot',
695 .describe('f', 'Load a file')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
DTAP.php211 PHPUnit_Util_Test::describe($test)
231 PHPUnit_Util_Test::describe($test),
DJSON.php188 $this->currentTestName = PHPUnit_Util_Test::describe($test);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dusage.js70 self.describe = function (key, desc) { function
73 self.describe(k, key[k])
245 if (descriptions[alias]) self.describe(key, descriptions[alias])
/plugin/ruby/
Dplugin.info.txt6 desc Add ruby (normally used to display Japanese Kana on Chinese characters to describe how to read…
/plugin/findologicxmlexport/vendor/sebastian/version/
DREADME.md42 … repository and `$release` is in `X.Y.Z` format then the output of `git describe --tags` is return…
43 …n a string is returned that begins with `X.Y` and ends with information from `git describe --tags`.
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js108 self.describe = function describe(keyOrKeys, desc) { function
111 self.describe(k, desc);
116 self.describe(k, keyOrKeys[k]);
401 self.describe(key, descriptions[alias]);
Dyargs-factory.js136 …this.describe(__classPrivateFieldGet(this, _YargsInstance_helpOpt, "f"), msg || __classPrivateFiel…
148 …this.describe(showHiddenOpt, msg || __classPrivateFieldGet(this, _YargsInstance_usage, "f").deferY…
253 …this.describe(key, msg || __classPrivateFieldGet(this, _YargsInstance_usage, "f").deferY18nLookup(…
370 describe(keys, description) {
373 __classPrivateFieldGet(this, _YargsInstance_usage, "f").describe(keys, description);
660 const desc = opt.describe || opt.description || opt.desc;
661 this.describe(key, desc);
941 this.describe(__classPrivateFieldGet(this, _YargsInstance_versionOpt, "f"), msg);
Dcommand.js381 extractDesc({ describe, description, desc }) { argument
382 for (const test of [describe, description, desc]) {
/plugin/matrixnotifierwas/vendor/psr/http-factory/
DREADME.md6 … a HTTP Factory implementation of its own. It is merely interfaces that describe the components of…
/plugin/matrixnotifierwas/vendor/psr/http-client/
DREADME.md6 …a HTTP Client implementation of its own. It is merely abstractions that describe the components of…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
DTest.php99 $tmp = PHPUnit_Util_Test::describe($test, false);
/plugin/indexmenu2/cms/modifiers/roundednode/
Dmod.css2 * Styles describe menu items with rounded corners
/plugin/asciidocjs/node_modules/yargs/
DREADME.md94 describe: 'port to bind on',
134 describe: 'a list of files to do something with'
/plugin/openlayersmap/lang/en/
Dhelp.txt21 //It's possible that some of the functions or buttons describe above have been disabled by the page…
/plugin/authldaplocal/
DREADME.md7 As I am in the same situation as describe above I have used for more than two years a self-develope…
/plugin/asciidocjs/node_modules/yargs/build/
Dindex.cjs1describe:t,description:e,desc:s}){for(const i of[t,e,s]){if("string"==typeof i||!1===i)return i;d(…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php521 PHPUnit_Util_Test::describe($test)
/plugin/redissue/
DREADME.md22 # Go to last version. Use "git describe --abbrev=0" to see last tag.

123