Home
last modified time | relevance | path

Searched refs:encode (Results 151 – 175 of 282) sorted by path

12345678910>>...12

/plugin/encryptedpasswords/script/
H A DSubtleAES.js25 const cipher = await crypto.subtle.encrypt(alg, key, new TextEncoder().encode(plaintext));
132 const password = new TextEncoder().encode(strPassword);
162 const password = new TextEncoder().encode(strPassword);
/plugin/epnsmartlink/
H A Daction.php50 echo $json->encode($data);
/plugin/etherpadlite/action/
H A Detherpadlite.php100 print $json->encode($ret);
430 $this->include_script($event, 'var etherpad_lite_config = '.$json->encode($config));
/plugin/explorertree/
H A Daction.php71 echo $json->encode($data);
/plugin/farmer/action/
H A Dajax.php
/plugin/farmsync/action/
H A Dajax.php133 echo $json->encode($msg);
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js70 this.processURLString = function(string, encode) { argument
76 if (true == encode){
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php46 public function encode($filename) { function in SafeFN
180 return SafeFN::encode($file);
/plugin/fckg/fckeditor/
H A Dtw-sack.js70 this.processURLString = function(string, encode) { argument
76 if (true == encode){
/plugin/fckg/scripts/
H A DsafeFN_class.js144 encode: function(filename) { method in SafeFN
238 return SafeFN.encode(filename);
H A DsafeFN_cmpr.js1encode:function(a){return this.unicode_to_safe(this.get_u_array(a))},decode:function(b){var a=this… method in SafeFN
/plugin/fedauth/Auth/OpenID/
H A DServer.php1451 function encode($response) function in Auth_OpenID_Encoder
1495 function encode($response) function in Auth_OpenID_SigningEncoder
1513 return parent::encode($response);
1748 return $this->encoder->encode($response);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG389 * changed url_encode to always encode according to RFC 3986
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);…
36 var pfc_nickid = <?php echo $json->encode($u->nickid); ?>;
37 var pfc_version = <?php echo $json->encode($version); ?>;
39 var pfc_title = <?php echo $json->encode($title); ?>;
43 var pfc_nickmarker = <?php echo $json->encode($nickmarker); ?>;
44 var pfc_clock = <?php echo $json->encode($clock); ?>;
46 var pfc_showsmileys = <?php echo $json->encode($showsmileys); ?>;
52 var pfc_debug = <?php echo $json->encode($debug); ?>;
59 var pfc_defaultchan = <?php echo $json->encode($c->channels); ?>;
61 var pfc_defaultprivmsg = <?php echo $json->encode($c->privmsg); ?>;
[all …]
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php237 function encode($var) function in Services_JSON
436 $encoded_value = $this->encode($value);
442 return $this->encode(strval($name)) . ':' . $encoded_value;
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php103 $js = $json->encode($js);
H A Dwho.class.php67 $js = $json->encode($chanmeta);
H A Dwhois.class.php73 $js = $json->encode($usermeta);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php288 function encode($str) function in pfcContainer_File
H A Dmysql.class.php307 function encode($str) function in pfcContainer_Mysql
H A Doracle.class.php385 function encode($str) function in pfcContainer_Oracle
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php259 $js = $json->encode($data);
H A Dpfccontainer.class.php129 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
130 $this->setMeta("channelid-to-nickid", $this->encode($chan), $nickid);
170 $this->rmMeta('channelid-to-nickid', $this->encode($chan), $nickid);
171 $this->rmMeta('nickid-to-channelid', $nickid, $this->encode($chan));
184 $this->rmMeta('channelid-to-msg', $this->encode($chan));
185 $this->rmMeta('channelid-to-msgid', $this->encode($chan));
218 $this->setMeta("nickid-to-channelid", $nickid, $this->encode($chan));
335 $ret = $this->getMeta("channelid-to-nickid", $this->encode($chan));
363 $this->encode($chan),
757 function encode($str) function in pfcContainer
[all …]
H A Dpfccontainerinterface.class.php80 function encode($str) function in pfcContainerInterface

12345678910>>...12