Home
last modified time | relevance | path

Searched refs:_template_dir (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_security.php146 protected $_template_dir = null; variable in Smarty_Security
323 $_template_dir = $this->smarty->getTemplateDir();
327 if ((!$this->_template_dir || $this->_template_dir !== $_template_dir)
339 $this->_template_dir = $_template_dir;
340 foreach ($_template_dir as $directory) {
H A Dsmarty_internal_utility.php308 $_template_dir = $template_dir;
312 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
315 $template_dir = stream_resolve_include_path($_template_dir);
317 … $template_dir = Smarty_Internal_Get_Include_Path::getIncludePath($_template_dir);
328 … $message = "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
339 $message = "FAILED: $_template_dir does not exist";
/dports/mail/mailman3/mailman-3.3.1/src/mailman/mta/tests/
H A Dtest_delivery.py81 self._template_dir = tempfile.mkdtemp()
82 self.addCleanup(shutil.rmtree, self._template_dir)
83 path = os.path.join(self._template_dir,
96 """.format(self._template_dir))
259 self._template_dir = tempfile.mkdtemp()
260 self.addCleanup(shutil.rmtree, self._template_dir)
261 path = os.path.join(self._template_dir,
272 """.format(self._template_dir))
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/scaffolds/
H A Dtemplate.py22 _template_dir = None variable in Template
56 assert self._template_dir is not None, (
58 if isinstance(self._template_dir, tuple):
59 return self._template_dir
61 return os.path.join(self.module_dir(), self._template_dir)
H A D__init__.py54 _template_dir = 'starter' variable in StarterProjectTemplate
58 _template_dir = 'zodb' variable in ZODBProjectTemplate
62 _template_dir = 'alchemy' variable in AlchemyProjectTemplate
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/tests/test_scaffolds/
H A Dtest_template.py70 inst._template_dir = ('a', 'b')
80 inst._template_dir ='foo'
91 inst._template_dir = 'foo'
112 inst._template_dir = 'foo'
125 inst._template_dir = 'foo'
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php41 $_template_dir = $template_dir;
45 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
48 $template_dir = stream_resolve_include_path($_template_dir);
50 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
62 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
73 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
529 if ($this->_template_dir !== $_dir) {
530 foreach ($this->_template_dir as $directory) {
536 $this->_template_dir = $_dir;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php39 $_template_dir = $template_dir;
43 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
46 $template_dir = stream_resolve_include_path($_template_dir);
48 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
58 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
68 $message = "FAILED: $_template_dir does not exist";
H A Dsmarty_security.php211 protected $_template_dir = array(); variable in Smarty_Security
521 if ($this->_template_dir !== $_dir) {
522 $this->_updateResourceDir($this->_template_dir, $_dir);
523 $this->_template_dir = $_dir;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php42 $_template_dir = $template_dir;
46 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
49 $template_dir = stream_resolve_include_path($_template_dir);
51 … $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
63 … "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
74 $message = "FAILED: $_template_dir does not exist";

12