Home
last modified time | relevance | path

Searched refs:encode (Results 176 – 200 of 282) sorted by last modified time

12345678910>>...12

/plugin/bureaucracy-au/
H A Daction.php60 echo $json->encode($users);
/plugin/linksenhanced/
H A Daction.php74 echo $json->encode($data);
/plugin/emoji/
H A Daction.php33 '_data' => 'var emoji_assetsrc = '.$json->encode($assetsrc).';'
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG389 * changed url_encode to always encode according to RFC 3986
/plugin/farmsync/action/
H A Dajax.php133 echo $json->encode($msg);
/plugin/barcode/api/inigma/
H A Dbarcode.inc14 // http://encode.i-nigma.com/
26 $resultStr = 'http://encode.i-nigma.com/' . $mode . '/img.php?';
/plugin/letsencrypt/
H A DLescript.php320 return trim(Base64UrlSafeEncoder::encode(base64_decode($matches[1])));
352 "n" => Base64UrlSafeEncoder::encode($details["rsa"]["n"]),
353 "e" => Base64UrlSafeEncoder::encode($details["rsa"]["e"]),
361 $payload64 = Base64UrlSafeEncoder::encode(str_replace('\\/', '/', json_encode($payload)));
362 $protected64 = Base64UrlSafeEncoder::encode(json_encode($protected));
366 $signed64 = Base64UrlSafeEncoder::encode($signed);
535 public static function encode($input) function in Analogic\\ACME\\Base64UrlSafeEncoder
/plugin/metaeditor/
H A Daction.php86 echo $json->encode($data);
/plugin/showpageafterlogin/
H A Daction.php81 $json = $json->encode($data);
/plugin/timetrack/
H A Daction.php111 echo $json->encode($result);
200 echo $json->encode($result);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc241 if ( emailProtection == 'encode' )
475 if ( emailProtection && emailProtection != 'encode' )
1250 case 'encode' :
1262 if ( emailProtection == 'encode' )
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php47 public static function encode($filename) { function in SafeFN
182 return SafeFN::encode($file);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js140 encode: function(filename) { method in SafeFN
234 return SafeFN.encode(filename);
/plugin/ckgdoku/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/ckgdoku/ckeditor/
H A DCHANGES.md282 …otection`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-emailProtection) is set to `encode`.
373 …xed: The [Auto Link](http://ckeditor.com/addon/autolink) plugin does not encode double quotes in U…
/plugin/credits/
H A Dsyntax.php206 $encode = '';
207 for ($x=0; $x < strlen($email); $x++) $encode .= '&#x' . bin2hex($email{$x}).';';
208 return $encode;
/plugin/gtime/gtlib/asn1/
H A DASN1Boolean.php107 … throw new GTException("Invalid byte encoding for ASN1Boolean: " . GTBase16::encode(array($byte)));
H A DASN1DER.php39 public static function encode($object) { function in ASN1DER
/plugin/gtime/gtlib/util/
H A DGTBaseX.php124 …public function encode($bytes, $offset = null, $length = null, $separator = null, $frequency = nul… function in GTBaseX
H A DGTBase16.php45 public static function encode(array $bytes, $offset = null, $length = null) { function in GTBase16
46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, ':', 2);
72 return self::getInstance()->encode($bytes, $offset, $length, ' ', 2);
H A DGTBase32.php45 public static function encode(array $bytes, $offset = null, $length = null) { function in GTBase32
46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, '-', 6);
H A DGTBase64.php45 public static function encode(array $bytes, $offset = null, $length = null) { function in GTBase64
46 return self::getInstance()->encode($bytes, $offset, $length);
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php284 … $this->properties[self::HASHED_MESSAGE] = GTBase16::encode($this->dataHash->getHashedMessage());
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md136 you need to encode the URL as:

12345678910>>...12