Home
last modified time | relevance | path

Searched refs:encode (Results 176 – 200 of 282) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php479 return Hex::encode($this->toBytes());
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php375 $value->value = $filter->encode($string, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php179 $x = Hex::encode(~Hex::decode($x));
277 return Hex::encode($this->toBytes($twos_compliment));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D36.36.js.map1 …f',\n '@class',\n '@defs',\n '@dynamic',\n '@encode',\n '@end',…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php184 public static function encode( function in Firebase\\JWT\\JWT
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …ormat and will return its formatted data in UTF-8 format. If you need to encode or decode your dat…
79 Properly encode a string into multi-byte UTF-8.
115 …ormat and will return its formatted data in UTF-8 format. If you need to encode or decode your dat…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php607 …return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Base64::encode($cert), 64) . '-----END CERT…
1898 return strtolower(Hex::encode(pack('N', $hash)));
2334 …return "-----BEGIN CERTIFICATE REQUEST-----\r\n" . chunk_split(Base64::encode($csr), 64) . '-----E…
2440 return 'SPKAC=' . Base64::encode($spkac);
2561 …return "-----BEGIN X509 CRL-----\r\n" . chunk_split(Base64::encode($crl), 64) . '-----END X509 CRL…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1827 function encode (num) {
1832 …return encode(num >> 18 & 0x3F) + encode(num >> 12 & 0x3F) + encode(num >> 6 & 0x3F) + encode(num …
1845 output += encode(temp >> 2)
1846 output += encode((temp << 4) & 0x3F)
1851 output += encode(temp >> 10)
1852 output += encode((temp >> 4) & 0x3F)
1853 output += encode((temp << 2) & 0x3F)
28183 encode = [];
28186 encode.push(0, 1);
28208 Encode: encode
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc8 The job of the serializer is to encode the outgoing request body and decode the
H A Dsearch-operations.asciidoc51 A quick method to check your PHP array (for more complex examples) is to encode
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php183 public function encode(AbstractType $type): string
632 'The value to encode for "%s" must be numeric.',
710 'To encode the OID it must have at least 2 components: %s',
1190 $bytes .= $this->encode($type);
144 public function encode(AbstractType $type) : string global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js982 result.geometry = mxUtils.getXml(this.codec.encode(cell.geometry));
1107 var node = this.codec.encode(newCell.geometry);
H A DGitHubClient.js556 data = Base64.encode(data);
734 fn(file.meta.sha, Base64.encode(file.getData()));
H A DGitLabClient.js567 data = Base64.encode(data);
726 fn(file.meta.last_commit_id, Base64.encode(file.getData()));
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64encode|xdmp:url-decode|xdmp:uri-is-file|xdmp:uri-format|xdmp:uri-content-type|xdmp:unquote|xdmp:un…
/plugin/combo/ComboStrap/
H A DPluginUtility.php851 return Html::encode($payload);
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6encode=function(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURICo… function
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java70 public Dimension encode(Config config, in encode() method in SwfEncoder
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php466 return JWT::encode(
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt32 way to encode such simple and recognised concepts as numeric position
238 The syntax described above allows us to encode a move time for a *completed
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …: [\"gradeUp\", null],\n \"⍒\": [\"gradeDown\", null],\n \"⊤\": [\"encode\", null],\n \"⊥…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md282 - URI paths no longer encode the following characters because they are allowed
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md460 * MP2enc does not encode mono CBR MP2 files properly (half speed
462 * MP2enc does not encode mono VBR MP2 files properly (actually
464 * tooLAME does not encode mono VBR MP2 files properly (actually
/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/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc227 if ( emailProtection == 'encode' )
476 if ( emailProtection && emailProtection != 'encode' )
1262 case 'encode' :
1274 if ( emailProtection == 'encode' )

12345678910>>...12