Home
last modified time | relevance | path

Searched refs:change_ (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/games/scorched3d/scorched/src/common/coms/
H A DComsDefenseMessage.cpp30 change_(eNoChange), in ComsDefenseMessage()
40 change_(change), in ComsDefenseMessage()
48 change_(other.change_), in ComsDefenseMessage()
60 buffer.addToBuffer((int) change_); in writeMessage()
70 change_ = (DefenseChange) c; in readMessage()
H A DComsDefenseMessage.h52 DefenseChange getChange() { return change_; } in getChange()
62 DefenseChange change_; variable
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcObjectUpdateData.cpp30 , change_(0.0) in CbcObjectUpdateData()
49 , change_(change) in CbcObjectUpdateData()
68 , change_(rhs.change_) in CbcObjectUpdateData()
85 change_ = rhs.change_; in operator =()
H A DCbcBranchBase.cpp286 , change_(0.0) in CbcObjectUpdateData()
305 , change_(change) in CbcObjectUpdateData()
324 , change_(rhs.change_) in CbcObjectUpdateData()
341 change_ = rhs.change_; in operator =()
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dhistory.py142 for change_ in reversed(change_list):
143 if isinstance(change_, change.ChangeSet):
144 result = self._search_for_change_contents(change_.changes,
148 if isinstance(change_, change.ChangeContents) and \
149 change_.resource == file:
150 return change_.old_contents
157 data.append([to_data(change_) for change_ in self.undo_list])
158 data.append([to_data(change_) for change_ in self.redo_list])
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dnetworklinkcontrol_test.cc85 change_ = KmlFactory::GetFactory()->CreateChange(); in SetUp()
88 ChangePtr change_; member in kmldom::ChangeTest
92 ASSERT_EQ(Type_Change, change_->Type()); in TEST_F()
93 ASSERT_TRUE(change_->IsA(Type_Change)); in TEST_F()
97 ASSERT_EQ(static_cast<size_t>(0), change_->get_object_array_size()); in TEST_F()
98 change_->add_object(KmlFactory::GetFactory()->CreateIconStyle()); in TEST_F()
99 change_->add_object(KmlFactory::GetFactory()->CreateLocation()); in TEST_F()
100 ASSERT_EQ(static_cast<size_t>(2), change_->get_object_array_size()); in TEST_F()
101 ASSERT_EQ(Type_IconStyle, change_->get_object_array_at(0)->Type()); in TEST_F()
102 ASSERT_EQ(Type_Location, change_->get_object_array_at(1)->Type()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dfile_change.h28 bool IsAddOrUpdate() const { return change_ == FILE_CHANGE_ADD_OR_UPDATE; } in IsAddOrUpdate()
29 bool IsDelete() const { return change_ == FILE_CHANGE_DELETE; } in IsDelete()
35 ChangeType change() const { return change_; } in change()
46 ChangeType change_;
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Daugeas.py68 for change_ in changes:
70 cmd, arg = change_.split(" ", 1)
85 " change: {}".format(change_)
103 change_
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_perlin_noise.cpp43 void change_(T *image_array, const int height // pixel in change_() function
122 change_(image_array, height, width, channels, alpha_rendering_sw, a11, a12, in change()
125 change_(reinterpret_cast<unsigned short *>(image_array), height, width, in change()
H A Digs_levels.cpp58 void change_(IT *image_array, const int height, const int width, in change_() function
248 change_(image_array, height, width, channels, ref, ref_mode, r_in_min, in change()
256 change_(reinterpret_cast<unsigned short *>(image_array), height, width, in change()
263 change_(reinterpret_cast<unsigned short *>(image_array), height, width, in change()
271 change_(image_array, height, width, channels, in change()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/plugins/
H A Drecentchanges.mdwn14 \[[!inline pages="internal(recentchanges/change_*)"
21 \[[!inline pages="internal(recentchanges/change_*) and title(*bugs/*)"
27 \[[!inline pages="internal(recentchanges/change_*) and
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/events/
H A Devent_dispatch_forbidden_scope.h45 AllowUserAgentEvents() : change_(&count_, 0) { DCHECK(IsMainThread()); } in AllowUserAgentEvents()
49 base::AutoReset<unsigned> change_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/events/
H A Devent_dispatch_forbidden_scope.h46 AllowUserAgentEvents() : change_(&count_, 0) { DCHECK(IsMainThread()); } in AllowUserAgentEvents()
50 base::AutoReset<unsigned> change_; variable
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp128 ServerIndexChange change_; member in Orthanc::LuaScripting::StableResourceEvent
133 const ServerIndexChange& change_; member in Orthanc::LuaScripting::StableResourceEvent::GetInfoOperations
140 change_(change), in GetInfoOperations()
149 if (transaction.LookupResource(internalId, level, change_.GetPublicId()) && in Apply()
150 level == change_.GetResourceType()) in Apply()
181 if (change_.GetResourceType() == ResourceType_Study) in CallLua()
193 call.PushString(change_.GetPublicId()); in CallLua()
208 change_(change) in StableResourceEvent()
216 switch (change_.GetChangeType()) in Apply()
244 GetInfoOperations operations(change_); in Apply()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp128 ServerIndexChange change_; member in Orthanc::LuaScripting::StableResourceEvent
133 const ServerIndexChange& change_; member in Orthanc::LuaScripting::StableResourceEvent::GetInfoOperations
140 change_(change), in GetInfoOperations()
149 if (transaction.LookupResource(internalId, level, change_.GetPublicId()) && in Apply()
150 level == change_.GetResourceType()) in Apply()
181 if (change_.GetResourceType() == ResourceType_Study) in CallLua()
193 call.PushString(change_.GetPublicId()); in CallLua()
208 change_(change) in StableResourceEvent()
216 switch (change_.GetChangeType()) in Apply()
244 GetInfoOperations operations(change_); in Apply()
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/
H A DLuaScripting.cpp128 ServerIndexChange change_; member in Orthanc::LuaScripting::StableResourceEvent
133 const ServerIndexChange& change_; member in Orthanc::LuaScripting::StableResourceEvent::GetInfoOperations
140 change_(change), in GetInfoOperations()
149 if (transaction.LookupResource(internalId, level, change_.GetPublicId()) && in Apply()
150 level == change_.GetResourceType()) in Apply()
181 if (change_.GetResourceType() == ResourceType_Study) in CallLua()
193 call.PushString(change_.GetPublicId()); in CallLua()
208 change_(change) in StableResourceEvent()
216 switch (change_.GetChangeType()) in Apply()
244 GetInfoOperations operations(change_); in Apply()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/
H A DLuaScripting.cpp128 ServerIndexChange change_; member in Orthanc::LuaScripting::StableResourceEvent
133 const ServerIndexChange& change_; member in Orthanc::LuaScripting::StableResourceEvent::GetInfoOperations
140 change_(change), in GetInfoOperations()
149 if (transaction.LookupResource(internalId, level, change_.GetPublicId()) && in Apply()
150 level == change_.GetResourceType()) in Apply()
181 if (change_.GetResourceType() == ResourceType_Study) in CallLua()
193 call.PushString(change_.GetPublicId()); in CallLua()
208 change_(change) in StableResourceEvent()
216 switch (change_.GetChangeType()) in Apply()
244 GetInfoOperations operations(change_); in Apply()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DMetricsInfo.cpp120 : pain(painter), ltr_pos(false), change_(), selected(false), in PainterInfo()
164 if (change_.changed()) in textColor()
165 return change_.color(); in textColor()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetCollapsible.cpp255 pi.change_.paintCue(pi, x, y, x + dimc.width(), labelfont); in draw()
279 Changer dummy = (pi.change_.type == Change::INSERTED) in draw()
280 ? make_change(pi.change_, Change()) in draw()
298 Changer dummy = make_change(pi.change_, Change()); in draw()
309 Color colour = pi.change_.changed() ? pi.change_.color() in draw()
331 if (pi.change_.changed()) in draw()
357 if (pi.change_.deleted() && canPaintChange(bv)) in draw()
358 pi.change_.paintCue(pi, xx1, y1, xx2, y + desc); in draw()
H A DRenderGraphic.cpp202 Color c = pi.change_.changed() ? pi.change_.color() : Color_foreground; in draw()
224 pi.change_.paintCue(pi, x1, y1, x1 + w, y1 + h); in draw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dmips-cps.h73 static inline void change_##unit##_##name(uint##sz##_t mask, \
84 change_##unit##_##name(val, val); \
89 change_##unit##_##name(val, 0); \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dmips-cps.h73 static inline void change_##unit##_##name(uint##sz##_t mask, \
84 change_##unit##_##name(val, val); \
89 change_##unit##_##name(val, 0); \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dmips-cps.h73 static inline void change_##unit##_##name(uint##sz##_t mask, \
84 change_##unit##_##name(val, val); \
89 change_##unit##_##name(val, 0); \
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dapply.rs242 for change_ in change.changes.iter() { in apply_change_to_channel()
243 debug!("Applying {:?} (1)", change_); in apply_change_to_channel()
244 for change_ in change_.iter() { in apply_change_to_channel()
245 match *change_ { in apply_change_to_channel()
268 for change_ in change.changes.iter() { in apply_change_to_channel()
269 debug!("Applying {:?} (2)", change_); in apply_change_to_channel()
270 for change_ in change_.iter() { in apply_change_to_channel()
271 if let Atom::EdgeMap(ref n) = *change_ { in apply_change_to_channel()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/Hledger/UI/
H A DUIOptions.hs62 ,change_ :: Bool function
78 ,change_ = boolopt "change" rawopts

1234567