MCPcopy Index your code

hub / github.com/ember-cli/ember-cli / functions

Functions1,127 in github.com/ember-cli/ember-cli

FunctionisEnabled
@public @method isEnabled @return {Boolean} Whether or not this addon is enabled
lib/models/addon.js:1350
FunctionisNotDirectory
(entryTuple)
lib/tasks/server/livereload-server.js:17
FunctionisNotRemoved
(entryTuple)
lib/tasks/server/livereload-server.js:12
FunctionisNotSourceMapFile
(file)
lib/tasks/server/livereload-server.js:26
FunctionisUpdate
@method isUpdate @return {Boolean}
lib/models/blueprint.js:821
FunctionisUsingBattery
* Indicates whether the host is running on battery power. This can cause * performance degredation. * * @private * @method isUsingBattery
lib/models/hardware-info.js:248
FunctionisValidFile
@private @method isValidFile @param {Object} fileInfo @return {Promise}
lib/models/blueprint.js:1712
FunctionisViteProject
()
tests/acceptance/help-test.js:214
FunctionjshintAddonTree
Returns a tree with JSHint output for all addon JS. @private @method jshintAddonTree @return {Tree} Tree with JShint output (tests)
lib/models/addon.js:1164
Functionlexicographically
(a, b)
lib/models/package-info-cache/package-info.js:13
FunctionlintTree
(type, tree)
tests/unit/broccoli/addon/linting-test.js:31
FunctionlintTree
(type, tree)
tests/unit/broccoli/default-packager/tests-test.js:109
Functionload
(type)
tests/helpers/default-packager.js:243
Functionload
()
tests/unit/broccoli/ember-app-test.js:928
Functionload
()
tests/unit/models/addon-test.js:193
Functionlocals
(options)
packages/addon-blueprint/index.js:187
Functionlocals
(options)
packages/app-blueprint/index.js:24
Functionlocals
Hook for adding custom template variables. When the following is called on the command line: ```sh ember generate controller foo --type=
lib/models/blueprint.js:694
Functionlocals
(/* opts */)
tests/integration/models/blueprint-test.js:41
Functionlocals
(options)
tests/fixtures/addon/with-blueprint-override/blueprints/component/index.js:17
Functionlocals
(options)
blueprints/addon-import/index.js:43
Functionlocals
(options)
blueprints/in-repo-addon/index.js:30
Functionlocals
(options)
blueprints/http-mock/index.js:12
Functionlocals
(options)
blueprints/http-proxy/index.js:11
Functionlog
()
tests/helpers/acceptance.js:23
Functionlog
(string)
tests/helpers/run-command.js:39
FunctionlookupBlueprint
Used to retrieve a blueprint with the given name. @method lookupBlueprint @param {String} dasherizedName @return {Blueprint} @public
lib/models/blueprint.js:1397
FunctionmapFile
()
packages/addon-blueprint/index.js:277
FunctionmapFile
@method mapFile @param {String} file @param locals @return {String}
lib/models/blueprint.js:973
FunctionmarkIdenticalToBeSkipped
@private @method markIdenticalToBeSkipped @param {FileInfo} info
lib/models/blueprint.js:1611
FunctionmarkToBeRemoved
@private @method markToBeRemoved @param {FileInfo} info
lib/models/blueprint.js:1622
FunctionmemorySwapUsed
* Determines the amount of swap/virtual memory currently in use. * * @private * @method memorySwapUsed * @param {String=process.platform}
lib/models/hardware-info.js:279
FunctionmemoryTotal
* Determines the total amount of memory available to the host, as from * `os.totalmem`. * * @private * @method memoryTotal * @return {N
lib/models/hardware-info.js:308
FunctionmemoryUsed
* Determines the amount of memory currently being used by the current Node * process, as from `process.memoryUsage`. * * @private * @metho
lib/models/hardware-info.js:321
FunctionmergeDuplicateOption
Merges any options with duplicate keys in the availableOptions array. Used primarily by registerOptions. @method mergeDuplicateOption @par
lib/models/command.js:349
FunctionmoduleName
Returns the module name for this addon. @public @method moduleName @return {String} module name
lib/models/addon.js:1270
FunctionmoduleName
()
tests/unit/broccoli/addon/module-name-test.js:23
Methodname
()
lib/models/package-info-cache/package-info.js:92
FunctionnormalizeEntityName
(entityName)
packages/addon-blueprint/index.js:301
FunctionnormalizeEntityName
Hook for normalizing entity name Use the `normalizeEntityName` hook to add custom normalization and validation of the provided entity name. T
lib/models/blueprint.js:306
FunctionnormalizeEntityName
(/* name */)
tests/integration/models/blueprint-test.js:46
FunctionnormalizeEntityName
(name)
blueprints/lib/index.js:8
FunctionnormalizeEntityName
()
blueprints/server/index.js:9
FunctionnormalizeOption
Normalizes option, filling in implicit values @method normalizeOption @param {Object} option @return {Object}
lib/models/command.js:383
Methodoff
()
lib/tasks/server/express-server.js:31
Methodoff
()
lib/models/watcher.js:167
Functionon
(event, cb)
tests/unit/utilities/open-editor-test.js:31
FunctiononError
(string)
tests/helpers/run-command.js:35
FunctiononError
(string, child)
tests/acceptance/smoke-test-slow.js:366
FunctiononInterrupt
* Called when command is interrupted from outside, e.g. ctrl+C or process kill * Can be used to cleanup artifacts produced by command and control p
lib/models/command.js:197
MethodonInterrupt
* Exit silently * * @private * @method onInterrupt
lib/tasks/build-watch.js:58
MethodonInterrupt
* Exit silently * * @private * @method onInterrupt
lib/tasks/serve.js:108
MethodonInterrupt
* Exit silently * * @private * @method onInterrupt
lib/tasks/test-server.js:67
FunctiononMessage
(message)
lib/utilities/will-interrupt-process.js:191
FunctiononOutput
(string)
tests/helpers/run-command.js:31
FunctiononOutput
(string, child)
tests/acceptance/smoke-test-slow.js:273
FunctionoverrideEmptyTree
(tree)
lib/broccoli/merge-trees.js:8
Functionoverwrite
(info)
lib/models/blueprint.js:357
MethodpackageManagerOutputName
()
lib/tasks/npm-task.js:27
FunctionparseAlias
Parses alias for an option and adds it to optionsAliases @method parseAlias @param {Object} option @param {Object|String} alias @retur
lib/models/command.js:455
FunctionparseArgs
Parses command arguments and processes @method parseArgs @param {Object} commandArgs @return {Object|null}
lib/models/command.js:546
FunctionpostprocessTree
(type, tree)
tests/unit/broccoli/default-packager/styles-test.js:239
FunctionpostprocessTree
(type, tree)
tests/unit/broccoli/default-packager/templates-test.js:127
FunctionpostprocessTree
(type, tree)
tests/unit/broccoli/default-packager/javascript-test.js:282
FunctionprepareConfirm
@private @method prepareConfirm @param {FileInfo} info @return {Promise}
lib/models/blueprint.js:1599
FunctionpreprocessJs
()
tests/unit/models/per-bundle-addon-cache/addon-proxy-test.js:12
FunctionpreprocessTree
(type, tree)
tests/unit/broccoli/default-packager/styles-test.js:234
FunctionpreprocessTree
(type, tree)
tests/unit/broccoli/default-packager/templates-test.js:121
FunctionpreprocessTree
(type, tree)
tests/unit/broccoli/default-packager/javascript-test.js:277
FunctionprintBasicHelp
()
lib/commands/unknown.js:11
FunctionprintBasicHelp
Prints basic help for the command. Basic help looks like this: ember generate <blueprint> <options...> Generates new code from
lib/models/command.js:622
FunctionprintBasicHelp
(verbose)
lib/models/blueprint.js:1336
FunctionprintBasicHelp
()
tests/unit/commands/generate-test.js:131
FunctionprintDetailedHelp
()
lib/commands/destroy.js:102
FunctionprintDetailedHelp
(options)
lib/commands/generate.js:94
FunctionprintDetailedHelp
Prints detailed help for the command. The default implementation is no-op and should be overridden for each command where further help text i
lib/models/command.js:645
FunctionprintDetailedHelp
()
lib/models/blueprint.js:1354
FunctionprintVersion
(module, version)
lib/commands/version.js:29
FunctionprocessBuildResult
(results)
tests/unit/tasks/serve-test.js:21
FunctionprocessBuildResult
(results)
tests/unit/tasks/build-watch-test.js:21
FunctionprocessFiles
@method processFiles @param {String} intoDir @param {Object} templateVariables @param {Object} options @return {Promise<FileInfo[]>}
lib/models/blueprint.js:889
FunctionprocessFilesForUninstall
@method processFilesForUninstall @param {String} intoDir @param {Object} templateVariables
lib/models/blueprint.js:921
FunctionprocessOptions
()
tests/unit/broccoli/default-packager/external-test.js:50
FunctionprocessedAddonJsFiles
Returns a tree with all javascript for this addon. @private @method processedAddonJsFiles @param {Tree} the tree to preprocess @retur
lib/models/addon.js:1242
FunctionprocessorCount
* Determines the number of logical processors available to the host, as from * `os.cpus`. * * @private * @method processorCount * @retu
lib/models/hardware-info.js:333
FunctionprocessorLoad
* Determines the average processor load across the system. This is * expressed as a fractional number between 0 and the number of logical * pro
lib/models/hardware-info.js:349
FunctionprocessorSpeed
* Gets the speed of the host's processors. * * If more than one processor is found, the average of their speeds is taken. * * @private
lib/models/hardware-info.js:370
FunctionregisterOptions
Registers options with command. This method provides the ability to extend or override command options. Expects an object containing anonymousOpti
lib/models/command.js:172
FunctionrelativePath
(patch)
lib/tasks/server/livereload-server.js:22
Functionrelease
* Drops all the interruption handlers and disables an ability to add new one * * Note: We don't call `captureExit.releaseExit() here. * In so
lib/utilities/will-interrupt-process.js:59
FunctionreloadAddons
()
tests/unit/tasks/addon-install-test.js:15
FunctionremoveHandler
* Remove process interruption handler * * If there are no remaining handlers after removal * then clean up all the process interruption signa
lib/utilities/will-interrupt-process.js:106
FunctionremoveHandler
()
tests/unit/tasks/serve-test.js:37
FunctionremoveHandler
()
tests/unit/tasks/build-watch-test.js:37
FunctionremovePackageFromProject
Used to remove a package from the project's `package.json`. Generally, this would be done from the `afterInstall` hook, to ensure that any pa
lib/models/blueprint.js:1141
FunctionremovePackagesFromProject
Used to remove multiple packages from the project's `package.json`. Generally, this would be done from the `afterInstall` hook, to ensure tha
lib/models/blueprint.js:1160
FunctionremoveTypes
@private @method removeTypes @param {string} extension @param {string} code @return {Promise}
lib/models/blueprint.js:537
Functionreplacement
(config)
lib/utilities/ember-app-utils.js:162
Methodrequire
(file)
tests/helpers/mock-project.js:26
MethodresolvePathFor
(defaultPath, specified)
lib/broccoli/ember-app.js:209
← previousnext →901–1,000 of 1,127, ranked by callers