Home
last modified time | relevance | path

Searched refs:GetBoolPtr (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/doctl/doctl-1.68.0/
H A Ddoit.go182 GetBoolPtr(ns, key string) (*bool, error) methodSpec
292 func (c *LiveConfig) GetBoolPtr(ns, key string) (*bool, error) { func
488 func (c *TestConfig) GetBoolPtr(ns, key string) (*bool, error) { func
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlobject.h76 bool *GetBoolPtr(lua_State* L);
H A Dwxlobject.cpp111 bool *wxLuaObject::GetBoolPtr(lua_State* L) in GetBoolPtr() function in wxLuaObject
/dports/sysutils/doctl/doctl-1.68.0/commands/
H A Dvpcs.go177 def, err := c.Doit.GetBoolPtr(c.NS, doctl.ArgVPCDefault)
H A Ddroplets.go203 agent, err := c.Doit.GetBoolPtr(c.NS, doctl.ArgDropletAgent)
H A Dkubernetes.go1669 autoUpgrade, err := c.Doit.GetBoolPtr(c.NS, doctl.ArgAutoUpgrade)
1900 autoScale, err := c.Doit.GetBoolPtr(c.NS, doctl.ArgNodePoolAutoScale)
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxcore_override.hpp914 wxGenericValidator *returns = new wxGenericValidator(boolPtr->GetBoolPtr(L));