Home
last modified time | relevance | path

Searched refs:_config_dir (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_security.php151 protected $_config_dir = null; variable in Smarty_Security
324 $_config_dir = $this->smarty->getConfigDir();
328 || (!$this->_config_dir || $this->_config_dir !== $_config_dir)
348 $this->_config_dir = $_config_dir;
349 foreach ($_config_dir as $directory) {
H A Dsmarty_internal_utility.php557 $_config_dir = $config_dir;
561 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
564 $config_dir = stream_resolve_include_path($_config_dir);
566 … $config_dir = Smarty_Internal_Get_Include_Path::getIncludePath($_config_dir);
577 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
588 $message = "FAILED: $_config_dir does not exist";
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/ykman/
H A Dsettings.py41 _config_dir = HOME_CONFIG variable in Settings
44 self.fname = Path(self._config_dir).expanduser().resolve() / (name + ".json")
66 _config_dir = XDG_CONFIG_HOME if USE_XDG else HOME_CONFIG variable in Configuration
70 _config_dir = XDG_DATA_HOME if USE_XDG else HOME_CONFIG variable in AppData
/dports/science/axom/axom-0.6.1/scripts/vcpkg_ports/mfem/
H A Dportfile.cmake39 set(_config_dir "${CURRENT_PACKAGES_DIR}/share/mfem") variable
40 file(GLOB _cmake_files "${_config_dir}/mfem/*.cmake")
43 file(RENAME ${_f} ${_config_dir}/${_name})
45 file(REMOVE_RECURSE "${_config_dir}/mfem")
63 set(_f ${_config_dir}/MFEMTargets-${_c}.cmake)
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/plugins/
H A Dfunction.config_load.php57 $_config_dir = $smarty->config_dir;
63 $_config_dir = $_params['new_file_path'];
66 $_file_path = $_config_dir . DIRECTORY_SEPARATOR . $_file;
79 $smarty->_conf_obj = new $smarty->config_class($_config_dir);
84 $smarty->_conf_obj->set_path = $_config_dir;
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
526 if ($this->_config_dir !== $_dir) {
527 $this->_updateResourceDir($this->_config_dir, $_dir);
528 $this->_config_dir = $_dir;
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php291 $_config_dir = $config_dir;
294 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
297 $config_dir = stream_resolve_include_path($_config_dir);
299 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
310 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
321 $message = "FAILED: $_config_dir does not exist";
H A Dsmarty_security.php218 protected $_config_dir = array(); variable in Smarty_Security
544 if ($this->_config_dir !== $_dir) {
545 foreach ($this->_config_dir as $directory) {
551 $this->_config_dir = $_dir;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php271 $_config_dir = $config_dir;
274 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
277 $config_dir = stream_resolve_include_path($_config_dir);
279 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
288 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
298 $message = "FAILED: $_config_dir does not exist";
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_testinstall.php292 $_config_dir = $config_dir;
295 … if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
298 $config_dir = stream_resolve_include_path($_config_dir);
300 … $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
311 … $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
322 $message = "FAILED: $_config_dir does not exist";
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/client/
H A Ddocker_creds_.py237 self._config_dir = None
248 self._config_dir = config_dir
255 if self._config_dir is not None:
256 config_file = os.path.join(self._config_dir, self._config_file)
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbedding.py86 def _config_dir(): function
123 return _config_dir()[0]
128 path, kind = _config_dir()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dpoudriere.py36 def _config_dir():
82 cdir = _config_dir()
248 make_file = os.path.join(_config_dir(), "{}-make.conf".format(name))

123