Home
last modified time | relevance | path

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

/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
34 if ($_file_perms !== null) {
81 if ($_file_perms !== null) {
83 chmod($_filepath, $_file_perms);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
82 if ($_file_perms !== null) {
84 chmod($_filepath, $_file_perms);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_writefile.php32 $_file_perms = property_exists($smarty, '_file_perms') ? $smarty->_file_perms : 0644;
35 if ($_file_perms !== null) {
92 if ($_file_perms !== null) {
94 chmod($_filepath, $_file_perms);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_write_file.php30 if ($smarty->_file_perms !== null) {
79 if ($smarty->_file_perms !== null) {
81 chmod($_filepath, $smarty->_file_perms);
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/core/
H A Dcore.write_file.php41 @chmod($params['filename'], $smarty->_file_perms);
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/internals/
H A Dcore.write_file.php47 @chmod($params['filename'], $smarty->_file_perms);
/dports/deskutils/moregroupware/moregroupware/include/smarty/internals/
H A Dcore.write_file.php47 @chmod($params['filename'], $smarty->_file_perms);
/dports/www/smarty2/smarty-2.6.31/libs/internals/
H A Dcore.write_file.php47 @chmod($params['filename'], $smarty->_file_perms);
/dports/www/gallery2/gallery2/lib/smarty/internals/
H A Dcore.write_file.php47 @chmod($params['filename'], $smarty->_file_perms);
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/internals/
H A Dcore.write_file.php47 @chmod($params['filename'], $smarty->_file_perms);
/dports/www/tikiwiki/tiki-21.2/lib/init/
H A Dsmarty.php192 $this->_file_perms = (int) $prefs['smarty_cache_perms'];
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/
H A DSmarty.class.php577 public $_file_perms = 0644; variable in Smarty
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/SMARTY/
H A DSmarty.class.php509 var $_file_perms = 0644; variable in Smarty
/dports/deskutils/moregroupware/moregroupware/include/smarty/
H A DSmarty.class.php509 var $_file_perms = 0644; variable in Smarty
/dports/www/smarty2/smarty-2.6.31/libs/
H A DSmarty.class.php510 var $_file_perms = 0644; variable in Smarty
/dports/www/gallery2/gallery2/lib/smarty/
H A DSmarty.class.php509 var $_file_perms = 0644; variable in Smarty
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Smarty-2.6.0/libs/
H A DSmarty.class.php535 var $_file_perms = 0644; variable in Smarty
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/
H A DSmarty.class.php510 var $_file_perms = 0644; variable in Smarty