Home
last modified time | relevance | path

Searched refs:extVar (Results 1 – 25 of 41) sorted by relevance

12

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Fermion/
H A DSlaterDetBuilder.h124 std::string extVar; in readCoeffs() local
126 extVar="Coeff"; in readCoeffs()
128 extVar="Coeff_"+std::to_string(ext_level); in readCoeffs()
130 if (!hin.readEntry(ci_coeff,extVar)) in readCoeffs()
139 std::string extVar; in readCoeffs() local
151 extVar="Coeff"; in readCoeffs()
153 extVar="Coeff_"+std::to_string(ext_level); in readCoeffs()
156 if(!hin.readEntry(CIcoeff_real, extVar)) in readCoeffs()
159 extVar=extVar+"_imag"; in readCoeffs()
160 if(!hin.readEntry(CIcoeff_imag, extVar)) in readCoeffs()
/dports/devel/jsonnet/jsonnet-0.17.0/doc/_includes/examples/
H A Dtop-level-ext.jsonnet3 [std.extVar('prefix') + 'Pina Colada']: {
14 [if std.extVar('brunch') then
15 std.extVar('prefix') + 'Bloody Mary'
28 [std.extVar('prefix') + 'Mimosa']:
/dports/devel/py-jsonnet/jsonnet-0.17.0/doc/_includes/examples/
H A Dtop-level-ext.jsonnet3 [std.extVar('prefix') + 'Pina Colada']: {
14 [if std.extVar('brunch') then
15 std.extVar('prefix') + 'Bloody Mary'
28 [std.extVar('prefix') + 'Mimosa']:
/dports/www/pomerium/pomerium-0.8.3/integration/manifests/lib/
H A Dtls.libsonnet2 cert: std.extVar('tls-cert'),
3 key: std.extVar('tls-key'),
4 ca: std.extVar('tls-ca'),
/dports/devel/jsonnet/jsonnet-0.17.0/examples/
H A Dtop-level-ext.jsonnet19 [std.extVar('prefix') + 'Pina Colada']: {
30 [if std.extVar('brunch') then
31 std.extVar('prefix') + 'Bloody Mary'
44 [std.extVar('prefix') + 'Mimosa']:
/dports/devel/py-jsonnet/jsonnet-0.17.0/examples/
H A Dtop-level-ext.jsonnet19 [std.extVar('prefix') + 'Pina Colada']: {
30 [if std.extVar('brunch') then
31 std.extVar('prefix') + 'Bloody Mary'
44 [std.extVar('prefix') + 'Mimosa']:
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/testdata/
H A Dextvar_not_a_string.golden3 testdata/extvar_not_a_string:1:1-15 builtin function <extVar>
5 std.extVar(42)
H A Dextvar_unknown.golden3 testdata/extvar_unknown:1:1-22 builtin function <extVar>
5 std.extVar("UNKNOWN")
H A Dextvar_error.golden8 testdata/extvar_error:1:1-23 builtin function <extVar>
10 std.extVar("errorVar")
H A Dextvar_not_a_string.jsonnet1 std.extVar(42)
H A Dextvar_error.jsonnet1 std.extVar("errorVar")
H A Dextvar_mutually_recursive.jsonnet1 std.extVar("mutuallyRecursiveVar1")
H A Dextvar_self_recursive.jsonnet1 std.extVar("selfRecursiveVar")
H A Dextvar_code.jsonnet1 std.extVar("codeVar")
H A Dextvar_static_error.jsonnet1 std.extVar("staticErrorVar")
H A Dextvar_string.jsonnet1 std.extVar("stringVar")
H A Dextvar_unknown.jsonnet1 std.extVar("UNKNOWN")
H A Dextvar_hermetic.jsonnet1 local x = 42; std.extVar("UndeclaredX")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go235 extVar := "fExtensions"
237 extVar = "extensions"
242 return fmt.Sprintf("%s.has(%q)", extVar, req.Extension)
244 …return fmt.Sprintf("(glVer >= GR_GL_VER(%d,%d) && %s.has(%q))", mv[0], mv[1], extVar, req.Extensio…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go235 extVar := "fExtensions"
237 extVar = "extensions"
242 return fmt.Sprintf("%s.has(%q)", extVar, req.Extension)
244 …return fmt.Sprintf("(glVer >= GR_GL_VER(%d,%d) && %s.has(%q))", mv[0], mv[1], extVar, req.Extensio…
/dports/www/grafana8/grafana-8.3.6/devenv/docker/ha-test-unified-alerting/grafana/provisioning/
H A Dalerts.jsonnet1 local numAlerts = std.extVar('alerts');
2 local condition = std.extVar('condition');
/dports/www/grafana8/grafana-8.3.6/devenv/docker/ha_test/grafana/provisioning/
H A Dalerts.jsonnet1 local numAlerts = std.extVar('alerts');
2 local condition = std.extVar('condition');
/dports/devel/jsonnet/jsonnet-0.17.0/test_cmd/
H A Dext3.golden.stderr.golang2 <cmdline>:1:1-16 builtin function <extVar>
/dports/devel/py-jsonnet/jsonnet-0.17.0/test_cmd/
H A Dext3.golden.stderr.golang2 <cmdline>:1:1-16 builtin function <extVar>
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DExpression.hs115 do extVar <- mkFlexVar
117 let extType = VarN extVar
120 return $ exists [ fieldVar, extVar ] $
124 do extVar <- mkFlexVar
126 let extType = VarN extVar
133 return $ exists [ fieldVar, extVar ] $
406 do extVar <- mkFlexVar
411 let fieldsType = RecordN (Map.map (\(_,t,_) -> t) fieldDict) (VarN extVar)
417 let vars = Map.foldr (\(v,_,_) vs -> v:vs) [recordVar,extVar] fieldDict

12