Home
last modified time | relevance | path

Searched refs:getMainFile (Results 1 – 9 of 9) sorted by relevance

/dports/misc/netron/node_modules/app-builder-lib/out/frameworks/
H A DLibUiFramework.d.ts18 getMainFile(platform: Platform): string | null;
H A DLibUiFramework.js.map1 …erMain), path.join(context.appOutDir, \"app\", \"main.js\"))\n }\n\n getMainFile(platform: Platf…
/dports/misc/netron/node_modules/app-builder-lib/out/
H A DFramework.d.ts13 getMainFile?(platform: Platform): string | null; method
H A DFramework.js.map1 …: boolean\n\n getDefaultIcon?(platform: Platform): string | null\n\n getMainFile?(platform: Plat…
H A DplatformPackager.js.map1 …cesDir(appOutDir)\n const mainFile = (framework.getMainFile == null ? null : framework.getMainF…
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/runtime/
H A DBoot.java266 location = getMainFile(); in getFileLocation()
303 private static String getMainFile() throws InvalidArgumentException { in getMainFile() method in Boot
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DCommand.hs388 getMainFile flags
398 getMainFile :: InitFlags -> IO (Maybe FilePath)
399 getMainFile flags = function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs404 getMainFile flags
414 getMainFile :: InitFlags -> IO (Maybe FilePath)
415 getMainFile flags = function
/dports/java/icedtea-web/icedtea-web-1.6.2/
H A DChangeLog1849 * netx/net/sourceforge/jnlp/runtime/Boot.java: (getMainFile) now supports html