Home
last modified time | relevance | path

Searched refs:encode (Results 126 – 150 of 282) sorted by relevance

12345678910>>...12

/plugin/combo/syntax/
H A Dpreformatted.php219 $renderer->doc .= Html::encode($text);
H A Dcode.php203 $renderer->doc .= Html::encode($payload);
/plugin/data-au/
H A Daction.php194 echo $json->encode($result);
/plugin/gtime/gtlib/asn1/
H A DASN1DER.php39 public static function encode($object) { function in ASN1DER
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php146 $encoded = $this->encoder->encode($message->toAsn1());
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js15 encode : function (input, binary) { method in Base64
/plugin/data/
H A Daction.php
/plugin/interwikipaste/
H A Dscript.js33 if (patternConf.encode) {
/plugin/stlviewer/stlviewer/
H A Die_polyfills.js47 …0-\xff][\x80-\xbf]+|[\x80-\xff]/g,r)};e.TextDecoder||(e.TextDecoder=p);h.encode=function(b){b=void… function
/plugin/combo/ComboStrap/
H A DHtml.php76 public static function encode($text): string
74 public static function encode($text): string global() function in ComboStrap\\Html
/plugin/authdrupal8/
H A Dpassword.inc41 * The string containing bytes to encode.
43 * The number of characters (bytes) to encode.
94 // We encode the final log2 iteration count in base 64.
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase64.php45 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Base64
/plugin/farmer/action/
H A Dajax.php
/plugin/metaeditor/
H A Daction.php86 echo $json->encode($data);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php93 $body = GTBase64::encode($this->bytes);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php195 $js = JsonFile::encode($json);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php165 chunk_split(Base64::encode($key), 64) .
/plugin/fedauth/Auth/OpenID/
H A DServer.php1451 function encode($response) function in Auth_OpenID_Encoder
1495 function encode($response) function in Auth_OpenID_SigningEncoder
1513 return parent::encode($response);
1748 return $this->encoder->encode($response);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py96 errorMsg = str(e).decode('iso-8859-1').encode('utf-8') # warning with encodigns!!!
/plugin/farmsync/action/
H A Dajax.php133 echo $json->encode($msg);
/plugin/panoview/
H A Dsyntax.php129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/gtime/gtlib/util/
H A DGTBaseX.php124 …public function encode($bytes, $offset = null, $length = null, $separator = null, $frequency = nul… function in GTBaseX
/plugin/upgrade/
H A Dcomposer.lock34 "ext-iconv": "Used for proper filename encode handling",
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php115 public function encode() function in Facebook\\WebDriver\\Firefox\\FirefoxProfile
/plugin/etherpadlite/action/
H A Detherpadlite.php100 print $json->encode($ret);
430 $this->include_script($event, 'var etherpad_lite_config = '.$json->encode($config));

12345678910>>...12