Search Results
9 functions found:
| 1. | decodeURI ( _encodedString ) |
| Teruhiro Komaki, frudens Inc. | |
| Decode an encoded string. Japanese and emoji are also supported. | |
| 2. | encodeURI ( _url ) |
| Teruhiro Komaki, frudens Inc. | |
| It's a custom function with the same purpose as javascript's encodeURI function. | |
| 3. | generatePassword ( _length ; _lowerLength ; _upperLength ; _numberLength ; _charLength ) |
| Teruhiro Komaki, frudens Inc. | |
| Generate a password. | |
| 4. | getFunctionJson |
| Teruhiro Komaki, frudens Inc. | |
| A function that returns a Get function other than | |
| 5. | jsonListAllKeys ( _json ; _key ) |
| Teruhiro Komaki, frudens Inc. | |
| Get a list of all keys under the argument key from json. | |
| 6. | ParseUrl ( _url ) |
| Teruhiro Komaki, frudens Inc. | |
| Parse the URL and return the result as JSON. | |
| 7. | randomSort ( _string ) |
| Teruhiro Komaki, frudens Inc. | |
| Sorts strings randomly. | |
| 8. | randomString ( _string ; _length ) |
| Teruhiro Komaki, frudens Inc. | |
| Returns a random string from among the argument strings. | |
| 9. | sortEncodeQueryString ( _queryString ) |
| Teruhiro Komaki, frudens Inc. | |
| Sort and encode the QueryString like "CanonicalQueryString" in Signature Version 4 of aws. | |