Home
last modified time | relevance | path

Searched refs:engineOutput (Results 1 – 2 of 2) sorted by relevance

/dports/games/scid/scid/tcl/tools/
H A Dwbdetect.tcl21 proc detectWBEngine { {n 1} engineOutput } { argument
28 if {[string match "*Amy version*" $engineOutput] } {
39 if {[string match "*Baron*" $engineOutput] } {
51 if {[string match "*D U K E*" $engineOutput] } {
71 if {[string match "*FORTRESS*" $engineOutput] } {
102 if {[string match "*Gromit3*" $engineOutput] || [string match "GROMIT" $engineOutput]} {
112 if {[string match "*Jester*" $engineOutput] } {
143 if {[string match "*NEJMET*" $engineOutput] } {
154 if {[string match "*Nejmet*" $engineOutput] } {
181 if {[string match "*Skaki*" $engineOutput] } {
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dointegratelib.php48 public static function getEngine($name, $engineOutput) // {{{ argument
54 return new OIntegrate_Engine_Smarty($engineOutput == 'tikiwiki');
349 function render($engine, $engineOutput, $outputContext, $templateFile) // {{{ argument
351 $engine = OIntegrate::getEngine($engine, $engineOutput);
353 $this->errors = [ 1000, tr('Engine "%0" not found.', $engineOutput) ];
357 if (! $output = OIntegrate::getConverter($engineOutput, $outputContext)) {