Home
last modified time | relevance | path

Searched refs:rhsm (Results 1 – 25 of 83) sorted by relevance

1234

/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_rhsm.aug9 A full rhsm.conf *)
42 [rhsm]
47 ca_cert_dir = /etc/rhsm/ca/
68 pluginDir = /usr/share/rhsm-plugins
71 pluginConfDir = /etc/rhsm/pluginconf.d
114 { "rhsm"
119 { "ca_cert_dir" = "/etc/rhsm/ca/" }
140 { "pluginDir" = "/usr/share/rhsm-plugins" }
143 { "pluginConfDir" = "/etc/rhsm/pluginconf.d" }
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Drhsm.aug8 This lens tries to keep as close as possible to rhsm.conf(5) and
20 /etc/rhsm/rhsm.conf
40 let filter = incl "/etc/rhsm/rhsm.conf"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dredhat_subscription.py770 rhsm = Rhsm(None)
822 rhsm.module = module
871 if rhsm.is_registered and not force_register:
874 rhsm.sync_syspurpose()
894 rhsm.enable()
895 rhsm.configure(**module.params)
901 rhsm.sync_syspurpose()
905 subscribed_pool_ids = rhsm.subscribe(pool)
917 if not rhsm.is_registered:
921 rhsm.unsubscribe()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dredhat_subscription.py784 rhsm = Rhsm(None)
837 rhsm.module = module
888 if rhsm.is_registered and not force_register:
891 rhsm.sync_syspurpose()
911 rhsm.enable()
912 rhsm.configure(**module.params)
918 rhsm.sync_syspurpose()
922 subscribed_pool_ids = rhsm.subscribe(pool)
934 if not rhsm.is_registered:
938 rhsm.unsubscribe()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dredhat_subscription.py784 rhsm = Rhsm(None)
837 rhsm.module = module
888 if rhsm.is_registered and not force_register:
891 rhsm.sync_syspurpose()
911 rhsm.enable()
912 rhsm.configure(**module.params)
918 rhsm.sync_syspurpose()
922 subscribed_pool_ids = rhsm.subscribe(pool)
934 if not rhsm.is_registered:
938 rhsm.unsubscribe()
[all …]
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/t/
H A D54-rankprob.t194 my $rhsm = $x->[$step];
196 my $newend = $end + $rhsm + 1;
203 for my $j ( $q .. min( $rhsm, $i - 2 ) ) {
204 my $a = $rp->[$i-$j-1] * nchoose($lhsm + $rhsm - ($i-1),$rhsm-$j) * nchoose($i-2,$j);
211 $lhsm = $lhsm+$rhsm+1;
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/fortran/
H A Dstoda.f21 1 r, rh, rhdn, rhsm, rhup, told, vmnorm local
551 rhsm = 1.0d+0/(1.20d+0*dsm**exsm + 0.00000120d+0)
561 rhsm = min(rhsm,sm1(nq)/pdh)
564 560 if (rhsm .ge. rhup) go to 570
567 570 if (rhsm .lt. rhdn) go to 580
569 rh = rhsm
H A Dstodi.f17 2 r, rh, rhdn, rhsm, rhup, told, vnorm local
407 rhsm = 1.0d+0/(1.20d+0*dsm**exsm + 0.00000120d+0)
413 560 if (rhsm .ge. rhup) go to 570
416 570 if (rhsm .lt. rhdn) go to 580
418 rh = rhsm
H A Dstode.f17 1 r, rh, rhdn, rhsm, rhup, told, vnorm local
399 rhsm = 1.0d+0/(1.20d+0*dsm**exsm + 0.00000120d+0)
405 560 if (rhsm .ge. rhup) go to 570
408 570 if (rhsm .lt. rhdn) go to 580
410 rh = rhsm
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/odepack/
H A Dstoda.f18 1 r, rh, rhdn, rhsm, rhup, told, vmnorm local
549 rhsm = 1.0d0/(1.2d0*dsm**exsm + 0.0000012d0)
559 rhsm = dmin1(rhsm,sm1(nq)/pdh)
562 560 if (rhsm .ge. rhup) go to 570
565 570 if (rhsm .lt. rhdn) go to 580
567 rh = rhsm
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dalpha_equal.cc64 auto rhsm = rhs.as<ModuleNode>(); in Equal() local
65 if (!rhsm) return false; in Equal()
66 if (lhsm->functions.size() != rhsm->functions.size()) return false; in Equal()
68 if (!Equal(p.second, rhsm->Lookup(p.first->name_hint))) return false; in Equal()
70 if (lhsm->type_definitions.size() != rhsm->type_definitions.size()) return false; in Equal()
72 if (!rhsm->ContainGlobalTypeVar(p.first->var->name_hint) || in Equal()
73 !Equal(p.second, rhsm->LookupDef(p.first->var->name_hint))) { in Equal()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dalpha_equal.cc64 auto rhsm = rhs.as<ModuleNode>(); in Equal() local
65 if (!rhsm) return false; in Equal()
66 if (lhsm->functions.size() != rhsm->functions.size()) return false; in Equal()
68 if (!Equal(p.second, rhsm->Lookup(p.first->name_hint))) return false; in Equal()
70 if (lhsm->type_definitions.size() != rhsm->type_definitions.size()) return false; in Equal()
72 if (!rhsm->ContainGlobalTypeVar(p.first->var->name_hint) || in Equal()
73 !Equal(p.second, rhsm->LookupDef(p.first->var->name_hint))) { in Equal()
/dports/sysutils/libdnf/libdnf-0.64.0/
H A Dlibdnf.spec40 %bcond_without rhsm
42 %bcond_with rhsm
77 %if %{with rhsm}
/dports/biology/p5-Bio-Phylo/Bio-Phylo-v2.0.1/lib/Bio/Phylo/Forest/
H A DNodeRole.pm1770 my $rhsm = $x->[$step];
1772 my $newend = $end + $rhsm + 1;
1779 for my $j ( $q .. min( $rhsm, $i - 2 ) ) {
1780 my $a = $rp->[$i-$j-1] * nchoose($lhsm + $rhsm - ($i-1),$rhsm-$j) * nchoose($i-2,$j);
1787 $lhsm = $lhsm+$rhsm+1;
/dports/math/maxima/maxima-5.43.2/share/odepack/src/
H A Ddstoda.lisp126 (told 0.0d0) (rhup 0.0d0) (rhsm 0.0d0) (rhdn 0.0d0) (rh 0.0d0)
135 rhsm rhup told)
676 (setf rhsm (/ 1.0d0 (+ (* 1.2d0 (expt dsm exsm)) 1.2d-6)))
697 (setf rhsm (min rhsm (/ (f2cl-lib:fref sm1 (nq) ((1 12))) pdh)))
708 (if (>= rhsm rhup) (go label570))
712 (if (< rhsm rhdn) (go label580))
714 (setf rh rhsm)
H A Ddstode.lisp79 (i 0) (told 0.0) (rhup 0.0) (rhsm 0.0) (rhdn 0.0) (rh 0.0) (r 0.0)
83 r rh rhdn rhsm rhup told)
412 (setf rhsm (/ 1.0 (+ (* 1.2 (expt dsm exsm)) 1.2e-6)))
424 (if (>= rhsm rhup) (go label570))
428 (if (< rhsm rhdn) (go label580))
430 (setf rh rhsm)
H A Ddstodi.lisp91 (iredo 0) (i1 0) (i 0) (told 0.0d0) (rhup 0.0d0) (rhsm 0.0d0)
96 exdn exsm exup r rh rhdn rhsm rhup
488 (setf rhsm (/ 1.0d0 (+ (* 1.2d0 (expt dsm exsm)) 1.2d-6)))
504 (if (>= rhsm rhup) (go label570))
508 (if (< rhsm rhdn) (go label580))
510 (setf rh rhsm)
H A Ddstodpk.lisp94 (i 0) (told 0.0d0) (rhup 0.0d0) (rhsm 0.0d0) (rhdn 0.0d0)
99 exup r rh rhdn rhsm rhup told)
506 (setf rhsm (/ 1.0d0 (+ (* 1.2d0 (expt dsm exsm)) 1.2d-6)))
522 (if (>= rhsm rhup) (go label570))
526 (if (< rhsm rhdn) (go label580))
528 (setf rh rhsm)
H A Ddstoka.lisp100 (rhup 0.0d0) (rhsm 0.0d0) (rhdn 0.0d0) (rh 0.0d0) (r 0.0d0)
105 exup dfnorm r rh rhdn rhsm rhup roc
556 (setf rhsm (/ 1.0d0 (+ (* 1.2d0 (expt dsm exsm)) 1.2d-6)))
572 (if (>= rhsm rhup) (go label570))
576 (if (< rhsm rhdn) (go label580))
578 (setf rh rhsm)
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/po/
H A Dbn_IN.po231 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
325 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
334 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
379 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimlsodaintegrator.cpp2638 double exsm, rhdn, rhsm, ddn, exdn, r; in orderswitch() local
2643 rhsm = 1. / (1.2 * pow(dsm, exsm) + 0.0000012); in orderswitch()
2658 rhsm = min(rhsm, sm1[nq] / *pdh); in orderswitch()
2663 if (rhsm >= *rhup) { in orderswitch()
2664 if (rhsm >= rhdn) { in orderswitch()
2666 *rh = rhsm; in orderswitch()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimlsodaintegrator.cpp2638 double exsm, rhdn, rhsm, ddn, exdn, r; in orderswitch() local
2643 rhsm = 1. / (1.2 * pow(dsm, exsm) + 0.0000012); in orderswitch()
2658 rhsm = min(rhsm, sm1[nq] / *pdh); in orderswitch()
2663 if (rhsm >= *rhup) { in orderswitch()
2664 if (rhsm >= rhdn) { in orderswitch()
2666 *rh = rhsm; in orderswitch()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Dialect/VectorOps/
H A Dvector-transforms.mlir154 %rhsm = vector.constant_mask [6, 4] : vector<6x4xi1>
155 %0 = vector.contract #contraction_trait0 %arg0, %arg1, %arg2, %lhsm, %rhsm
219 %rhsm = vector.constant_mask [2, 4] : vector<2x4xi1>
220 %0 = vector.contract #contraction_trait1 %arg0, %arg1, %arg2, %lhsm, %rhsm
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/roles/repositories/
H A DREADME.md27 …NDEF | Hostname of the RHSM server. By default it's used from rhsm configuration. |
/dports/mail/evolution-ews/evolution-ews-3.42.1/po/
H A Dbn_IN.po66 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
531 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
618 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
624 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
668 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
729 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management
735 # auto translated by TM merge from project: rhsm-web, version: 0.0, DocId: management

1234