Home
last modified time | relevance | path

Searched refs:_is_this (Results 1 – 3 of 3) sorted by relevance

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_templatebase.php789 $_is_this = $_resolved_property_source[$property_name];
791 $_is_this = null;
793 $_is_this = true;
795 $_is_this = false;
797 $_resolved_property_source[$property_name] = $_is_this;
799 if ($_is_this) {
804 } elseif ($_is_this === false) {
/dports/lang/vala/vala-0.48.18/libvaladoc/taglets/
H A Dtagletparam.c53 gboolean _is_this; member
224 result = self->priv->_is_this; in valadoc_taglets_param_get_is_this()
236 self->priv->_is_this = value; in valadoc_taglets_param_set_is_this()
/dports/textproc/py-wcmatch/wcmatch-8.3/wcmatch/
H A Dglob.py544 def _is_this(self, name: AnyStr) -> bool: member in Glob
766 if not self.is_abs_pattern and not self._is_parent(curdir) and not self._is_this(curdir):