Home
last modified time | relevance | path

Searched refs:str (Results 1 – 6 of 6) sorted by relevance

/MusicFree/src/utils/
H A Dbase64.ts10 let str = input;
15 str.charAt(i | 0) || ((map = '='), i % 1);
18 charCode = str.charCodeAt((i += 3 / 4));
33 let str = input.replace(/[=]+$/, ''); variable
36 if (str.length % 4 == 1) {
43 (buffer = str.charAt(i++));
H A DmediaItem.ts19 const str = JSON.parse(key.trim()); constant
21 if (typeof str === 'string') {
22 [platform, id] = str.split('@');
24 platform = str?.platform;
25 id = str?.id;
H A DfileUtils.ts135 export function escapeCharacter(str?: string) {
136 return str !== undefined ? `${str}`.replace(/[/|\\?*"<>:]+/g, '_') : '';
/MusicFree/src/lib/react-native-vdebug/src/
H A Dtool.js50 function replaceReg(str) { argument
52 return str.replace(regStr, function (input) {
/MusicFree/generator/
H A Dgenerate-assets.mjs6 function toCamelCase(str) { argument
8 let camelCaseStr = str.replace(/[-_]/g, ' ');
/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js172 return function (str) { argument
176 result = eval(str);