Home
last modified time | relevance | path

Searched defs:Editable (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/gh/cli-2.4.0/pkg/cmd/pr/shared/
H A Deditable.go14 type Editable struct { struct
15 Title EditableString
16 Body EditableString
17 Base EditableString
18 Reviewers EditableSlice
19 Assignees EditableSlice
20 Labels EditableSlice
21 Projects EditableSlice
22 Milestone EditableString
23 Metadata api.RepoMetadataResult
[all …]
H A Deditable_http.go15 …sue(httpClient *http.Client, repo ghrepo.Interface, id string, isPR bool, options Editable) error {
50 …lds(httpClient *http.Client, repo ghrepo.Interface, id string, isPR bool, options Editable) error {
93 func dirtyExcludingLabels(e Editable) bool {
/dports/devel/gh/cli-2.4.0/pkg/cmd/pr/edit/
H A Dedit.go31 shared.Editable anonMember
217 …equest(httpClient *http.Client, repo ghrepo.Interface, id string, editable shared.Editable) error {
230 …eviews(httpClient *http.Client, repo ghrepo.Interface, id string, editable shared.Editable) error {
247 FieldsToEdit(*shared.Editable) error
248 EditFields(*shared.Editable, string) error
262 EditableOptionsFetch(*api.Client, ghrepo.Interface, *shared.Editable) error
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gtki/
H A Deditable.go3 type Editable interface { interface
7 func AssertEditable(_ Editable) {}
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DTextArea.h67 bool Editable() const override { return false; } in Editable() function
89 bool Editable() const { return false; } in Editable() function
209 Editable = 4 // TextArea text is editable enumerator
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DEditable.java7 class Editable implements Cloneable class
9 Editable(boolean brandNew) in Editable() method in Editable
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DEditable.java7 class Editable implements Cloneable class
9 Editable(boolean brandNew) in Editable() method in Editable
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/
H A DEditable.java7 class Editable implements Cloneable class
9 Editable(boolean brandNew) in Editable() method in Editable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/concerns/
H A Deditable_spec.rb5 RSpec.describe Editable do describe
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Deditable.rb3 module Editable module
/dports/devel/grantlee5/grantlee-5.2.0/examples/codegen/
H A Dcomboboxdelegate.h36 enum Type { NotEditable, Editable }; enumerator
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/private/
H A Deditable_p.h21 friend class Editable; variable
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/src/colors/
H A Dkcolorcollection.h99 enum Editable { enum
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/editors/3rdparty/
H A DKColorCollection.h106 enum Editable { Yes, ///< Collection may be edited enum
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/private/
H A Deditable_p.h22 friend class Editable; variable
/dports/graphics/kolourpaint/kolourpaint-21.12.3/lgpl/generic/
H A DkpColorCollection.h146 enum Editable { Yes, ///< Collection may be edited enum
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DEntry.cs39 public bool Editable { property in Gtk.Entry
/dports/www/grafana8/grafana-8.3.6/pkg/services/provisioning/dashboards/
H A Dtypes.go19 Editable bool member
32 Editable bool `json:"editable" yaml:"editable"` member
53 Editable values.BoolValue `json:"editable" yaml:"editable"` member
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DEditableExpression.h26 class Editable; variable
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Metadata/Providers/
H A DCachedDataAnnotationsMetadataAttributes.cs26 …public EditableAttribute Editable { [SecuritySafeCritical] get; [SecuritySafeCritical] protected s… property in System.Web.Http.Metadata.Providers.CachedDataAnnotationsMetadataAttributes
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dstarrating.h21 enum EditMode { Editable, ReadOnly }; enumerator
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkMenuComboBox.h82 Editable, enumerator
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dentry.h73 VDKReadWriteValueProp<VDKEntry,bool> Editable; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/itemviews/stardelegate/
H A Dstarrating.h52 enum EditMode { Editable, ReadOnly }; enumerator
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/itemviews/stardelegate/
H A Dstarrating.h62 enum class EditMode { Editable, ReadOnly }; enumerator

12345678910>>...14