Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 19 of 19) sorted by relevance

/plugin/structtemplating/
Dcomposer.lock24 "ext-ctype": "*",
82 "ext-ctype": "*",
117 "name": "symfony/polyfill-ctype",
121 "url": "https://github.com/symfony/polyfill-ctype.git",
126 …"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084ca…
134 "ext-ctype": "For best performance"
168 "description": "Symfony polyfill for ctype functions",
172 "ctype",
177 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0"
291 "symfony/polyfill-ctype": "^1.8",
/plugin/canvas/
Dcanvas.php96 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/commonmark/
H A Dcomposer.lock539 "name": "symfony/polyfill-ctype",
543 "url": "https://github.com/symfony/polyfill-ctype.git",
548 …"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333…
556 "ext-ctype": "*"
559 "ext-ctype": "For best performance"
590 "description": "Symfony polyfill for ctype functions",
594 "ctype",
599 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
713 "symfony/polyfill-ctype": "~1.8"
/plugin/combo/
H A Dcomposer.lock447 "name": "symfony/polyfill-ctype",
451 "url": "https://github.com/symfony/polyfill-ctype.git",
456 …"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce78514626…
464 "ext-ctype": "*"
467 "ext-ctype": "For best performance"
498 "description": "Symfony polyfill for ctype functions",
502 "ctype",
507 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
764 "symfony/polyfill-ctype": "^1.8"
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/plugin/mdpage/vendor/symfony/polyfill-ctype/
DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/plugin/remotescript/lib/JsHttpRequest/
DJsHttpRequest.php281 …$ctype = !empty($this->_contentTypes[$this->LOADER])? $this->_contentTypes[$this->LOADER] : $this-…
282 header("Content-type: $ctype; charset=$encoding");
/plugin/findologicxmlexport/vendor/webmozart/assert/
DCHANGELOG.md17 * added polyfill for ctype
/plugin/jplayer/
Dcomposer.lock91 …"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also o…
/plugin/webdav/
Dcomposer.lock71 "ext-ctype": "*",
211 "ext-ctype": "*",
/plugin/aichat/
Dcomposer.lock170 "ext-ctype": "*",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.lock2809 "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/5bbc823adecdae860bb64756d639ec…
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": "~1.8",
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock265 "ext-ctype": "*",
/plugin/diagramsnet/lib/js/diagramly/
DDriveClient.js2009 var ctype = 'application/octect-stream';
2025 'Content-Type: ' + ctype + '\r\n' + 'Content-Transfer-Encoding: base64\r\n' + '\r\n' +
/plugin/sequencediagram/bower_components/lodash/
Dyarn.lock1091 ctype@0.5.3:
1093 …resolved "https://registry.yarnpkg.com/ctype/-/ctype-0.5.3.tgz#82c18c2461f74114ef16c135224ad0b9144…
1625 ctype "0.5.3"
/plugin/barcodes/
Dcomposer.lock208 "ext-ctype": "*",
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG65 * added the Symfony ctype polyfill as a dependency
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs2961 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) {