Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for horizon (0.09 seconds)

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

                  if (successors.hasNext()) {
                    // BFS: horizon.addLast(successors)
                    // Pre-order: horizon.addFirst(successors)
                    order.insertInto(horizon, successors);
                  }
                  return next;
                }
              } while (!horizon.isEmpty());
              return endOfData();
            }
          };
        }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 01:10:31 GMT 2026
    - 19.3K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/xn--1qqw23a.html
    佛山
    
    // xn--30rr7y : Excellent First Limited
    // https://www.iana.org/domains/root/db/xn--30rr7y.html
    慈善
    
    // xn--3bst00m : Eagle Horizon Limited
    // https://www.iana.org/domains/root/db/xn--3bst00m.html
    集团
    
    // xn--3ds443g : TLD REGISTRY LIMITED OY
    // https://www.iana.org/domains/root/db/xn--3ds443g.html
    在线
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 309.7K bytes
    - Click Count (1)
Back to Top