Home
last modified time | relevance | path

Searched refs:scriptCheck (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Dscript_check_hook.go50 scripts map[string]*scriptCheck
67 scripts: make(map[string]*scriptCheck),
177 func (h *scriptCheckHook) newScriptChecks() map[string]*scriptCheck {
178 scriptChecks := make(map[string]*scriptCheck)
270 type scriptCheck struct { struct
298 func newScriptCheck(config *scriptCheckConfig) *scriptCheck {
307 sc := &scriptCheck{
339 func (sc *scriptCheck) Copy() *scriptCheck { argument
346 func newScriptCheckCallback(s *scriptCheck) taskletCallback { argument
402 func (s *scriptCheck) updateTTL(ctx context.Context, msg, state string) error { argument
H A Dscript_check_hook_test.go22 …xec interfaces.ScriptExecutor, logger hclog.Logger, interval, timeout time.Duration) *scriptCheck {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Dscript_check_hook.go49 scripts map[string]*scriptCheck
65 scripts: make(map[string]*scriptCheck),
175 func (h *scriptCheckHook) newScriptChecks() map[string]*scriptCheck {
176 scriptChecks := make(map[string]*scriptCheck)
246 type scriptCheck struct { struct
272 func newScriptCheck(config *scriptCheckConfig) *scriptCheck {
281 sc := &scriptCheck{
339 func (sc *scriptCheck) Copy() *scriptCheck { argument
346 func newScriptCheckCallback(s *scriptCheck) taskletCallback { argument
402 func (s *scriptCheck) updateTTL(ctx context.Context, msg, state string) error { argument
H A Dscript_check_hook_test.go19 …xec interfaces.ScriptExecutor, logger hclog.Logger, interval, timeout time.Duration) *scriptCheck {
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dreferenceablecheck.cpp262 scriptCheck<ESM::Book>(book, messages, id.toString()); in bookCheck()
306 scriptCheck<ESM::Potion>(potion, messages, id.toString()); in potionCheck()
357 scriptCheck<ESM::Armor>(armor, messages, id.toString()); in armorCheck()
376 scriptCheck<ESM::Clothing>(clothing, messages, id.toString()); in clothingCheck()
507 scriptCheck<ESM::Creature>(creature, messages, id.toString()); in creatureCheck()
534 scriptCheck<ESM::Door>(door, messages, id.toString()); in doorCheck()
611 scriptCheck<ESM::Light>(light, messages, id.toString()); in lightCheck()
758 scriptCheck<ESM::NPC>(npc, messages, id.toString()); in npcCheck()
835 scriptCheck<ESM::Weapon>(weapon, messages, id.toString()); in weaponCheck()
856 scriptCheck<ESM::Probe>(probe, messages, id.toString()); in probeCheck()
[all …]
H A Dreferenceablecheck.hpp79 template<typename TOOL> void scriptCheck(const TOOL& someTool,
/dports/science/jmol/jmol-14.32.7/src/
H A DJmolApplet.java217 public String scriptCheck(String script) { in scriptCheck() method in JmolApplet
219 return "" + (((GenericApplet) wrappedApplet).scriptCheck("" + script)); in scriptCheck()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/applet/
H A DJmolApplet.java218 public String scriptCheck(String script) { in scriptCheck() method in JmolApplet
220 return "" + (((GenericApplet) wrappedApplet).scriptCheck("" + script)); in scriptCheck()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolAppletInterface.java45 public String scriptCheck(String script); in scriptCheck() method
H A DJmolViewer.java398 abstract public Object scriptCheck(String script); in scriptCheck() method in JmolViewer
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/
H A DInputScannerThread.java106 Object ret = vwr.scriptCheck(s); in checkCommand()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGenericApplet.java247 Object err = viewer.scriptCheck(script); in scriptProcessor()
310 public String scriptCheck(String script) { in scriptCheck() method in GenericApplet
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/jmolpanel/console/
H A DAppConsole.java896 Object res = vwr.scriptCheck(strCommand); in checkCommand()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DViewer.java4766 public synchronized Object scriptCheck(String strScript) { in scriptCheck() method in Viewer