Home
last modified time | relevance | path

Searched defs:SetMaster (Results 1 – 25 of 140) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-guardduty/include/aws/guardduty/model/
H A DGetMasterAccountResult.h43 inline void SetMaster(const Master& value) { m_master = value; } in SetMaster() function
48 inline void SetMaster(Master&& value) { m_master = std::move(value); } in SetMaster() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-macie2/include/aws/macie2/model/
H A DGetMasterAccountResult.h49 inline void SetMaster(const Invitation& value) { m_master = value; } in SetMaster() function
57 inline void SetMaster(Invitation&& value) { m_master = std::move(value); } in SetMaster() function
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/pg_visibility/
H A Dpg_visibility--1.0--1.1.sql23 REVOKE ALL ON FUNCTION pg_check_visible(regclass) FROM PUBLIC;
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/LadderControl.ocd/
H A DScript.c15 public func SetMaster(object new_master, int new_index) in SetMaster() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Ropeladder.ocd/LadderSegment.ocd/
H A DScript.c18 public func SetMaster(object new_master, int new_index, ...) in SetMaster() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Vegetation.ocd/Vine.ocd/VineSegment.ocd/
H A DScript.c12 public func SetMaster(object new_master, int new_index, ...) in SetMaster() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/anchordocking/
H A Danchordockoptionsdlg.pas62 procedure SetMaster(const AValue: TAnchorDockMaster); procedure
165 procedure TAnchorDockOptionsFrame.SetMaster(const AValue: TAnchorDockMaster); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/anchordocking/
H A Danchordockoptionsdlg.pas62 procedure SetMaster(const AValue: TAnchorDockMaster); procedure
165 procedure TAnchorDockOptionsFrame.SetMaster(const AValue: TAnchorDockMaster); procedure
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Ropebridge.ocd/BridgeSegment.ocd/
H A DScript.c15 public func SetMaster(object new_master) in SetMaster() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Structures.ocd/Ladder.ocd/LadderPart.ocd/
H A DScript.c10 public func SetMaster(object new_master, int new_index, ...) in SetMaster() function
/dports/editors/lazarus/lazarus/components/anchordocking/
H A Danchordockoptionsdlg.pas60 procedure SetMaster(const AValue: TAnchorDockMaster); procedure
165 procedure TAnchorDockOptionsFrame.SetMaster(const AValue: TAnchorDockMaster); procedure
/dports/editors/lazarus-qt5/lazarus/components/anchordocking/
H A Danchordockoptionsdlg.pas60 procedure SetMaster(const AValue: TAnchorDockMaster); procedure
165 procedure TAnchorDockOptionsFrame.SetMaster(const AValue: TAnchorDockMaster); procedure
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Animal.ocd/Insect.ocd/InsectSwarm.ocd/SwarmHelper.ocd/
H A DScript.c24 public func SetMaster(object new_master) in SetMaster() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dftnfrm.hxx111 void SetMaster( SwFootnoteFrame *pNew ) { mpMaster = pNew; } in SetMaster() function in SwFootnoteFrame
/dports/games/ivan/ivan-059/Main/Include/
H A Dslot.h84 void SetMaster(character* What) { Master = What; } in SetMaster() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dftnfrm.hxx126 void SetMaster( SwFootnoteFrame *pNew ) { mpMaster = pNew; } in SetMaster() function in SwFootnoteFrame
/dports/cad/opencascade/opencascade-7.6.0/src/ExprIntrp/
H A DExprIntrp_Analysis.cxx129 void ExprIntrp_Analysis::SetMaster(const Handle(ExprIntrp_Generator)& agen) in SetMaster() function in ExprIntrp_Analysis
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChSystemDistributed.h65 void SetMaster() { master_rank = my_rank; } in SetMaster() function
/dports/audio/sidplayer/SIDPlayer-4.4/src/clamp_includes/
H A DInputPlugin.h23 void SetMaster() { Master= true; } in SetMaster() function
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dsdiff.cpp24 void DiffPacker::SetMaster(const String& m) in SetMaster() function in DiffPacker
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackThreadedDriver.cpp109 void JackThreadedDriver::SetMaster(bool onoff) in SetMaster() function in Jack::JackThreadedDriver
/dports/audio/spiralloops/SpiralLoops-2.0.0/
H A DLoop.h49 void SetMaster() { if (m_Speed) m_Parent->SetMaster(m_Id,m_LoopPoint,m_Speed); } in SetMaster() function
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A Dopal.h53 void SetMaster(Opal *opal) { Master = opal; } in SetMaster() function
115 void SetMaster(Opal *opal) { Master = opal; } in SetMaster() function
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dkey.cpp254 void CExtKey::SetMaster(const unsigned char *seed, unsigned int nSeedLen) { in SetMaster() function in CExtKey
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dkey.cpp254 void CExtKey::SetMaster(const unsigned char *seed, unsigned int nSeedLen) { in SetMaster() function in CExtKey

123456