Home
last modified time | relevance | path

Searched refs:encoded (Results 26 – 50 of 121) sorted by last modified time

12345

/plugin/ckgedit/ckeditor/
H A DCHANGES.md794 …e [Auto Embed](https://ckeditor.com/cke4/addon/autoembed) plugin ignores encoded characters in URL…
1134 * [#10867](https://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image l…
1183 * [#11811](https://dev.ckeditor.com/ticket/11811): Fixed: Widget's data is not encoded correctly wh…
1287 …api/CKEDITOR_config.html#cfg-fullPage) is set to `true`, entities are not encoded in editor output.
1324 * [#11372](https://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nes…
1361 …v.ckeditor.com/ticket/11250): Fixed: HTML entities inside the `<textarea>` element are not encoded.
H A Dckeditor.js.unc6792 return "\x3ccke:encoded\x3e" + encodeURIComponent(a) + "\x3c/cke:encoded\x3e"
7085 P = /<cke:encoded>([^<]*)<\/cke:encoded>/gi,
H A Dckeditor.js326 …/g,"\x26gt;")+"\x3c/textarea\x3e");return"\x3ccke:encoded\x3e"+encodeURIComponent(a)+"\x3c/cke:enc…
341 …/gi,K=new RegExp("("+x("\x3ccke:encoded\x3e")+"(.*?)"+x("\x3c/cke:encoded\x3e")+")|("+x("\x3c")+x(…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc275 // Protected email link as encoded string.
/plugin/stlviewer/
H A DREADME.md8 Options are URL encoded a=1&b=2 etc
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md230 * Added: Fixing badly encoded URL's from google contacts vcards.
276 2.1 quoted printable-encoded properties.
361 * Fixed: Multiple parameters with the same name are now correctly encoded.
388 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DProgress.php23 public $encoded; variable in Google\\Service\\Transcoder\\Progress
35 public function setEncoded($encoded) argument
37 $this->encoded = $encoded;
41 return $this->encoded;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md217 key/value both in encoded as well as decoded form to those methods. This is
H A DREADME.md752 …Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets i…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md330 This change updates query strings so that they are treated as un-encoded values
331 by default where the value represents an un-encoded value to send over the
333 means that even value query string values (e.g., ":") are url encoded. This
336 not need to be encoded, then you can provide a string to Url::setQuery() and
338 string that should not be parsed or encoded (unless a call to getQuery() is
355 they are already encoded.
361 query string without being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A
1169 * Bug: `+` is now treated as an encoded space when parsing query strings
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php41 * @param string $encoded
45 public function __construct($encoded) argument
47 $this->element = $encoded;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php144 private static $encoded; variable in phpseclib3\\File\\ASN1
205 * @param Element|string $encoded
209 public static function decodeBER($encoded) argument
211 if ($encoded instanceof Element) {
212 $encoded = $encoded->element;
215 self::$encoded = $encoded;
217 $decoded = [self::decode_ber($encoded)];
230 * @param string $encoded
240 if (!isset($encoded[$encoded_pos])) {
243 $type = ord($encoded[$encoded_pos++]);
[all …]
H A DX509.php2734 $encoded = $subject->ipAddress($ipAddress);
2735 if ($encoded !== false) {
2736 $ipAddresses[] = $encoded;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md165 // Public and private keys are expected to be Base64 encoded. The last
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md51 # Assuming bytes contains the binary BER encoded sequence described in the encoding section
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php218 $encoded = null;
227 $encoded = '"' . str_replace(['\\', '"'], ['\\\\', '\"'], $value) . '"';
232 $encoded = '"' . implode(',', (array) $value) . '"';
234 $encoded = (string) $value;
238 $encoded = 'true';
243 $encoded = (string) $value;
246 $encoded = str_pad(dechex($value), 8, '0', STR_PAD_LEFT);
250 $encoded = $this->encodeLHexValue($value, 32);
260 return $encoded;
338 throw new SaslEncodingException(sprintf('Expected the encoded he
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php146 $encoded = $this->encoder->encode($message->toAsn1());
147 $buffer .= $this->messageWrapper !== null ? $this->messageWrapper->wrap($encoded) : $encoded;
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php8 private $encoded;
13 $this->encoded = $this->encodep($markup);
32 return $this->basePath."svg/".$this->encoded;
36 return $this->basePath."png/".$this->encoded;
40 return $this->basePath."txt/".$this->encoded;
5 private $encoded; global() variable in PlantUmlDiagram
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …poses but for externalization or transport.\n * * The result will be encoded using the percent…
H A Dbundle.js.map1encoded, click functionality is disabeled\n *- **loose**: tags in text are allowed, click func…
H A Deditor.worker.js.map1 …poses but for externalization or transport.\n * * The result will be encoded using the percent…
H A Djson.worker.js.map1encoded using the percentage encoding and encoding happens mostly\n * ignore the scheme-specif…
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte192 (markdown is base64 encoded for these urls)
H A DView.svelte65 // Replacing special characters '<' and '>' with encoded '&lt;' and '&gt;'
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426 …),T=v("button"),O=v("a"),N=y("Link to SVG"),I=y("\n (markdown is base64 encoded for these urls)")…

12345