/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/ |
H A D | Config_File.class.php | 48 var $booleanize = true; variable in Config_File 325 $booleanize = false; 330 $booleanize = $this->booleanize; 333 $this->_set_config_var($vars, $var_name, $var_value, $booleanize); 345 * @param boolean $booleanize determines whether $var_value is converted to 348 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 362 if ($booleanize) {
|
/dports/deskutils/moregroupware/moregroupware/include/smarty/ |
H A D | Config_File.class.php | 48 var $booleanize = true; variable in Config_File 325 $booleanize = false; 330 $booleanize = $this->booleanize; 333 $this->_set_config_var($vars, $var_name, $var_value, $booleanize); 345 * @param boolean $booleanize determines whether $var_value is converted to 348 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 362 if ($booleanize) {
|
/dports/www/smarty2/smarty-2.6.31/libs/ |
H A D | Config_File.class.php | 52 var $booleanize = true; variable in Config_File 329 $booleanize = false; 334 $booleanize = $this->booleanize; 337 $this->_set_config_var($vars, $var_name, $var_value, $booleanize); 349 * @param boolean $booleanize determines whether $var_value is converted to 352 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 366 if ($booleanize) {
|
/dports/www/gallery2/gallery2/lib/smarty/ |
H A D | Config_File.class.php | 48 var $booleanize = true; variable in Config_File 325 $booleanize = false; 330 $booleanize = $this->booleanize; 333 $this->_set_config_var($vars, $var_name, $var_value, $booleanize); 345 * @param boolean $booleanize determines whether $var_value is converted to 348 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 362 if ($booleanize) {
|
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/ |
H A D | Config_File.class.php | 52 var $booleanize = true; variable in Config_File 329 $booleanize = false; 334 $booleanize = $this->booleanize; 337 $this->_set_config_var($vars, $var_name, $var_value, $booleanize); 349 * @param boolean $booleanize determines whether $var_value is converted to 352 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 366 if ($booleanize) {
|
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/expr/ |
H A D | logical.cc | 61 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate() 89 rpt_value::pointer v2b = rpt_value::booleanize(v2); in evaluate() 140 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate() 168 rpt_value::pointer v2b = rpt_value::booleanize(v2); in evaluate() 225 rpt_value::pointer v2 = rpt_value::booleanize(v1); in evaluate() 295 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate()
|
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/ |
H A D | Config_File.class.php | 53 var $booleanize = true; variable in Config_File 310 $this->_set_config_var($vars, trim($match[1]), $var_value, $this->booleanize); 321 * @param boolean $booleanize determines whether $var_value is converted to 324 function _set_config_var(&$container, $var_name, $var_value, $booleanize) argument 338 if ($booleanize) {
|
/dports/devel/aegis/aegis-4.25.D510/aefind/tree/ |
H A D | logical.cc | 69 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate() 91 rpt_value::pointer v2b = rpt_value::booleanize(v2); in evaluate() 193 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate() 215 rpt_value::pointer v2b = rpt_value::booleanize(v2); in evaluate() 318 rpt_value::pointer v2 = rpt_value::booleanize(v1); in evaluate() 451 rpt_value::pointer v1b = rpt_value::booleanize(v1); in evaluate() 491 rpt_value::pointer v1b = rpt_value::booleanize(v1); in constant() 520 rpt_value::pointer v1b = rpt_value::booleanize(v1); in optimize()
|
/dports/www/flat-frog/flat-frog-2.2.13/src/ |
H A D | class.config.php | 40 var $booleanize = true; // turn true/false, yes/no, on/off, into 1/0 variable in config 112 if ($this->booleanize) {
|
/dports/www/templatelite/template_lite/src/ |
H A D | class.config.php | 29 var $booleanize = true; // turn true/false, yes/no, on/off, into 1/0 variable in config 134 if ($this->booleanize)
|
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/stmt/ |
H A D | while.cc | 72 rpt_value::pointer vp2 = rpt_value::booleanize(vp); in run() 181 rpt_value::pointer vp2 = rpt_value::booleanize(vp); in run()
|
H A D | if.cc | 75 rpt_value::pointer vp2 = rpt_value::booleanize(vp); in run()
|
H A D | for.cc | 91 rpt_value::pointer vp2 = rpt_value::booleanize(vp); in run()
|
/dports/textproc/p5-YAML-Tiny-Color/YAML-Tiny-Color-0.04/ |
H A D | Changes | 6 (booleanize the result). Use (temporary?) replacement
|
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/ |
H A D | value.h | 118 static rpt_value::pointer booleanize(const rpt_value::pointer &vp);
|
H A D | value.cc | 179 rpt_value::booleanize(const rpt_value::pointer &vp) in booleanize() function in rpt_value
|
/dports/devel/aegis/aegis-4.25.D510/libaegis/aer/value/ |
H A D | ref.cc | 60 return booleanize(value); in booleanize_or_null()
|
H A D | string.cc | 169 return rpt_value::booleanize(vp); in booleanize_or_null()
|
/dports/www/templatelite/template_lite/src/internal/ |
H A D | template.config_loader.php | 36 $this->_config_obj->booleanize = $this->config_booleanize;
|
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/ |
H A D | function.config_load.php | 81 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|
/dports/deskutils/moregroupware/moregroupware/include/smarty/plugins/ |
H A D | function.config_load.php | 86 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/plugins/ |
H A D | function.config_load.php | 84 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|
/dports/www/smarty2/smarty-2.6.31/libs/plugins/ |
H A D | function.config_load.php | 86 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|
/dports/www/gallery2/gallery2/lib/smarty/plugins/ |
H A D | function.config_load.php | 86 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/plugins/ |
H A D | function.config_load.php | 86 $smarty->_conf_obj->booleanize = $smarty->config_booleanize;
|