Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 121) sorted by last modified time

12345

/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php95 $encoded = $this->encoder[$newBpeToken] ?? $newBpeToken;
97 $bpeTokens[] = $encoded;
99 $bpeTokens[$newBpeToken] = $encoded;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1923 …case "base64": /*:: if(typeof blob !== 'string') throw "Must pass a base64-encoded binary string w…
2985 - space or tab at end of line must be encoded
2997 var encoded = text.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF=]/g, function(c) {
3002 encoded = encoded.replace(/ $/mg, "=20").replace(/\t$/mg, "=09");
3004 if(encoded.charAt(0) == "\n") encoded = "=0D" + encoded.slice(1);
3005encoded = encoded.replace(/\r(?!\n)/mg, "=0D").replace(/\n\n/mg, "\n=0A").replace(/([^\r\n])\n/mg,…
3007 var o/*:Array<string>*/ = [], split = encoded.split("\r\n");
12178 var encoded = encode_range(range);
12179 if (encoded !== sheet["!ref"]) sheet["!ref"] = encoded;
/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/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
/plugin/dw2pdf/
H A Dcomposer.lock64 "description": "PHP library generating PDF files from UTF-8 encoded HTML",
/plugin/combo/grammar/
H A DPageSql.g499 // 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/odt/ODT/
H A DODTImage.php29 $encoded = '';
66 $encoded .= '<draw:text-box>';
74 $encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$z.'"
80 $encoded .= '</draw:frame>';
86 return $encoded;
88 $params->content .= $encoded;
194 $encoded = '';
248 $encoded .= '<draw:text-box>';
262 $encoded .= '</draw:frame>';
268 return $encoded;
[all …]
H A DODTDocument.php1928 $encoded = '';
1934 return $encoded;
1940 $encoded = '';
1945 return $encoded;
1951 $encoded = '';
1963 $encoded .= '>';
1966 return $encoded;
1972 $encoded = '';
1977 return $encoded;
1983 $encoded = '';
[all …]
/plugin/odt/ODT/elements/
H A DODTElementFrame.php56 $encoded = '<draw:frame draw:style-name="'.$this->getStyleName().'" ';
57 $encoded .= $this->getAttributes().'>';
61 return $encoded;
H A DODTElementList.php47 $encoded = '<text:list text:style-name="'.$this->getStyleName().'"';
49 $encoded .= ' text:continue-numbering="true" ';
52 $encoded .= ' text:continue-numbering="false" ';
55 $encoded .= '>';
56 return $encoded;
H A DODTElementTable.php63 $encoded = '<table:table>';
65 $encoded .= '<table:table table:style-name="'.$style_name.'">';
78 $encoded .= '<ColumnsPlaceholder'.$count.'>';
83 return $encoded;
H A DODTElementTableCell.php49 $encoded = '<table:table-cell office:value-type="'.$this->getValueType().'"';
50 $encoded .= ' table:style-name="'.$this->getStyleName().'"';
52 $encoded .= ' table:number-columns-spanned="'.$colspan.'"';
55 $encoded .= ' table:number-rows-spanned="'.$rowspan.'"';
57 $encoded .= '>';
58 return $encoded;
H A DODTElementTableHeaderCell.php44 $encoded = '<table:table-cell office:value-type="'.$this->getValueType().'"';
45 $encoded .= ' table:style-name="'.$this->getStyleName().'"';
47 $encoded .= ' table:number-columns-spanned="'.$colspan.'"';
49 $encoded .= ' table:number-columns-spanned="<MaxColsPlaceholder'.$count.'>"';
52 $encoded .= ' table:number-rows-spanned="'.$rowspan.'"';
54 $encoded .= '>';
55 return $encoded;
H A DODTElementTextBox.php39 $encoded = '<draw:text-box '.$this->getAttributes().'>';
40 return $encoded;
/plugin/authdrupal8/
H A Dpassword.inc75 * Generates a random base 64-encoded salt prefixed with settings for the hash.
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt20 …ible in linking. If no placeholder is given the [[phpfn>rawurlencode|URL-encoded]] wikiname will b…
23 | {URL} | URL-encoded wikiname (the part which is appended to the URL in interwiki.local.con…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc89 It should be noted that the response is a string which may or may not be encoded
H A Dcrud.asciidoc9 PHP associative arrays, since they can easily be encoded in JSON. Therefore, in
H A Dserializers.asciidoc21 The `SmartSerializer` inspects the data to be encoded. If the request body is
37 encoded as JSON, it is decoded into an array using `json_decode`. Otherwise, it
69 The `ArrayToJSONSerializer` inspects the data to be encoded. If the request body
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md242 This value can be URL encoded.
246 This value can be URL encoded.

12345