Home
last modified time | relevance | path

Searched refs:is_system_file (Results 1 – 6 of 6) sorted by relevance

/dports/x11/xfce4-conf/xfconf-4.16.0/xfconfd/
H A Dxfconf-backend-perchannel-xml.c125 gboolean is_system_file; member
1088 if(!state->is_system_file) { in xfconf_xml_handle_channel()
1207 if(state->channel->locked && !state->is_system_file) { in xfconf_xml_handle_property()
1230 if(prop && prop->locked && !state->is_system_file) { in xfconf_xml_handle_property()
1241 if(state->is_system_file) { in xfconf_xml_handle_property()
1262 if(!state->is_system_file) { in xfconf_xml_handle_property()
1302 if(state->is_system_file) in xfconf_xml_handle_property()
1564 gboolean is_system_file, in xfconf_backend_perchannel_xml_merge_file() argument
1600 state->is_system_file = is_system_file; in xfconf_backend_perchannel_xml_merge_file()
/dports/www/moodle311/moodle/lib/filestorage/
H A Dzip_archive.php317 if ($this->is_system_file($info)) {
345 public function is_system_file($fileinfo) { function in zip_archive
/dports/www/moodle310/moodle/lib/filestorage/
H A Dzip_archive.php317 if ($this->is_system_file($info)) {
345 public function is_system_file($fileinfo) { function in zip_archive
/dports/www/moodle39/moodle/lib/filestorage/
H A Dzip_archive.php317 if ($this->is_system_file($info)) {
345 public function is_system_file($fileinfo) { function in zip_archive
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/
H A Dutil.py446 def is_system_file(filename): function
H A Dmodel.py945 if not found and not util.is_system_file(filename):