Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 63) sorted by relevance

123

/plugin/freechat/phpfreechat/lib/json/
DJSON.php255 $ascii = '';
268 $ascii .= '\b';
271 $ascii .= '\t';
274 $ascii .= '\n';
277 $ascii .= '\f';
280 $ascii .= '\r';
287 $ascii .= '\\'.$var{$c};
292 $ascii .= $var{$c};
301 $ascii .= sprintf('\u%04s', bin2hex($utf16));
312 $ascii .= sprintf('\u%04s', bin2hex($utf16));
[all …]
/plugin/emoji/emojione/
DEmojione.php7 public static $ascii = false; // convert ascii smileys? variable in Emojione\\Emojione
82 static::$ascii = $client->ascii;
106 $client->ascii = static::$ascii;
DClient.php11 public $ascii = false; // convert ascii smileys? variable in Emojione\\Client
85 if ($this->ascii)
139 if ($this->ascii)
/plugin/btable/
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/btable2/
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/fckg/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php187 * @param boolean $ascii Force ASCII
190 function cleanID($raw_id,$ascii=false,$media=false){ argument
217 if($dwfck_conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
218 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
223 if($ascii) $id = utf8_strip($id);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
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);
Dutf8.php67 $ascii = '';
71 $ascii .= $str[$i];
74 return $ascii;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
Dcheck_acl.php218 * @param boolean $ascii Force ASCII
221 function cleanID($raw_id,$ascii=false,$media=false){ argument
248 if($dwfck_conf['deaccent'] == 2 || $ascii) $id = utf8_romanize($id);
249 if($dwfck_conf['deaccent'] || $ascii) $id = utf8_deaccent($id,-1);
254 if($ascii) $id = utf8_strip($id);
/plugin/translator/
Dhelper.php793 $ascii = '';
806 case 0x08: $ascii .= '\b'; break;
807 case 0x09: $ascii .= '\t'; break;
808 case 0x0A: $ascii .= '\n'; break;
809 case 0x0C: $ascii .= '\f'; break;
810 case 0x0D: $ascii .= '\r'; break;
811 case 0x3D: $ascii .= '\='; break;
812 case 0x3A: $ascii .= '\:'; break;
816 $ascii .= $var{$c};
826 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
[all …]
/plugin/stopforumspam2/
Dhelper.php259 $ascii = idn_to_ascii($emexp[1]);
261 $ascii = $emexp[0] . $ascii;
267 if (preg_match($prefix, $ascii)) return TRUE;
/plugin/qstat/
Dsyntax.php445 $ascii = ord($str[$i+1]);
447 $color = (($ascii > 96) ? $ascii - 22 : $ascii) - 66;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
DREADME.md4 This component provides [`idn_to_ascii`](https://php.net/idn-to-ascii) and [`idn_to_utf8`](https://…
/plugin/siteexport/inc/
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/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md41 * [ascii](#ascii)
360 ### ascii subsection
361 <a name="ascii"/>
370 function ascii($value)
391 * Returns the replacements for the ascii method.
/plugin/wordimport/docx/
DTextRun.php104 … if (in_array($child->attributes('w', true)->ascii, $this->docx->getConf('codefonts'))) {
DDocument.php63 … if (in_array($match[0]->attributes('w', true)->ascii, $this->docx->getConf('codefonts'))) {
/plugin/jcapture/lib/
Dcommons-codec-1.3.jar ... org.apache.commons.codec.DecoderException Object ascii public byte[] decode (byte[]) ...
/plugin/jdraw/lib/
Dcommons-codec-1.3.jar ... org.apache.commons.codec.DecoderException Object ascii public byte[] decode (byte[]) ...
/plugin/icalevents/vendor/sabre/uri/
DCHANGELOG.md31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
/plugin/webdav/vendor/sabre/uri/
DCHANGELOG.md31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
/plugin/a2s/
Ddemo.txt18 | ascii 2 svg |
33 | ascii 2 svg |
150 | ascii |
224 | ascii |
/plugin/copycode/
DREADME.md26 - Adds functionnality to remove extra non ascii character bug
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/
Dhelpers.php801 $title = ascii($title);
825 function ascii($value) function
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php2028 $ascii = ord($string{$i});
2029 if ($ascii >= 48 && $ascii <= 57) {

123