Home
last modified time | relevance | path

Searched refs:encode (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/plugin/actickets/
H A Dajax.php44 die($json->encode($tickets));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DEncoderInterface.php30 public function encode(Message $message, SaslContext $context): string; function
H A DAnonymousEncoder.php27 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\AnonymousEncoder
H A DPlainEncoder.php28 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\PlainEncoder
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlTrait.php49 * Percent-encode certain values in the URL.
54 protected static function encode(?string $value): string
46 protected static function encode(?string $value): string global() function
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php42 public function encode($data, $leaveEOD = false) function in setasign\\Fpdi\\PdfParser\\Filter\\AsciiHex
/plugin/emoji/
H A Daction.php33 '_data' => 'var emoji_assetsrc = '.$json->encode($assetsrc).';'
/plugin/chat/
H A Dtw-sack.js70 this.processURLString = function(string, encode) { argument
76 if (true == encode){
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js70 this.processURLString = function(string, encode) { argument
76 if (true == encode){
/plugin/fckg/fckeditor/
H A Dtw-sack.js70 this.processURLString = function(string, encode) { argument
76 if (true == encode){
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php80 function encode($str) function in pfcContainerInterface
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php166 $value = $encoder->encode($this->controlValue);
168 $value = $encoder->encode($this->controlValue->toAsn1());
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DEncoderInterface.php32 public function encode(AbstractType $type): string; function
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php222 return Base64::encode($key);
241 return Base64::encode($key);
/plugin/bureaucracyau/
H A Daction.php60 echo $json->encode($users);
/plugin/bureaucracy-au/
H A Daction.php60 echo $json->encode($users);
/plugin/tfslink/
H A Daction.php38 echo '' . $json->encode($data) . '';
/plugin/epnsmartlink/
H A Daction.php50 echo $json->encode($data);
/plugin/move/action/
H A Dprogress.php64 echo $json->encode($return);
/plugin/combo/action/
H A Dmetatitle.php56 return Html::encode($pageTitle);
/plugin/xcom/scripts/
H A DsafeFN_class-cmpr.js1encode:function(a){return this.unicode_to_safe(this.get_u_array(a))},decode:function(b){var a=this… method in SafeFN
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php149 $encode = [
193 $code_ext .= $encode[$code[$i]];
/plugin/icalevents/
H A Drenderer.php87 $filename = SafeFN::encode(strtr($this->eventId, '/:', '--')) . '.ics';
/plugin/gtime/gtlib/asn1/
H A DASN1Boolean.php107 … throw new GTException("Invalid byte encoding for ASN1Boolean: " . GTBase16::encode(array($byte)));

12345678910>>...12