/plugin/combo/ComboStrap/Tag/ |
H A D | WebCodeTag.php | 28 * 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 D | basis.php | 37 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 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/langdelete/lang/fr/ |
H A 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/ |
H A 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]];
|
H A D | EanExt.php | 53 $codes = [ 98 $seq .= $codes[$p[0]][$code[0]]; 101 $seq .= $codes[$p[$i]][$code[$i]];
|
/plugin/langdelete/lang/ja/ |
H A D | intro.txt | 6 …s of DokuWiki are asked to use ISO 639-1 two-letter codes for language abbreviation. Two-letter co…
|
/plugin/bpmnio/ |
H A D | all.less | 3 @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 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/langdelete/lang/en/ |
H A D | guide.txt | 1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
|
/plugin/securelogin/ |
H A D | TODO | 9 ## Add SHA256 verification codes.
|
/plugin/emoji/ |
H A D | README | 14 Emoji short names can be found at http://emoji.codes
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 244.phpt | 2 GH-244: Expected Exception should support string codes
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode1D.php | 298 // add start and stop codes 501 // add start and stop codes 763 // add start and stop codes 925 // special codes 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 [all...] |
/plugin/letsencrypt/ |
H A D | admin.php | 212 $raw = file(__DIR__ . '/country-codes.csv');
|
/plugin/combo/syntax/ |
H A D | webcode.php | 232 * @param $codes - the array containing the codes 236 public function addCodePenButton($codes, $attributes) argument
|
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/ |
H A D | jax.js | 19 …codes:w},{input:"mathbb",tag:"mstyle",atname:"mathvariant",atval:"double-struck",output:"mathbb",t…
|
/plugin/tbt/ |
H A D | script.js | 94 case 127: // other low level BACKSPACE codes
|
/plugin/asciimath/ |
H A D | asciimathml148r.js | 307 …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 D | connector.lasso | 118 Map Lasso's file error codes to FCKEditor's error codes.
|
/plugin/colorswatch/ |
H A D | README.md | 15 The plugin only supports hexadecimal color codes (the ones starting with ``#``), no functions like …
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | ResultPrinter.php | 607 $codes = array_map('trim', explode(',', $color)); 612 foreach ($codes as $code) {
|
/plugin/dw2pdf/ |
H A D | composer.lock | 109 "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 D | CHANGELOG.md | 38 * Added handling of additional error codes that the web service may return.
|
/plugin/davcal/vendor/sabre/http/ |
H A D | CHANGELOG.md | 203 * Fixed: Not erroring on unknown HTTP status codes. 204 * Fixed: Throwing exceptions on invalid HTTP status codes (not 3 digits).
|