Home
last modified time | relevance | path

Searched defs:modify (Results 1 – 25 of 2837) sorted by relevance

12345678910>>...114

/dports/cad/feappv/feappv-4.1i/program/
H A Dmodify.f2 subroutine modify(p,s,dul,nsiz,nst) subroutine
34 ! Loop over rows to modify active equations argument
/dports/games/violetland/violetland-0.5/src/game/
H A DPowerup.cpp40 bool violetland::MedikitPowerup::modify(Game* game, Player* player) { in modify() function in violetland::MedikitPowerup
53 bool violetland::GrenadePowerup::modify(Game* game, Player* player) { in modify() function in violetland::GrenadePowerup
64 bool violetland::FreezePowerup::modify(Game* game, Player* player) { in modify() function in violetland::FreezePowerup
89 bool violetland::NukePowerup::modify(Game* game, Player* player) { in modify() function in violetland::NukePowerup
107 bool violetland::PenetrationBulletsPowerup::modify(Game* game, Player* player) { in modify() function in violetland::PenetrationBulletsPowerup
119 bool violetland::VitalityPowerup::modify(Game* game, Player* player) { in modify() function in violetland::VitalityPowerup
130 bool violetland::StrengthPowerup::modify(Game* game, Player* player) { in modify() function in violetland::StrengthPowerup
141 bool violetland::AgilityPowerup::modify(Game* game, Player* player) { in modify() function in violetland::AgilityPowerup
153 bool violetland::TeleportPowerup::modify(Game* game, Player* player) { in modify() function in violetland::TeleportPowerup
161 bool violetland::WeaponPowerup::modify(Game* game, Player* player) { in modify() function in violetland::WeaponPowerup
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DQuickCheck.hs18 modify f args = args {maxSuccess = f (maxSuccess args)} function
25 modify f args = args {maxDiscardRatio = f (maxDiscardRatio args)} function
32 modify f args = args {maxSize = f (maxSize args)} function
39 modify f args = args {maxShrinks = f (maxShrinks args)} function
46 modify f p = p {paramsQuickCheckArgs = f (paramsQuickCheckArgs p)} function
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/modifiers/
H A Dned.py29 def modify(self): member in NEDModifier
34 def modify(self): member in CoordinatesToNED
45 def modify(self): member in CoordinatesFromNED
56 def modify(self): member in AnglesToNED
67 def modify(self): member in AnglesFromNED
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dconstrained_type.cpp78 auto modify = a.modify(); variable
83 auto modify = a.modify(); variable
90 auto modify = a.modify(); variable
97 auto modify = a.modify(); variable
134 auto modify = a.modify(); variable
139 auto modify = a.modify(); variable
146 auto modify = a.modify(); variable
153 auto modify = a.modify(); variable
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-client-0.7.2.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/http-client-0.6.4.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-client-0.7.0/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/http-client-0.6.4.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/http-client-0.7.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-client-0.7.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/http-client-0.7.2.1/test/Network/HTTP/
H A DClientSpec.hs54 modify res = do function
67 modify res = do function
79 let modify req = return req { port = 80 } function
86 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
92 let modify req = return req { redirectCount = 0 } function
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/io/
H A DSAXModifier.java117 public Document modify(File source) throws DocumentException { in modify() method in SAXModifier
140 public Document modify(InputSource source) throws DocumentException { in modify() method in SAXModifier
163 public Document modify(InputStream source) throws DocumentException { in modify() method in SAXModifier
188 public Document modify(InputStream source, String systemId) in modify() method in SAXModifier
212 public Document modify(Reader source) throws DocumentException { in modify() method in SAXModifier
237 public Document modify(Reader source, String systemId) in modify() method in SAXModifier
261 public Document modify(URL source) throws DocumentException { in modify() method in SAXModifier
284 public Document modify(String source) throws DocumentException { in modify() method in SAXModifier
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-client-0.7.8/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-client-0.7.8/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-client-0.7.6/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-client-0.7.8/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/http-client-0.7.6/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/http-client-0.7.8/test/Network/HTTP/
H A DClientSpec.hs66 modify res = do function
79 modify res = do function
91 let modify req = return req { port = 80 } function
98 let modify req = return req { checkResponse = \_ _ -> error "some exception" } function
104 let modify req = return req { redirectCount = 0 } function
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/
H A Dmodify.hpp69 struct modify struct
71 typedef void proto_is_callable_;
77 struct result<This(Tag, Modifiers)>
95 operator()(Tag tag, Modifiers modifiers) const in operator ()()
102 op(Tag /*tag*/, Modifiers modifiers, mpl::false_) const in op()
109 op(Tag tag, Modifiers modifiers, mpl::true_) const in op()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/
H A Dmodify.hpp69 struct modify struct
71 typedef void proto_is_callable_;
77 struct result<This(Tag, Modifiers)>
95 operator()(Tag tag, Modifiers modifiers) const in operator ()()
102 op(Tag /*tag*/, Modifiers modifiers, mpl::false_) const in op()
109 op(Tag tag, Modifiers modifiers, mpl::true_) const in op()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/
H A Dmodify.hpp69 struct modify struct
71 typedef void proto_is_callable_;
77 struct result<This(Tag, Modifiers)>
95 operator()(Tag tag, Modifiers modifiers) const in operator ()()
102 op(Tag /*tag*/, Modifiers modifiers, mpl::false_) const in op()
109 op(Tag tag, Modifiers modifiers, mpl::true_) const in op()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/
H A Dmodify.hpp69 struct modify struct
71 typedef void proto_is_callable_;
77 struct result<This(Tag, Modifiers)>
95 operator()(Tag tag, Modifiers modifiers) const in operator ()()
102 op(Tag /*tag*/, Modifiers modifiers, mpl::false_) const in op()
109 op(Tag tag, Modifiers modifiers, mpl::true_) const in op()
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/jaxb/
H A DJAXBModifier.java140 public Document modify(File source) throws DocumentException, IOException { in modify() method in JAXBModifier
161 public Document modify(File source, Charset charset) in modify() method in JAXBModifier
190 public Document modify(InputSource source) throws DocumentException, in modify() method in JAXBModifier
214 public Document modify(InputStream source) throws DocumentException, in modify() method in JAXBModifier
240 public Document modify(InputStream source, String systemId) in modify() method in JAXBModifier
264 public Document modify(Reader r) throws DocumentException, IOException { in modify() method in JAXBModifier
289 public Document modify(Reader source, String systemId) in modify() method in JAXBModifier
313 public Document modify(String url) throws DocumentException, IOException { in modify() method in JAXBModifier
336 public Document modify(URL source) throws DocumentException, IOException { in modify() method in JAXBModifier
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dprofile_modifier.py47 def modify(self): member in ProfileModifier
84 def modify(self): member in ProfileModifierMeshtool
117 def modify(self): member in ProfileModifierConvbase
137 def modify(self): member in ProfileModifierStanley
158 def modify(self): member in ProfileModifierDistribution
194 def modify(self): member in ProfileModifierMultiple
206 def modify(self): member in ProfileModifierExecTool

12345678910>>...114