Searched refs:change_task (Results 1 – 8 of 8) sorted by relevance
/dports/security/py-volatility3/volatility3-94426ad/volatility/cli/volshell/ |
H A D | linux.py | 24 def change_task(self, pid = None): member in Volshell 45 (['ct', 'change_task', 'cp'], self.change_task), 50 self.change_task(self.config['pid'])
|
H A D | mac.py | 24 def change_task(self, pid = None): member in Volshell 45 (['ct', 'change_task', 'cp'], self.change_task), 50 self.change_task(self.config['pid'])
|
/dports/www/py-django-guardian/django-guardian-1.4.9/docs/userguide/ |
H A D | assign.rst | 100 >>> assign_perm('change_task', group, task) 101 >>> joe.has_perm('change_task', task) 105 >>> joe.has_perm('change_task', task)
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/integration/targets/win_scheduled_task/tasks/ |
H A D | tests.yml | 106 register: change_task 117 - change_task is changed
|
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_scheduled_task/tasks/ |
H A D | tests.yml | 106 register: change_task 117 - change_task is changed
|
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/ |
H A D | works.py | 482 def change_task(task): function 488 if not change_task(task): continue 493 if not change_task(task): continue
|
/dports/graphics/minder/Minder-1.13.1/src/ |
H A D | NodeMenu.vala | 105 _task.activate.connect( change_task ); 479 private void change_task() {
|
H A D | DrawArea.vala | 1022 private void change_task( Node node, bool enable, bool done, Array<NodeTaskInfo?> changes ) { 1037 change_task( nodes.index( 0 ), enable, done, changes ); 1060 change_task( parents.index( i ), false, false, changes ); 1064 change_task( parents.index( i ), true, true, changes ); 1069 change_task( parents.index( i ), true, false, changes );
|