Home
last modified time | relevance | path

Searched refs:AddIndex (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/security/vuls/vuls-0.13.7/vendor/github.com/knqyf263/gost/db/
H A Drdb.go88 errs = errs.Add(r.conn.Model(&models.RedhatCVE{}).AddIndex("idx_redhat_cves_name", "name").Error)
91 …errs = errs.Add(r.conn.Model(&models.RedhatDetail{}).AddIndex("idx_redhat_details_redhat_cve_id", …
100 …errs = errs.Add(r.conn.Model(&models.RedhatCvss{}).AddIndex("idx_redhat_cvsses_redhat_cve_id", "re…
103 …errs = errs.Add(r.conn.Model(&models.RedhatCvss3{}).AddIndex("idx_redhat_cvss3_redhat_cve_id", "re…
110 …errs = errs.Add(r.conn.Model(&models.RedhatPackageState{}).AddIndex("idx_redhat_package_states_cpe…
115 …errs = errs.Add(r.conn.Model(&models.DebianCVE{}).AddIndex("idx_debian_cves_cveid", "cve_id").Erro…
118 …errs = errs.Add(r.conn.Model(&models.DebianPackage{}).AddIndex("idx_debian_pacakges_debian_cve_id"…
119 …errs = errs.Add(r.conn.Model(&models.DebianPackage{}).AddIndex("idx_debian_pacakges_package_name",…
123 …errs = errs.Add(r.conn.Model(&models.DebianRelease{}).AddIndex("idx_debian_releases_product_name",…
124 …errs = errs.Add(r.conn.Model(&models.DebianRelease{}).AddIndex("idx_debian_releases_status", "stat…
[all …]
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DMeshManager.cc511 subMesh.AddIndex(ind[i]); in CreateBox()
717 subMesh.AddIndex(vCount++); in CreateExtrudedPolyline()
819 subMesh.AddIndex(ind[i]); in CreateCamera()
1029 subMesh.AddIndex(seg); in CreateCone()
1030 subMesh.AddIndex(seg+1); in CreateCone()
1258 sm->AddIndex(v1); in Tesselate2DMesh()
1259 sm->AddIndex(v2); in Tesselate2DMesh()
1260 sm->AddIndex(v3); in Tesselate2DMesh()
1266 sm->AddIndex(v1); in Tesselate2DMesh()
1267 sm->AddIndex(v2); in Tesselate2DMesh()
[all …]
H A DSTLLoader.cc141 subMesh.AddIndex(subMesh.IndexOfVertex(vertex)); in ReadAscii()
224 subMesh.AddIndex(subMesh.VertexCount()-1); in ReadBinary()
234 subMesh.AddIndex(subMesh.VertexCount()-1); in ReadBinary()
244 subMesh.AddIndex(subMesh.VertexCount()-1); in ReadBinary()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp308 AddIndex(Tri.C(), NotSimulation); in LinkToNeighbour()
314 AddIndex(Tri.A(), NotSimulation); in LinkToNeighbour()
469 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
470 AddIndex(Tri.B(), NotSimulation); in AddTriangle()
471 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
475 AddIndex(Tri.B(), NotSimulation); in AddTriangle()
476 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
477 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
481 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
482 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp308 AddIndex(Tri.C(), NotSimulation); in LinkToNeighbour()
314 AddIndex(Tri.A(), NotSimulation); in LinkToNeighbour()
469 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
470 AddIndex(Tri.B(), NotSimulation); in AddTriangle()
471 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
475 AddIndex(Tri.B(), NotSimulation); in AddTriangle()
476 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
477 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
481 AddIndex(Tri.C(), NotSimulation); in AddTriangle()
482 AddIndex(Tri.A(), NotSimulation); in AddTriangle()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/db/
H A Drdb.go111 AddIndex("idx_jvns_cveid", "cve_id").Error)
127 AddIndex("idx_certs_jvn_id", "jvn_id").Error)
133 AddIndex("idx_cpes_jvn_id", "jvn_id").Error)
137 AddIndex("idx_cpes_uri", "uri").Error)
141 AddIndex("idx_cpes_part", "part").Error)
143 AddIndex("idx_cpes_vendor", "vendor").Error)
145 AddIndex("idx_cpes_product", "product").Error)
151 AddIndex("idx_envcpes_uri", "uri").Error)
157 AddIndex("idx_cwes_jvn_id", "jvn_id").Error)
170 AddIndex("idx_cvss3_jvn_id", "jvn_id").Error)
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/db/
H A Drdb.go111 AddIndex("idx_jvns_cveid", "cve_id").Error)
127 AddIndex("idx_certs_jvn_id", "jvn_id").Error)
133 AddIndex("idx_cpes_jvn_id", "jvn_id").Error)
137 AddIndex("idx_cpes_uri", "uri").Error)
141 AddIndex("idx_cpes_part", "part").Error)
143 AddIndex("idx_cpes_vendor", "vendor").Error)
145 AddIndex("idx_cpes_product", "product").Error)
151 AddIndex("idx_envcpes_uri", "uri").Error)
157 AddIndex("idx_cwes_jvn_id", "jvn_id").Error)
170 AddIndex("idx_cvss3_jvn_id", "jvn_id").Error)
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/goval-dictionary/db/rdb/
H A Drdb.go143 AddIndex("idx_definition_root_id", "root_id").Error; err != nil {
148 AddIndex("idx_packages_definition_id", "definition_id").Error; err != nil {
152 AddIndex("idx_packages_name", "name").Error; err != nil {
157 AddIndex("idx_reference_definition_id", "definition_id").Error; err != nil {
161 AddIndex("idx_advisories_definition_id", "definition_id").Error; err != nil {
165 AddIndex("idx_cves_advisory_id", "advisory_id").Error; err != nil {
169 AddIndex("idx_bugzillas_advisory_id", "advisory_id").Error; err != nil {
173 AddIndex("idx_cpes_advisory_id", "advisory_id").Error; err != nil {
177 AddIndex("idx_debian_definition_id", "definition_id").Error; err != nil {
181 AddIndex("idx_debian_cve_id", "cve_id").Error; err != nil {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkBinaryImageToLevelSetImageAdaptor.hxx113 innerPart->AddIndex( inputIt.GetIndex() ); in Initialize()
203 ObjectPlus2->AddIndex( nodeIt->first ); in PropagateToOuterLayers()
271 ZeroSet->AddIndex( nodeIt->first ); in FindActiveLayer()
347 ObjectMinus1->AddIndex( nodeIt->first ); in FindPlusOneMinusOneLayer()
363 ObjectPlus1->AddIndex( nodeIt->first ); in FindPlusOneMinusOneLayer()
416 innerPart->AddIndex( iIt.GetIndex() ); in Initialize()
493 ObjectMinus1->AddIndex( nodeIt->first ); in FindActiveLayer()
508 ObjectPlus1->AddIndex( nodeIt->first ); in FindActiveLayer()
561 innerPart->AddIndex( inputIt.GetIndex() ); in Initialize()
638 ObjectZero->AddIndex( nodeIt->first ); in FindActiveLayer()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/Testing/Cxx/
H A DTestExtractBlock.cxx57 extractBlock->AddIndex(2); in TestExtractBlockMultiBlock()
142 eb->AddIndex(3); // partitioned-dataset #2, which has 2 partitions in TestExtractBlockPartitionedDataSetCollection()
143 eb->AddIndex(13); // partitioned-dataset #4, partition #2 in TestExtractBlockPartitionedDataSetCollection()
144 eb->AddIndex(14); // partitioned-dataset #4, partition #3 in TestExtractBlockPartitionedDataSetCollection()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_cache/sg/
H A Difsg_index.cpp57 bool IFSG_INDEX::AddIndex( int aIndex ) in AddIndex() function in IFSG_INDEX
61 ( (SGINDEX*) m_node )->AddIndex( aIndex ); in AddIndex()
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Db/Action/
H A DAddIndex.php30 class AddIndex extends Action class
58 * @return AddIndex
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/postgres_search/migrations/
H A D0002_add_autocomplete.py37 migrations.AddIndex(
43 migrations.AddIndex(
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DHistogram.h45 AddIndex(index, args...); in GetIndex()
82 static void AddIndex(Vector<int> &index, T t) { in AddIndex() function
86 static void AddIndex(Vector<int> &index, T t, Args... args) { in AddIndex() function
88 AddIndex(index, args...); in AddIndex()
/dports/security/py-first-server/FIRST-server-0.0.7/server/www/migrations/
H A D0001_initial.py116 migrations.AddIndex(
120 migrations.AddIndex(
186 migrations.AddIndex(
194 migrations.AddIndex(
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mozqnet/go-exploitdb/db/
H A Drdb.go71 …errs = errs.Add(r.conn.Model(&models.Exploit{}).AddIndex("idx_exploit_exploit_cve_id", "cve_id").E…
72 …errs = errs.Add(r.conn.Model(&models.OffensiveSecurity{}).AddIndex("idx_offensive_secyrity_exploit…
73 …errs = errs.Add(r.conn.Model(&models.Document{}).AddIndex("idx_exploit_document_exploit_unique_id"…
74 …errs = errs.Add(r.conn.Model(&models.ShellCode{}).AddIndex("idx_exploit_shell_code_exploit_unique_…
75 …errs = errs.Add(r.conn.Model(&models.GitHubRepository{}).AddIndex("idx_exploit_github_repository_e…
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/
H A D__init__.pyi8 AddIndex as AddIndex,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dsql_table_builder_unittest.cc89 TEST_F(SQLTableBuilderTest, AddIndex) { in TEST_F() argument
90 builder()->AddIndex("my_logins_table_signon", {"signon_realm"}); in TEST_F()
101 builder()->AddIndex("my_index", {"column_1", "column_2"}); in TEST_F()
178 builder()->AddIndex("my_signon_index", {"signon_realm"}); in TEST_F()
203 builder()->AddIndex("my_changing_index_v1", {"renamed", "new_column"}); in TEST_F()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/test/
H A DitkLabelObjectTest.cxx151 lo->AddIndex( idx ); in itkLabelObjectTest()
158 lo->AddIndex( idx ); in itkLabelObjectTest()
164 lo->AddIndex( idx ); in itkLabelObjectTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dsql_table_builder_unittest.cc92 TEST_F(SQLTableBuilderTest, AddIndex) { in TEST_F() argument
93 builder()->AddIndex("my_logins_table_signon", {"signon_realm"}); in TEST_F()
104 builder()->AddIndex("my_index", {"column_1", "column_2"}); in TEST_F()
181 builder()->AddIndex("my_signon_index", {"signon_realm"}); in TEST_F()
206 builder()->AddIndex("my_changing_index_v1", {"renamed", "new_column"}); in TEST_F()
/dports/devel/upp/upp/reference/ArrayCtrl/
H A Dmain.cpp46 array.AddIndex(ID1); in ArrayCtrlExample()
47 array.AddColumn(ID2, "combined").Add(ID1).AddIndex(ID3).SetConvert(Single<MyConvert>()); in ArrayCtrlExample()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DCircuitUtils.F901029 FUNCTION AddIndex(Ind, Harmonic) function
1032 Integer :: Ind, AddIndex local
1043 AddIndex = 2 * Ind
1045 AddIndex = Ind
1048 END FUNCTION AddIndex
1199 CM % RowOwner(RowId + AddIndex(j-1)) = Cvar % Owner
1452 CALL CountMatElement(Rows, Cnts, RowId + AddIndex(j), Cvar % dofs)
1529 … CALL CreateMatElement(Rows, Cols, Cnts, VvarId + AddIndex(j), VvarId + AddIndex(j))
1738 dofIdtest = AddIndex(vpolordtest + 1) + vvarId
1740 dofId = AddIndex(vpolord + 1) + vvarId
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Db/Plan/
H A DPlan.php30 use Phinx\Db\Action\AddIndex; alias
342 || $action instanceof AddIndex;
354 if ($action instanceof AddIndex) {
428 return $action instanceof AddIndex
/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/
H A DProxyAdapter.php33 use Phinx\Db\Action\AddIndex; alias
115 case $com instanceof AddIndex:
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zscript/
H A DUArrayDescriptor.pas36 procedure AddIndex(var Index:ArrayIndexDescriptor); procedure
80 procedure ArrayDescriptor.AddIndex;

12345678910>>...12