Home
last modified time | relevance | path

Searched refs:chr (Results 251 – 275 of 294) sorted by relevance

1...<<1112

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php721 $temp = chr((ASN1::CLASS_CONTEXT_SPECIFIC << 6) | 2) . "\1\0";
3129 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;
3761 $hash[0] = chr((ord($hash[0]) & 0x0F) | 0x40);
/plugin/authucenter/lib/uc_client/
H A Dclient.php202 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php214 $ls = str_repeat(chr(160) . chr(160), ($this->mpdf->listlvl - 1) * 2) . $blt . ' ';
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1 …eil $chan $chanmodes \" +\n \"$chantypes $chat $chr $cid $clevel $click…
H A Dvbscript.min.js.map1 …['abs', 'array', 'asc', 'atn', 'cbool', 'cbyte', 'ccur', 'cdate', 'cdbl', 'chr', 'cint', 'clng', '…
H A Dpython.min.js.map1 …abs\", \"all\", \"any\", \"bin\", \"bool\", \"bytearray\", \"callable\", \"chr\",\n …
H A Dperl.min.js.map1chr","chroot","close","closedir","connect","continue","cos","crypt","dbmclose","dbmopen","default"…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php620 $intstring .= chr($number & 255);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sk/
H A Dsk.txt
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1chr:1,lbound:1,msgbox:1,ucase:1,getlocale:1,cos:1,cdate:1,cbyte:1,rtrim:1,join:1,hour:1,oct:1,type… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js395 function(chr) { return /\s/.exec(chr); }) argument
2494 .reduce(function(object, chr) { argument
2495 object[chr] || (object[chr] = 0);
2496 object[chr]++;
4511 return _.deburr('e' + chr + 'i');
5460 return !_.endsWith(string, chr, position);
5527 lodashStable.each(['`', '/'], function(chr) { argument
5531 assert.strictEqual(_.escape(chr), chr);
21263 chr = isStartsWith ? 'a' : 'c';
21268 assert.strictEqual(func(Object(string), chr), true);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/cs/
H A Dcs.txt
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …n',\n 'getsockopt',\n 'reverse',\n 'undef',\n 'chr',\n 'glob',\…
H A D50.50.js.map1 …char_length',\n 'character_length',\n 'charindex',\n 'chr',\n 'concat'…
H A D40.40.js.map1 … 'center',\n 'char_length',\n 'character_length',\n 'chr',\n 'circle'…
/plugin/metaeditor/
H A Djstree.js748 var chr = String.fromCharCode(e.which).toLowerCase(),
752 word += chr;
776 if(new RegExp('^' + chr + '+$').test(word)) {
779 if($(v).text().toLowerCase().charAt(0) === chr) {
789 if($(v).text().toLowerCase().charAt(0) === chr) {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1116 function escapeStringChar(chr) { argument
1117 return '\\' + stringEscapes[chr];
4949 var chr = strSymbols
4957 return chr[methodName]() + trailing;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1116 function escapeStringChar(chr) { argument
1117 return '\\' + stringEscapes[chr];
4949 var chr = strSymbols
4957 return chr[methodName]() + trailing;
/plugin/statdisplay/pchart/
H A DpChart.php187 $buffer = str_replace ( chr ( 10 ), "", $buffer );
188 $buffer = str_replace ( chr ( 13 ), "", $buffer );
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2chr=array[i];if(chr>255){chr&=255}ret.push(String.fromCharCode(chr))}return ret.join("")}Module["i…
/plugin/issuetracker/
H A Dprototype.js659 return this.replace(/-+(.)?/g, function(match, chr) { argument
660 return chr ? chr.toUpperCase() : '';
/plugin/database/
H A Ddatabase.php1398 $this->CR= chr(13);
/plugin/processing/
H A Dscript.js1821 var Char = p.Character = function Char(chr) {
1822 if (typeof chr === 'string' && chr.length === 1) {
1823 this.code = chr.charCodeAt(0);
10705 p.glyphLook = function glyphLook(font, chr) { argument
10707 switch (chr) {
10796 return font[chr];

1...<<1112