Home
last modified time | relevance | path

Searched refs:encoded (Results 101 – 121 of 121) sorted by last modified time

12345

/plugin/mantis/lib/
H A Dclass.nusoap_base.php408 …=false,$type=false,$name_ns=false,$type_ns=false,$attributes=false,$use='encoded',$soapval=false) {
H A Dclass.soapclient.php252 if ($use == 'encoded') {
/plugin/authloginapi/
H A Daction.php73 $encoded = rtrim(strtr(base64_encode(json_encode($request)), '+/', '-_'), '=');
74 $form->addHidden('r', $encoded);
76 $signature = hash('sha256', $encoded.$this->token);
/plugin/idoit/
H A Dsyntax.php116 return 'JSON decode error: Malformed UTF-8 characters, possibly incorrectly encoded';
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/socialshareprivacy2/JC/
H A DREADME.md53 By default the cookie value is encoded/decoded when writing/reading, using `encodeURIComponent`/`de…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1214 The length is the number of UTF-8 encoded bytes, not the number of unicode code
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt2310 # code: modified Jmol encoded PDB data output
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc211 hint="Create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)"
H A Dfckeditor.cfm131 // create configuration string: Key1=Value1&Key2=Value2&... (Key/Value:HTML encoded)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm26 * FCKeditor requires that the connector responds with UTF-8 encoded XML.
29 * encoded response - code points under 127 in UTF-8 are stored using a
H A Dcf5_upload.cfm26 * FCKeditor requires that the connector responds with UTF-8 encoded XML.
29 * encoded response - code points under 127 in UTF-8 are stored using a
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt107 Each character of a key/value is encoded by JavaScript standard escape()
110 - Unicode non-ASCII character (e.g. with code 0x1234) is encoded to e.g. %u1234.
/plugin/chat/
H A Dtw-sack.js71 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/googlesearch/
H A Dnusoap.php385 …e_val($val,$name=false,$type=false,$name_ns=false,$type_ns=false,$attributes=false,$use='encoded'){
5174 …function serializeType($name, $type, $value, $use='encoded', $encodingStyle=false, $unqualified=fa…
5178 if($use == 'encoded' && $encodingStyle) {
6634 if ($use == 'encoded') {
/plugin/txtconf/lang/fr/
H A Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing …
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt7 …* ''{URL}'' is replaced by the URL encoded representation of the wikiname this is the right thing …
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …TF8::decodeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with func…
115 …TF8::decodeUtf8() instead. Additionally, if you need to manipulate UTF-8-encoded strings with func…

12345