Home
last modified time | relevance | path

Searched defs:projectid (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/cdash/CDash-2-2-3/cdash/
H A Dprocesssubmissions.php40 function AcquireProcessingLock($projectid, $force)
167 function ReleaseProcessingLock($projectid)
219 function ProcessOwnsLock($projectid, $pid)
230 function SetLockLastUpdatedTime($projectid)
260 function ResetApparentlyStalledSubmissions($projectid)
289 function ProcessSubmissions($projectid)
400 function DeleteOldSubmissionRecords($projectid)
439 function ProcessSubmissionsErrorHandler($projectid)
524 $projectid = $argv[1]; variable
529 @$projectid = $_GET['projectid']; variable
[all …]
H A Dcommon.php330 function PHPErrorHandler($projectid)
382 function checkUserPolicy($userid,$projectid,$onlyreturn=0)
538 function get_build_id($buildname,$stamp,$projectid,$sitename)
576 function get_project_name($projectid)
1065 function remove_project_builds($projectid)
1500 function getLogoID($projectid)
1643 function get_next_buildid($projectid,$siteid,$buildtype,$buildname,$starttime)
1658 function get_last_buildid($projectid,$siteid,$buildtype,$buildname,$starttime)
1930 function find_site_maintainers($projectid)
2097 function create_web_api_token($projectid)
[all …]
H A Ddailyupdates.php726 function get_repository_commits($projectid, $dates)
821 function sendEmailExpectedBuilds($projectid,$currentstarttime)
956 function sendEmailUnregisteredUsers($projectid,$cvsauthors)
1033 function addDailyChanges($projectid)
H A Dprocessfile.php34 @$projectid = $_REQUEST['projectid']; variable
44 $projectid = pdo_real_escape_numeric($projectid); variable
H A Dautoremove.php20 function removeBuildsGroupwise($projectid, $maxbuilds, $force=false)
67 function removeFirstBuilds($projectid, $days, $maxbuilds, $force=false)
H A Ddo_submit.php25 function do_submit($filehandle, $projectid, $expected_md5='', $do_checksum=true,
98 function do_submit_asynchronous($filehandle, $projectid, $expected_md5='')
H A Dsendemail.php68 function checkEmailLabel($projectid, $userid, $buildid, $emailcategory=62)
236 function lookup_emails_to_send($errors, $buildid, $projectid, $buildtype, $fixes=false, $collectUnr…
612 function sendsummaryemail($projectid,$groupid,$errors,$buildid)
1334 function send_update_email($handler,$projectid)
1452 function sendemail($handler,$projectid)
H A Ddailyupdatescurl.php10 $projectid = pdo_real_escape_numeric($_GET['projectid']); variable
/dports/finance/nextcloud-cospend/cospend/lib/Controller/
H A DPageController.php183 public function pubLoginProject(string $projectid): PublicTemplateResponse {
439 public function webDeleteProject(string $projectid): DataResponse {
459 public function webDeleteBill(string $projectid, int $billid): DataResponse {
491 public function webDeleteBills(string $projectid, array $billIds): DataResponse {
524 public function webGetProjectInfo(string $projectid): DataResponse {
676 public function webRepeatBill(string $projectid, int $billid): DataResponse {
944 public function apiPrivGetProjectInfo(string $projectid): DataResponse {
1206 public function apiAddMember(string $projectid, string $password, string $name,
1746 public function apiPrivDeleteProject(string $projectid): DataResponse {
2822 public function deleteUserShare(string $projectid, int $shid): DataResponse {
[all …]
/dports/finance/nextcloud-cospend/cospend/lib/Service/
H A DProjectService.php428 public function getGuestAccessLevel(string $projectid): int {
444 public function getShareAccessLevel(string $projectid, int $shid): int {
571 public function deleteProject(string $projectid): array {
621 public function getProjectInfo(string $projectid): ?array {
1302 public function deleteBill(string $projectid, int $billid): array {
2875 private function getCurrencies(string $projectid): array {
2907 private function getUserShares(string $projectid): array {
3049 private function getGroupShares(string $projectid): array {
3103 private function getCircleShares(string $projectid): array {
3150 public function deleteMember(string $projectid, int $memberid): array {
[all …]
/dports/devel/cdash/CDash-2-2-3/tests/
H A Dtest_processsubmissions.php17 function addFakeSubmissionRecords($projectid)
61 function addFakeStaleProcessingLock($projectid)
81 function allRecordsProcessed($projectid)
129 function launchViaCommandLine($projectid)
/dports/devel/cdash/CDash-2-2-3/models/
H A Dfeed.php44 function InsertTest($projectid,$buildid)
139 function InsertBuild($projectid,$buildid)
227 function InsertUpdate($projectid,$buildid)
299 function DeleteOld($projectid,$days)
307 function Insert($projectid,$buildid,$type,$description="")
332 function GetFeed($projectid,$limit)
/dports/devel/cdash/CDash-2-2-3/
H A DmanageBanner.php46 @$projectid = $_GET["projectid"]; variable
49 $projectid = pdo_real_escape_numeric($projectid); variable
54 $projectid = 0; variable
65 $projectid = $projectids[0]; variable
H A DmanageSubproject.php46 @$projectid = $_GET["projectid"]; variable
49 $projectid = pdo_real_escape_numeric($projectid); variable
60 $projectid = $projectids[0]; variable
65 $projectid = -1; variable
H A Duser.php72 $projectid = $project2user_array["projectid"]; variable
97 $projectid=$ClientJobSchedule->GetProjectId(); variable
213 $projectid = $site2project_array["projectid"]; variable
224 function ReportLastBuild($type,$projectid,$siteid,$projectname,$nightlytime)
378 $projectid = $project["id"]; variable
H A DcreateProject.php42 @$projectid = $_GET["projectid"]; variable
45 $projectid = pdo_real_escape_numeric($projectid); variable
56 $projectid = $projectids[0]; variable
198 $projectid = -1; variable
204 $projectid = $Project->Id; variable
H A DviewDynamicAnalysisFile.php38 function get_previous_fileid_dynamicanalysis($filename,$projectid,$siteid,$buildtype,$buildname,$st…
56 function get_next_fileid_dynamicanalysis($filename,$projectid,$siteid,$buildtype,$buildname,$startt…
74 function get_last_fileid_dynamicanalysis($filename,$projectid,$siteid,$buildtype,$buildname,$startt…
106 $projectid = $build_array["projectid"]; variable
H A DimportBackup.php64 $projectid = -1; variable
78 $projectid = get_project_id($cdashParts[0]); variable
H A DviewFeed.php28 @$projectid = $_GET["projectid"]; variable
31 $projectid = pdo_real_escape_numeric($projectid); variable
H A DgenerateCTestConfig.php26 @$projectid = $_GET["projectid"]; variable
29 $projectid = pdo_real_escape_numeric($projectid); variable
H A DviewSite.php117 @$projectid = pdo_real_escape_numeric($_GET["project"]); variable
197 $projectid = $site2project_array["projectid"]; variable
250 $projectid = $testtime_array["projectid"]; variable
H A DviewErrorLog.php36 @$projectid = $_GET["projectid"]; variable
39 $projectid = pdo_real_escape_numeric($projectid); variable
/dports/devel/cdash/CDash-2-2-3/sql/pgsql/
H A Dcdash-upgrade-1.6-1.8.sql6 "projectid" bigint NOT NULL, field
27 "projectid" bigint DEFAULT NULL, field
37 "projectid" bigint NOT NULL, field
55 "projectid" bigint NOT NULL, field
68 "projectid" bigint NOT NULL DEFAULT '0' field
84 "projectid" bigint NOT NULL, field
H A Dcdash-upgrade-2.0-2.2.sql16 "projectid" bigint NOT NULL, field
28 "projectid" bigint NOT NULL, field
/dports/deskutils/moregroupware/moregroupware/modules/projects/inc/
H A Doverview.inc.php10 function project_overview_list($projectid,$parentid,$indent,&$rows) {
37 function hasAssignedSubTasks($projectid, $taskID) {

12345678910