/third_party/jsframework/runtime/main/page/entry/ |
D | bundle.ts | 27 removePrefix, 67 const moduleName: string = removePrefix(name); 75 const componetName: string = removePrefix(name); 94 componentName = removePrefix(name);
|
D | init.ts | 32 import { removePrefix } from '../../util/index'; 88 const pageRequireModule = name => requireModule(appFunction, removePrefix(name));
|
/third_party/jsframework/runtime/main/app/ |
D | index.ts | 29 import { removePrefix } from '../util/index'; 116 const appRequireModule = name => requireModule(appFunction, removePrefix(name));
|
D | bundle.ts | 26 removePrefix, 63 return requireModule(appFunction, removePrefix(name));
|
/third_party/jsframework/runtime/utils/ |
D | index.ts | 24 removePrefix
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindPreciseNodes.cpp | 58 bool removePrefix(const AccessChain &other); 119 bool AccessChain::removePrefix(const AccessChain &other) in removePrefix() function in sh::__anon2fdfedd80111::AccessChain 689 if (!remainingAccessChain.removePrefix(assignmentAccessChain)) in FindPreciseNodes()
|
/third_party/jsframework/runtime/main/util/ |
D | index.js | 103 export function removePrefix(str) { function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 289 virtual void removePrefix(const TString& prefix) in removePrefix() function
|
/third_party/typescript/src/services/ |
D | stringCompletions.ts | 863 …return nonRelativeModuleNames.map(nonRelativeModuleName => removePrefix(nonRelativeModuleName, mod…
|
/third_party/typescript/src/compiler/ |
D | program.ts | 1488 const name = removeSuffix(removePrefix(basename, "lib."), ".d.ts"); 3346 const unqualifiedLibName = removeSuffix(removePrefix(libName, "lib."), ".d.ts");
|
D | core.ts | 2358 export function removePrefix(str: string, prefix: string): string { function
|
D | moduleNameResolver.ts | 2593 const withoutAtTypePrefix = removePrefix(mangledName, "@types/");
|
D | checker.ts | 3721 const withoutAtTypePrefix = removePrefix(moduleReference, "@types/");
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 9447 member.removePrefix(currentTypePrefix.back()); in pushThisScope()
|
/third_party/typescript/lib/ |
D | tsc.js | 1905 function removePrefix(str, prefix) { function 1908 ts.removePrefix = removePrefix; 38003 var withoutAtTypePrefix = ts.removePrefix(mangledName, "@types/"); 44551 var withoutAtTypePrefix = ts.removePrefix(moduleReference, "@types/"); 101330 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 102721 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts");
|
D | typingsInstaller.js | 2273 function removePrefix(str, prefix) { function 2276 ts.removePrefix = removePrefix; 46212 var withoutAtTypePrefix = ts.removePrefix(mangledName, "@types/"); 53933 var withoutAtTypePrefix = ts.removePrefix(moduleReference, "@types/"); 122111 var name = ts.removeSuffix(ts.removePrefix(basename, "lib."), ".d.ts"); 123731 … var unqualifiedLibName = ts.removeSuffix(ts.removePrefix(libName, "lib."), ".d.ts");
|