Searched refs:standard (Results 1 – 25 of 400) sorted by relevance
12345678910>>...16
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
47 foreach ($standardFiles as $standard) {49 $doc->load($standard);70 $standard = $this->getStandard();72 echo "# $standard Coding Standard".PHP_EOL;108 if ($node->nodeName === 'standard') {
54 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);
55 * @param string $standard The name of the coding standard to generate62 public function __construct($standard, array $sniffs=array()) argument64 $this->_standard = $standard;112 foreach ($standardFiles as $standard) {114 $doc->load($standard);
74 $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));
375 $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 …]
92 public function setStandard(Thumbnail $standard) argument94 $this->standard = $standard;101 return $this->standard;
1 Browser-friendly inheritance fully compatible with standard node.js4 This package exports standard `inherits` from node.js `util` module in8 implementation is a literal copy of standard one located in standalone12 While keeping you sure you are using standard `inherits`28 // then use exactly as the standard one34 neither with 2.0 nor with standard node.js `inherits`.
540 $standard = $installed;542 $standard = self::realpath($standards[0]);543 if (is_dir($standard) === true544 && is_file(self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml')) === true546 $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 …]
4 …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:
1 …wnloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]9 [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg10 [standard-url]: https://standardjs.com
4 [![js-standard-style][standard-image]][standard-url]126 [standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg127 [standard-url]: https://github.com/feross/standard
3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
55 ### Why do you test for codes not in the ECMA 48 standard?57 …standard or manufacturer specific codes. We test for both standard and non-standard codes, as most…
24 * 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…
110 foreach ($values['standard'] as $standard) {111 if (PHP_CodeSniffer::isInstalledStandard($standard) === false) {114 echo 'ERROR: the "'.$standard.'" coding standard is not installed. ';
10 … [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit …17 npx standard-version
8 - 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.
13 [![js-standard-style][standard-image]][standard-url]196 [standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg197 [standard-url]: http://standardjs.com/
30 "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"
11 'analyzer' => 'standard',
75 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.
3 …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…