Home
last modified time | relevance | path

Searched defs:project (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/python/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
24 "project": "python-dateutil" string
28 "project": "pip" string
32 "project": "requests" string
36 "project": "s3transfer" string
40 "project": "certifi" string
44 "project": "idna" string
48 "project": "pyyaml" string
[all …]
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
Dhosts.js10 sshtemplate: ({ domain, user, project, committish }) => property
12 sshurltemplate: ({ domain, user, project, committish }) => property
14 edittemplate: ({ domain, user, project, committish, editpath, path }) => property
16 browsetemplate: ({ domain, user, project, committish, treepath }) => property
18 …browsetreetemplate: ({ domain, user, project, committish, treepath, path, fragment, hashformat }) … property
20 …browseblobtemplate: ({ domain, user, project, committish, blobpath, path, fragment, hashformat }) … property
22 docstemplate: ({ domain, user, project, treepath, committish }) => property
24 httpstemplate: ({ auth, domain, user, project, committish }) => property
26 filetemplate: ({ domain, user, project, committish, path }) => property
28 shortcuttemplate: ({ type, user, project, committish }) => property
[all …]
/third_party/typescript/tests/verify_3rd_libs/
Dverify_3rd_libs.py124 def prepare_project_config(project): argument
163 def ohpm_install(project, buildProfileJsonContent): argument
190 def sync_project(project): argument
204 def build_entry(project): argument
218 def build_libraries(project, buildProfileJsonContent): argument
241 def build_ohosTest(project): argument
255 def build_single_project(project, datas): argument
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-be-up-to-date-with-the-reference-map-changes.js44 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
150 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
221 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
292 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
373 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
446 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
Dshould-return-cascaded-affected-file-list.js47 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
158 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
230 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
310 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
Dshould-detect-changes-in-non-root-files.js44 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
112 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
172 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
Dshould-detect-non-existing-code-file.js43 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
118 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
186 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
/third_party/typescript/src/testRunner/unittests/tsserver/
DreloadProjects.ts48 const project = service.configuredProjects.get(configFile.path)!; constant
72 const project = service.inferredProjects[0]; constant
98 const project = service.externalProjects[0]; constant
124 const project = service.configuredProjects.get(configFile.path)!; constant
DexportMapCache.ts63 const { host, exportMapCache, project } = setup(); constant
72 const { host, exportMapCache, project } = setup(); constant
81 const { exportMapCache, project, session } = setup(); constant
129 const project = configuredProjectAt(projectService, 0); constant
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py71 def wait_for_pipeline(project, sha: str): argument
123 project, pipeline, target_job: Optional[str], dependencies, force_manual: bool argument
191 def enable_job(project, job, target: bool) -> None: argument
202 def cancel_job(project, job) -> None: argument
209 def cancel_jobs(project, to_cancel) -> None: argument
219 def print_log(project, job_id) -> None: argument
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Dhandle-recreated-files-correctly.js41 Program options: {"watch":true,"project":"/a/b/tsconfig.json","explainFiles":true,"configFilePath":… property
109 Program options: {"watch":true,"project":"/a/b/tsconfig.json","explainFiles":true,"configFilePath":… property
170 Program options: {"watch":true,"project":"/a/b/tsconfig.json","explainFiles":true,"configFilePath":… property
224 Program options: {"watch":true,"project":"/a/b/tsconfig.json","explainFiles":true,"configFilePath":… property
Dextended-source-files-are-watched.js41 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
101 Program options: {"strict":true,"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/… property
164 Program options: {"strict":false,"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b… property
225 Program options: {"strict":false,"strictNullChecks":true,"watch":true,"project":"/a/b/tsconfig.json… property
278 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
DUpdates-diagnostics-when-'--noUnusedLabels'-changes.js32 Program options: {"allowUnusedLabels":true,"watch":true,"project":"/tsconfig.json","configFilePath"… property
88 Program options: {"allowUnusedLabels":false,"watch":true,"project":"/tsconfig.json","configFilePath… property
133 Program options: {"allowUnusedLabels":true,"watch":true,"project":"/tsconfig.json","configFilePath"… property
Drename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js35 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
112 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
179 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
Dwhen-creating-new-file-in-symlinked-folder.js35 …["*"]},"pathsBasePath":"/user/username/projects/myproject","watch":true,"project":"/user/username/… property
50 …["*"]},"pathsBasePath":"/user/username/projects/myproject","watch":true,"project":"/user/username/… property
124 …["*"]},"pathsBasePath":"/user/username/projects/myproject","watch":true,"project":"/user/username/… property
134 …["*"]},"pathsBasePath":"/user/username/projects/myproject","watch":true,"project":"/user/username/… property
DReports-errors-when-the-config-file-changes.js32 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
94 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
142 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
/third_party/typescript/src/server/
Dsession.ts115 project: Project; property
298 project: Project; property
472 readonly project: Project; property
477 for (const project of isArray(projects) ? projects : projects.projects) { constant
482 for (const project of symlinkedProjects) { constant
545 const { project, location } = queue.dequeue(); constant
595 for (const project of originalScriptInfo.containingProjects) { constant
883 const { project, reason } = event.data; constant
889 const { project: finishProject } = event.data; constant
955 const { file, project } = this.getFileAndProject(fileRequest); constant
[all …]
/third_party/typescript/scripts/build/
Dprojects.mjs20 enqueue(project, { lkg = true, force = false } = {}) { argument
53 export const buildProject = (project, { lkg, force } = {}) => projectBuilder.enqueue(project, { lkg… argument
60 export const cleanProject = (project) => projectCleaner.enqueue(project); argument
69 export const watchProject = (project, { lkg } = {}) => projectWatcher.enqueue(project, { lkg }); argument
/third_party/skia/gn/
Dgn_to_cmake.py226 def __init__(self, gn_target_name, project): argument
234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
405 def WriteCompilerFlags(out, target, project, sources): argument
493 def WriteSourceVariables(out, target, project): argument
535 def WriteTarget(out, target, project): argument
647 def WriteProject(project): argument
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/
Dconfig-does-not-have-out-or-outFile.js35 Program options: {"watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/tsconfig.json"} property
97 Program options: {"watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/tsconfig.json"} property
155 Program options: {"watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/tsconfig.json"} property
Dconfig-has-out.js35 Program options: {"out":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/… property
88 Program options: {"out":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/… property
141 Program options: {"out":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":"/a/… property
Dconfig-has-outFile.js35 Program options: {"outFile":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":… property
88 Program options: {"outFile":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":… property
141 Program options: {"outFile":"/a/out.js","watch":true,"project":"/a/tsconfig.json","configFilePath":… property
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-file-content/
Dshould-emit-specified-file.js38 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
120 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
189 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Dwith-non-synchronous-watch-directory.js35 Program options: {"watch":true,"project":"/user/username/projects/myproject/tsconfig.json","configF… property
136 Program options: {"watch":true,"project":"/user/username/projects/myproject/tsconfig.json","configF… property
190 Program options: {"watch":true,"project":"/user/username/projects/myproject/tsconfig.json","configF… property
388 Program options: {"watch":true,"project":"/user/username/projects/myproject/tsconfig.json","configF… property
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/
Dpackage-json-file-is-edited-when-package-json-with-type-module-exists.js41 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
88 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
151 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
200 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
265 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
307 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
366 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
423 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
490 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
519 …dule":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/… property
[all …]

1234567891011