Home
last modified time | relevance | path

Searched refs:Integration (Results 1 – 25 of 4382) sorted by relevance

12345678910>>...176

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/
H A Dintegration.cpp17 Integration *IntegrationInstance = nullptr;
21 void Integration::Set(not_null<Integration*> instance) { in Set()
29 Integration &Integration::Instance() { in Instance()
35 bool Integration::Exists() { in Exists()
39 void Integration::textActionsUpdated() { in textActionsUpdated()
42 void Integration::activationFromTopPanel() { in activationFromTopPanel()
45 bool Integration::screenIsLocked() { in screenIsLocked()
49 QString Integration::timeFormat() { in timeFormat()
72 bool Integration::handleUrlClick( in handleUrlClick()
90 QString Integration::phraseContextCopyText() { in phraseContextCopyText()
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/integration_test/support/
H A Dschemas.exs1 defmodule Ecto.Integration.Schema do
16 defmodule Ecto.Integration.Post do
27 use Ecto.Integration.Schema
74 use Ecto.Integration.Schema
91 use Ecto.Integration.Schema
115 use Ecto.Integration.Schema
137 use Ecto.Integration.Schema
155 use Ecto.Integration.Schema
178 use Ecto.Integration.Schema
196 use Ecto.Integration.Schema
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigateway/include/aws/apigateway/model/
H A DIntegration.h42 class AWS_APIGATEWAY_API Integration
45 Integration();
46 Integration(Aws::Utils::Json::JsonView jsonValue);
47 Integration& operator=(Aws::Utils::Json::JsonView jsonValue);
179 inline Integration& WithType(const IntegrationType& value) { SetType(value); return *this;} in WithType()
205 … inline Integration& WithType(IntegrationType&& value) { SetType(std::move(value)); return *this;} in WithType()
246 inline Integration& WithHttpMethod(const char* value) { SetHttpMethod(value); return *this;} in WithHttpMethod()
439 inline Integration& WithUri(const Aws::String& value) { SetUri(value); return *this;} in WithUri()
471 inline Integration& WithUri(Aws::String&& value) { SetUri(std::move(value)); return *this;} in WithUri()
503 inline Integration& WithUri(const char* value) { SetUri(value); return *this;} in WithUri()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-apigatewayv2/include/aws/apigatewayv2/model/
H A DIntegration.h37 class AWS_APIGATEWAYV2_API Integration
40 Integration();
41 Integration(Aws::Utils::Json::JsonView jsonValue);
42 Integration& operator=(Aws::Utils::Json::JsonView jsonValue);
72 …inline Integration& WithApiGatewayManaged(bool value) { SetApiGatewayManaged(value); return *this;} in WithApiGatewayManaged()
109 …inline Integration& WithConnectionId(const Aws::String& value) { SetConnectionId(value); return *t… in WithConnectionId()
121 inline Integration& WithConnectionId(const char* value) { SetConnectionId(value); return *this;} in WithConnectionId()
365 inline Integration& WithDescription(const char* value) { SetDescription(value); return *this;} in WithDescription()
406 … inline Integration& WithIntegrationId(const char* value) { SetIntegrationId(value); return *this;} in WithIntegrationId()
1757 inline Integration& WithTimeoutInMillis(int value) { SetTimeoutInMillis(value); return *this;} in WithTimeoutInMillis()
[all …]
H A DGetIntegrationsResult.h40 inline const Aws::Vector<Integration>& GetItems() const{ return m_items; } in GetItems()
45 inline void SetItems(const Aws::Vector<Integration>& value) { m_items = value; } in SetItems()
50 inline void SetItems(Aws::Vector<Integration>&& value) { m_items = std::move(value); } in SetItems()
55 …inline GetIntegrationsResult& WithItems(const Aws::Vector<Integration>& value) { SetItems(value); … in WithItems()
60 …inline GetIntegrationsResult& WithItems(Aws::Vector<Integration>&& value) { SetItems(std::move(val… in WithItems()
65 …inline GetIntegrationsResult& AddItems(const Integration& value) { m_items.push_back(value); retur… in AddItems()
70 …inline GetIntegrationsResult& AddItems(Integration&& value) { m_items.push_back(std::move(value));… in AddItems()
117 Aws::Vector<Integration> m_items;
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/qpa/
H A Dintegration.cpp39 Integration::Integration() in Integration() function in KWin::QPA::Integration
46 Integration::~Integration() in ~Integration()
56 bool Integration::hasCapability(Capability cap) const in hasCapability()
77 void Integration::initialize() in initialize()
115 QPlatformFontDatabase *Integration::fontDatabase() const in fontDatabase()
125 QStringList Integration::themeNames() const in themeNames()
147 void Integration::handlePlatformCreated() in handlePlatformCreated()
150 this, &Integration::handleOutputEnabled); in handlePlatformCreated()
152 this, &Integration::handleOutputDisabled); in handlePlatformCreated()
160 void Integration::handleOutputEnabled(AbstractOutput *output) in handleOutputEnabled()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/sdk/
H A Dintegration.cpp28 std::vector<Integration*> Integration::sdks;
29 IntegrationStatus Integration::current_status;
32 Integration::setup() in setup()
40 Integration::init_all() in init_all()
42 for (Integration* sdk : sdks) in init_all()
47 Integration::update_all() in update_all()
49 for (Integration* sdk : sdks) in update_all()
54 Integration::close_all() in close_all()
56 for (Integration* sdk : sdks) in close_all()
61 Integration::update_status_all(IntegrationStatus status) in update_status_all()
[all …]
H A Dintegration.hpp104 class Integration class
107 Integration() {} in Integration() function in Integration
108 virtual ~Integration() {} in ~Integration()
124 static std::vector<Integration*> sdks;
128 Integration(const Integration&) = delete;
129 Integration & operator=(const Integration&) = delete;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dintegration.cpp19 Integration *IntegrationInstance = nullptr;
23 void Integration::Set(not_null<Integration*> instance) { in Set()
27 Integration &Integration::Instance() { in Instance()
33 bool Integration::Exists() { in Exists()
37 Integration::Integration(int argc, char *argv[]) { in Integration() function in base::Integration
54 void Integration::logAssertionViolation(const QString &info) { in logAssertionViolation()
58 QString Integration::executableDir() const { in executableDir()
62 QString Integration::executableName() const { in executableName()
66 QString Integration::executablePath() const { in executablePath()
H A Ddebug_log.cpp14 if (Integration::Exists()) { in LogWriteMain()
15 Integration::Instance().logMessage(message); in LogWriteMain()
22 Integration::Instance().logMessageDebug(QString("%1 (%2 : %3)").arg( in LogWriteDebug()
29 return !Integration::Exists() || Integration::Instance().logSkipDebug(); in LogSkipDebug()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/QuadraturesWedge/
H A Dcase.sif81 Solver 1 :: Number of Integration Points = Integer 64
83 Solver 1 :: Number of Integration Points = Integer 44
85 Solver 1 :: Number of Integration Points = Integer 28
87 Solver 1 :: Number of Integration Points = Integer 27
89 Solver 1 :: Number of Integration Points = Integer 24
91 Solver 1 :: Number of Integration Points = Integer 21
93 Solver 1 :: Number of Integration Points = Integer 18
107 Solver 1 :: Number of Integration Points = Integer 8
109 Solver 1 :: Number of Integration Points = Integer 7
111 Solver 1 :: Number of Integration Points = Integer 6
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A DIntegration.cpp62 Integration::Integration(ApplicationWindow *parent, Graph *g)
68 Integration::Integration(ApplicationWindow *parent, QwtPlotCurve *c)
75 Integration::Integration(ApplicationWindow *parent, QwtPlotCurve *c, double start, double end)
82 Integration::Integration(ApplicationWindow *parent, Graph *g, const QString& curveTitle)
104 void Integration::init()
111 double Integration::trapez()
134 if (((Integration *)params)->error())
150 ((Integration *)params)->setError();
156 double Integration::gslIntegration()
173 QString Integration::logInfo()
[all …]
H A DIntegration.h34 class Integration : public Filter
41 Integration(ApplicationWindow *parent, Graph *g = 0);
42 Integration(ApplicationWindow *parent, QwtPlotCurve *c);
43 Integration(ApplicationWindow *parent, QwtPlotCurve *c, double start, double end);
44 Integration(ApplicationWindow *parent, Graph *g, const QString& curveTitle);
45Integration(ApplicationWindow *parent, Graph *g, const QString& curveTitle, double start, double e…
46Integration(ApplicationWindow *parent, Table *t, const QString& xCol, const QString& yCol, int sta…
47Integration(const QString& formula, const QString& var, ApplicationWindow *parent, Graph *g, doubl…
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/vanilla/
H A Danalytichestonengine.hpp92 class Integration;
146 const Integration& integration,
187 const ext::shared_ptr<Integration> integration_;
192 class AnalyticHestonEngine::Integration { class in QuantLib::AnalyticHestonEngine
208 static Integration gaussKronrod(Real absTolerance,
210 static Integration simpson(Real absTolerance,
212 static Integration trapezoid(Real absTolerance,
214 static Integration discreteSimpson(Size evaluation = 1000);
215 static Integration discreteTrapezoid(Size evaluation = 1000);
238 Integration(Algorithm intAlgo,
[all …]
H A Danalytichestonengine.cpp536 integration_(new Integration( in AnalyticHestonEngine()
549 integration_(new Integration(Integration::gaussLobatto( in AnalyticHestonEngine()
728 AnalyticHestonEngine::Integration::Integration( in Integration() function in QuantLib::AnalyticHestonEngine::Integration
734 AnalyticHestonEngine::Integration::Integration( in Integration() function in QuantLib::AnalyticHestonEngine::Integration
740 AnalyticHestonEngine::Integration
752 AnalyticHestonEngine::Integration
761 AnalyticHestonEngine::Integration
764 return Integration(Simpson, in simpson()
770 AnalyticHestonEngine::Integration
810 return Integration( in discreteSimpson()
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dintegration.cpp38 bool Integration::skipped_message_displayed_ = false;
43 Integration::Integration() in Integration() function in Integration
117 Integration::~Integration() { in ~Integration()
127 void Integration::SetUp() { in SetUp()
196 void Integration::TearDown() { in TearDown()
237 std::string Integration::default_keyspace() { in default_keyspace()
284 std::string Integration::default_select_all() { in default_select_all()
290 int64_t Integration::default_select_count() { in default_select_count()
296 std::string Integration::default_table() { in default_table()
331 void Integration::connect(Cluster cluster) { in connect()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dynet.recipe32 u'http://www.ynet.co.il/Integration/StoryRss2.xml'),
34 u'http://www.ynet.co.il/Integration/StoryRss6.xml'),
36 u'http://www.ynet.co.il/Integration/StoryRss437.xml'),
38 u'http://www.ynet.co.il/Integration/StoryRss3.xml'),
40 u'http://www.ynet.co.il/Integration/StoryRss538.xml'),
42 u'http://www.ynet.co.il/Integration/StoryRss3262.xml'),
44 u'http://www.ynet.co.il/Integration/StoryRss1208.xml'),
46 u'http://www.ynet.co.il/Integration/StoryRss4872.xml'),
48 u'http://www.ynet.co.il/Integration/StoryRss544.xml'),
51 u'http://www.ynet.co.il/Integration/StoryRss598.xml'),
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/tri/
H A Dtritst.tex1 \TRIexa{Integration}{TeXindent}{1000}{int(1+x+x**2,x);}
11 \TRIexa{Integration}{TeXindent}{1000}{int(x**2*(2*x**2+x)**2,x);}
21 \TRIexa{Integration}{TeXindent}{1000}{int(x*(x**2+2*x+1),x);}
31 \TRIexa{Integration}{TeXindent}{1000}{int(1/x,x);}
37 \TRIexa{Integration}{TeXindent}{1000}{int((x+1)**3/(x-1)**4,x);}
132 \TRIexa{Integration}{TeXindent}{1000}{int(1/(a*x**2+b*x+c),x);}
159 \TRIexa{Integration}{TeXindent}{1000}{int(1/(x**2-2*x+3),x);}
332 \TRIexa{Integration}{TeXindent}{1000}{int(x/(1+x**3),x);}
396 \TRIexa{Integration}{TeXindent}{1000}{int(1/(1+x**4),x);}
429 \TRIexa{Integration}{TeXindent}{1000}{int(x**2/(1+x**4),x);}
[all …]
H A Dtritstx.tex1 \TRIexa{Integration}{TeXindent}{1000}{int(1+x+x**2,x);}
11 \TRIexa{Integration}{TeXindent}{1000}{int(x**2*(2*x**2+x)**2,x);}
21 \TRIexa{Integration}{TeXindent}{1000}{int(x*(x**2+2*x+1),x);}
31 \TRIexa{Integration}{TeXindent}{1000}{int(1/x,x);}
37 \TRIexa{Integration}{TeXindent}{1000}{int((x+1)**3/(x-1)**4,x);}
132 \TRIexa{Integration}{TeXindent}{1000}{int(1/(a*x**2+b*x+c),x);}
159 \TRIexa{Integration}{TeXindent}{1000}{int(1/(x**2-2*x+3),x);}
333 \TRIexa{Integration}{TeXindent}{1000}{int(x/(1+x**3),x);}
397 \TRIexa{Integration}{TeXindent}{1000}{int(1/(1+x**4),x);}
428 \TRIexa{Integration}{TeXindent}{1000}{int(x**2/(1+x**4),x);}
[all …]
H A Dtri.rlg32 symbolic(textest!*:="Integration");
35 "Integration"
50 \TRIexa{Integration}{TeXindent}{1000}{int(1+x+x**2,x);}
60 \TRIexa{Integration}{TeXindent}{1000}{int(x**2*(2*x**2+x)**2,x);}
70 \TRIexa{Integration}{TeXindent}{1000}{int(x*(x**2+2*x+1),x);}
80 \TRIexa{Integration}{TeXindent}{1000}{int(1/x,x);}
206 \TRIexa{Integration}{TeXindent}{1000}{int(1/(x**2-2*x+3),x);}
379 \TRIexa{Integration}{TeXindent}{1000}{int(x/(1+x**3),x);}
440 \TRIexa{Integration}{TeXindent}{1000}{int(1/(1+x**4),x);}
468 \TRIexa{Integration}{TeXindent}{1000}{int(x**2/(1+x**4),x);}
[all …]
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dtri.rlg32 symbolic(textest!*:="Integration");
35 "Integration"
50 \TRIexa{Integration}{TeXindent}{1000}{int(1+x+x**2,x);}
60 \TRIexa{Integration}{TeXindent}{1000}{int(x**2*(2*x**2+x)**2,x);}
70 \TRIexa{Integration}{TeXindent}{1000}{int(x*(x**2+2*x+1),x);}
80 \TRIexa{Integration}{TeXindent}{1000}{int(1/x,x);}
206 \TRIexa{Integration}{TeXindent}{1000}{int(1/(x**2-2*x+3),x);}
379 \TRIexa{Integration}{TeXindent}{1000}{int(x/(1+x**3),x);}
440 \TRIexa{Integration}{TeXindent}{1000}{int(1/(1+x**4),x);}
468 \TRIexa{Integration}{TeXindent}{1000}{int(x**2/(1+x**4),x);}
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DIntegration.cpp44 Integration::Integration(ApplicationWindow *parent, Graph *g) : Filter(parent, g) in Integration() function in Integration
49 Integration::Integration(ApplicationWindow *parent, Graph *g, const QString &curveTitle) in Integration() function in Integration
56 Integration::Integration(ApplicationWindow *parent, Graph *g, const QString &curveTitle, in Integration() function in Integration
64 void Integration::init() in init()
72 double Integration::trapezoid() in trapezoid()
90 bool Integration::isDataAcceptable() in isDataAcceptable()
119 QString Integration::logInfo() in logInfo()
/dports/graphics/opencv/opencv-4.5.3/cmake/
H A DOpenCVFindIPPIW.cmake2 …ript to detect Intel(R) Integrated Performance Primitives Integration Wrappers (IPP Integration Wr…
8 # HAVE_IPP_IW - True if Intel IPP Integration Wrappers found
9 # HAVE_IPP_IW_LL - True if Intel IPP Integration Wrappers found with Low Level API header
10 # IPP_IW_PATH - Root of Intel IPP Integration Wrappers directory
11 # IPP_IW_LIBRARIES - Intel IPP Integration Wrappers libraries
12 # IPP_IW_INCLUDES - Intel IPP Integration Wrappers include folder
44 # This function detects Intel IPP Integration Wrappers version by analyzing .h file
154 message(STATUS "Can't find Intel IPP Integration Wrappers sources at: ${IPPIWROOT}")
172 # take Intel IPP Integration Wrappers from ICV package
174 …message(STATUS "Cannot find Intel IPP Integration Wrappers. Checking \"Intel IPP for OpenCV\" pack…
[all …]
/dports/science/getdp/getdp-3.4.0-source/templates/
H A DLib_Elasticity_u.pro73 Integration {
177 In Vol_Mec; Jacobian Vol; Integration Int; }
179 In Vol_Mec; Jacobian Vol; Integration Int; }
182 In Vol_Mec; Jacobian Vol; Integration Int; }
186 In Vol_Mec; Jacobian Vol; Integration Int; }
188 In Vol_Mec; Jacobian Vol; Integration Int; }
191 In Vol_Mec; Jacobian Vol; Integration Int; }
196 In Vol_Mec; Jacobian Vol; Integration Int; }
198 In Vol_Mec; Jacobian Vol; Integration Int; }
200 In Vol_Mec; Jacobian Vol; Integration Int; }
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/pm/Math/GSL/
H A DIntegration.pm.2.47 package Math::GSL::Integration;
11 bootstrap Math::GSL::Integration;
12 package Math::GSL::Integration;
17 package Math::GSL::Integration;
50 package Math::GSL::Integration;
105 @ISA = qw( Math::GSL::Integration );
164 @ISA = qw( Math::GSL::Integration );
217 @ISA = qw( Math::GSL::Integration );
266 @ISA = qw( Math::GSL::Integration );
311 @ISA = qw( Math::GSL::Integration );
[all …]

12345678910>>...176