Home
last modified time | relevance | path

Searched refs:project (Results 426 – 450 of 601) sorted by last modified time

1...<<11121314151617181920>>...25

/plugin/issuelinks/
H A Dplugin.info.txt6 desc Show links with popups for issues of project management services
/plugin/issuelinks/script/
H A Dadmin_repo.js59 project: $this.data('project'), property in initializeRepoAdminInterface.requestHookToogle.settings.data
128 function checkImportStatus(servicename, project, $importStatusElement) { argument
135 'issuelinks-project': project,
164 project,
178 const project = $this.data('project');
184 project: project, property in AnonymousFunctiond4ddff230300.settings.data
198 project,
/plugin/issuelinks/services/
H A DJira.service.php332 $projects = $this->makeJiraRequest('/rest/api/2/project', [], 'GET');
H A DServiceInterface.php112 * @param string $project full name of the project
116 public function createWebhook($project); argument
121 * @param string $project full name of the project
126 public function deleteWebhook($project, $hookid); argument
/plugin/issuelinks/helper/
H A Ddb.php317 …public function getMergeRequestsReferencingIssue($serviceName, $project, $issueId, $isMergeRequest) argument
328 … return $this->sqlArrayQuery($sql, [$serviceName, $project, $issueId, $isMergeRequest ? 1 : 0]);
393 * @param string $project
401 …public function savePageRevIssues($page, $rev, $serviceName, $project, $issue_id, $isMergeRequest,… argument
423 'project_id' => $project,
H A Ddata.php208 * @param string $project
214 public function getIssue($pmServiceName, $project, $issueid, $isMergeRequest) argument
216 $issue = Issue::getInstance($pmServiceName, $project, $issueid, $isMergeRequest);
/plugin/issuelinks/action/
H A Dajax.php73 $project = $INPUT->str('project');
76 $response = $service->deleteWebhook($project, $INPUT->str('hookid'));
78 $response = $service->createWebhook($project);
155 $project = $repo->full_name;
160 'data-project' => $project,
167 'data-project' => $project,
/plugin/issuelinks/db/
H A Dupdate0001.sql4 project TEXT NOT NULL CHECK(project <> ''), field
18 PRIMARY KEY (service, id, project, is_mergerequest)
24 project TEXT NOT NULL CHECK (project <> ''), field
30 …PRIMARY KEY (service, id, project, is_mergerequest, referenced_service, referenced_id, referenced_…
36 project TEXT NOT NULL CHECK(project <> ''), field
39 PRIMARY KEY (service, project, id, is_mergerequest)
52 FOREIGN KEY (project_id) REFERENCES issues(project),
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1project:\n - Disables language initialization on page loading.\n - Disables document transla…
/plugin/syntaxhighlighter4/
H A DREADME.md189 … your support is to star :star2: the project, or to raise issues :speech_balloon: You can also sup…
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md610 * VObject is now a separate project from SabreDAV. See the SabreDAV changelog
/plugin/imagecarousel/
H A DLICENSE655 {project} Copyright (C) {year} {fullname}
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown34 …d in Github as a contributor, but I have and will continue to steer the direction of this project.*
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13project&&o.push("gantt_project"),o.push("gantt_bar_"+t.getTaskType(l.type)),t.isSummaryTask(l)&&o.…
H A Ddhtmlxgantt.js.map1project","isSummaryTask","isSplitTask","open_split_tasks","$open","select_task","isSelectedTask","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_contrast_black.css75 project highlight
H A Ddhtmlxgantt_contrast_white.css79 project highlight
H A Ddhtmlxgantt_meadow.css58 project highlight
H A Ddhtmlxgantt_terrace.css67 project highlight
H A Ddhtmlxgantt_broadway.css132 project highlight
H A Ddhtmlxgantt_material.css253 project highlight
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.css67 project highlight
H A Ddhtmlxgantt.js6450 project: "project", property in module.exports.result.types
7874 if (task_type == this.config.types.project) {
7904 if (task_type == this.config.types.project) {
7946 if (this.getTaskType(child.type) == gantt.config.types.project || this.isUnscheduledTask(child))
7961 if (this.getTaskType(child.type) == gantt.config.types.project || this.isUnscheduledTask(child))
15015 (gantt.getTaskType(gantt.config.types.project) == gantt.config.types.project);// and supported
15067 return allTypes.project;
15070 if (!hasChildren && taskType === allTypes.project) {
15871 if (task.type == gantt.config.types.project) return;
23869 }else if (gantt.getTaskType(task.type) == cfg.types.project) {
/plugin/acronymedit/
H A DREADME.md4 This project is plugin for dokuwiki.
/plugin/sequencediagram/bower_components/snap.svg/
H A DCONTRIBUTING3 order to contribute to this project.

1...<<11121314151617181920>>...25