Home
last modified time | relevance | path

Searched refs:InitiatorType (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DEnumInitiator.go6 type InitiatorType string type
10 InitiatorTypeVUser InitiatorType = "user"
12 InitiatorTypeVApp InitiatorType = "app"
14 InitiatorTypeVSystem InitiatorType = "system"
16 InitiatorTypeVUnknownFutureValue InitiatorType = "unknownFutureValue"
H A DModelInitiator.go14 InitiatorType *InitiatorType `json:"initiatorType,omitempty"` member
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/network/
H A Dtypes.go1115 type InitiatorType string type
1118 func (t InitiatorType) String() string {
1124 InitiatorTypeParser InitiatorType = "parser"
1125 InitiatorTypeScript InitiatorType = "script"
1126 InitiatorTypePreload InitiatorType = "preload"
1127 InitiatorTypeSignedExchange InitiatorType = "SignedExchange"
1128 InitiatorTypeOther InitiatorType = "other"
1132 func (t InitiatorType) MarshalEasyJSON(out *jwriter.Writer) {
1137 func (t InitiatorType) MarshalJSON() ([]byte, error) {
1143 switch InitiatorType(in.String()) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_timing_info.h62 const AtomicString& InitiatorType() const { return type_; } in InitiatorType() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/intersight/playbooks/
H A Dova_workflow.yml54 "InitiatorType":"workflow.WorkflowDefinition"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_timing_info.h61 const AtomicString& InitiatorType() const { return type_; } in InitiatorType() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dworker_fetch_context.cc241 info.InitiatorType(), in AddResourceTiming()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dworker_fetch_context.cc247 info.InitiatorType(), in AddResourceTiming()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dperformance.cc465 !initiator_type.IsNull() ? initiator_type : info.InitiatorType(), in GenerateAndAddResourceTiming()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dperformance.cc501 !initiator_type.IsNull() ? initiator_type : info.InitiatorType(), in GenerateAndAddResourceTiming()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts6246 export enum InitiatorType { enum
6261 type: InitiatorType;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts6894 export enum InitiatorType { enum
6909 type: InitiatorType;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/types/
H A Dprotocol.d.ts8891 export const enum InitiatorType { enum