Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/siteexport/inc/
H A Dfunctions.php156 * @param boolean $ascii Force ASCII
159 public function cleanID($raw_id, $ascii = false, $media = false) { argument
187 if ($conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
188 if ($conf['deaccent'] || $ascii) $id = utf8_deaccent($id, -1);
199 if ($ascii) $id = utf8_strip($id);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28918 var numstr = buffer.raw().toString('ascii');
28930 var printstr = buffer.raw().toString('ascii');
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs989 "20127":"ascii",
1312 case "ascii":
1317 else throw new Error("bad ascii " + w);
1415 case "ascii":
H A Dxlsx.mjs3137 /* 4/5 of first 1024 chars ascii -> quoted printable, else base64 */
/plugin/copycode/
H A DREADME.md26 - Adds functionnality to remove extra non ascii character bug
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md404 - ToC since v5.7 incorrectly handling non-ascii characters, entities or tags
/plugin/btable2/
H A Dexport.php81 * @param boolean $ascii Force ASCII
84 function cleanID($raw_id,$ascii=false){ argument
111 if($conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
112 if($conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
117 if($ascii) $id = utf8_strip($id);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php67 $ascii = '';
71 $ascii .= $str[$i];
74 return $ascii;
H A Dcheck_acl.php218 * @param boolean $ascii Force ASCII
221 function cleanID($raw_id,$ascii=false,$media=false){ argument
249 if($dwfck_conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
250 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
255 if($ascii) $id = utf8_strip($id);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DREADME.md4 This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://…
/plugin/a2s/
H A Ddemo.txt18 | ascii 2 svg |
33 | ascii 2 svg |
150 | ascii |
224 | ascii |
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …_string',\n 'array_to_tsvector',\n 'array_upper',\n 'ascii',\n 'asin',…
H A D50.50.js.map1 …mp',\n 'localtime',\n 'isfinite',\n 'now',\n 'ascii',\n 'get_bi…
H A Dbundle.js.map1ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'u…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …\"json2module\":\"0.0\",\"rimraf\":\"2\",\"rollup\":\"1\",\"rollup-plugin-ascii\":\"0.0\",\"rollup…
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1035 ¤ All 'ascii*' keys removed for ID3v2 tags
/plugin/codemirror/dist/modes/
H A Dmumps.min.js.map1 … functions _and_ special variables\n var intrinsicFuncsWords = [\"\\\\$ascii\", \"\\\\$char\", …
H A Dsql.min.js.map1ascii bigint blob boolean counter decimal double float frozen inet int list map static text timest…
H A Decl.min.js.map1ascii asin asstring atan atan2 ave case choose choosen choosesets clustersize combine correlation …
H A Dpython.min.js.map1 …"None\", \"async\", \"await\"]);\n myBuiltins = myBuiltins.concat([\"ascii\", \"bytes\", \"ex…
H A Dgas.min.js.map1ascii",".asciz",".balign",".balignw",".balignl",".bundle_align_mode",".bundle_lock",".bundle_unloc…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js

12