Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/plugin/diagramsnet/lib/WEB-INF/lib/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
DMarkdown.php47 foreach ($standardFiles as $standard) {
49 $doc->load($standard);
70 $standard = $this->getStandard();
72 echo "# $standard Coding Standard".PHP_EOL;
108 if ($node->nodeName === 'standard') {
DHTML.php54 foreach ($standardFiles as $standard) {
56 $doc->load($standard);
78 $standard = $this->getStandard();
81 echo " <title>$standard Coding Standards</title>".PHP_EOL;
150 echo " <h1>$standard Coding Standards</h1>".PHP_EOL;
169 foreach ($standardFiles as $standard) {
171 $doc->load($standard);
DGenerator.php55 * @param string $standard The name of the coding standard to generate
62 public function __construct($standard, array $sniffs=array()) argument
64 $this->_standard = $standard;
112 foreach ($standardFiles as $standard) {
114 $doc->load($standard);
DText.php74 $standard = $this->getStandard();
77 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
78 echo strtoupper(PHP_EOL."| $standard CODING STANDARD: $title |".PHP_EOL);
79 echo str_repeat('-', (strlen("$standard CODING STANDARD: $title") + 4));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DCLI.php375 $standard = PHP_CodeSniffer::getConfigData('standard');
376 if ($standard !== null) {
377 $defaults['standard'] = $standard;
801 } else if (substr($arg, 0, 9) === 'standard=') {
804 $this->values['standard'] = explode(',', $standards);
923 foreach ($values['standard'] as $standard) {
925 $standard,
936 foreach ($values['standard'] as $standard) {
937 if (PHP_CodeSniffer::isInstalledStandard($standard) === false) {
940 echo 'ERROR: the "'.$standard.'" coding standard is not installed. ';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DThumbnailDetails.php92 public function setStandard(Thumbnail $standard) argument
94 $this->standard = $standard;
101 return $this->standard;
/plugin/asciidocjs/node_modules/inherits/
DREADME.md1 Browser-friendly inheritance fully compatible with standard node.js
4 This package exports standard `inherits` from node.js `util` module in
8 implementation is a literal copy of standard one located in standalone
12 While keeping you sure you are using standard `inherits`
28 // then use exactly as the standard one
34 neither with 2.0 nor with standard node.js `inherits`.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php540 $standard = $installed;
542 $standard = self::realpath($standards[0]);
543 if (is_dir($standard) === true
544 && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true
546 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml');
550 $sniffs = $this->_expandRulesetReference($restrictions[0], dirname($standard));
553 foreach ($standards as $standard) {
554 $installed = $this->getInstalledStandardPath($standard);
556 $standard = $installed;
558 $standard = self::realpath($standard);
[all …]
DCONTRIBUTING.md4 …e to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding standard and that the PHP\…
9 Which should give you no output, indicating that there are no coding standard errors. And then:
/plugin/asciidocjs/node_modules/is-buffer/
DREADME.md1 …wnloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
9 [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
10 [standard-url]: https://standardjs.com
/plugin/asciidocjs/node_modules/y18n/
DREADME.md4 [![js-standard-style][standard-image]][standard-url]
126 [standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
127 [standard-url]: https://github.com/feross/standard
/plugin/simplemap/
DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/asciidocjs/node_modules/ansi-regex/
Dreadme.md55 ### Why do you test for codes not in the ECMA 48 standard?
57standard or manufacturer specific codes. We test for both standard and non-standard codes, as most…
/plugin/jplayer/vendor/mustache/mustache/
DCONTRIBUTING.md24 * Use `phpcs --standard=PSR2` to check your changes against the coding standard.
34 …* [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
Dphpcs-svn-pre-commit110 foreach ($values['standard'] as $standard) {
111 if (PHP_CodeSniffer::isInstalledStandard($standard) === false) {
114 echo 'ERROR: the "'.$standard.'" coding standard is not installed. ';
/plugin/today/
H A DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/dx/
DREADME.md10 … [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit …
17 npx standard-version
/plugin/yalist/
DREADME.md8 - ordered list item [<ol><li>] <!-- as standard syntax -->
9 * unordered list item [<ul><li>] <!-- as standard syntax -->
19 Lists can be nested within lists, just as in the standard DokuWiki syntax.
/plugin/asciidocjs/node_modules/yargs/
DREADME.md13 [![js-standard-style][standard-image]][standard-url]
196 [standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
197 [standard-url]: http://standardjs.com/
/plugin/pureldap/
H A Dcomposer.lock30 "slevomat/coding-standard": "~7.0",
32 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0"
94 "slevomat/coding-standard": "~7.0",
97 "symplify/easy-coding-standard": "^6.1|^7.3|^9.0"
152 "symplify/easy-coding-standard": "^6.1"
/plugin/yearbox/
DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D179f0a3e84ff4bbac18787a018eabf89.asciidoc11 'analyzer' => 'standard',
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md75 css is written to standard out:
80 the argument is left off, from standard in:
89 Errors from watch mode are written to standard out.
/plugin/asciidocjs/node_modules/cliui/
DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
121 * adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff8…

12345678910>>...16