Home
last modified time | relevance | path

Searched refs:GetRecording (Results 1 – 25 of 44) sorted by relevance

12

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/rules/rulespb/
H A Dcustom.go76 case r.GetRecording() != nil:
77 return r.GetRecording().Labels.PromLabels()
93 case r.GetRecording() != nil:
94 r.GetRecording().Labels = result
102 case r.GetRecording() != nil:
103 return r.GetRecording().Name
113 case r.GetRecording() != nil:
114 return r.GetRecording().Query
124 case r.GetRecording() != nil:
125 return r.GetRecording().LastEvaluation
[all …]
H A Drpc.pb.go382 func (m *Rule) GetRecording() *RecordingRule { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/rules/rulespb/
H A Dcustom.go76 case r.GetRecording() != nil:
77 return r.GetRecording().Labels.PromLabels()
93 case r.GetRecording() != nil:
94 r.GetRecording().Labels = result
102 case r.GetRecording() != nil:
103 return r.GetRecording().Name
113 case r.GetRecording() != nil:
114 return r.GetRecording().Query
124 case r.GetRecording() != nil:
125 return r.GetRecording().LastEvaluation
[all …]
H A Drpc.pb.go382 func (m *Rule) GetRecording() *RecordingRule { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/rules/rulespb/
H A Dcustom.go76 case r.GetRecording() != nil:
77 return r.GetRecording().Labels.PromLabels()
93 case r.GetRecording() != nil:
94 r.GetRecording().Labels = result
102 case r.GetRecording() != nil:
103 return r.GetRecording().Name
113 case r.GetRecording() != nil:
114 return r.GetRecording().Query
124 case r.GetRecording() != nil:
125 return r.GetRecording().LastEvaluation
[all …]
H A Drpc.pb.go382 func (m *Rule) GetRecording() *RecordingRule { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/rules/
H A Drules.go96 case rules[i].GetRecording() != nil && rules[j].GetRecording() != nil:
97 if rules[i].GetRecording().Compare(rules[j].GetRecording()) <= 0 {
H A Dmanager.go412 if rule.GetRecording() != nil && r.Type == rulespb.RulesRequest_RECORD {
H A Drules_test.go174 if r.GetRecording() != nil {
191 if r.GetRecording() != nil {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/api/query/
H A Dv1_test.go1527 Name: all[0].GetRecording().Name,
1528 Query: all[0].GetRecording().Query,
1530 Health: rules.RuleHealth(all[0].GetRecording().Health),
1531 LastError: all[0].GetRecording().LastError,
1532 LastEvaluation: all[0].GetRecording().LastEvaluation,
1533 EvaluationTime: all[0].GetRecording().EvaluationDurationSeconds,
1537 Name: all[1].GetRecording().Name,
1538 Query: all[1].GetRecording().Query,
1540 Health: rules.RuleHealth(all[1].GetRecording().Health),
1541 LastError: all[1].GetRecording().LastError,
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRItem.h32 std::shared_ptr<CPVRRecording> GetRecording() const;
H A DPVRItem.cpp115 std::shared_ptr<CPVRRecording> CPVRItem::GetRecording() const in GetRecording() function in PVR::CPVRItem
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/explore/clr/
H A Dexplore_clr_wrapper.h374 String^ GetRecording()
377 return GetRecording(true);
387 String^ GetRecording(bool flush)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dgestures.py233 def GetRecording(self): member in MouseGestures
257 elif (event.ButtonUp(self.mousebutton) or event.Leaving()) and self.GetRecording():
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/cs_test/
H A DExploreClock.cs55 string interactions = recorder.GetRecording(); in Clock()
H A DExploreOnlySample.cs140 Console.WriteLine(recorder.GetRecording()); in Run()
/dports/net/opal/opal-3.10.10/src/java/
H A DOpalMessagePtr.java136 public OpalParamRecording GetRecording() { in GetRecording() method in OpalMessagePtr
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/test/e2e/
H A Drules_api_test.go170 } else if rec := r.GetRecording(); rec != nil {
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/include/aws/config/model/
H A DConfigurationRecorderStatus.h149 inline bool GetRecording() const{ return m_recording; } in GetRecording() function
/dports/net/opal/opal-3.10.10/samples/dotnet/OpalDotNET/
H A DOpalContext.cs356 return GetRecording().CallToken; in GetCallToken()
406 GetRecording().CallToken = callToken; in SetCallToken()
573 public OpalParamRecordingRef GetRecording() in GetRecording() method in OpalDotNET.OpalMessageRef
/dports/net/opal/opal-3.10.10/include/
H A Dopal.h1366 OpalParamRecording * GetRecording() const; ///< Used by OpalCmdStartRecording
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DPVRGUIActions.cpp881 const std::shared_ptr<CPVRRecording> recording(CPVRItem(item).GetRecording()); in DeleteTimer()
1014 const std::shared_ptr<CPVRRecording> recording = CPVRItem(item).GetRecording(); in EditRecording()
1161 …d::shared_ptr<CPVRRecording> recording(CPVRItem(CFileItemPtr(new CFileItem(item))).GetRecording()); in GetResumeLabel()
1274 const std::shared_ptr<CPVRRecording> recording(CPVRItem(item).GetRecording()); in PlayRecording()
/dports/net/opal/opal-3.10.10/samples/dotnet/OpalDotNETMain/
H A DProgram.cs481 OpalParamRecordingRef m_recording = command.GetRecording(); in DoRecord()
/dports/www/beehive/beehive-0.4.0/vendor/layeh.com/gumble/gumble/MumbleProto/
H A DMumble.pb.go949 func (m *UserState) GetRecording() bool { func
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/layeh.com/gumble/gumble/MumbleProto/
H A DMumble.pb.go1179 func (m *UserState) GetRecording() bool { func

12