Home
last modified time | relevance | path

Searched refs:encode (Results 101 – 125 of 282) sorted by relevance

12345678910>>...12

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode93.php83 $encode = [
125 $code_ext .= $encode[$code[$i]];
/plugin/bugzillaint/action/
H A Dfetch.php51 print $json->encode( $result );
/plugin/coinhive/
H A Daction.php92 echo $json->encode($data);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php237 function encode($var) function in Services_JSON
436 $encoded_value = $this->encode($value);
442 return $this->encode(strval($name)) . ':' . $encoded_value;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DPlainChallenge.php88 $this->context->setResponse($this->encoder->encode($message, $this->context));
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php42 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Hex
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php99 public static function encode($keys, $isW3cCompliant = false) function in Facebook\\WebDriver\\WebDriverKeys
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php610 chunk_split(Base64::encode($key), 64) .
615 chunk_split(Base64::encode($key), 64) .
643 chunk_split(Base64::encode($key), 64) .
H A DOpenSSH.php231 chunk_split(Base64::encode($key), 70, "\n") .
/plugin/settingstree/
H A Daction.php97 echo $json->encode($data);
/plugin/mantis/lib/
H A Dnusoapmime.php166 $output = $mimeMessage->encode();
407 $output = $mimeMessage->encode();
/plugin/timetrack/
H A Daction.php111 echo $json->encode($result);
200 echo $json->encode($result);
/plugin/tablefilterjs/
H A Dsyntax.php121 …doc .= '<div class="tablefilterjs" data-filters="'.$this->__encodeHTML($json->encode($match)).'">';
/plugin/dtable/
H A Dsyntax.php91 …U_BASE.'lib/exe/ajax.php" method="post" data-table="'.htmlspecialchars($json->encode($lines)).'">';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php102 chunk_split(Base64::encode($key), 64) .
/plugin/components/lib/
H A Dajax.php58 echo $json->encode($result);
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php103 $js = $json->encode($js);
/plugin/popupviewer/
H A Daction.php77 $script = 'var JSINFO = '.$json->encode($JSINFO).';';
/plugin/combo/syntax/
H A Dcodemarkdown.php195 $renderer->doc .= Html::encode($payload);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php143 $child = ['original' => $this->encode($type)];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php74 $temp = Base64::encode(Strings::packSSH2('s', $components['type']) . $components['public']);
/plugin/todo/
H A Daction.php193 echo $json->encode($return);
/plugin/aichat/
H A Dhelper.php231 count($this->getEmbeddings()->getTokenEncoder()->encode($chatHistory)) >
/plugin/osm/
H A Dsyntax.php107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
/plugin/semanticdata/
H A Daction.php166 echo '(' . $json->encode($result) . ')';

12345678910>>...12