Home
last modified time | relevance | path

Searched refs:removePrefix (Results 1 – 16 of 16) sorted by relevance

/third_party/jsframework/runtime/main/page/entry/
Dbundle.ts27 removePrefix,
67 const moduleName: string = removePrefix(name);
75 const componetName: string = removePrefix(name);
94 componentName = removePrefix(name);
Dinit.ts32 import { removePrefix } from '../../util/index';
88 const pageRequireModule = name => requireModule(appFunction, removePrefix(name));
/third_party/jsframework/runtime/main/app/
Dindex.ts29 import { removePrefix } from '../util/index';
116 const appRequireModule = name => requireModule(appFunction, removePrefix(name));
Dbundle.ts26 removePrefix,
63 return requireModule(appFunction, removePrefix(name));
/third_party/jsframework/runtime/utils/
Dindex.ts24 removePrefix
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp58 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/
Dindex.js103 export function removePrefix(str) { function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h289 virtual void removePrefix(const TString& prefix) in removePrefix() function
/third_party/typescript/src/services/
DstringCompletions.ts863 …return nonRelativeModuleNames.map(nonRelativeModuleName => removePrefix(nonRelativeModuleName, mod…
/third_party/typescript/src/compiler/
Dprogram.ts1488 const name = removeSuffix(removePrefix(basename, "lib."), ".d.ts");
3346 const unqualifiedLibName = removeSuffix(removePrefix(libName, "lib."), ".d.ts");
Dcore.ts2358 export function removePrefix(str: string, prefix: string): string { function
DmoduleNameResolver.ts2593 const withoutAtTypePrefix = removePrefix(mangledName, "@types/");
Dchecker.ts3721 const withoutAtTypePrefix = removePrefix(moduleReference, "@types/");
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9447 member.removePrefix(currentTypePrefix.back()); in pushThisScope()
/third_party/typescript/lib/
Dtsc.js1905 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");
DtypingsInstaller.js2273 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");