Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for nextNode (0.25 seconds)

  1. android/guava/src/com/google/common/graph/Graphs.java

          }
    
          if (!top.remainingSuccessors.isEmpty()) {
            N nextNode = top.remainingSuccessors.remove();
            if (canTraverseWithoutReusingEdge(graph, nextNode, previousNode)) {
              stack.addLast(new NodeAndRemainingSuccessors<>(nextNode));
              continue;
            }
          }
    
          stack.removeLast();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 01:10:31 GMT 2026
    - 24.4K bytes
    - Click Count (0)
  2. src/main/webapp/js/purify.min.js

    (f)}if(f!==m)try{l?e.setAttributeNS(l,a,f):e.setAttribute(a,f),Nt(e)?At(e):p(o.removed)}catch(t){_t(a,e)}}else _t(a,e)}Rt(de.afterSanitizeAttributes,e,null)},kt=function e(t){let n=null;const o=St(t);for(Rt(de.beforeSanitizeShadowDOM,t,null);n=o.nextNode();)Rt(de.uponSanitizeShadowNode,n,null),wt(n),vt(n),n.content instanceof s&&e(n.content);Rt(de.afterSanitizeShadowDOM,t,null)};return o.sanitize=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null,r=null,i=null,l=n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top