Home
last modified time | relevance | path

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

1234

/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php28 * The tag that have codes
38 public const CODES_ATTRIBUTE = "codes";
83 * Capture all codes
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)
412 addJsFiddleButton($codes, $externalResources, $useConsole = false, $snippetTitle = null) global() argument
523 getBodyHtmlAndJavascript($codes, $useConsole) global() argument
562 getCss($codes) global() argument
[all...]
/plugin/webcode/syntax/
H A Dbasis.php37 private $codes = array(); variable in syntax_plugin_webcode_basis
261 $codes = array();
294 $codes[$lowerCodeName] = $codes[$lowerCodeName] . $code;
372 $this->codes = array();
381 $this->codes[$codeType] = $this->codes[$codeType] . $code[$codeType];
405 if (sizeof($this->codes) == 0) {
525 * @param array $codes the array containing the codes
580 $jsCode = $codes['javascript'];
582 if (array_key_exists('babel', $this->codes)) {
583 $jsCode = $codes['babel'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A 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/langdelete/lang/fr/
H A 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/
H A 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]];
H A DEanExt.php53 $codes = [
98 $seq .= $codes[$p[0]][$code[0]];
101 $seq .= $codes[$p[$i]][$code[$i]];
/plugin/langdelete/lang/ja/
H A Dintro.txt6 …s of DokuWiki are asked to use ISO 639-1 two-letter codes for language abbreviation. Two-letter co…
/plugin/bpmnio/
H A Dall.less3 @import "vendor/bpmn-js/dist/assets/bpmn-font/css/bpmn-codes.css";
8 @import "vendor/dmn-js/dist/assets/dmn-font/css/dmn-codes.css";
/plugin/swiftmail/
H A 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/langdelete/lang/en/
H A Dguide.txt1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
/plugin/securelogin/
H A DTODO9 ## Add SHA256 verification codes.
/plugin/emoji/
H A DREADME14 Emoji short names can be found at http://emoji.codes
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D244.phpt2 GH-244: Expected Exception should support string codes
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A 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/letsencrypt/
H A Dadmin.php212 $raw = file(__DIR__ . '/country-codes.csv');
/plugin/combo/syntax/
H A Dwebcode.php232 * @param $codes - the array containing the codes
236 public function addCodePenButton($codes, $attributes) argument
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19codes:w},{input:"mathbb",tag:"mstyle",atname:"mathvariant",atval:"double-struck",output:"mathbb",t…
/plugin/tbt/
H A Dscript.js94 case 127: // other low level BACKSPACE codes
/plugin/asciimath/
H A Dasciimathml148r.js307 …e", atname:"mathvariant", atval:"double-struck", output:"bbb", tex:null, ttype:UNARY, codes:AMbbb},
308 … atname:"mathvariant", atval:"double-struck", output:"mathbb", tex:null, ttype:UNARY, codes:AMbbb},
309 …g:"mstyle", atname:"mathvariant", atval:"script", output:"cc", tex:null, ttype:UNARY, codes:AMcal},
310 …tyle", atname:"mathvariant", atval:"script", output:"mathcal", tex:null, ttype:UNARY, codes:AMcal},
313 …:"mstyle", atname:"mathvariant", atval:"fraktur", output:"fr", tex:null, ttype:UNARY, codes:AMfrk},
314 …yle", atname:"mathvariant", atval:"fraktur", output:"mathfrak", tex:null, ttype:UNARY, codes:AMfrk}
545 if (!isIE && typeof symbol.codes != "undefined") {
553 String.fromCharCode(symbol.codes[st.charCodeAt(j)-65]);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso118 Map Lasso's file error codes to FCKEditor's error codes.
/plugin/colorswatch/
H A DREADME.md15 The plugin only supports hexadecimal color codes (the ones starting with ``#``), no functions like …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php607 $codes = array_map('trim', explode(',', $color));
612 foreach ($codes as $code) {
/plugin/dw2pdf/
H A Dcomposer.lock109 "ext-gd": "To output QR codes to PNG files",
110 "ext-simplexml": "To output QR codes to SVG files"
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md38 * Added handling of additional error codes that the web service may return.
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md203 * Fixed: Not erroring on unknown HTTP status codes.
204 * Fixed: Throwing exceptions on invalid HTTP status codes (not 3 digits).

1234