Home
last modified time | relevance | path

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

/plugin/canvas/
H A 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/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/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 DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extensi…
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A 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 extension.
/plugin/remotescript/lib/JsHttpRequest/
H A 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/
H A DCHANGELOG.md17 * added polyfill for ctype
/plugin/aichat/
H A Dcomposer.lock170 "ext-ctype": "*",
/plugin/webdav/
H A Dcomposer.lock71 "ext-ctype": "*",
211 "ext-ctype": "*",
/plugin/jplayer/
H A Dcomposer.lock91 …"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 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/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 Dcomposer.lock265 "ext-ctype": "*",
/plugin/diagramsnet/lib/js/diagramly/
H A 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/
H A 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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG65 * added the Symfony ctype polyfill as a dependency
/plugin/xlsx2dw/packages/xlsx/
H A 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) {