Lines Matching refs:each
95 | [each()](#each)
112 // Append as a child node to each <li>
152 Insert the argument as a sibling directly after each of the nodes operated on.
255 Insert the argument as a sibling just before each of the nodes operated on.
529 Unwrap each current node by removing its parent, replacing the parent
532 Note that each node is operated on separately, so when you call
561 on each level (any extra siblings are removed). The outermost node
565 If called on a `NodeList`, each of nodes in the list will be separately
571 When a callable is passed, it is called once for each node operated on,
603 rather than each of them individually.
678 Return all children of each element node in the current set.
695 Return the first element matching the supplied input by traversing up through the ancestors of each…
712 Return all children of each node in the current set.
866 Return the sibling immediately following each element node in the current set.
885 Return all siblings following each element node in the current set.
904 Return all siblings following each element node in the current set upto but not including the node …
941 Return the immediate parent of each element node in the current set.
960 Return the ancestors of each element node in the current set.
979 Return the ancestors of each element node in the current set upto but not including the node matche…
999 Return the sibling immediately preceding each element node in the current set.
1018 Return all siblings preceding each element node in the current set.
1036 Return all siblings preceding each element node in the current set upto but not including the node …
1056 Return siblings of each element node in the current set.
1105 #### each subsubsection
1108 self each(callable $function)
1116 $nodes->each(function($node){