Home
last modified time | relevance | path

Searched refs:encoding (Results 51 – 75 of 300) sorted by last modified time

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DOracleColumn.php33 public $encoding; variable in Google\\Service\\Datastream\\OracleColumn
90 public function setEncoding($encoding) argument
92 $this->encoding = $encoding;
99 return $this->encoding;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionConfig.php62 public $encoding; variable in Google\\Service\\Speech\\RecognitionConfig
235 public function setEncoding($encoding) argument
237 $this->encoding = $encoding;
244 return $this->encoding;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md131 * Feature: report original content encoding and length on decoded responses.
194 their state if the encoding was automatically removed by a handler. This
197 encoding.
354 * No longer double percent-encoding characters in the path or query string if
356 * Now properly encoding the supplied path to a URL object, instead of only
357 encoding ' ' and '?'.
693 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
975 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBigtableColumnFamily.php28 public $encoding; variable in Google\\Service\\Bigquery\\BigtableColumnFamily
59 public function setEncoding($encoding) argument
61 $this->encoding = $encoding;
68 return $this->encoding;
H A DJobConfigurationLoad.php54 public $encoding; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
259 public function setEncoding($encoding) argument
261 $this->encoding = $encoding;
268 return $this->encoding;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php312 * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
320 function build_query(array $params, $encoding = PHP_QUERY_RFC3986) argument
322 return Query::build($params, $encoding);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DNativeMailerHandler.php65 protected $encoding = 'utf-8'; variable in Monolog\\Handler\\NativeMailerHandler
147 return $this->encoding;
164 public function setEncoding(string $encoding): self argument
166 if (strpos($encoding, "\n") !== false || strpos($encoding, "\r") !== false) {
170 $this->encoding = $encoding;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php33 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
70 public function setEncoding($encoding) argument
72 $this->encoding = $encoding;
79 return $this->encoding;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md244 - Detect invalid Base64 encoding in signature.
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php173 public static function mb_chr($code, $encoding = null) argument
185 if ('UTF-8' !== $encoding = $encoding ?? mb_internal_encoding()) {
186 $s = mb_convert_encoding($s, $encoding, 'UTF-8');
192 public static function mb_ord($s, $encoding = null) argument
194 if (null === $encoding) {
196 } elseif ('UTF-8' !== $encoding) {
197 $s = mb_convert_encoding($s, 'UTF-8', $encoding);
H A Dbootstrap.php50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } argument
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument
56 …g, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return… argument
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js10207 var encoding = match && match[1];
10209 if (!encoding || UTF_8_PATTERN.test(encoding)) {
10215 'unsupported document encoding <' + encoding + '>, ' +
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md20 * Fix an OID encoding case when the second component would be near or over the max int as defined by PHP.
24 * Fix the encoding / decoding of OIDs when the first / second component is more than one byte (found by @danielmarschall)
28 * Fix the length-of-length check for a partial PDU with long definite encoding under certain circumstances.
32 * More performance optimizations in the encoding / decoding process for large amounts of data structures.
H A DREADME.md2 FreeDSx ASN1 is a PHP library for dealing with ASN.1 data structures. Its original focus was on ASN.1 BER encoding used in
51 # Assuming bytes contains the binary BER encoded sequence described in the encoding section
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md83 * Corrected the ASN1 encoding of the 'not' filter.
84 * Corrected BER encoding indefinite length partial PDU detection.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
H A DREADME.md55 Please note that only UTF-8 and ASCII encodings are supported. If your Markdown uses a different encoding please convert it to UTF-8 before running it through this library.
H A DCHANGELOG-0.x.md
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js6669 if (file.encoding === 'base64')
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6encoding=null,t.encoding&&(!F&&(F=e("string_decoder/").StringDecoder),this.decoder=new F(t.encodin…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js52encoding:null},setTeXclass:a.mbase.setChildTeXclass,getAnnotation:function(g){var l=MathJax.Hub.co…
H A DAM_HTMLorMML.js49encoding:null},setTeXclass:a.mbase.setChildTeXclass,getAnnotation:function(g){var l=MathJax.Hub.co…
H A DAccessible-full.js69encoding:null},setTeXclass:a.mbase.setChildTeXclass,getAnnotation:function(g){var l=MathJax.Hub.co…
H A DAccessible.js66encoding:null},setTeXclass:a.mbase.setChildTeXclass,getAnnotation:function(g){var l=MathJax.Hub.co…
H A DMML_HTMLorMML-full.js52encoding:null},setTeXclass:a.mbase.setChildTeXclass,getAnnotation:function(g){var l=MathJax.Hub.co…

12345678910>>...12