Home
last modified time | relevance | path

Searched refs:scopeID (Results 1 – 25 of 64) sorted by relevance

123

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Dlog_parser.py31 scopeID = 0 variable
427 global scopeID
447 (scopeID, event["create"], event["kind"]),
467 global scopeID
479 (scopeID, event["delete"]),
531 global scopeID
534 scopeID += 1
538 if str(scopeID) in dumpPhases:
556 (scopeID,
588 scopeID += 1
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dcleandialog.cpp9 int CleanDialog::scopeID = 0; member in CleanDialog
22 config->registerOption("CleanDialog/Scope", &scopeID, 0); in CleanDialog()
23 if (scopeID < 0 || scopeID >= MAX_SCOPE) scopeID = 0; in CleanDialog()
58 if (scopeID == CleanDialog::Project) ui->cbScope->setCurrentIndex(ui->cbScope->count()-1); in checkClean()
64 if (scopeID == CleanDialog::CurrentTexFile) ui->cbScope->setCurrentIndex(ui->cbScope->count()-1); in checkClean()
66 …if (scopeID == CleanDialog::CurrentFileFolder) ui->cbScope->setCurrentIndex(ui->cbScope->count()-1… in checkClean()
74 if (scopeID == CleanDialog::OpenTexFiles) ui->cbScope->setCurrentIndex(ui->cbScope->count()-1); in checkClean()
100 scopeID = ui->cbScope->itemData(ui->cbScope->currentIndex()).toInt(); in updateFilesToRemove()
101 Scope scope = (Scope) scopeID; in updateFilesToRemove()
H A Dcleandialog.h33 static int scopeID; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocbcore/v9/
H A Ddcp.go72 …CreateCollection(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, col…
73 …DeleteCollection(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, col…
75 …CreateScope(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, streamID…
76 …DeleteScope(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, streamID…
H A Ddcpcomponent.go142 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
148 …evtHandler.CreateCollection(seqNo, version, vbID, manifestUID, scopeID, collectionID, ttl, streamI…
151 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
153 evtHandler.DeleteCollection(seqNo, version, vbID, manifestUID, scopeID, collectionID, streamID)
160 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
161 evtHandler.CreateScope(seqNo, version, vbID, manifestUID, scopeID, streamID, resp.Key)
164 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
165 evtHandler.DeleteScope(seqNo, version, vbID, manifestUID, scopeID, streamID)
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Ddcp.go72 …CreateCollection(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, col…
73 …DeleteCollection(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, col…
75 …CreateScope(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, streamID…
76 …DeleteScope(seqNo uint64, version uint8, vbID uint16, manifestUID uint64, scopeID uint32, streamID…
H A Ddcpcomponent.go142 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
148 …evtHandler.CreateCollection(seqNo, version, vbID, manifestUID, scopeID, collectionID, ttl, streamI…
151 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
153 evtHandler.DeleteCollection(seqNo, version, vbID, manifestUID, scopeID, collectionID, streamID)
160 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
161 evtHandler.CreateScope(seqNo, version, vbID, manifestUID, scopeID, streamID, resp.Key)
164 scopeID := binary.BigEndian.Uint32(resp.Value[8:])
165 evtHandler.DeleteScope(seqNo, version, vbID, manifestUID, scopeID, streamID)
/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dresource_config.go323 var scopeID int
341 err = rows.Scan(&scopeID, &checkErrBlob)
379 Scan(&scopeID)
394 Scan(&scopeID)
401 id: scopeID,
H A Dversions_db.go544 var scopeID sql.NullInt64
550 Scan(&scopeID)
558 if !scopeID.Valid {
565 Where(sq.Eq{"resource_config_scope_id": scopeID}).
H A Dpipeline.go952 var scopeID sql.NullInt64
954 err = rows.Scan(&resource.Name, &resource.ID, &scopeID)
959 if scopeID.Valid {
960 i := int(scopeID.Int64)
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dresource_config.go323 var scopeID int
341 err = rows.Scan(&scopeID, &checkErrBlob)
379 Scan(&scopeID)
394 Scan(&scopeID)
401 id: scopeID,
H A Dversions_db.go544 var scopeID sql.NullInt64
550 Scan(&scopeID)
558 if !scopeID.Valid {
565 Where(sq.Eq{"resource_config_scope_id": scopeID}).
H A Dpipeline.go952 var scopeID sql.NullInt64
954 err = rows.Scan(&resource.Name, &resource.ID, &scopeID)
959 if scopeID.Valid {
960 i := int(scopeID.Int64)
/dports/www/grafana8/grafana-8.3.6/pkg/services/serviceaccounts/api/
H A Dapi.go47 scopeID := ctx.ParamsInt64(":serviceAccountId")
48 err := api.service.DeleteServiceAccount(ctx.Req.Context(), ctx.OrgId, scopeID)
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/
H A Dsuitecontext.go62 scopeID := fmt.Sprintf("[suite(%s)]", s.TestID)
70 globalScope: newScope(scopeID, nil),
81 c.globalScope.add(env, &resourceID{id: scopeID})
H A Dtestcontext.go123 scopeID := fmt.Sprintf("[%s]", id)
129 scope: newScope(scopeID, parentScope),
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_BB.hpp87 unsigned scopeID; member in vISA::G4_BB
204 inNaturalLoop(false), hasSendInBB(false), loopNestLevel(0), scopeID(0), in G4_BB()
264 unsigned getScopeID() const { return scopeID; } in getScopeID()
265 void setScopeID(unsigned id) { scopeID = id; } in setScopeID()
H A DFlowGraph.h52 unsigned scopeID; // the function scope ID variable
62 , scopeID(0), visited(false), preID(0), postID(0) in FuncInfo()
93 unsigned getScopeID() const {return scopeID;} in getScopeID()
94 void setScopeID(unsigned id) {scopeID = id;} in setScopeID()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/test/
H A Dtest_resolver.py274 scopeID = 2
276 "sample.example.com", ("::1", 0, flowInfo, scopeID), family=AF_INET6
286 receiver._addresses, [IPv6Address("TCP", "::1", 0, flowInfo, scopeID)]
376 scopeID = 2
380 ("::1", 0, flowInfo, scopeID),
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Diagnostics.SymbolStore/
H A DISymbolWriter.cs102 void SetScopeRange (int scopeID, int startOffset, int endOffset); in SetScopeRange() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.StackTrace/src/System/Diagnostics/SymbolStore/
H A DISymbolWriter.cs79 void SetScopeRange(int scopeID, int startOffset, int endOffset); in SetScopeRange() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Disymwrappercore.cs381 void ISymbolWriter.SetScopeRange(int scopeID, int startOffset, int endOffset) in ISymbolWriter.SetScopeRange() argument
383 int hr = m_vtable.SetScopeRange(m_pWriter, scopeID, startOffset, endOffset); in ISymbolWriter.SetScopeRange()
614 …private delegate int DSetScopeRange(ISymUnmanagedWriter* pthis, int scopeID, int startOffset, int … in DSetScopeRange() argument
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dinternetaddress.cc271 card16 scopeID; in init() local
272 cardinal length = getHostByName(hostName.getData(),(card16*)&address,&scopeID); in init()
277 ScopeID = scopeID; in init()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/symbolstore/
H A Disymwriter.cs117 void SetScopeRange(int scopeID, int startOffset, int endOffset); in SetScopeRange() argument
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/internet/
H A Daddress.py78 scopeID: Union[str, int] = 0 variable in IPv6Address

123