Home
last modified time | relevance | path

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

12

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/test/scheduler/
H A Dscheduler_bench_test.go120 v := runTemplate(tmpl, input)
141 v := runTemplate(tmpl, input)
163 v := runTemplate(tmpl, input)
171 func runTemplate(tmpl *template.Template, input interface{}) interface{} { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/test/scheduler/
H A Dscheduler_bench_test.go132 v := runTemplate(tmpl, input)
153 v := runTemplate(tmpl, input)
175 v := runTemplate(tmpl, input)
183 func runTemplate(tmpl *template.Template, input interface{}) interface{} { func
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/General/
H A DTemplate.hs8 module General.Template(runTemplate) where
49 runTemplate :: (FilePath -> IO LBS.ByteString) -> LBS.ByteString -> IO LBS.ByteString
50 runTemplate ask = lbsMapLinesIO f function
/dports/devel/hs-shake/shake-0.19.6/src/General/
H A DTemplate.hs8 module General.Template(runTemplate) where
49 runTemplate :: (FilePath -> IO LBS.ByteString) -> LBS.ByteString -> IO LBS.ByteString
50 runTemplate ask = lbsMapLinesIO f function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/General/
H A DTemplate.hs8 module General.Template(runTemplate) where
49 runTemplate :: (FilePath -> IO LBS.ByteString) -> LBS.ByteString -> IO LBS.ByteString
50 runTemplate ask = lbsMapLinesIO f function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxExecutionState.h135 nsresult runTemplate(txInstruction* aInstruction);
136 nsresult runTemplate(txInstruction* aInstruction,
H A DtxExecutionState.cpp155 return runTemplate(templ); in init()
279 rv = runTemplate(var->mFirstInstruction); in getVariable()
492 txExecutionState::runTemplate(txInstruction* aTemplate) in runTemplate() function in txExecutionState
H A DtxInstructions.cpp36 return aEs.runTemplate(templ); in execute()
62 rv = aEs.runTemplate(templ); in execute()
85 return aEs.runTemplate(templ); in execute()
150 nsresult rv = aEs.runTemplate(instr); in execute()
455 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxExecutionState.h117 nsresult runTemplate(txInstruction* aInstruction);
118 nsresult runTemplate(txInstruction* aInstruction, txInstruction* aReturnTo);
H A DtxExecutionState.cpp149 return runTemplate(templ); in init()
254 rv = runTemplate(var->mFirstInstruction); in getVariable()
426 nsresult txExecutionState::runTemplate(txInstruction* aTemplate) { in runTemplate() function in txExecutionState
H A DtxInstructions.cpp36 return aEs.runTemplate(templ); in execute()
68 rv = aEs.runTemplate(templ); in execute()
89 return aEs.runTemplate(templ); in execute()
143 nsresult rv = aEs.runTemplate(instr); in execute()
389 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxExecutionState.h119 nsresult runTemplate(txInstruction* aInstruction);
120 nsresult runTemplate(txInstruction* aInstruction, txInstruction* aReturnTo);
H A DtxExecutionState.cpp153 return runTemplate(templ); in init()
258 rv = runTemplate(var->mFirstInstruction.get()); in getVariable()
427 nsresult txExecutionState::runTemplate(txInstruction* aTemplate) { in runTemplate() function in txExecutionState
H A DtxInstructions.cpp38 return aEs.runTemplate(templ); in execute()
70 rv = aEs.runTemplate(templ); in execute()
91 return aEs.runTemplate(templ); in execute()
147 nsresult rv = aEs.runTemplate(instr); in execute()
391 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxExecutionState.h119 nsresult runTemplate(txInstruction* aInstruction);
120 nsresult runTemplate(txInstruction* aInstruction, txInstruction* aReturnTo);
H A DtxExecutionState.cpp154 return runTemplate(templ); in init()
259 rv = runTemplate(var->mFirstInstruction.get()); in getVariable()
434 nsresult txExecutionState::runTemplate(txInstruction* aTemplate) { in runTemplate() function in txExecutionState
H A DtxInstructions.cpp38 return aEs.runTemplate(templ); in execute()
70 rv = aEs.runTemplate(templ); in execute()
91 return aEs.runTemplate(templ); in execute()
147 nsresult rv = aEs.runTemplate(instr); in execute()
393 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxExecutionState.h120 nsresult runTemplate(txInstruction* aInstruction);
121 nsresult runTemplate(txInstruction* aInstruction, txInstruction* aReturnTo);
H A DtxExecutionState.cpp153 return runTemplate(templ); in init()
250 rv = runTemplate(var->mFirstInstruction.get()); in getVariable()
412 nsresult txExecutionState::runTemplate(txInstruction* aTemplate) { in runTemplate() function in txExecutionState
H A DtxInstructions.cpp39 return aEs.runTemplate(templ); in execute()
71 rv = aEs.runTemplate(templ); in execute()
92 return aEs.runTemplate(templ); in execute()
148 nsresult rv = aEs.runTemplate(instr); in execute()
390 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxExecutionState.h119 nsresult runTemplate(txInstruction* aInstruction);
120 nsresult runTemplate(txInstruction* aInstruction, txInstruction* aReturnTo);
H A DtxExecutionState.cpp153 return runTemplate(templ); in init()
258 rv = runTemplate(var->mFirstInstruction.get()); in getVariable()
427 nsresult txExecutionState::runTemplate(txInstruction* aTemplate) { in runTemplate() function in txExecutionState
H A DtxInstructions.cpp38 return aEs.runTemplate(templ); in execute()
70 rv = aEs.runTemplate(templ); in execute()
91 return aEs.runTemplate(templ); in execute()
147 nsresult rv = aEs.runTemplate(instr); in execute()
391 nsresult rv = aEs.runTemplate(instr); in execute()
/dports/sysutils/gomplate/gomplate-3.9.0/
H A Dgomplate.go35 func (g *gomplate) runTemplate(_ context.Context, t *tplate) error { func
166 err := g.runTemplate(ctx, t)
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/sds_ingress/util/
H A Dutil.go337 func runTemplate(t test.Failer, tmpl string, params interface{}) string { func
353 apply = append(apply, runTemplate(t, vsTemplate, c), runTemplate(t, gwTemplate, c))

12