Home
last modified time | relevance | path

Searched refs:lvv (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dlayoutsettings.cc73 LayoutSettings::available_elements_t LayoutSettings::getAvailableElements( bool bv, bool lvv ) in getAvailableElements() argument
78 if ( bv == false && lvv == false ) { in getAvailableElements()
94 } else if ( bv == false && lvv == true ) { in getAvailableElements()
114 } else if ( bv == true && lvv == false ) { in getAvailableElements()
128 } else if ( bv == true && lvv == true ) { in getAvailableElements()
H A Dwconfig_layout.cc80 bv = lvv = false; in LayoutPanel()
147 lvv = _baseconfig.getLayoutListviewVert(); in create()
180 ( lvv == true ) ? 1 : 0, in create()
279 …tSettings::fixUsedList( m_available_elements[ std::pair< bool, bool >( bv, lvv ) ], m_used_element… in saveValues()
284 _baseconfig.setLayoutListviewVert( lvv ); in saveValues()
327 lvv = cb2->getState(); in run()
329 …tSettings::fixUsedList( m_available_elements[ std::pair< bool, bool >( bv, lvv ) ], m_used_element… in run()
375 if ( lvv == true ) { in setupExampleContainers()
393 if ( lvv == true ) { in setupExampleContainers()
508 if ( lvv == true ) { in setupElementsExample()
[all …]
H A Dlayoutsettings.hh66 static available_elements_t getAvailableElements( bool bv, bool lvv );
H A Dwconfig_layout.hh43 bool bv, lvv; member in LayoutPanel
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dtest_stl.cpp63 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
64 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
119 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dtest_stl.cpp63 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
64 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
119 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dtest_stl.cpp74 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
75 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
130 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_stl.cpp79 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
80 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
135 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_stl.cpp80 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
81 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
136 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go728 var lvv reflect.Value
730 lvv = reflect.ValueOf(interfaceSlice[i])
732 lvv = lv.Index(i)
735 switch lvv.Kind() {
739 if vv.Int() == lvv.Int() {
746 if vv.Float() == lvv.Float() {
751 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go728 var lvv reflect.Value
730 lvv = reflect.ValueOf(interfaceSlice[i])
732 lvv = lv.Index(i)
735 switch lvv.Kind() {
739 if vv.Int() == lvv.Int() {
746 if vv.Float() == lvv.Float() {
751 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go728 var lvv reflect.Value
730 lvv = reflect.ValueOf(interfaceSlice[i])
732 lvv = lv.Index(i)
735 switch lvv.Kind() {
739 if vv.Int() == lvv.Int() {
746 if vv.Float() == lvv.Float() {
751 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go728 var lvv reflect.Value
730 lvv = reflect.ValueOf(interfaceSlice[i])
732 lvv = lv.Index(i)
735 switch lvv.Kind() {
739 if vv.Int() == lvv.Int() {
746 if vv.Float() == lvv.Float() {
751 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_stl.cpp182 static std::vector<RValueCaster> lvv{2}; in TEST_SUBMODULE() local
183 m.def("cast_ptr_vector", []() { return &lvv; }); in TEST_SUBMODULE()
238 m.def("cast_lv_vector", []() -> const decltype(lvv) & { return lvv; }); in TEST_SUBMODULE()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dsyssolp.spad134 lvv : L OV := [variable(vv)::OV for vv in lv]
135 lq := [pushup(df::dmp, lvv)$push for f in lf|(df := denom f) ~= 1]
136 lp := [pushup(numer(f)::dmp, lvv)$push for f in lf]
137 parRes := groebSolve(lp, lvv)$GroebnerSolve(lv, P R, R)
143 [[retract pushdown(pf, lvv)$push for pf in pr] for pr in parRes]
/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSSOTLTrafficLightLogic.cpp138 LaneVectorVector lvv = getLaneVectors(); in init() local
143 for (int i = 0; i < lvv.size(); i++) { in init()
144 LaneVector lv = lvv[i]; in init()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go809 var lvv reflect.Value
811 lvv = reflect.ValueOf(interfaceSlice[i])
813 lvv = lv.Index(i)
816 switch lvv.Kind() {
820 if vv.Int() == lvv.Int() {
827 if vv.Float() == lvv.Float() {
832 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs.go785 var lvv reflect.Value
787 lvv = reflect.ValueOf(interfaceSlice[i])
789 lvv = lv.Index(i)
792 switch lvv.Kind() {
796 if vv.Int() == lvv.Int() {
803 if vv.Float() == lvv.Float() {
808 if vv.Type() == lvv.Type() && vv.String() == lvv.String() {
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/asset/
H A DCHANGES.md19 …1, Add content type Relationship to support relationship export Committer: lvv@ ([d4c3340](https:/…
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/asset/
H A DCHANGES.md19 …1, Add content type Relationship to support relationship export Committer: lvv@ ([d4c3340](https:/…
/dports/www/tusd/google-cloud-go-storage-v1.18.2/asset/
H A DCHANGES.md19 …1, Add content type Relationship to support relationship export Committer: lvv@ ([d4c3340](https:/…
/dports/math/vtk6/VTK-6.2.0/Filters/Matlab/
H A DvtkMatlabMexAdapter.cxx683 int lvv = *(vertlist.begin()); in vtkGraphToMxArray() local
687 if( (*vli != lvv) || (vli == vertlist.begin()) ) in vtkGraphToMxArray()
698 lvv = *vli; in vtkGraphToMxArray()
/dports/math/grace/grace-5.1.25/src/
H A Dplotone.c1992 VVector lvv; in drawerrorbar() local
1996 lvv.x = vp2.x - vp1.x; in drawerrorbar()
1997 lvv.y = vp2.y - vp1.y; in drawerrorbar()
1999 vlength = hypot(lvv.x, lvv.y); in drawerrorbar()
2004 lvv.x /= vlength; in drawerrorbar()
2005 lvv.y /= vlength; in drawerrorbar()
2010 vp2.x = vp1.x + eb->cliplen*lvv.x; in drawerrorbar()
2026 vp_minus.x = vp2.x - ilen*lvv.y; in drawerrorbar()
2027 vp_minus.y = vp2.y + ilen*lvv.x; in drawerrorbar()
2028 vp_plus.x = vp2.x + ilen*lvv.y; in drawerrorbar()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/tree/
H A Dm.c2407 Tcl_Obj** lvv; in tm_WALK() local
2437 if (Tcl_ListObjGetElements (interp, objv [rem], &lvc, &lvv) != TCL_OK) { in tm_WALK()
2446 avarname = lvv [0]; in tm_WALK()
2447 nvarname = lvv [1]; in tm_WALK()
2453 nvarname = lvv [0]; in tm_WALK()
/dports/devel/tcllibc/tcllib-1.20/modules/struct/tree/
H A Dm.c2407 Tcl_Obj** lvv; in tm_WALK() local
2437 if (Tcl_ListObjGetElements (interp, objv [rem], &lvc, &lvv) != TCL_OK) { in tm_WALK()
2446 avarname = lvv [0]; in tm_WALK()
2447 nvarname = lvv [1]; in tm_WALK()
2453 nvarname = lvv [0]; in tm_WALK()

123456789