Home
last modified time | relevance | path

Searched defs:Verbs (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPathPriv.h115 struct Verbs { struct
117 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
125 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end() argument
127 Verbs(const Verbs&) = delete; argument
128 Verbs& operator=(const Verbs&) = delete; argument
129 SkPathRef* fPathRef;
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/docs/guides/plugins/
H A Ddependencies.rst34 Verbs section in Plugin Dependencies
39 Requires
44 Mandatory requires: elgg_release
58 Suggests
84 Conflicts
108 Provides
/dports/net/mpich/mpich-3.4.3/modules/libfabric/
H A DNEWS.md149 ## Verbs section in v1.10.0, Fri Apr 24, 2020
215 ## Verbs section in v1.9.1, Fri Mar 6, 2020
329 ## Verbs section in v1.9.0, Fri Nov 22, 2019
386 ## Verbs section in v1.8.1, Mon Sep 30, 2019
468 ## Verbs section in v1.8.0, Fri Jun 28, 2019
541 ## Verbs section in v1.7.2, Fri Jun 14, 2019
644 ## Verbs section in v1.7.1, Mon Apr 8, 2019
808 ## Verbs section in v1.7.0, Mon Jan 7, 2019
888 ## Verbs section in v1.6.2, Fri Sep 28, 2018
1050 ## Verbs section in v1.6.0, Wed Mar 14, 2018
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPathPriv.h122 struct Verbs { struct
124 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
134 Verbs(const Verbs&) = delete; argument
135 Verbs& operator=(const Verbs&) = delete; argument
136 SkPathRef* fPathRef;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPathPriv.h122 struct Verbs { struct
124 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() argument
134 Verbs(const Verbs&) = delete; argument
135 Verbs& operator=(const Verbs&) = delete; argument
136 SkPathRef* fPathRef;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPathPriv.h122 struct Verbs { struct
124 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
134 Verbs(const Verbs&) = delete; argument
135 Verbs& operator=(const Verbs&) = delete; argument
136 SkPathRef* fPathRef;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPathPriv.h122 struct Verbs { struct
124 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() argument
134 Verbs(const Verbs&) = delete; argument
135 Verbs& operator=(const Verbs&) = delete; argument
136 SkPathRef* fPathRef;
/dports/emulators/mess/mame-mame0226/docs/source/commandline/
H A Dcommandline-all.rst95 .. _mame-commandline-help:
106 .. _mame-commandline-validate:
154 .. _mame-commandline-showconfig:
168 .. _mame-commandline-showusage:
201 .. _mame-commandline-listxml:
246 .. _mame-commandline-listfull:
269 .. _mame-commandline-listsource:
333 .. _mame-commandline-listcrc:
367 .. _mame-commandline-listroms:
441 .. _mame-commandline-romident:
[all …]
/dports/emulators/mame/mame-mame0226/docs/source/commandline/
H A Dcommandline-all.rst95 .. _mame-commandline-help:
106 .. _mame-commandline-validate:
154 .. _mame-commandline-showconfig:
168 .. _mame-commandline-showusage:
201 .. _mame-commandline-listxml:
246 .. _mame-commandline-listfull:
269 .. _mame-commandline-listsource:
333 .. _mame-commandline-listcrc:
367 .. _mame-commandline-listroms:
441 .. _mame-commandline-romident:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPathPriv.h129 struct Verbs { struct
131 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
141 Verbs(const Verbs&) = delete; argument
142 Verbs& operator=(const Verbs&) = delete; argument
143 SkPathRef* fPathRef;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathPriv.h115 struct Verbs { struct
117 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
127 Verbs(const Verbs&) = delete; argument
128 Verbs& operator=(const Verbs&) = delete; argument
129 SkPathRef* fPathRef;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DIWebActionable.cs13 WebPartVerbCollection Verbs { get; } property
H A DWebPartVerbsEventArgs.cs21 public WebPartVerbCollection Verbs { property in System.Web.UI.WebControls.WebParts.WebPartVerbsEventArgs
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessStartInfo.Uap.cs9 public string[] Verbs => Array.Empty<string>(); field in System.Diagnostics.ProcessStartInfo
H A DProcessStartInfo.Win32.cs13 public string[] Verbs property in System.Diagnostics.ProcessStartInfo
H A DProcessStartInfo.Unix.cs43 public string[] Verbs => Array.Empty<string>(); field in System.Diagnostics.ProcessStartInfo
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/authorization/authorizer/
H A Drule.go32 Verbs []string member
63 Verbs []string member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/authorization/authorizer/
H A Drule.go32 Verbs []string member
63 Verbs []string member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcessStartInfo.cs54 public string[] Verbs { property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIDesigner.cs31 DesignerVerbCollection Verbs {get;} property
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIDesigner.cs28 DesignerVerbCollection Verbs { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignerCommandSet.cs58 public DesignerVerbCollection Verbs { property in System.ComponentModel.Design.DesignerCommandSet
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design.WebControls/
H A DCalendarDesigner.cs41 public override DesignerVerbCollection Verbs { property in System.Web.UI.Design.WebControls.CalendarDesigner
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceHost/
H A DRouteAttribute.cs102 public string Verbs { get; set; } property in ServiceStack.ServiceHost.RouteAttribute
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1/
H A Dnonresourcepolicyrule.go24 Verbs []string `json:"verbs,omitempty"` member

12345678910>>...25