• Home
  • Raw
  • Download

Lines Matching refs:api

27   const api = [];
108 function processDeclarationSourceFile(packageName, api, exportApi, returnDeclarationArr, hash, dtsP… argument
144 collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath,
152 function collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath… argument
155 …collectInterfaceDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiInfo,
159 collectModuleDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiInfo,
163 collectClassDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiInfo,
167 collectEnumDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiInfo,
175 'Decorator', api, hash, dtsPath, 8);
188 … addFunctionOnOffApi(packageName, className, methodName, getApiInfo(stat, apiInfo), 'Method', api,
194 function collectInterfaceDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash,… argument
200 …addApi(packageName, className, '', '', tmpApiInfo, 'InterfaceDeclaration', api, hash, dtsPath, '10…
202 …collectEachChildNode(interfaceChildren, packageName, className, 'Field', api, exportApi, returnDec…
206 function collectClassDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, api… argument
211 … addApi(packageName, className, '', '', tmpApiInfo, 'ClassDeclaration', api, hash, dtsPath, '12');
213 …collectEachChildNode(classChildren, packageName, className, 'Field', api, exportApi, returnDeclara…
217 function collectEnumDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, apiI… argument
222 addApi(packageName, className, '', '', tmpApiInfo, 'EnumDeclaration', api, hash, dtsPath, '13');
224 …collectEachChildNode(enumChildren, packageName, className, 'Enum', api, exportApi, returnDeclarati…
228 function collectModuleDeclaration(stat, packageName, api, exportApi, returnDeclarationArr, hash, ap… argument
233 … addApi(packageName, className, '', '', tmpApiInfo, 'ModelDeclaration', api, hash, dtsPath, '11');
235 …collectEachChildNode(moduleChildren, packageName, className, 'Field', api, exportApi, returnDeclar…
239 function collectTypeApi(child, packageName, className, faterApiType, api, exportApi, returnDeclarat… argument
252 getApiInfo(child, faterApiInfo), 'Type', api, hash, dtsPath, 1);
260 getApiInfo(child, faterApiInfo), 'Type', api, hash, dtsPath, 2);
273 getApiInfo(child, faterApiInfo), 'Type', api, hash, dtsPath, 3);
281 getApiInfo(child, faterApiInfo), 'Type', api, hash, dtsPath, 4);
291 function collectEachChildNode(children, packageName, className, faterApiType, api, exportApi, retur… argument
297 …let typeObj = collectTypeApi(child, packageName, className, faterApiType, api, exportApi, returnDe…
318 …collectInterfaceDeclaration(child, packageName, api, exportApi, returnDeclarationArr, hash, faterA…
320 …collectModuleDeclaration(child, packageName, api, exportApi, returnDeclarationArr, hash, faterApiI…
322 …collectClassDeclaration(child, packageName, api, exportApi, returnDeclarationArr, hash, faterApiIn…
324 …collectEnumDeclaration(child, packageName, api, exportApi, returnDeclarationArr, hash, faterApiInf…
331 …collectOnOffApi(child, apiType, packageName, className, faterApiType, api, exportApi, currentTypeL…
334 collectOtherApi(child, packageName, className, faterApiInfo, apiType, api,
341 function collectOtherApi(child, packageName, className, faterApiInfo, apiType, api, argument
367 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
382 getApiInfo(child, faterApiInfo), apiType, api, hash, dtsPath, 5);
406 function collectOnOffApi(child, apiType, packageName, className, faterApiInfo, api, exportApi, curr… argument
413 collectTypeOrEventApi(packageName, className, faterApiInfo, apiType, api,
419 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
424 inCurrentTypeListApi(packageName, className, faterApiInfo, apiType, api,
430 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
434 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
440 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
446 function inCurrentTypeListApi(packageName, className, faterApiInfo, apiType, api, hash, currentClas… argument
453 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
460 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
465 function collectTypeOrEventApi(packageName, className, faterApiInfo, apiType, api, argument
470 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
474 addFunctionOnOffApi(packageName, className, methodName, faterApiInfo, apiType, api,
479 function addFunctionOnOffApi(packageName, className, methodName, apiInfo, apiType, api, argument
483 for (let i = 0; i < api.length; i++) {
484 const curApi = api[i];
494 notMergeSameNameFun(packageName, className, methodName, apiInfo, apiType, api,
499 function notMergeSameNameFun(packageName, className, methodName, apiInfo, apiType, api, argument
504 getApiInfo(childNode, apiInfo), apiType, api, hash, dtsPath, 6);
508 getApiInfo(childNode, apiInfo), apiType, api, hash, dtsPath, 7);
511 for (let i = 0; i < api.length; i++) {
512 const curApi = api[i];
527 firstApiInfo, apiType, api, hash, dtsPath, 8);
690 function addApiImport(packageName, headimport, api, dtsPath) { argument
691 api.push({
709 function addApiExport(packageName, endexport, api, dtsPath) { argument
710 api.push({
728 function addApi(packageName, className, methodName, methodText, apiInfo, apiType, api, hash, dtsPat… argument
733 api.push({