Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 111) sorted by relevance

12345

/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php85 $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/
Dbasis.php37 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/
DGuestUnitType.php26 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/
Dreadme.md3 > 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?
57codes we run as a test are codes that we acquired finding various lists of non-standard or manufac…
59codes were still pretty ungoverned and engineers used them for a multitude of things, namely to ac…
/plugin/langdelete/lang/fr/
Dguide.txt2 …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/
DEanUpc.php136 $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]];
DEanExt.php53 $codes = [
98 $seq .= $codes[$p[0]][$code[0]];
101 $seq .= $codes[$p[$i]][$code[$i]];
/plugin/asciidocjs/node_modules/ansi-styles/
Dreadme.md3 > [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling…
102codes (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…
Dindex.js62 const codes = new Map();
132 codes.set(style[0], style[1]);
142 value: codes,
/plugin/langdelete/lang/ja/
Dintro.txt6 …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/
Dpre-publish.js11 var codes = $('dfn#void-elements')
27 console.log('module.exports = %s;', JSON.stringify(codes, null, 2));
/plugin/asciidocjs/node_modules/strip-ansi/
Dreadme.md3 > 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/
Dall.less3 @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/
DSwift.php242 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/
Dreadme.md3 > 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 Dplugin.info.txt3 email dwight.codes@gmail.com
/plugin/langdelete/lang/en/
Dguide.txt1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
/plugin/securelogin/
DTODO9 ## Add SHA256 verification codes.
/plugin/emoji/
DREADME14 Emoji short names can be found at http://emoji.codes
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md324 - [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/
D244.phpt2 GH-244: Expected Exception should support string codes
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DBarcode1D.php1240 $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/
Djax.js19codes:w},{input:"mathbb",tag:"mstyle",atname:"mathvariant",atval:"double-struck",output:"mathbb",t… property
/plugin/letsencrypt/
Dadmin.php212 $raw = file(__DIR__ . '/country-codes.csv');
/plugin/combo/syntax/
H A Dwebcode.php236 public function addCodePenButton($codes, $attributes) argument

12345