Searched full:standard (Results 1 – 25 of 1700) sorted by relevance
12345678910>>...68
14 'AUS Central Standard Time' => 'Australia/Darwin',15 'AUS Eastern Standard Time' => 'Australia/Sydney',16 'Afghanistan Standard Time' => 'Asia/Kabul',17 'Alaskan Standard Time' => 'America/Anchorage',18 'Aleutian Standard Time' => 'America/Adak',19 'Altai Standard Time' => 'Asia/Barnaul',20 'Arab Standard Time' => 'Asia/Riyadh',21 'Arabian Standard Time' => 'Asia/Dubai',22 'Arabic Standard Time' => 'Asia/Baghdad',23 'Argentina Standard Time' => 'America/Buenos_Aires',[all …]
14 'AUS Central Standard Time' => 'Australia/Darwin',15 'AUS Eastern Standard Time' => 'Australia/Sydney',16 'Afghanistan Standard Time' => 'Asia/Kabul',17 'Alaskan Standard Time' => 'America/Anchorage',18 'Arab Standard Time' => 'Asia/Riyadh',19 'Arabian Standard Time' => 'Asia/Dubai',20 'Arabic Standard Time' => 'Asia/Baghdad',21 'Argentina Standard Time' => 'America/Buenos_Aires',22 'Atlantic Standard Time' => 'America/Halifax',23 'Azerbaijan Standard Time' => 'Asia/Baku',[all …]
22 BEGIN:STANDARD27 END:STANDARD34 BEGIN:STANDARD39 END:STANDARD46 BEGIN:STANDARD51 END:STANDARD58 BEGIN:STANDARD63 END:STANDARD70 BEGIN:STANDARD75 END:STANDARD[all …]
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
20 * in a standard.35 * The name of the coding standard we are generating docs for.45 * supplied coding standard.55 * @param string $standard The name of the coding standard to generate62 public function __construct($standard, array $sniffs=array()) argument64 $this->_standard = $standard;75 * standard file.87 * Retrieves the name of the standard we are generating docs for.99 * Generates the documentation for a standard.112 foreach ($standardFiles as $standard) {[all …]
35 * Generates the documentation for a standard.47 foreach ($standardFiles as $standard) {49 $doc->load($standard);70 $standard = $this->getStandard();72 echo "# $standard Coding Standard".PHP_EOL;98 * standard file.108 if ($node->nodeName === 'standard') {119 * Print a text block found in a standard.139 * Print a code comparison block found in a standard.
41 * Generates the documentation for a 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;156 * Print the table of contents for the standard.160 * @param array $standardFiles An array of paths to the XML standard files.169 foreach ($standardFiles as $standard) {171 $doc->load($standard);[all …]
43 * standard file.52 if ($node->nodeName === 'standard') {67 * standard file.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));86 * Print a text block found in a standard.132 * Print a code comparison block found in a standard.
2 <standard>4 …This standard covers all array declarations, regardless of the number and type of values contained…6 </standard>7 <standard>11 </standard>24 <standard>28 </standard>46 <standard>50 </standard>69 <standard>[all …]
9 $lang['counterstyle'] = 'Numerierungs-Stil der Einträge (Standard: none)';10 $lang['separator'] = 'Trenner zwischen Einträgen (Standard: +++ )';11 $lang['speed'] = 'Laufgeschwindigkeit (Standard: 6)';13 $lang['showBorder'] = 'Umrandung für den Ticker? (Standard: nein)';14 $lang['border'] = 'CSS-Stil für Rand (Standard: "0.5px dashed #000" )';17 $lang['height'] = 'Ticker Höhe (Standard: 2em)';
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`.
281 $defaults['standard'] = null;374 // If this is a phar file, check for the standard in the config.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);919 if ($values['standard'] === null) {920 $values['standard'] = $this->validateStandard(null);923 foreach ($values['standard'] as $standard) {[all …]
41 // Pacific Standard Time, translates to America/Los_Angeles (GMT-8 in January)47 TZID:Pacific Standard Time48 BEGIN:STANDARD53 END:STANDARD62 DTSTART;TZID=Pacific Standard Time:20120113T10000063 DTEND;TZID=Pacific Standard Time:20120113T11000096 BEGIN:STANDARD101 END:STANDARD
56 BEGIN:STANDARD61 END:STANDARD97 BEGIN:STANDARD102 END:STANDARD123 BEGIN:STANDARD128 END:STANDARD157 $tz = TimeZoneUtil::getTimeZone('Eastern Standard Time');241 BEGIN:STANDARD246 END:STANDARD282 BEGIN:STANDARD[all …]
109 $values['standard'] = $this->validateStandard($values['standard']);110 foreach ($values['standard'] as $standard) {111 if (PHP_CodeSniffer::isInstalledStandard($standard) === false) {112 // They didn't select a valid coding standard, so help them114 echo 'ERROR: the "'.$standard.'" coding standard is not installed. ';158 $phpcs->initStandard($values['standard'], $values['sniffs']);210 … echo ' and `svnlook cat ...` commands. The report is printed on standard output,'.PHP_EOL;211 echo ' however Subversion displays only standard error to the user, so in a'.PHP_EOL;
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