Home
last modified time | relevance | path

Searched refs:change_attributes (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/e2fsprogs/
H A Dchattr.c89 static void change_attributes(const char *name, struct globals *gp);
96 change_attributes(path, gp); in chattr_dir_proc()
102 static void change_attributes(const char *name, struct globals *gp) in change_attributes() function
190 do change_attributes(*argv, &g); while (*++argv); in chattr_main()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/misc/
H A Dchattr.c213 static int change_attributes(const char * name) in change_attributes() function
304 ret = change_attributes(path); in chattr_dir_proc()
354 err = change_attributes (argv[j]); in main()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/misc/
H A Dchattr.c213 static int change_attributes(const char * name) in change_attributes() function
304 ret = change_attributes(path); in chattr_dir_proc()
354 err = change_attributes (argv[j]); in main()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/misc/
H A Dchattr.c213 static int change_attributes(const char * name) in change_attributes() function
304 ret = change_attributes(path); in chattr_dir_proc()
354 err = change_attributes (argv[j]); in main()
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dput_selection.py97 w.change_attributes(event_mask = X.PropertyChangeMask)
102 w.change_attributes(event_mask = 0)
H A Dget_selection.py126 w.change_attributes(event_mask = X.PropertyChangeMask)
/dports/devel/aegis/aegis-4.25.D510/aegis/
H A Daeca.h24 void change_attributes(void);
H A Dmain.cc123 { arglex_token_change_attributes, change_attributes, 0 }, in main()
H A Daeca.cc1009 change_attributes(void) in change_attributes() function
/dports/net/netatalk3/netatalk-3.1.12/bin/ad/
H A Dad_set.c141 static void change_attributes(char *path, afpvol_t *vol, const struct stat *st, struct adouble *ad,… in change_attributes() function
321 change_attributes(argv[optind], &vol, &st, &ad, new_attributes); in ad_set()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dinstall.c493 change_attributes (char const *name) in change_attributes() function
717 return change_attributes (to); in install_file_in_file()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dinstall.c493 change_attributes (char const *name) in change_attributes() function
717 return change_attributes (to); in install_file_in_file()
/dports/graphics/py-ueberzug/ueberzug-18.1.8/ueberzug/
H A Dui.py230 self.parent_window.change_attributes(
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.vfs_sql.inc.php1996 $change_attributes = 0;
2016 if ($change_attributes > 0)
2023 $change_attributes++;
/dports/www/phpgroupware/phpgroupware-0.9.16.017/infolog/inc/
H A Dclass.vfs.inc.php1964 $change_attributes = 0;
1982 if ($change_attributes > 0)
1989 $change_attributes++;
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/
H A Dowgradientdescent.py243 callback=self.change_attributes, sendSelectedValue=True,
412 def change_attributes(self): member in OWGradientDescent
/dports/x11/mate-dock-applet/mate-dock-applet-21.10.0/src/
H A Ddock_applet.in758 self.window.change_attributes(onerror=catch, event_mask=X.KeyPressMask)
/dports/net-mgmt/nagstamon/Nagstamon-3.8.0/Nagstamon/thirdparty/Xlib/xobject/
H A Ddrawable.py339 def change_attributes(self, onerror = None, **keys): member in Window
/dports/x11-toolkits/py-xlib/python-xlib-0.27/Xlib/xobject/
H A Ddrawable.py350 def change_attributes(self, onerror = None, **keys): member in Window
/dports/misc/py-orange3-educational/orange3-educational-0.4.0/orangecontrib/educational/widgets/tests/
H A Dtest_owgradientdescent.py953 w.change_attributes()
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/
H A Dinterface.py268 self.rootWindow.change_attributes(event_mask=X.SubstructureNotifyMask|X.StructureNotifyMask)
/dports/x11-toolkits/py-xlib/python-xlib-0.27/doc/src/
H A Devents.texi94 calls to @code{Window.change_attributes}. The value of this attribute
H A Dobjects.texi1002 @defmethod Window change_attributes ( onerror = None, **keys )