Home
last modified time | relevance | path

Searched refs:encode (Results 151 – 175 of 282) sorted by relevance

12345678910>>...12

/plugin/openid/Auth/OpenID/
H A DServer.php1612 function encode($response) function in Auth_OpenID_Encoder
1667 function encode($response) function in Auth_OpenID_SigningEncoder
1685 return parent::encode($response);
1977 return $this->encoder->encode($response);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php288 function encode($str) function in pfcContainer_File
H A Dmysql.class.php307 function encode($str) function in pfcContainer_Mysql
H A Doracle.class.php385 function encode($str) function in pfcContainer_Oracle
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php259 $js = $json->encode($data);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php81 public function encode(Message $message, SaslContext $context): string function in FreeDSx\\Sasl\\Encoder\\DigestMD5Encoder
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php248 $value->value = $filter->encode($string, true);
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php220 $this->encode();
280 private function encode() function in Mpdf\\QrCode\\QrCode
/plugin/judge/
H A Daction.php240 echo $json->encode($data);
/plugin/txt2tags/
H A Dtoolbar.php230 print "var $varname = ".$json->encode($menu).";\n";
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php66 public function encode(string $text): array function in TikToken\\Encoder
/plugin/dtable/
H A Dhelper.php22 return $json->encode(array('type' => 'error', 'msg' => $this->getLang($code)));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php335 $encode = array(
374 $code_ext .= $encode[$code{$i}];
458 $encode = array(
497 $code_ext .= $encode[$code{$i}];
/plugin/sfauth/
H A Dhelper.php153 $data = $json->encode($data);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php330 return Hex::encode($this->toBytes());
/plugin/combo/ComboStrap/
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
213 * We don't encode there is only internal information
H A DTagAttributes.php1313 * We follows the rule 2 to encode the unknown value
1314 * We encode the component attribute to the target output (ie HTML)
1322 * https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html#rule-2-attribute-encode-before-inserting-untrusted-data-into-html-common-attributes
1333 $encodedName = Html::encode($name);
1369 $value = Html::encode($value);
/plugin/spatialhelper/
H A Daction.php
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java240 …Dimension dimension = captureFrame.getCaptureConfig().getEncoder().encode(captureFrame.getCaptureC… in uploadMovie()
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php67 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Base32
/plugin/textile2/
H A DclassTextile.php277 function TextileThis($text, $lite='', $encode='', $noimage='', $strict='', $rel='') argument
285 if ($encode) {
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte9 return Base64.encode(svg);
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php284 … $this->properties[self::HASHED_MESSAGE] = GTBase16::encode($this->dataHash->getHashedMessage());

12345678910>>...12