| /plugin/odt/ODT/ |
| D | ODTImage.php | 29 $encoded = ''; 64 …$encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$params->document->replaceXMLEn… 66 $encoded .= '<draw:text-box>'; 67 … $encoded .= '<text:p text:style-name="'.$params->document->getStyleName('legend center').'">'; 70 …$encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$params->document->replaceXMLEn… 74 $encoded .= '<draw:frame draw:style-name="'.$style.'" draw:name="'.$z.'" 78 $encoded .= '<draw:image xlink:href="'.$params->document->replaceXMLEntities($name).'" 80 $encoded .= '</draw:frame>'; 82 …$encoded .= $params->document->replaceXMLEntities($title).'</text:p></draw:text-box></draw:frame>'; 86 return $encoded; [all …]
|
| D | ODTDocument.php | 1928 $encoded = ''; 1931 $encoded = '<draw:a xlink:type="simple" xlink:href="'.$url.'">'; 1934 return $encoded; 1936 $this->content .= $encoded; 1940 $encoded = ''; 1942 $encoded = '</draw:a>'; 1945 return $encoded; 1947 $this->content .= $encoded; 1951 $encoded = ''; 1960 $encoded .= '<text:a xlink:type="simple" xlink:href="'.$url.'"'; [all …]
|
| /plugin/odt/ODT/elements/ |
| D | ODTElementTableHeaderCell.php | 44 $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;
|
| D | ODTElementTableCell.php | 49 $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;
|
| D | ODTElementList.php | 47 $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;
|
| D | ODTElementTextBox.php | 39 $encoded = '<draw:text-box '.$this->getAttributes().'>'; 40 return $encoded;
|
| D | ODTElementFrame.php | 56 $encoded = '<draw:frame draw:style-name="'.$this->getStyleName().'" '; 57 $encoded .= $this->getAttributes().'>'; 61 return $encoded;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
| D | Progress.php | 23 public $encoded; variable in Google\\Service\\Transcoder\\Progress 35 public function setEncoded($encoded) argument 37 $this->encoded = $encoded; 41 return $this->encoded;
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/ |
| D | Attribute.php | 73 $encoded = ''; 76 $encoded .= sprintf('%s=%s&', urlencode($this->key), urlencode($value)); 79 $encoded = rtrim($encoded, '&'); 81 return $encoded;
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/ |
| H A D | DigestMD5Encoder.php | 218 $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;
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/ |
| D | Element.php | 41 * @param string $encoded 45 public function __construct($encoded) argument 47 $this->element = $encoded;
|
| /plugin/plantumlparser/syntax/ |
| D | PlantUmlDiagram.php | 8 private $encoded; variable in PlantUmlDiagram 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;
|
| /plugin/textinsert/ |
| D | admin.php | 96 $encoded = $_REQUEST['encoded']; 97 $encoded = array_map('urldecode',$encoded); 98 foreach($encoded AS $k=>$val) { 131 $encoded = urlencode($subst); 132 if($subst != $encoded) { 133 ptln("<input type = 'hidden' name='encoded[$macro]' value='$encoded'>");
|
| /plugin/chat/ |
| D | tw-sack.js | 71 encoded = encodeURIComponent(this.argumentSeparator); 72 regexp = new RegExp(this.argumentSeparator + "|" + encoded); 103 encoded = this.encVar(key, this.vars[key][0], true); 105 this.vars[encoded[0]] = Array(encoded[1], true); 106 key = encoded[0];
|
| /plugin/fckg/fckeditor/editor/dialog/ |
| D | tw-sack.js | 71 encoded = encodeURIComponent(this.argumentSeparator); 72 regexp = new RegExp(this.argumentSeparator + "|" + encoded); 103 encoded = this.encVar(key, this.vars[key][0], true); 105 this.vars[encoded[0]] = Array(encoded[1], true); 106 key = encoded[0];
|
| /plugin/fckg/fckeditor/ |
| D | tw-sack.js | 71 encoded = encodeURIComponent(this.argumentSeparator); 72 regexp = new RegExp(this.argumentSeparator + "|" + encoded); 103 encoded = this.encVar(key, this.vars[key][0], true); 105 this.vars[encoded[0]] = Array(encoded[1], true); 106 key = encoded[0];
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverKeys.php | 117 $encoded = []; 123 $encoded[] = (string) $key; 127 return $encoded; 130 return implode('', $encoded);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
| D | ASN1.php | 144 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 236 private static function decode_ber($encoded, $start = 0, $encoded_pos = 0) argument 240 if (!isset($encoded[$encoded_pos])) { [all …]
|
| /plugin/asciidocjs/node_modules/source-map/lib/ |
| D | base64-vlq.js | 93 var encoded = ""; 106 encoded += base64.encode(digit); 109 return encoded;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/ |
| D | base64-vlq.js | 93 var encoded = ""; 106 encoded += base64.encode(digit); 109 return encoded;
|
| /plugin/swiftmail/Swift/Message/ |
| D | Headers.php | 503 …$encoded = Swift_Message_Encoder::instance()->rfc2047Encode($att_value, $this->charset, $this->lan… 504 $lines = explode($this->LE, $encoded); 510 $encoded = implode($this->LE, $lines); 513 if ((strlen($encoded) + $used_len + strlen($attribute) + 4) < 74) 515 if (strpos($encoded, "'") !== false) $attribute .= "*"; 516 $append = "; " . $attribute . "=" . $encoded; 531 if ($add_asterisk || strpos($encoded, "'") !== false) 546 if (strpos($encoded, "'") !== false) $attribute .= "*"; 547 $append = $this->LE . " " . $attribute . "=" . $encoded;
|
| /plugin/authloginapi/ |
| D | action.php | 73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '='); 74 $form->addHidden('r', $encoded); 76 $signature = hash('sha256', $encoded.$this->token);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
| H A D | LdapQueue.php | 146 $encoded = $this->encoder->encode($message->toAsn1()); 147 … $buffer .= $this->messageWrapper !== null ? $this->messageWrapper->wrap($encoded) : $encoded;
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
| D | Encoder.php | 95 $encoded = $this->encoder[$newBpeToken] ?? $newBpeToken; 97 $bpeTokens[] = $encoded; 99 $bpeTokens[$newBpeToken] = $encoded;
|
| /plugin/grensladawritezor/fckeditor/ |
| D | htaccess.txt | 28 # Those characters are the Byte Order Mask (BOM) of the Unicode encoded files. 29 # All FCKeditor files are Unicode encoded.
|