Home
last modified time | relevance | path

Searched refs:TDS (Results 51 – 75 of 1102) sorted by relevance

12345678910>>...45

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_full_cell.h118 template < typename TDS, typename Data, typename SSP >
120 operator<<(std::ostream & O, const Triangulation_full_cell<TDS, Data, SSP> & s)
131 template < typename TDS, typename Data, typename SSP >
133 operator>>(std::istream & I, Triangulation_full_cell<TDS, Data, SSP> & s)
H A DConstrained_triangulation_face_base_2.h29 typedef typename Fb::Triangulation_data_structure TDS; typedef
32 typedef TDS Triangulation_data_structure;
33 typedef typename TDS::Vertex_handle Vertex_handle;
34 typedef typename TDS::Face_handle Face_handle;
H A DCompact_mesh_cell_base_3.h263 class TDS>
265 : public Compact_mesh_cell_base_3_base<Point_3, typename TDS::Concurrency_tag>
267 typedef Compact_mesh_cell_base_3_base<Point_3,typename TDS::Concurrency_tag> Base;
271 typedef TDS Triangulation_data_structure;
272 typedef typename TDS::Vertex_handle Vertex_handle;
273 typedef typename TDS::Cell_handle Cell_handle;
274 typedef typename TDS::Vertex Vertex;
275 typedef typename TDS::Cell Cell;
276 typedef typename TDS::Cell_data TDS_data;
714 class TDS = void >
/dports/math/slatec/
H A Dqxblkt.f75 TDS = DELTAS+DELTAS
77 TEMP1 = 1./(S(I)*TDS)
78 TEMP2 = 1./((S(I)-HDS)*TDS)
79 TEMP3 = 1./((S(I)+HDS)*TDS)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.Servers/
H A DAuthenticatingTDSServer.cs5 using Microsoft.SqlServer.TDS.Done;
6 using Microsoft.SqlServer.TDS.EndPoint;
7 using Microsoft.SqlServer.TDS.Error;
8 using Microsoft.SqlServer.TDS.Login7;
11 namespace Microsoft.SqlServer.TDS.Servers
/dports/databases/postgresql-tds_fdw/tds_fdw-2.0.2/
H A Dtds_fdw.control3 # Foreign data wrapper for TDS (Sybase and Microsoft SQL Server)
10 # This is a PostgreSQL foreign data wrapper for use to connect to databases that use TDS,
18 comment = 'Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)'
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DTriangulation_off_ostream_2.h22 template < class GT, class TDS >
25 const Triangulation_2<GT,TDS> & tr) in export_triangulation_2_to_off()
27 typedef Triangulation_2<GT,TDS> Tr; in export_triangulation_2_to_off()
H A DTriangulation_off_ostream_3.h22 template < class GT, class TDS >
25 const Triangulation_3<GT,TDS> & tr,
28 typedef Triangulation_3<GT,TDS> Tr;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/FunctionalTests/
H A DTestTdsServer.cs6 using Microsoft.SqlServer.TDS.EndPoint;
7 using Microsoft.SqlServer.TDS.Servers;
35 …args.FedAuthRequiredPreLoginOption = Microsoft.SqlServer.TDS.PreLogin.TdsPreLoginFedAuthRequiredOp… in StartServerWithQueryEngine()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/pool/
H A DREADME1 TDS Connection Pooling v0.01
5 The purpose of the TDS Connection Pool is to share a limited number of actual
15 Secondly, TDS Connection Pool acts as a sort of persistant connect for it's
24 Client, the application using TDS (generally through freetds dblib or ctlib) to
45 parsed and if the login information matches, a TDS login acknowledgement stream
50 searched for a Member with its TDS socket in the TDS_COMPLETED state. This
/dports/databases/freetds/freetds-1.3.4/src/pool/
H A DREADME1 TDS Connection Pooling v0.01
5 The purpose of the TDS Connection Pool is to share a limited number of actual
15 Secondly, TDS Connection Pool acts as a sort of persistant connect for it's
24 Client, the application using TDS (generally through freetds dblib or ctlib) to
45 parsed and if the login information matches, a TDS login acknowledgement stream
50 searched for a Member with its TDS socket in the TDS_COMPLETED state. This
/dports/audio/afsp/AFsp-v8r2/audio/PQevalAudio/
H A DPQeval.c75 PQtimeSpread (Es[0], &PQpar->TDS, Ehs[0], Fmem->TDS.x[0]); in PQeval()
76 PQtimeSpread (Es[1], &PQpar->TDS, Ehs[1], Fmem->TDS.x[1]); in PQeval()
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dproperties_Regular_triangulation_2.h16 #define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
17 #define CGAL_2D_TRIANGULATION CGAL::Regular_triangulation_2<GT, TDS>
H A Dproperties_Delaunay_triangulation_2.h16 #define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
17 #define CGAL_2D_TRIANGULATION CGAL::Delaunay_triangulation_2<GT, TDS>
H A Dproperties_Triangulation_2.h16 #define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS
17 #define CGAL_2D_TRIANGULATION CGAL::Triangulation_2<GT, TDS>
H A Dproperties_Constrained_triangulation_2.h16 #define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS, typename Itag
17 #define CGAL_2D_TRIANGULATION CGAL::Constrained_triangulation_2<GT, TDS, Itag>
H A Dproperties_Constrained_Delaunay_triangulation_2.h16 #define CGAL_2D_TRIANGULATION_TEMPLATE_PARAMETERS typename GT, typename TDS, typename Itag
17 #define CGAL_2D_TRIANGULATION CGAL::Constrained_Delaunay_triangulation_2<GT, TDS, Itag>
H A Dproperties_Triangulation_data_structure_2.h77 typedef typename CGAL::Triangulation_data_structure_2<VB,FB> TDS; typedef
83 typedef CGAL::internal::T2_halfedge_descriptor<TDS> key_type;
85 typedef typename TDS::Face_handle face_descriptor;
107 typedef typename CGAL::Triangulation_data_structure_2<VB,FB> TDS; typedef
113 typedef CGAL::internal::T2_edge_descriptor<TDS> key_type;
115 typedef typename TDS::Face_handle Face_handle;
135 typedef typename CGAL::Triangulation_data_structure_2<VB,FB> TDS; typedef
141 typedef typename TDS::Face_handle key_type;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/orc/
H A Delfnix_platform.cpp410 auto TDS = in getInstance() local
412 if (!TDS) { in getInstance()
413 __orc_rt_log_error(toString(TDS.takeError()).c_str()); in getInstance()
417 auto &Allocated = AllocatedSections[TDS->first]; in getInstance()
419 Allocated = std::make_unique<char[]>(TDS->second); in getInstance()
420 memcpy(Allocated.get(), TDS->first, TDS->second); in getInstance()
422 size_t ThreadDataDelta = ThreadData - TDS->first; in getInstance()
423 assert(ThreadDataDelta <= TDS->second && "ThreadData outside section bounds"); in getInstance()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/FederatedAuthentication/
H A DFederatedAuthenticationTicketService.cs6 using Microsoft.SqlServer.TDS.Login7;
8 namespace Microsoft.SqlServer.TDS.EndPoint.FederatedAuthentication
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/
H A DSystem.Data.SqlClient.sln55 …roject("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDS.EndPoint", "tests\Tools\TDS\TDS.EndPoint\T…
60 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDS.Servers", "tests\Tools\TDS\TDS.Servers\TDS
65 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDS", "tests\Tools\TDS\TDS\TDS.csproj", "{8DC9…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/
H A DITDSServerSession.cs8 using Microsoft.SqlServer.TDS.EndPoint.SSPI;
10 namespace Microsoft.SqlServer.TDS.EndPoint
/dports/lang/php81/php-8.1.1/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
53 // to get TDS version and skip this test in this case.
/dports/databases/php81-pdo_dblib/php-8.1.1/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
53 // to get TDS version and skip this test in this case.
/dports/www/mod_php81/php-8.1.1/ext/pdo_dblib/tests/
H A Dstringify_uniqueidentifier.phpt8 …PDO::DBLIB_ATTR_TDS_VERSION), ['4.2', '4.6'])) die('skip feature unsupported by this TDS version');
51 // ! With TDS protocol version <7.0 binary will be returned and the test will fail !
53 // to get TDS version and skip this test in this case.

12345678910>>...45