| /plugin/combo/ComboStrap/Tag/ |
| H A D | WebCodeTag.php | 85 $codes = array(); 151 if (!isset($codes[$actualCodeType])) { 152 $codes[$actualCodeType] = ""; 167 $codes[$actualCodeType] = $codes[$actualCodeType] . $codeContent; 195 array_key_exists(WebCodeTag::MARKI_LANG, $codes) 196 && count($codes) === 1 204 WebCodeTag::CODES_ATTRIBUTE => $codes, 216 $codes = $data[WebCodeTag::CODES_ATTRIBUTE]; 230 if (sizeof($codes) == 0) { 241 if (array_key_exists(MermaidTag::MERMAID_CODE, $codes)) { [all …]
|
| /plugin/webcode/syntax/ |
| D | basis.php | 37 private $codes = array(); variable in syntax_plugin_webcode_basis 261 $codes = array(); 291 if (!array_key_exists($lowerCodeName, $codes)) { 292 $codes[$lowerCodeName] = $code; 294 $codes[$lowerCodeName] = $codes[$lowerCodeName] . $code; 319 return array($state, $matchedTextToRender, $codes, $useConsole); 372 $this->codes = array(); 381 $this->codes[$codeType] = $this->codes[$codeType] . $code[$codeType]; 405 if (sizeof($this->codes) == 0) { 409 if (array_key_exists('dw', $this->codes)) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/ |
| D | GuestUnitType.php | 26 public $codes; variable in Google\\Service\\MyBusinessLodging\\GuestUnitType 37 public function setCodes($codes) argument 39 $this->codes = $codes; 46 return $this->codes;
|
| /plugin/asciidocjs/node_modules/ansi-regex/ |
| D | readme.md | 3 > Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_cod… 39 Returns a regex for matching ANSI escape codes. 48 Default: `false` *(Matches any ANSI escape codes in a string)* 55 ### Why do you test for codes not in the ECMA 48 standard? 57 …codes we run as a test are codes that we acquired finding various lists of non-standard or manufac… 59 …codes were still pretty ungoverned and engineers used them for a multitude of things, namely to ac…
|
| /plugin/langdelete/lang/fr/ |
| D | guide.txt | 2 …liste complète des codes est consultable sur Wikipedia sous [[https://fr.wikipedia.org/wiki/Liste_… 4 Pour gardez plusieurs langues, séparez les codes avec des virgule comme ceci : ''en,fr,de''.
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/ |
| D | EanUpc.php | 136 $codes = [ 219 $seq .= $codes[$p[$i]][$upceCode[$i]]; 227 $seq .= $codes['A'][$code[$i]]; 232 $seq .= $codes[$p[$i - 1]][$code[$i]]; 237 $seq .= $codes['C'][$code[(int) $i]];
|
| D | EanExt.php | 53 $codes = [ 98 $seq .= $codes[$p[0]][$code[0]]; 101 $seq .= $codes[$p[$i]][$code[$i]];
|
| /plugin/asciidocjs/node_modules/ansi-styles/ |
| D | readme.md | 3 > [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling… 102 …codes (i.e. without the CSI escape prefix `\u001B[` and render mode postfix `m`) are available und… 107 console.log(style.codes.get(36)); 141 - [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating…
|
| D | index.js | 62 const codes = new Map(); 132 codes.set(style[0], style[1]); 142 value: codes,
|
| /plugin/langdelete/lang/ja/ |
| D | intro.txt | 6 …s of DokuWiki are asked to use ISO 639-1 two-letter codes for language abbreviation. Two-letter co…
|
| /plugin/asciidocjs/node_modules/void-elements/ |
| D | pre-publish.js | 11 var codes = $('dfn#void-elements') 27 console.log('module.exports = %s;', JSON.stringify(codes, null, 2));
|
| /plugin/asciidocjs/node_modules/strip-ansi/ |
| D | readme.md | 3 > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string 37 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 38 …nsi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes
|
| /plugin/bpmnio/ |
| D | all.less | 3 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css"; 12 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-codes.css";
|
| /plugin/swiftmail/ |
| D | Swift.php | 242 protected function assertCorrectResponse(Swift_Events_ResponseEvent $response, $codes) argument 244 $codes = (array)$codes; 245 if (!in_array($response->getCode(), $codes)) 248 …$error = "Expected response code(s) [" . implode(", ", $codes) . "] but got response [" . $respons…
|
| /plugin/asciidocjs/node_modules/wrap-ansi/ |
| D | readme.md | 3 > Wordwrap a string with [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors_… 35 String with ANSI escape codes. Like one styled by [`chalk`](https://github.com/chalk/chalk). Newlin… 70 - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes
|
| /plugin/pagecss/ |
| H A D | plugin.info.txt | 3 email dwight.codes@gmail.com
|
| /plugin/langdelete/lang/en/ |
| D | guide.txt | 1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
|
| /plugin/securelogin/ |
| D | TODO | 9 ## Add SHA256 verification codes.
|
| /plugin/emoji/ |
| D | README | 14 Emoji short names can be found at http://emoji.codes
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | readme.md | 324 - [ansi-styles](https://github.com/chalk/ansi-styles) - ANSI escape codes for styling strings in th… 326 - [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes 327 - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Strip ANSI escape codes from a … 328 - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes 329 …nsi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes 330 - [wrap-ansi](https://github.com/chalk/wrap-ansi) - Wordwrap a string with ANSI escape codes 331 - [slice-ansi](https://github.com/chalk/slice-ansi) - Slice a string with ANSI escape codes
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
| D | 244.phpt | 2 GH-244: Expected Exception should support string codes
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | Barcode1D.php | 1240 $codes = array( 1318 $seq .= $codes[$p[$i]][$upce_code[$i]]; 1326 $seq .= $codes['A'][$code[$i]]; 1331 $seq .= $codes[$p[$i-1]][$code[$i]]; 1336 $seq .= $codes['C'][$code[$i]]; 1381 $codes = array( 1426 $seq .= $codes[$p[0]][$code[0]]; 1429 $seq .= $codes[$p[$i]][$code[$i]];
|
| /plugin/diagramsnet/lib/math/jax/input/AsciiMath/ |
| D | jax.js | 19 …codes:w},{input:"mathbb",tag:"mstyle",atname:"mathvariant",atval:"double-struck",output:"mathbb",t… property
|
| /plugin/letsencrypt/ |
| D | admin.php | 212 $raw = file(__DIR__ . '/country-codes.csv');
|
| /plugin/combo/syntax/ |
| H A D | webcode.php | 236 public function addCodePenButton($codes, $attributes) argument
|