MCPcopy Index your code

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

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

Methoddirs
()
tests/helpers/package-cache.js:232
FunctiondiscoverAddons
* Discovers all child addons of this addon and an AddonInfo about * each addon in this.addonPackages (keyed on addon name). * * Child addons
lib/models/addon.js:421
FunctioneachAddonInvoke
Invoke the specified method for each enabled addon. @private @method eachAddonInvoke @param {String} methodName the method to invoke on e
lib/models/addon.js:467
Functionedit
(info)
lib/models/blueprint.js:362
FunctionescapeToken
(match, pattern)
lib/utilities/markdown-color.js:189
FunctionextensionsForType
(type)
tests/helpers/default-packager.js:235
FunctionextensionsForType
()
tests/unit/models/addon-test.js:203
Methodfetch
(url)
tests/helpers/dist-checker.js:15
FunctionfileMapTokens
Hook to add additional or override existing fileMap tokens. Use `fileMapTokens` to add custom fileMap tokens for use in the `mapFile` method.
lib/models/blueprint.js:722
FunctionfileMapTokens
()
tests/integration/models/blueprint-test.js:51
FunctionfileMapTokens
()
blueprints/addon-import/index.js:17
FunctionfileMapTokens
()
blueprints/in-repo-addon/index.js:38
FunctionfileMapper
(path)
packages/addon-blueprint/index.js:291
Functionfiles
(options)
packages/addon-blueprint/index.js:255
Functionfiles
(options)
packages/app-blueprint/index.js:91
Functionfiles
Used to retrieve files for blueprint. @public @method files @param {Object} options @return {Array} Contents of the blueprint's files
lib/models/blueprint.js:266
FunctionfilesPath
Hook to specify the path to the blueprint's files. By default this is `path.join(this.path, 'files)`. This can be used to customize which set
lib/models/blueprint.js:254
FunctionfilesPath
(/* opts */)
tests/integration/models/blueprint-test.js:56
Functionfinally
()
tests/unit/tasks/server/middleware/tests-server-test.js:36
MethodfindAddons
(currentPkgInfo)
lib/models/host-info-cache.js:119
FunctionfindOwnAddonByName
* Find an addon of the current addon. * * Example: ember-data depends on ember-cli-babel and wishes to have * additional control over transpi
lib/models/addon.js:340
FunctionfinishProcessingForInstall
(infos)
lib/models/blueprint.js:1753
Functionfoo
(num)
tests/unit/models/addon-test.js:748
MethodformatCompleteMessage
(packages)
lib/tasks/npm-uninstall.js:18
MethodformatCompleteMessage
(packages)
lib/tasks/npm-install.js:30
MethodformatStartMessage
(packages)
lib/tasks/npm-uninstall.js:14
MethodformatStartMessage
(packages)
lib/tasks/npm-install.js:26
FunctiongatherConfirmationMessages
@private @method gatherConfirmationMessages @param {Array} collection @param {FileInfo} info @return {Array}
lib/models/blueprint.js:1633
FunctiongenerateFileMap
Used to generate fileMap tokens for mapFile. @method generateFileMap @param {Object} fileMapVariables @return {Object}
lib/models/blueprint.js:787
MethodgetAddonInstance
* Called from PackageInfo.getAddonInstance(), return an instance of the requested * addon or a Proxy, based on the type of addon and its bundle hos
lib/models/per-bundle-addon-cache/index.js:262
FunctiongetAllBlueprints
(options)
lib/commands/generate.js:102
FunctiongetDefaultUnpackagedDist
(name, options)
tests/helpers/default-packager.js:157
FunctiongetDependencyFor
(key, value)
tests/helpers/default-packager.js:216
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/additional-assets-test.js:52
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/process-test.js:56
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/styles-test.js:90
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/tests-test.js:277
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/templates-test.js:51
FunctiongetDestinationPath
(relativePath)
tests/unit/broccoli/default-packager/javascript-test.js:96
FunctiongetItem
(key)
lib/models/addon.js:91
FunctiongetJson
* @method getJson * @param {Object} options * @return {Object}
lib/models/command.js:652
FunctiongetJson
(verbose)
lib/models/blueprint.js:1364
FunctiongetJson
()
tests/unit/commands/help-test.js:323
FunctiongetJson
()
tests/unit/commands/generate-test.js:168
FunctiongetPackageBlueprints
(collection, options, singleBlueprintName)
lib/commands/generate.js:141
FunctiongetToken
(name, options)
lib/utilities/markdown-color.js:174
MethodgetUserLocale
()
tests/unit/tasks/interactive-new-test.js:134
FunctionhandleResult
(result)
tests/helpers/acceptance.js:28
Methodhas
(key)
tests/helpers/mock-project.js:47
FunctionhasDependencies
()
tests/unit/cli/cli-test.js:78
FunctionhasDependencies
()
tests/unit/models/command-test.js:200
MethodhasDependencies
()
tests/helpers/mock-project.js:55
MethodhasErrors
* Indicate if there are any errors in the ErrorList for this package. Note that this does * NOT indicate if there are any errors in the objects ref
lib/models/package-info-cache/package-info.js:120
MethodhasErrors
* Indicate if there are any errors in the NodeModulesList itself (not * including errors within the individual entries). * * @public * @me
lib/models/package-info-cache/node-modules-list.js:63
FunctionhasOption
Reports if the given command has a command line option by a given name @method hasOption @param {String} name @return {Boolean}
lib/models/command.js:333
FunctionhintingEnabled
* Check if the current addon intends to be hinted. Typically this is for * hinting/linting libraries such as eslint or jshint * * @public
lib/models/addon.js:351
Functionimport
Imports an asset into this addon. @public @method import @param {Object|String} asset Either a path to the asset or an object with env
lib/models/addon.js:750
FunctioninRepoAddon
(path)
tests/helpers/generate-utils.js:6
Functionincluded
This method is called when the addon is included in a build. You would typically use this hook to perform additional imports #### Uses:
lib/models/addon.js:728
Functionincluded
()
tests/unit/broccoli/ember-app-test.js:582
Functioninit
()
lib/commands/serve.js:92
Functioninit
()
lib/commands/destroy.js:41
Functioninit
()
lib/commands/generate.js:50
Functioninit
()
lib/commands/test.js:84
Functioninit
()
lib/commands/build.js:29
Functioninit
()
lib/commands/asset-sizes.js:15
Functioninit
()
lib/models/command.js:82
Functioninit
(blueprintPath, blueprintOptions)
lib/models/blueprint.js:216
Functioninit
Initializes the addon. If you override this method make sure and call `this._super.init && this._super.init.apply(this, arguments);` or your addon wi
lib/models/addon.js:255
Functioninit
()
tests/unit/models/command-test.js:286
Functioninit
()
tests/unit/models/addon-test.js:61
Methodinit
()
tests/unit/commands/install-test.js:54
Methodinit
()
tests/unit/commands/destroy-test.js:25
Methodinit
()
tests/unit/commands/generate-test.js:38
Methodinit
()
tests/fixtures/brocfile-tests/auto-run-false/app/app.js:11
Methodinit
()
tests/fixtures/brocfile-tests/auto-run-true/app/app.js:11
FunctioninitApp
()
tests/helpers/init-app.js:5
FunctioninitializeAddons
()
lib/models/addon.js:445
FunctioninitializeAddons
()
tests/unit/cli/lookup-command-test.js:42
MethodinitializeAddons
()
tests/unit/broccoli/template-precompilation-test.js:141
MethodinitializeAddons
()
tests/unit/broccoli/ember-app/app-and-dependencies-test.js:85
FunctioninsertIntoFile
Inserts the given content into a file. If the `contentsToInsert` string is already present in the current contents, the file will not be changed unl
lib/utilities/insert-into-file.js:50
Functioninstall
@method install @param {Object} options @return {Promise}
lib/models/blueprint.js:587
FunctioninvokeTestem
(options)
tests/unit/tasks/test-test.js:43
FunctionisDevelopingAddon
Allows to mark the addon as developing, triggering live-reload in the project the addon is linked to. #### Uses: - Working on projects with
lib/models/addon.js:384
FunctionisDevelopingAddon
()
tests/fixtures/addon/developing-addon/index.js:6
FunctionisDevelopingAddon
()
tests/fixtures/addon/external-dependency/index.js:6
FunctionisDevelopingAddon
()
tests/fixtures/addon/external-dependency/some/other/path.js:6
FunctionisDevelopingAddon
()
blueprints/in-repo-addon/files/__root__/__name__/index.js:6
FunctionisDevelopment
(version)
lib/utilities/version-utils.js:24
FunctionisDirectory
()
tests/unit/tasks/server/livereload-server-test.js:217
FunctionisEmberCLIProject
()
tests/integration/models/blueprint-test.js:1139
FunctionisEmberCLIProject
()
tests/unit/commands/new-test.js:18
FunctionisEmberCLIProject
()
tests/unit/commands/addon-test.js:15
FunctionisEmberCLIProject
()
tests/unit/commands/version-test.js:14
FunctionisEmberCLIProject
()
tests/unit/cli/cli-test.js:74
FunctionisEmberCLIProject
()
tests/unit/cli/lookup-command-test.js:39
FunctionisEmberCLIProject
()
tests/unit/settings-file/precedence-settings-test.js:17
FunctionisEmberCLIProject
()
tests/unit/models/command-test.js:203
FunctionisEmberCLIProject
()
tests/acceptance/help-test.js:33
← previousnext →801–900 of 1,127, ranked by callers