Home
last modified time | relevance | path

Searched refs:encoded (Results 26 – 50 of 121) sorted by path

12345

/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc6792 return "\x3ccke:encoded\x3e" + encodeURIComponent(a) + "\x3c/cke:encoded\x3e"
7085 P = /<cke:encoded>([^<]*)<\/cke:encoded>/gi,
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc275 // Protected email link as encoded string.
/plugin/combo/grammar/
H A DPageSql.g4102 // A string constant is formed by enclosing the string in single quotes ('). A single quote within the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes using the backslash character are not supported because they are not standard SQL.
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php117 $encoded = [];
123 $encoded[] = (string) $key;
127 return $encoded;
130 return implode('', $encoded);
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md177 * Strings that are not UTF-8 encoded will be dumped as base64 encoded binary
182 * Added support for parsing base64 encoded binary data when they are tagged
/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md270 * Added: Fixing badly encoded URL's from google contacts vcards.
316 2.1 quoted printable-encoded properties.
401 * Fixed: Multiple parameters with the same name are now correctly encoded.
428 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
/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)")…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …poses but for externalization or transport.\n * * The result will be encoded using the percent…
H A D3.3.js.map1encoded cryptographic hash of the resource (file) you’re telling the browser to fetch. The browser…
H A D4.4.js.map1 …poses but for externalization or transport.\n * * The result will be encoded using the percent…
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)")…
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/script/
H A Dmermaid.min.js.map1 … * **Notes**:\n *\n * - **strict**: (**default**) tags in text are encoded, click functional…
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php94 public function addContentEncoded($encoded) argument
96 $this->content_encoded = $encoded;
H A Dsioc_inc.php775 private $encoded; variable in SIOCPost
789 $encoded, argument
801 $this->encoded = $encoded;
881 $rdf .= " <content:encoded><![CDATA[" . $this->encoded . "]]></content:encoded>\n";
/plugin/dw2pdf/
H A Dcomposer.lock64 "description": "PHP library generating PDF files from UTF-8 encoded HTML",
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php21 * mPDF, PHP library generating PDF files from UTF-8 encoded HTML
5842 $encoded = false,
5847 // Parameter (pre-)encoded - When called internally from form::textarea -
5849 if (!$encoded) {
24048 $this->Reference[$i]['uf'] = $txt; // Unformatted e.g. pure utf-8 encoded characters, no mark-up/tags
26021 * Checks string is valid UTF-8 encoded
5812 MultiCell($w, $h, $txt, $border = 0, $align = '', $fill = 0, $link = '', $directionality = 'ltr', $encoded = false, $OTLdata = false, $maxrows = false) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc9 PHP associative arrays, since they can easily be encoded in JSON. Therefore, in
H A Dper-request-configuration.asciidoc89 It should be noted that the response is a string which may or may not be encoded

12345