Home
last modified time | relevance | path

Searched refs:standard (Results 226 – 250 of 312) sorted by last modified time

12345678910>>...13

/plugin/timetrack/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/inlineedit/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md447 a de-facto standard. To achieve this, non-free programs must be
H A DCHANGES.md461 …* Drag and drop of inline and block widgets was integrated with the standard clipboard APIs. By li…
478 …* No Internet Explorer browser supports the standard clipboard API which results in small glitches…
779 ….ckeditor.com/ticket/11567)). This change should not have any impact on standard scenarios, but if…
/plugin/cssperpage/demo/
H A Ddemo.txt18 This is a list with an image marker instead of the standard bullet:
/plugin/autogroup/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/wavedrom/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml37 # test against standard markdown spec
/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS25 as standard markup for DokuWiki code blocks.
/plugin/fckg/fckeditor/
H A Dlicense.txt405 a de-facto standard. To achieve this, non-free programs must be
/plugin/fckg/
H A DChanges60 considerably superior to the standard table-handling parser.
/plugin/davcard/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/nssearch/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md4 …etect violations of a defined coding standard, and a second `phpcbf` script to automatically corre…
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:
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 …]
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
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));
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 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') {
/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/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php3924 public $standard; variable in Google_ThumbnailDetails
3949 public function setStandard(Google_Thumbnail $standard) { argument
3950 $this->standard = $standard;
3953 return $this->standard;
/plugin/nonblank/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which removes the single line break betwe…

12345678910>>...13