/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
D | Encoding.php | 41 public static function base32Encode(string $str): string 53 public static function base32EncodeUpper(string $str): string 65 public static function base32Decode(string $str): string 77 public static function base32DecodeUpper(string $str): string 89 public static function base32HexEncode(string $str): string 101 public static function base32HexEncodeUpper(string $str): string 113 public static function base32HexDecode(string $str): string 125 public static function base32HexDecodeUpper(string $str): string 137 public static function base64Encode(string $str): string 149 public static function base64Decode(string $str): string [all …]
|
D | RFC4648.php | 46 public static function base64Encode(string $str): string 60 public static function base64Decode(string $str): string 74 public static function base64UrlSafeEncode(string $str): string 88 public static function base64UrlSafeDecode(string $str): string 102 public static function base32Encode(string $str): string 116 public static function base32Decode(string $str): string 130 public static function base32HexEncode(string $str): string 144 public static function base32HexDecode(string $str): string 158 public static function base16Encode(string $str): string 171 public static function base16Decode(string $str): string
|
D | Binary.php | 46 public static function safeStrlen(string $str): int 70 string $str,
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
D | utf8.php | 50 function utf8_isASCII($str){ 66 function utf8_strip($str){ 178 function utf8_substr($str, $offset, $length = null) { 304 function utf8_ltrim($str,$charlist=''){ 325 function utf8_rtrim($str,$charlist=''){ 346 function utf8_trim($str,$charlist='') { 409 function utf8_ucfirst($str){ 433 function utf8_ucwords($str) { 574 function utf8_tohtml ($str) { 608 function utf8_unhtml($str, $entities=null) { [all …]
|
/plugin/asciidocjs/node_modules/brace-expansion/ |
D | index.js | 11 function numeric(str) { argument 17 function escapeBraces(str) { argument 25 function unescapeBraces(str) { argument 37 function parseCommaParts(str) { argument 64 function expandTop(str) { argument 81 function embrace(str) { argument 95 function expand(str, isTop) { argument
|
/plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/ |
D | index.js | 12 function numeric(str) { argument 18 function escapeBraces(str) { argument 26 function unescapeBraces(str) { argument 38 function parseCommaParts(str) { argument 65 function expandTop(str) { argument 86 function embrace(str) { argument 100 function expand(str, isTop) { argument
|
/plugin/bibtex/OSBib/ |
D | UTF8.php | 134 function encodeUtf8($str) { 151 function utf8_to_unicode( $str ) { 182 function unicode_to_utf8( $str ) { 258 function utf8_substr($str, $start, $length=null){ 272 function utf8_ucfirst($str) { 291 function utf8_htmlspecialchars ($str) {
|
/plugin/json/ |
D | helper.php | 65 public function preprocess($str) { 167 public function parse_key_val($str, $key_delim_val = '=', $key_val_delim = ' ') { 240 public function parse_tokens($str) { 260 public function parse_links($str) { 288 public function parse_filter($str) { 367 public function extractors_handle($str) { 414 public function extractors_replace($str, $extractors, $json_database = NULL) {
|
/plugin/asciidocjs/node_modules/balanced-match/ |
D | index.js | 3 function balanced(a, b, str) { argument 18 function maybeMatch(reg, str) { argument 24 function range(a, b, str) { argument
|
/plugin/asciidocjs/node_modules/nunjucks/src/ |
D | filters.js | 39 function capitalize(str) { argument 45 function center(str, width) { argument 107 function escape(str) { argument 115 function safe(str) { argument 127 function forceescape(str) { argument 136 function indent(str, width, indentfirst) { argument 200 function lower(str) { argument 205 function nl2br(str) { argument 250 function replace(str, old, new_, maxCount) { argument 426 function title(str) { argument [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | Encoder.php | 134 public static function cleanUTF8($str, $force_php = false) 378 public static function convertToUTF8($str, $config, $context) 426 public static function convertFromUTF8($str, $config, $context) 480 public static function convertToASCIIDumbLossless($str)
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
D | StringUtil.php | 20 static public function isUTF8($str) { 40 static public function convertToUTF8($str) {
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
D | StringUtil.php | 21 public static function isUTF8($str) 41 public static function convertToUTF8($str)
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
D | StringUtil.php | 21 static function isUTF8($str) { 42 static function convertToUTF8($str) {
|
/plugin/asciidocjs/node_modules/cliui/build/lib/ |
D | string-utils.js | 10 export function stripAnsi(str) { argument 13 export function wrap(str, width) { argument
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
D | StringUtil.php | 20 static public function isUTF8($str) { 40 static public function convertToUTF8($str) {
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
D | StringUtil.php | 20 static public function isUTF8($str) { 40 static public function convertToUTF8($str) {
|
/plugin/asciidocjs/node_modules/yargs-parser/ |
D | browser.js | 9 format: (str, arg) => { return str.replace('%s', arg) }, argument 10 normalize: (str) => { return str }, argument 11 resolve: (str) => { return str }, argument
|
/plugin/asciidocjs/node_modules/jstransformer/ |
D | index.js | 139 Transformer.prototype.compile = function (str, options) { argument 160 Transformer.prototype.compileAsync = function (str, options, cb) { argument 197 return tr.normalizeFnAsync(tr.readFile(filename, 'utf8').then(function (str) { argument 210 Transformer.prototype.compileClient = function (str, options) { argument 222 Transformer.prototype.compileClientAsync = function (str, options, cb) { argument 263 return tr.normalizeAsync(tr.readFile(filename, 'utf8').then(function (str) { argument 275 Transformer.prototype.render = function (str, options, locals) { argument 296 Transformer.prototype.renderAsync = function (str, options, locals, cb) { argument 355 return tr.normalizeAsync(tr.readFile(filename, 'utf8').then(function (str) { argument
|
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
D | string-utils.js | 6 export function camelCase(str) { argument 36 export function decamelize(str, joinString) { argument
|
/plugin/asciidocjs/node_modules/camelcase/ |
D | index.js | 3 var str = [].map.call(arguments, function (str) { argument 5 }).filter(function (str) { argument
|
/plugin/sketchcanvas/phplib/ |
D | lib.php | 6 function parsePointList($str){ 20 function parsePathCommands($str){
|
/plugin/sql2wiki/ |
D | Csv.php | 13 static function escape($str) { 25 static function unescape($str) {
|
/plugin/autlogin/ |
D | script.js | 15 parseatt: function(str){ argument 31 hsc: function(str) { argument
|
/plugin/weiqi/ |
D | weiqi_parser.php | 84 function parse($str) { 251 function weiqi_code($str, $x, $y, $width, $height) { 436 function parse_goban_attributes($str) {
|