Home
last modified time | relevance | path

Searched refs:ProjectId (Results 1 – 25 of 4733) sorted by relevance

12345678910>>...190

/dports/devel/cdash/CDash-2-2-3/models/
H A Duserproject.php28 var $ProjectId; variable in UserProject
34 $this->ProjectId = 0;
45 if(!$this->ProjectId || !$this->UserId)
62 if(!$this->ProjectId)
110 if(!$this->ProjectId)
162 AND projectid=".qnum($this->ProjectId)."
206 if(!$this->ProjectId)
222 WHERE up.projectid=".qnum($this->ProjectId)."
248 if(!$this->ProjectId)
264 WHERE projectid=".qnum($this->ProjectId)."
[all …]
H A Dcoveragefile2user.php25 var $ProjectId; variable in CoverageFile2User
34 $this->ProjectId = 0;
66 if($this->FullPath=='' || $this->ProjectId<1)
109 if($this->FullPath=='' || $this->ProjectId<1)
177 if($this->FullPath=='' || $this->ProjectId<1)
271 if(!isset($this->ProjectId) || $this->ProjectId<1)
298 if(!isset($this->ProjectId) || $this->ProjectId<1)
321 $DailyUpdate->ProjectId = $this->ProjectId;
340 if(!isset($this->ProjectId) || $this->ProjectId<1)
363 $DailyUpdate->ProjectId = $this->ProjectId;
[all …]
H A Dbuild.php33 var $ProjectId; variable in Build
62 $this->ProjectId = 0;
114 if(empty($this->ProjectId))
117 $this->ProjectId,$this->Id,
256 $this->ProjectId = $build_array["projectid"];
384 add_last_sql_error("GetIdFromName",$this->ProjectId);
407 $this->ProjectId,$this->Id,
787 $this->ProjectId,$this->Id,
807 $this->ProjectId,$this->Id,
832 if(!$this->ProjectId)
[all …]
H A Dbanner.php22 private $ProjectId; variable in Banner
27 $this->ProjectId = -1;
33 $query = pdo_query("SELECT text FROM banner WHERE projectid=".qnum($this->ProjectId));
50 $this->ProjectId = $projectid;
56 $query = pdo_query("SELECT count(*) AS c FROM banner WHERE projectid=".qnum($this->ProjectId));
68 if($this->ProjectId==-1)
82 $query .= " WHERE projectid='".$this->ProjectId."'";
85 add_last_sql_error("Banner:SetText",$this->ProjectId);
93 VALUES (".qnum($this->ProjectId).",'".$this->Text."')";
96 add_last_sql_error("Banner:SetText",$this->ProjectId);
H A Dbuildgroup.php28 var $ProjectId; variable in BuildGroup
53 WHERE bg.buildgroupid=g.id AND g.projectid='".$this->ProjectId."'
68 if(!$this->Id || !$this->ProjectId)
73 …LECT count(*) AS c FROM buildgroup WHERE id='".$this->Id."' AND projectid='".$this->ProjectId."'");
74 add_last_sql_error("BuildGroup:Exists",$this->ProjectId);
92 $query .= ",projectid='".$this->ProjectId."'";
101 add_last_sql_error("BuildGroup:Update",$this->ProjectId);
116 …VALUES (".$idvalue."'$this->Name','$this->ProjectId','$this->StartTime','$this->EndTime','$this->D…
118 add_last_sql_error("Buildgroup Insert",$this->ProjectId);
142 $projectid = $build->ProjectId;
[all …]
H A Dlabelemail.php22 var $ProjectId; variable in LabelEmail
27 $this->ProjectId = 0;
36 if(!$this->ProjectId || !$this->UserId)
42 " AND projectid=".qnum($this->ProjectId).
54 if(!$this->ProjectId)
75 ",".qnum($this->ProjectId).
89 if(!$this->ProjectId)
128 if(empty($this->ProjectId))
140 …$labels = pdo_query("SELECT labelid FROM labelemail WHERE projectid=".qnum($this->ProjectId)." AND…
H A Derrorlog.php22 var $ProjectId; variable in ErrorLog
31 $this->ProjectId = 0;
56 if(!is_numeric($this->ProjectId) ||
69 if($this->ProjectId == 0 && $this->BuildId>0)
75 $this->ProjectId = $query_array['projectid'];
83 VALUES ('".$this->ProjectId."','".$this->BuildId."','".$this->Type."','".
H A Ddailyupdate.php25 var $ProjectId; variable in DailyUpdate
30 if(!$this->ProjectId)
55 AND up.projectid=".qnum($this->ProjectId)."
57 AND (ur.projectid=0 OR ur.projectid=".qnum($this->ProjectId).")
62 add_last_sql_error("DailyUpdate GetAuthors",$this->ProjectId);
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/sentry-types-0.23.0/src/
H A Dproject_id.rs21 pub struct ProjectId(u64); struct
23 impl ProjectId { implementation
37 impl fmt::Display for ProjectId { implementation
45 impl From<$ty> for ProjectId {
61 impl TryFrom<$ty> for ProjectId {
81 impl FromStr for ProjectId { implementation
90 Ok(val) => Ok(ProjectId::new(val)), in from_str()
103 assert_eq!(id, ProjectId::new(42)); in test_basic_api()
105 "42xxx".parse::<ProjectId>(), in test_basic_api()
109 "".parse::<ProjectId>(), in test_basic_api()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRSessionContext.hpp67 class ProjectId class
70 ProjectId() in ProjectId() function in rstudio::core::r_util::ProjectId
73 ProjectId(const std::string &id) in ProjectId() function in rstudio::core::r_util::ProjectId
87 ProjectId(const std::string& id, const std::string& userId): in ProjectId() function in rstudio::core::r_util::ProjectId
91 ProjectId(const std::string& id, uid_t userId): in ProjectId() function in rstudio::core::r_util::ProjectId
102 bool operator==(const ProjectId &other) const in operator ==()
107 bool operator<(const ProjectId &other) const in operator <()
134 SessionScope(const ProjectId& project, const std::string& id) in SessionScope()
150 static SessionScope fromProjectId(const ProjectId& project,
179 const ProjectId& projectId() const { return project_; } in projectId()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/dbgap-mount/
H A Ddbgap-mount-tool.c65 const char * ProjectId, in MakeModel() argument
115 const char * ProjectId, in DoFukan() argument
138 XFS_CAN ( ProjectId ) in DoFukan()
231 const char ** ProjectId, in CheckParameters() argument
246 XFS_CSAN ( ProjectId ) in CheckParameters()
250 XFS_CAN ( ProjectId ) in CheckParameters()
292 * ProjectId = ParamValue; in CheckParameters()
377 const char * ProjectId; in RunApp() local
386 ProjectId = NULL; in RunApp()
402 & ProjectId, in RunApp()
[all …]
H A Ddemo.c75 const char * ProjectId, in MakeModel() argument
107 ProjectId in MakeModel()
124 const char * ProjectId, in run() argument
144 RCt = MakeModel ( & TheModel, ProjectId, ReadOnly ); in run()
202 char ProjectId [33]; variable
243 * ProjectId = 0; in ParseArgs()
306 strcpy ( ProjectId, Arg ); in ParseArgs()
309 ProjectIdInt = atol ( ProjectId ); in ParseArgs()
311 printf ( "ERROR : invalid project_id '%s'\n", ProjectId ); in ParseArgs()
349 ProjectId, in KMain()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/xfs/
H A Dxgapf.h76 uint32_t ProjectId,
82 uint32_t ProjectId,
91 uint32_t ProjectId,
97 uint32_t ProjectId,
103 uint32_t ProjectId,
109 uint32_t ProjectId,
H A Dgap.c108 uint32_t ProjectId, in _GapProjectNodeMake() argument
137 GapNode -> project_id = ProjectId; in _GapProjectNodeMake()
151 uint32_t ProjectId, in _PrepareWorkspace() argument
172 RCt = XFSGapFindOrCreate ( ProjectId, & Project ); in _PrepareWorkspace()
371 uint32_t ProjectId, in XFSGapProjectNodeMake() argument
389 ProjectId, in XFSGapProjectNodeMake()
464 uint32_t ProjectId; in _GapProjectNodeConstructorEx() local
470 ProjectId = 0; in _GapProjectNodeConstructorEx()
484 ProjectId = atol ( TempStr ); in _GapProjectNodeConstructorEx()
485 if ( ProjectId == 0 ) { in _GapProjectNodeConstructorEx()
[all …]
H A Dxgapf.c336 uint32_t ProjectId, in _GapFilesAddPeer_NoLock() argument
353 ProjectId, in _GapFilesAddPeer_NoLock()
383 uint32_t ProjectId, in _GapFilesFindOrCreate() argument
474 uint32_t ProjectId, in _GapFilesOpen() argument
492 ProjectId, in _GapFilesOpen()
534 uint32_t ProjectId, in _GapFilesSize() argument
552 ProjectId, in _GapFilesSize()
633 uint32_t ProjectId, in _GapFilesDate() argument
651 ProjectId, in _GapFilesDate()
759 uint32_t ProjectId, in _GapFilePeerMake() argument
[all …]
H A Dcommon.h155 uint32_t ProjectId,
166 uint32_t ProjectId,
177 uint32_t ProjectId,
189 uint32_t ProjectId,
209 uint32_t ProjectId, /* public if NULL */
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/xfs/
H A Dxgapf.h76 uint32_t ProjectId,
82 uint32_t ProjectId,
91 uint32_t ProjectId,
97 uint32_t ProjectId,
103 uint32_t ProjectId,
109 uint32_t ProjectId,
H A Dgap.c108 uint32_t ProjectId, in _GapProjectNodeMake() argument
137 GapNode -> project_id = ProjectId; in _GapProjectNodeMake()
151 uint32_t ProjectId, in _PrepareWorkspace() argument
172 RCt = XFSGapFindOrCreate ( ProjectId, & Project ); in _PrepareWorkspace()
371 uint32_t ProjectId, in XFSGapProjectNodeMake() argument
389 ProjectId, in XFSGapProjectNodeMake()
464 uint32_t ProjectId; in _GapProjectNodeConstructorEx() local
470 ProjectId = 0; in _GapProjectNodeConstructorEx()
484 ProjectId = atol ( TempStr ); in _GapProjectNodeConstructorEx()
485 if ( ProjectId == 0 ) { in _GapProjectNodeConstructorEx()
[all …]
H A Dxgapf.c336 uint32_t ProjectId, in _GapFilesAddPeer_NoLock() argument
353 ProjectId, in _GapFilesAddPeer_NoLock()
383 uint32_t ProjectId, in _GapFilesFindOrCreate() argument
474 uint32_t ProjectId, in _GapFilesOpen() argument
492 ProjectId, in _GapFilesOpen()
534 uint32_t ProjectId, in _GapFilesSize() argument
552 ProjectId, in _GapFilesSize()
633 uint32_t ProjectId, in _GapFilesDate() argument
651 ProjectId, in _GapFilesDate()
759 uint32_t ProjectId, in _GapFilePeerMake() argument
[all …]
H A Dcommon.h155 uint32_t ProjectId,
166 uint32_t ProjectId,
177 uint32_t ProjectId,
189 uint32_t ProjectId,
209 uint32_t ProjectId, /* public if NULL */
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionScopes.hpp141 const core::r_util::ProjectId& projectId, in isSharedProject()
163 const core::r_util::ProjectId& projectId, in isSharedProject()
182 std::string toFilePath(const core::r_util::ProjectId& projectId, in toFilePath()
289 inline core::r_util::ProjectId toProjectId(const std::string& projectDir, in toProjectId()
314 return core::r_util::ProjectId(id); in toProjectId()
348 return core::r_util::ProjectId(id); in toProjectId()
374 return core::r_util::ProjectId(id); in toProjectId()
394 inline core::r_util::ProjectId projectToProjectId( in projectToProjectId()
400 return core::r_util::ProjectId(kProjectNoneId); in projectToProjectId()
409 const core::r_util::ProjectId& projectId) in projectIdToProject()
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigquery/
H A Ddataset_test.go73 {TableReference: &bq.TableReference{ProjectId: "p1", DatasetId: "d1", TableId: "t1"}},
74 {TableReference: &bq.TableReference{ProjectId: "p1", DatasetId: "d1", TableId: "t2"}},
75 {TableReference: &bq.TableReference{ProjectId: "p1", DatasetId: "d1", TableId: "t3"}},
142 {ModelReference: &bq.ModelReference{ProjectId: "p1", DatasetId: "d1", ModelId: "m1"}},
143 {ModelReference: &bq.ModelReference{ProjectId: "p1", DatasetId: "d1", ModelId: "m2"}},
144 {ModelReference: &bq.ModelReference{ProjectId: "p1", DatasetId: "d1", ModelId: "m3"}},
204 {RoutineReference: &bq.RoutineReference{ProjectId: "p1", DatasetId: "d1", RoutineId: "r1"}},
277 {DatasetReference: &bq.DatasetReference{ProjectId: "p", DatasetId: "a"}},
278 {DatasetReference: &bq.DatasetReference{ProjectId: "p", DatasetId: "b"}},
279 {DatasetReference: &bq.DatasetReference{ProjectId: "p", DatasetId: "hidden"}},
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/mobile/
H A Dapi.go1185 if s.ProjectId == nil {
1188 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1200 s.ProjectId = &v
1332 if s.ProjectId == nil {
1344 s.ProjectId = &v
1435 s.ProjectId = &v
1493 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1505 s.ProjectId = &v
1761 s.ProjectId = &v
1812 s.ProjectId = &v
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/mobile/
H A Dapi.go1185 if s.ProjectId == nil {
1188 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1200 s.ProjectId = &v
1332 if s.ProjectId == nil {
1344 s.ProjectId = &v
1435 s.ProjectId = &v
1493 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1505 s.ProjectId = &v
1761 s.ProjectId = &v
1812 s.ProjectId = &v
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/mobile/
H A Dapi.go1189 if s.ProjectId == nil {
1192 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1204 s.ProjectId = &v
1336 if s.ProjectId == nil {
1348 s.ProjectId = &v
1439 s.ProjectId = &v
1497 if s.ProjectId != nil && len(*s.ProjectId) < 1 {
1509 s.ProjectId = &v
1765 s.ProjectId = &v
1816 s.ProjectId = &v
[all …]

12345678910>>...190