Home
last modified time | relevance | path

Searched refs:encoded (Results 76 – 100 of 121) sorted by path

12345

/plugin/mantis/lib/
H A Dnusoap.php408 …=false,$type=false,$name_ns=false,$type_ns=false,$attributes=false,$use='encoded',$soapval=false) {
5792 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa…
5796 if($use == 'encoded' && $encodingStyle) {
7320 if ($use == 'encoded') {
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md29 - #129 Use given encoded URL if decoded URL text looks insecure, e.g. uses broken UTF-8 (@tanakahi…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md273 instead of decimal-encoded entites like `—`.
281 <code>&amp;mdash;</code> instead of decimal-encoded
H A Dspecs.md172 ampersands are *always* encoded automatically. This makes it easy to use
779 With a code span, ampersands and angle brackets are encoded as HTML
791 `&#8212;` is the decimal-encoded equivalent of `&mdash;`.
795 <p><code>&amp;#8212;</code> is the decimal-encoded
/plugin/minimap/
H A DREADME.md111 * The list item are working now with the mathjax plugin. The HTML tag were not encoded
/plugin/odt/ODT/
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 …]
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 …]
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1encoded,\n * use atob() to convert it to a binary string first.\n * @property {Object} httpH…
H A Dpdf.worker.js48054 var count = encoded.length;
48059 var value = encoded[i];
48063 value = (value << 8) + encoded[++i];
48282 value = (value - 247) * 256 + encoded[++i] + 108;
48286 …value = (encoded[++i] & 0xff) << 24 | (encoded[++i] & 0xff) << 16 | (encoded[++i] & 0xff) << 8 | (
48500 var token, length, data, lenIV, encoded;
48532 encoded = this.readCharStrings(data, lenIV);
48542 encoded: encoded
48558 encoded = this.readCharStrings(data, lenIV);
48566 subrs[index] = encoded;
[all …]
H A Dpdf.worker.js.map1encoded","dy","wx","sbx","sby","num2","num1","flexArgs","executeCommand","stackLength","howManyArg…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …edFilename[0];\n if (suggestedFilename.includes('%')) {\n // URL-encoded %2Fpath%2Fto%2Ffi…
/plugin/pgn4web/pgn4web/
H A DREADME.txt438 If you are forced to use PGN files encoded in a different format, you might
H A Dpgn-standard-proposed-supplement.txt244 We propose that this information should be encoded in a new header tag.
/plugin/plantuml/
H A Dsyntax.php211 $encoded = exec($command, $output, $return_value);
214 $url = "$base_url/image/$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/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/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/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...]

12345