Home
last modified time | relevance | path

Searched refs:_get_filter_name (Results 1 – 4 of 4) sorted by relevance

/dports/www/smarty2/smarty-2.6.31/libs/
H A DSmarty.class.php852 $this->_plugins['prefilter'][$this->_get_filter_name($function)]
863 unset($this->_plugins['prefilter'][$this->_get_filter_name($function)]);
874 $this->_plugins['postfilter'][$this->_get_filter_name($function)]
885 unset($this->_plugins['postfilter'][$this->_get_filter_name($function)]);
896 $this->_plugins['outputfilter'][$this->_get_filter_name($function)]
907 unset($this->_plugins['outputfilter'][$this->_get_filter_name($function)]);
1950 function _get_filter_name($function) function in Smarty
/dports/www/gallery2/gallery2/lib/smarty/
H A DSmarty.class.php845 $this->_plugins['prefilter'][$this->_get_filter_name($function)]
856 unset($this->_plugins['prefilter'][$this->_get_filter_name($function)]);
867 $this->_plugins['postfilter'][$this->_get_filter_name($function)]
878 unset($this->_plugins['postfilter'][$this->_get_filter_name($function)]);
889 $this->_plugins['outputfilter'][$this->_get_filter_name($function)]
900 unset($this->_plugins['outputfilter'][$this->_get_filter_name($function)]);
1942 function _get_filter_name($function) function in Smarty
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/
H A DSmarty.class.php852 $this->_plugins['prefilter'][$this->_get_filter_name($function)]
863 unset($this->_plugins['prefilter'][$this->_get_filter_name($function)]);
874 $this->_plugins['postfilter'][$this->_get_filter_name($function)]
885 unset($this->_plugins['postfilter'][$this->_get_filter_name($function)]);
896 $this->_plugins['outputfilter'][$this->_get_filter_name($function)]
907 unset($this->_plugins['outputfilter'][$this->_get_filter_name($function)]);
1950 function _get_filter_name($function) function in Smarty
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_templatebase.php667 $this->smarty->registered_filters[$type][$this->_get_filter_name($callback)] = $callback;
681 $name = $this->_get_filter_name($callback);
695 public function _get_filter_name($function_name) function in Smarty_Internal_TemplateBase