Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A 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') {
H A 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);
H A 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);
H A 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/
H A DCLI.php376 if ($standard !== null) {
377 $defaults['standard'] = $standard;
925 $standard,
1164 if ($standard === null) {
1166 $standard = 'PEAR';
1169 return explode(',', $standard);
1177 foreach ($standards as $standard) {
1180 $standard = $validStandard;
1185 $cleaned[] = $standard;
1200 public function explainStandard($standard) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DThumbnailDetails.php92 public function setStandard(Thumbnail $standard) argument
94 $this->standard = $standard;
101 return $this->standard;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php540 $standard = $installed;
543 if (is_dir($standard) === true
546 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml');
553 foreach ($standards as $standard) {
556 $standard = $installed;
558 $standard = self::realpath($standard);
559 if (is_dir($standard) === true
562 $standard = self::realpath($standard.DIRECTORY_SEPARATOR.'ruleset.xml');
1937 $generator = new $class($standard, $sniffs);
2294 $standard = self::realPath($standard);
[all …]
H A 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/today/
H A DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/simplemap/
H A DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/jplayer/vendor/mustache/mustache/
H A 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/
H A 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/dx/
H A DREADME.md10 … [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit …
17 npx standard-version
/plugin/yalist/
H A 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/dwtimeline/syntax/
H A Ddwtimeline.php151 public function checkValues($toCheck,$allowed,$standard) argument
156 return $standard;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.stickler.yml3 standard: 'build/phpcs.xml'
/plugin/yearbox/
H A DCHANGELOG.md3 …ect will be documented in this file. See [standard-version](https://github.com/conventional-change…
/plugin/davcard/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/webdavclient/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D179f0a3e84ff4bbac18787a018eabf89.asciidoc11 'analyzer' => 'standard',
/plugin/searchform/
H A DREADME.md4 Adds the standard search form to any page<br />
/plugin/davcal/vendor/sabre/vobject/
H A D.travis.yml17 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/menuext/
H A Dplugin.info.txt6 desc Extend any of the standard menus with custom links
/plugin/xbr/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which keeps your line-breaks.

12345678910>>...13