Searched refs:remove (Results 1 – 25 of 113) sorted by relevance
12345
81 This is required to remove all the previously denied83 remove the previously denied permission.85 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;87 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;104 This is required to remove all the previously denied106 remove the previously denied permission.108 $cmd = $icacls . ' ' . $path_escaped . ' /remove:d ' . $user;110 $cmd = $icacls . ' ' . $path_escaped . ' /remove:g ' . $user;121 This is required to remove all the previously denied123 remove the previously denied permission.[all …]
13 * remove the execute permission from the parent dir and test dir() on child dir14 * 1) remove write & execute permission from the 1st parent and test dir()15 * 2) remove execute permission from 2nd parent and test dir()18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";39 // remove the write and execute permission from sub parent45 // remove the execute permission from parent dir, allowing all permission for sub dir71 *** Testing dir() : remove execute permission from the parent dir ***
13 * remove the execute permission from the parent dir and test scandir() on child dir14 * 1. remove write & execute permission from the 1st parent and test scandir()15 * 2. remove execute permission from 2nd parent and test scandir()40 // remove the write and execute permission from sub parent46 // remove the execute permission from parent dir, allowing all permission for sub dir
13 * remove the execute permission from the parent dir and test opendir() on child dir14 * 1) remove write & execute permission from the 1st parent and test opendir()15 * 2) remove execute permission from 2nd parent and test opendir()39 // remove the write and execute permission from sub parent46 // remove the execute permission from parent dir, allowing all permission for sub dir
57 // remove all files in directory so can remove directory in CLEAN section59 // suppress errors as won't be able to remove "." and ".." entries
63 // remove all files in directory so can remove directory in CLEAN section65 // suppress errors as won't be able to remove "." and ".." entries
2 DOMNode::remove() dangling element13 $element->remove();
2 dom: DOMChildNode::remove does not work on character data10 $doc->documentElement->firstChild->remove();
2 Fix GH-11682 (Consecutive calls to DOMNode::before and DOMNode::remove unlink wrong nodes)20 $node->remove();
2 DOMNode::remove()14 $returnValue = $element->firstChild->remove();
33 $bar->remove();38 $doc->firstElementChild->remove();
2 Bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)
5 /* remove before */17 /* remove after */29 /* remove current */
377 while (remove) { in phpdbg_stack_free()380 if (remove->next) in phpdbg_stack_free()381 next = remove->next; in phpdbg_stack_free()383 switch (remove->type) { in phpdbg_stack_free()389 if (remove->method.name) { in phpdbg_stack_free()401 if (remove->str) { in phpdbg_stack_free()402 efree(remove->str); in phpdbg_stack_free()408 if (remove->file.name) { in phpdbg_stack_free()418 free(remove); in phpdbg_stack_free()419 remove = NULL; in phpdbg_stack_free()[all …]
33 // remove write permission of $dirname39 // remove the dir51 // remove write permission from file57 // remove temp dir
33 // remove write permission of $dirname40 // remove the dir52 // remove write permission from file63 // remove temp dir
32 // remove write permission of $dirname39 // remove the dir51 // remove write permission from file62 // remove temp dir
78 // remove the directory structure87 // remove the directory structure
40 Warning: rmdir(): phar error: cannot remove directory "phar://", no phar archive specified, or phar…42 Warning: rmdir(): phar error: cannot remove directory "" in phar "foo.phar", directory does not exi…44 Warning: rmdir(): phar error: cannot remove directory "a" in phar "%smkdir.phar.php", phar error: p…
13 echo "All of the following calls will fail to clean/remove the topmost buffer:\n";22 [callback:1]All of the following calls will fail to clean/remove the topmost buffer:
2 It is possible to remove required parameter before a variadic parameter
2 Phi sources remove 002
77 // remove shared memory segmant from SysV81 echo "Fail to remove shared memory from SysV.\n";88 echo "Fail to remove semaphore from SysV.\n";
2 Subtype cannot remove nullable parameter (covariance)
Completed in 35 milliseconds