Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ functions
Functions
1,127 in github.com/ember-cli/ember-cli
⨍
Functions
1,127
◇
Types & classes
186
↓ 1 callers
Function
isUsingBatteryDarwin
()
lib/models/hardware-info.js:48
↓ 1 callers
Function
isUsingBatteryLinux
()
lib/models/hardware-info.js:61
↓ 1 callers
Function
isUsingBatterySysClassPowerSupply
()
lib/models/hardware-info.js:77
↓ 1 callers
Function
isUsingBatteryWindows
()
lib/models/hardware-info.js:108
↓ 1 callers
Function
isValidAlias
(alias, expectedType)
lib/models/command.js:686
↓ 1 callers
Function
isValidParsedOption
(option, parsedOption)
lib/models/command.js:669
↓ 1 callers
Method
loadAddon
* Do the actual processing of the root directory of an addon, when the addon * object already exists (i.e. the addon is acting as the root object o
lib/models/package-info-cache/index.js:246
↓ 1 callers
Function
loadCommands
()
lib/cli/index.js:24
↓ 1 callers
Function
loadTasks
()
lib/cli/index.js:32
↓ 1 callers
Function
logOnFailure
(s)
tests/helpers/log-on-failure.js:22
↓ 1 callers
Function
main
()
dev/update-blueprint-dependencies.js:172
↓ 1 callers
Function
makeTempDir
()
tests/acceptance/init-test.js:32
↓ 1 callers
Function
memorySwapUsedBsd
()
lib/models/hardware-info.js:148
↓ 1 callers
Function
memorySwapUsedDarwin
()
lib/models/hardware-info.js:129
↓ 1 callers
Function
memorySwapUsedLinux
()
lib/models/hardware-info.js:178
↓ 1 callers
Function
memorySwapUsedWindows
()
lib/models/hardware-info.js:216
↓ 1 callers
Function
methodsForTreeType
Allow addons to implement contentFor method to add string output into the associated `{{content-for 'foo'}}` section in `index.html` **Uses:** - F
lib/models/addon.js:1670
↓ 1 callers
Function
mockBuilder
()
lib/tasks/serve.js:20
↓ 1 callers
Function
mockWatcher
(distDir)
lib/tasks/serve.js:14
↓ 1 callers
Function
npmPack
()
tests/acceptance/addon-smoke-test-slow.js:168
↓ 1 callers
Function
outputReady
()
tests/unit/models/builder-test.js:296
↓ 1 callers
Method
packageApplicationJs
(tree)
lib/broccoli/default-packager.js:1178
↓ 1 callers
Method
packageApplicationTests
(tree)
lib/broccoli/default-packager.js:885
↓ 1 callers
Method
packageTestApplicationConfig
()
lib/broccoli/default-packager.js:831
↓ 1 callers
Method
packageTestFiles
(tree, coreTestTree)
lib/broccoli/default-packager.js:936
↓ 1 callers
Method
packageVendorJs
(tree)
lib/broccoli/default-packager.js:1237
↓ 1 callers
Function
parseScoped
(name)
tests/helpers/fixturify-project.js:50
↓ 1 callers
Method
podTemplates
()
lib/broccoli/ember-app.js:672
↓ 1 callers
Method
populateLegacyFiles
Imports legacy imports in this.vendorFiles @private @method populateLegacyFiles
lib/broccoli/ember-app.js:659
↓ 1 callers
Function
postBuild
()
tests/unit/models/builder-test.js:290
↓ 1 callers
Function
preBuild
()
tests/unit/models/builder-test.js:283
↓ 1 callers
Method
processAddonMiddlewares
(options)
lib/tasks/server/express-server.js:100
↓ 1 callers
Method
processTestIndex
(tree)
lib/broccoli/default-packager.js:779
↓ 1 callers
Method
projectOrnullProject
Returns a new project based on the first package.json that is found in `pathName`, or the nullProject. The nullProject signifies no-project,
lib/models/project.js:700
↓ 1 callers
Function
push
(repoPath, { branch })
dev/update-editor-output-repos.js:109
↓ 1 callers
Function
pushUnique
(array, entry)
lib/models/package-info-cache/package-info.js:28
↓ 1 callers
Method
readBuildFile
* @private * @method readBuildFile * @param path The file path to read the build file from
lib/models/builder.js:41
↓ 1 callers
Method
reloadProjects
* To support the project.reloadPkg method, we need the ability to flush * the cache and reload from the updated package.json. * There are some i
lib/models/package-info-cache/index.js:222
↓ 1 callers
Function
removeAddonPath
()
tests/acceptance/in-option-generate-test.js:36
↓ 1 callers
Function
replaceExtension
(filePath, newExt)
lib/models/blueprint.js:1768
↓ 1 callers
Function
resetProcessEnv
(originalProcessEnv)
tests/unit/experiments-test.js:9
↓ 1 callers
Function
resolvePerBundleAddonCacheUtil
* Resolves the perBundleAddonCacheUtil; this prefers the custom provided version by * the consuming application, and defaults to an internal implemen
lib/models/per-bundle-addon-cache/index.js:25
↓ 1 callers
Function
rewriteRequestUrlIfBasePageIsNeeded
(req, testsPath, rootURL, directory)
lib/tasks/server/middleware/tests-server/index.js:56
↓ 1 callers
Method
run
(options)
lib/tasks/addon-install.js:16
↓ 1 callers
Method
run
(options)
lib/tasks/npm-install.js:14
↓ 1 callers
Method
run
(commandOptions)
tests/unit/commands/new-test.js:129
↓ 1 callers
Function
runBuildWatchTask
()
tests/unit/tasks/build-watch-test.js:27
↓ 1 callers
Function
runMocha
()
tests/runner.js:44
↓ 1 callers
Function
setupApplicationTest
(hooks: NestedHooks, options?: SetupTestOptions)
tests/fixtures/addon/typescript/tests/helpers/index.ts:12
↓ 1 callers
Method
setupBroccoliChangeEvent
()
lib/models/watcher.js:69
↓ 1 callers
Method
setupBroccoliWatcher
()
lib/models/watcher.js:39
↓ 1 callers
Function
setupBuilder
()
tests/unit/models/builder-test.js:213
↓ 1 callers
Method
setupHttpServer
()
lib/tasks/server/express-server.js:43
↓ 1 callers
Function
setupProject
(rootPath)
tests/unit/broccoli/ember-addon-test.js:25
↓ 1 callers
Function
setupProject
(rootPath)
tests/unit/broccoli/ember-app-test.js:49
↓ 1 callers
Function
setupSignalsTrap
* Sets up listeners for interruption signals * * When one of these signals is caught than raise process.exit() * which enforces `capture-exit` to r
lib/utilities/will-interrupt-process.js:129
↓ 1 callers
Function
shouldCheckDependency
(dependency)
dev/update-blueprint-dependencies.js:86
↓ 1 callers
Method
shouldHandleRequest
(req, options)
lib/tasks/server/middleware/history-support/index.js:80
↓ 1 callers
Method
showErrors
* Gather all the errors in the PIC and any cached objects, then dump them * out to the ui-console. * * @public * @method showErrors
lib/models/package-info-cache/index.js:72
↓ 1 callers
Function
start
()
tests/unit/tasks/serve-test.js:43
↓ 1 callers
Method
start
(options)
lib/tasks/server/express-server.js:140
↓ 1 callers
Function
startsWithHyphen
(langArg)
lib/utilities/get-lang-arg.js:184
↓ 1 callers
Function
startsWithNumber
* Checks if the string starts with a number. * * @method startsWithNumber * @return {Boolean}
lib/utilities/valid-project-name.js:11
↓ 1 callers
Function
stubCallHelp
()
tests/unit/cli/cli-test.js:43
↓ 1 callers
Function
stubValidateAndRunHelp
(name)
tests/unit/cli/cli-test.js:47
↓ 1 callers
Method
supportedInternalAddonPaths
Provides the list of paths to consult for addons that may be provided internally to this project. Used for middleware addons with built-in support
lib/models/project.js:380
↓ 1 callers
Function
tar
()
tests/acceptance/addon-smoke-test-slow.js:176
↓ 1 callers
Function
teardownSignalsTrap
* Removes interruption signal listeners and tears down capture-exit * * @method teardownSignalsTrap
lib/utilities/will-interrupt-process.js:144
↓ 1 callers
Method
testemMiddleware
(app)
lib/tasks/server/middleware/testem-url-rewriter/index.js:12
↓ 1 callers
Method
throwFormattedBroccoliError
(err)
lib/models/builder.js:240
↓ 1 callers
Method
toNpmArgs
(command, options)
lib/tasks/npm-task.js:219
↓ 1 callers
Function
trapWindowsSignals
* Suppresses "Terminate batch job (Y/N)" confirmation on Windows * * @method trapWindowsSignals
lib/utilities/will-interrupt-process.js:159
↓ 1 callers
Function
truthyHelper
()
tests/fixtures/addon/kitchen-sink/addon-test-support/helper.js:1
↓ 1 callers
Function
unshiftValue
(array, value)
lib/utilities/markdown-color.js:194
↓ 1 callers
Method
update
* The `update` method aliases the `create` method. * * @method update * @param {String} label The label for the cache. * @param {String} t
tests/helpers/package-cache.js:612
↓ 1 callers
Function
updateOnlineEditorRepos
(tag)
dev/update-editor-output-repos.js:120
↓ 1 callers
Function
updateRepo
(tag)
dev/update-output-repos.js:21
↓ 1 callers
Function
usage
()
dev/update-blueprint-dependencies.js:3
↓ 1 callers
Function
validateCacheKey
* Validates that a new cache key for a given tree type matches the previous * cache key for the same tree type. To opt-in to bundle addon caching for
lib/models/per-bundle-addon-cache/addon-proxy.js:21
↓ 1 callers
Function
writeFiles
()
tests/unit/models/asset-size-printer-test.js:13
↓ 1 callers
Function
writeFullMsg
(fullMsg, ui)
lib/utilities/get-lang-arg.js:254
↓ 1 callers
Method
writeSkipBanner
(filePath)
lib/tasks/server/livereload-server.js:172
Function
'package.json'
(content)
packages/addon-blueprint/index.js:27
Function
Addon
()
tests/fixtures/addon/commands/addon-command.js:1
Function
Addon
()
tests/fixtures/addon/commands/addon-command-class.js:3
Function
Addon
()
tests/fixtures/addon/commands/addon-override-intentional.js:3
Function
Addon
()
tests/fixtures/addon/commands/other-addon-command.js:1
Function
AddonServeCommand
()
tests/unit/cli/lookup-command-test.js:23
Function
BuildError
(input)
tests/helpers/build-error.js:5
Function
Command1
()
tests/unit/commands/help-test.js:21
Function
Command2
()
tests/unit/commands/help-test.js:47
Function
Command3
()
tests/unit/commands/help-test.js:48
Function
Generate
()
tests/unit/commands/help-test.js:140
Method
NULL
()
lib/models/package-info-cache/node-modules-list.js:28
Function
StatsSchema
()
tests/unit/models/instrumentation-test.js:636
Function
__foo__
()
tests/integration/models/blueprint-test.js:127
Function
__name__
(options)
lib/models/blueprint.js:733
Function
__name__
(options)
blueprints/addon-import/index.js:19
Function
__path__
(options)
lib/models/blueprint.js:739
Function
__path__
(options)
blueprints/addon-import/index.js:25
← previous
next →
501–600 of 1,127, ranked by callers