Searched refs:remove (Results 1 – 25 of 171) sorted by relevance
1234567
2 TokenList: remove errors12 $list->remove("");17 $list->remove(" ");22 $list->remove("\0");27 $list->remove(0);38 Dom\TokenList::remove(): Argument #1 must not contain any null bytes39 Dom\TokenList::remove(): Argument #1 must be of type string, int given
2 TokenList: remove11 $list->remove();12 $list->remove('test1');16 $list->remove('nope');20 $list->remove('test2');25 $list->remove('test4');
24 echo "--- Toggle A (forced remove) ---\n";30 echo "--- Toggle B (forced remove) ---\n";65 --- Toggle A (forced remove) ---69 --- Toggle B (forced remove) ---
12 $element->remove();16 $list->remove('B');
41 echo "--- $name test remove index 2 at index 2 ---\n";49 $node->remove();55 echo "--- $name test remove index 1 at index 2 ---\n";69 echo "--- $name test remove all ---\n";76 $node->remove();84 --- Legacy test remove index 2 at index 2 ---97 --- Legacy test remove index 1 at index 2 ---116 --- Legacy test remove all ---123 --- Modern test remove index 2 at index 2 ---138 --- Modern test remove index 1 at index 2 ---[all …]
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();
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 …]
15 $dom->body->remove();22 $tmp->remove();28 $tmp->remove();34 $tmp->remove();40 $tmp->remove();46 $tmp->remove();52 $tmp->remove();60 $tmp1->remove();62 $tmp2->remove();
15 $dom->head->remove();22 $tmp->remove();28 $tmp->remove();34 $tmp->remove();42 $tmp1->remove();44 $tmp2->remove();
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
5 /* remove before */17 /* remove after */29 /* remove current */
383 while (remove) { in phpdbg_stack_free()386 if (remove->next) in phpdbg_stack_free()387 next = remove->next; in phpdbg_stack_free()389 switch (remove->type) { in phpdbg_stack_free()395 if (remove->method.name) { in phpdbg_stack_free()407 if (remove->str) { in phpdbg_stack_free()408 efree(remove->str); in phpdbg_stack_free()414 if (remove->file.name) { in phpdbg_stack_free()424 free(remove); in phpdbg_stack_free()425 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
15 $doc->documentElement->remove();23 $declaration->parentNode->childNodes[0]->remove();
11 $entityRef->parentNode->remove();27 $entityRef->parentNode->remove();
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:
Completed in 25 milliseconds