Home
last modified time | relevance | path

Searched refs:supports (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/
DREADME.md1 # node-supports-preserve-symlinks-flag <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
12 Determine if the current node version supports the `--preserve-symlinks` flag.
17 var supportsPreserveSymlinks = require('node-supports-preserve-symlinks-flag');
28 [package-url]: https://npmjs.org/package/node-supports-preserve-symlinks-flag
29 [npm-version-svg]: https://versionbadg.es/inspect-js/node-supports-preserve-symlinks-flag.svg
30 [deps-svg]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag.svg
31 [deps-url]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag
32 [dev-deps-svg]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag/dev-status.svg
33 [dev-deps-url]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag#info=devDepend…
34 [npm-badge-png]: https://nodei.co/npm/node-supports-preserve-symlinks-flag.png?downloads=true&stars…
[all …]
DCHANGELOG.md12 - Tests [`e2f59ad`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/e2f59…
13 - Initial commit [`dc222aa`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/com…
14 - [meta] do not publish workflow files [`5ef77f7`](https://github.com/inspect-js/node-supports-pres…
15 - npm init [`992b068`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/99…
16 - read me [`6c9afa9`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/6c9…
17 - Initial implementation [`2f98925`](https://github.com/inspect-js/node-supports-preserve-symlinks-…
18 - [meta] add `auto-changelog` [`6c476ae`](https://github.com/inspect-js/node-supports-preserve-syml…
19 … `@ljharb/eslint-config` [`d0fffc8`](https://github.com/inspect-js/node-supports-preserve-symlinks…
20 - Only apps should have lockfiles [`ab318ed`](https://github.com/inspect-js/node-supports-preserve-…
21 - [meta] add `safe-publish-latest` [`2bb23b3`](https://github.com/inspect-js/node-supports-preserve…
[all …]
/plugin/asciidocjs/node_modules/supports-color/
Dreadme.md1 # supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](ht…
3 > Detect whether a terminal supports color
9 $ npm install supports-color
16 const supportsColor = require('supports-color');
19 console.log('Terminal stdout supports color');
23 console.log('Terminal stdout supports 256 colors');
27 console.log('Terminal stderr supports 16 million colors (truecolor)');
54 - [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module
68 …<a href="https://tidelift.com/subscription/pkg/npm-supports-color?utm_source=npm-supports-color&ut…
/plugin/today/
H A DCHANGELOG.md9 * now supports also specifying the date-format for the link (allowing for partially dynamic namespa…
10 * now supports a `?do=today&namespace=foo:bar&format=Y-m-d` action that redirects to today's page
/plugin/fckg/
DREADME3 This version of fckgLite supports the Dokuwiki 'safe' file system encoding for non-Roman
4 character sets. It also supports url-style encoding, which was the encoding
7 This version also supports the the jQuery conversion which Dokuwiki made beginning
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dcomparison.test2 Twig supports comparison operators (==, !=, <, >, >=, <=)
Dgrouping.test2 Twig supports grouping of expressions
Dternary_operator_noelse.test2 Twig supports the ternary operator
Dternary_operator_nothen.test2 Twig supports the ternary operator
Dliterals.test2 Twig supports literals
Dunary.test2 Twig supports unary operators (not, -, +)
Dbitwise.test2 Twig supports bitwise operations
Dstrings.test2 Twig supports string interpolation
Dmatches.test2 Twig supports the "matches" operator
Darray_call.test2 Twig supports method calls
Ddivisibleby.test2 Twig supports the "divisible by" operator
Dternary_operator.test2 Twig supports the ternary operator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-args.phpt2 PHPT runner supports ARGS section
Dphpt-stdin.phpt2 PHPT runner supports STDIN section
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DClassPatchInterface.php32 public function supports(ClassNode $node); function
DReflectionClassNewInstancePatch.php31 public function supports(ClassNode $node) function in Prophecy\\Doubler\\ClassPatch\\ReflectionClassNewInstancePatch
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
Dphpt-xfail.phpt2 PHPT runner supports XFAIL section
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
Dendmacro_name.test2 "macro" tag supports name for endmacro
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
Din_with_objects.test2 Twig supports the in operator when using objects
/plugin/pagecss/
H A Dplugin.info.txt6 desc Allows custom per-page CSS injection using <pagecss> blocks. Auto-supports Wrap plugin class…

12345678910>>...14