Home
last modified time | relevance | path

Searched refs:Updatable (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DUpdatable.cpp2 PVector<Updatable> updatableList;
3 Updatable::Updatable() in Updatable() function in Updatable
8 Updatable::~Updatable() in ~Updatable()
H A DUpdatable.h6 class Updatable; variable
7 extern PVector<Updatable> updatableList;
9 class Updatable: public virtual PObject
12 Updatable();
13 virtual ~Updatable();
H A DgameEntity.h18 class GameEntity: public Updatable, public Renderable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/
H A DQueryEngine.cs391 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareServerNameResponse()
430 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareMachineNameResponse()
469 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareInstanceNameResponse()
523 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareOleDbReadOnlyUserName()
532 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareOleDbReadOnlyUserName()
572 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareIsHADRResponse()
613 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareIsAzure()
655 column.Flags.Updatable = TDSColumnDataUpdatableFlag.ReadOnly; in _PrepareIsLocalDB()
778 column.Flags.Updatable = TDSColumnDataUpdatableFlag.Unknown; in _PrepareSessionUserResponse()
789 column.Flags.Updatable = TDSColumnDataUpdatableFlag.Unknown; in _PrepareSessionUserResponse()
[all …]
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/schema/
H A Dfield_test.go248 …"}, DataType: schema.Uint, PrimaryKey: true, Size: 64, Creatable: true, Updatable: true, Readable:…
249 …mes: []string{"Name"}, DataType: "", Tag: `gorm:"-"`, Creatable: false, Updatable: false, Readable…
250 …{"Name2"}, DataType: schema.String, Tag: `gorm:"->"`, Creatable: false, Updatable: false, Readable…
251 …g{"Name3"}, DataType: schema.String, Tag: `gorm:"<-"`, Creatable: true, Updatable: true, Readable:…
252 …4"}, DataType: schema.String, Tag: `gorm:"<-:create"`, Creatable: true, Updatable: false, Readable…
253 …"}, DataType: schema.String, Tag: `gorm:"<-:update"`, Creatable: false, Updatable: true, Readable:…
254 …taType: schema.String, Tag: `gorm:"<-:create,update"`, Creatable: true, Updatable: true, Readable:…
255 …chema.String, Tag: `gorm:"->:false;<-:create,update"`, Creatable: true, Updatable: true, Readable:…
256 …ataType: schema.String, Tag: `gorm:"->;-:migration"`, Creatable: false, Updatable: false, Readable…
H A Dschema_test.go52 f.Updatable = true
89 …Tag: `gorm:"primarykey"`, Creatable: true, Updatable: true, Readable: true, PrimaryKey: true, Size…
93 Tag: `gorm:"primarykey"`, Creatable: true, Updatable: true, Readable: true, PrimaryKey: true,
103 …Tag: `gorm:"primarykey"`, Creatable: true, Updatable: true, Readable: true, PrimaryKey: true, Size…
107 …Tag: `gorm:"primarykey"`, Creatable: true, Updatable: true, Readable: true, PrimaryKey: true, Size…
142 f.Updatable = true
182 f.Updatable = true
225 f.Updatable = true
294 f.Updatable = true
/dports/databases/fastdb/fastdb/CSharp/
H A DFastDbCommand.cs152 public int Execute(bool Updatable) { return this.Execute(Updatable, true); } in Execute() argument
161 public int Execute(bool Updatable, bool FetchFirst) { in Execute() argument
164 read_only = !Updatable; in Execute()
167 …CLI.cli_fetch(statement, (Updatable) ? CLI.QueryType.cli_for_update : CLI.QueryType.cli_view_only)… in Execute()
176 public Cursor Select(bool Updatable) { in Select() argument
177 Execute(Updatable, false); in Select()
/dports/databases/gigabase/gigabase/csharplocalcli/
H A DGbCommand.cs152 public int Execute(bool Updatable) { return this.Execute(Updatable, true); } in Execute() argument
161 public int Execute(bool Updatable, bool FetchFirst) { in Execute() argument
164 read_only = !Updatable; in Execute()
167 …CLI.cli_fetch(statement, (Updatable) ? CLI.QueryType.cli_for_update : CLI.QueryType.cli_view_only)… in Execute()
176 public Cursor Select(bool Updatable) { in Select() argument
177 Execute(Updatable, false); in Select()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS/ColMetadata/
H A DTDSColumnDataFlags.cs25 public TDSColumnDataUpdatableFlag Updatable { get; set; } property in Microsoft.SqlServer.TDS.ColMetadata.TDSColumnDataFlags
88 Updatable = (TDSColumnDataUpdatableFlag)((flags >> 2) & 0x3); in TDSColumnDataFlags()
107 | ((ushort)Updatable) << 2 in ToUShort()
/dports/games/flightgear-data/fgdata/Aircraft/Generic/
H A Dupdateloop.nas22 # The UpdateLoop accepts a vector of Updatable components that it will call
24 # the loop, the Updatable interface must be implemented:
27 # parents: [Updatable],
38 var Updatable = {
57 # Wraps a set of user provided Updatable objects and calls them periodically.
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/go-updater/
H A Dupdater.go32 updatable, _, err := u.Updatable(ctx)
45 func (u *Updater) Updatable(ctx context.Context) (bool, *version.Version, error) { func
H A DREADME.md27 updatable, latest, _ := u.Updatable()
84 updatable, latest, _ = u.Updatable()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/views/scripts/group/
H A Dshow.phtml4 use Icinga\Data\Updatable; alias
9 if ($this->hasPermission('config/authentication/groups/edit') && $backend instanceof Updatable) {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/views/scripts/user/
H A Dshow.phtml3 use Icinga\Data\Updatable; alias
14 if ($this->hasPermission('config/authentication/users/edit') && $backend instanceof Updatable) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DPrecompilationFlags.cs38 Updatable = 1, enumerator
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Data/
H A DUpdatable.php12 interface Updatable interface
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/
H A Ddiscord.h7 class DiscordRichPresence : public Updatable
H A DmouseCalibrator.h15 class MouseCalibrator : public GuiCanvas, public Updatable
H A DthreatLevelEstimate.h7 class ThreatLevelEstimate : public Updatable
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screens/
H A DtopDownScreen.h12 class TopDownScreen : public GuiCanvas, public Updatable
H A DwindowScreen.h9 class WindowScreen : public GuiCanvas, public Updatable
H A DspectatorScreen.h10 class SpectatorScreen : public GuiCanvas, public Updatable
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/menus/
H A DjoinServerMenu.h11 class JoinServerScreen : public GuiCanvas, public Updatable
H A DautoConnectScreen.h9 class AutoConnectScreen : public GuiCanvas, public Updatable
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/spaceObjects/
H A DblackHole.h6 class BlackHole : public SpaceObject, public Updatable

12345678910>>...20