Searched refs:ctype (Results 1 – 16 of 16) sorted by relevance
/plugin/canvas/ |
H A D | canvas.php | 96 list($ctype, $cid, $cparam) = explode(' ', $match, 3); 103 $renderer->doc.= $this->_htmlCanvas($cid, $ctype, $param); 130 protected function _htmlCanvas($cid, $ctype, $opts) { argument 140 switch ($ctype) {
|
/plugin/combo/ |
H A D | composer.lock | 447 "name": "symfony/polyfill-ctype", 451 "url": "https://github.com/symfony/polyfill-ctype.git", 456 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", 464 "ext-ctype": "*" 467 "ext-ctype": "For best performance" 501 "description": "Symfony polyfill for ctype functions", 505 "ctype", 510 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" 773 "symfony/polyfill-ctype": "^1.8"
|
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
H A D | README.md | 4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
|
/plugin/mdpage/vendor/symfony/polyfill-ctype/ |
H A D | README.md | 4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
|
/plugin/combo/vendor/symfony/polyfill-ctype/ |
H A D | README.md | 4 This component provides `ctype_*` functions to users who run php versions without the ctype extension.
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | JsHttpRequest.php | 281 …$ctype = !empty($this->_contentTypes[$this->LOADER])? $this->_contentTypes[$this->LOADER] : $this-… 282 header("Content-type: $ctype; charset=$encoding");
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | CHANGELOG.md | 17 * added polyfill for ctype
|
/plugin/aichat/ |
H A D | composer.lock | 170 "ext-ctype": "*",
|
/plugin/webdav/ |
H A D | composer.lock | 71 "ext-ctype": "*", 211 "ext-ctype": "*",
|
/plugin/jplayer/ |
H A D | composer.lock | 91 …"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also o…
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | composer.lock | 2809 "symfony/polyfill-ctype": "~1.8", 2988 "name": "symfony/polyfill-ctype", 2992 "url": "https://github.com/symfony/polyfill-ctype.git", 2997 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", 3005 "ext-ctype": "*" 3008 "ext-ctype": "For best performance" 3042 "description": "Symfony polyfill for ctype functions", 3046 "ctype", 3051 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" 3703 "symfony/polyfill-ctype" [all...] |
/plugin/oauth/vendor/lusitanian/oauth/ |
H A D | composer.lock | 265 "ext-ctype": "*",
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveClient.js | 2009 var ctype = 'application/octect-stream'; 2025 'Content-Type: ' + ctype + '\r\n' + 'Content-Transfer-Encoding: base64\r\n' + '\r\n' +
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | yarn.lock | 1091 ctype@0.5.3: 1093 …resolved "https://registry.yarnpkg.com/ctype/-/ctype-0.5.3.tgz#82c18c2461f74114ef16c135224ad0b9144… 1625 ctype "0.5.3"
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 65 * added the Symfony ctype polyfill as a dependency
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 2961 if(fi.ctype) return fi.ctype; 3043 var fname = "", cte = "", ctype = "", fdata; 3051 case "content-type": ctype = m[2].trim(); break; 3062 if(ctype) file.ctype = ctype; 23579 var ctype = t & 255, ver = t >> 8; 23582 if (flags & (ver > 4 ? 8 : 4) && cell.t == "n" && ctype == 7) {
|