Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for horizon (0.15 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)
  3. RELEASE.md

    Møller, Johannes Mayer, Justin Harris, Kashif Rasul, Kevin Robinson, Loo Rong
    Jie, Lucas Moura, Łukasz Bieniasz-Krzywiec, Mario Cho, Maxim Grechkin, Michael
    Heilman, Mostafa Rahmani, Mourad Mourafiq, @ninotoshi, Orion Reblitz-Richardson,
    Yuncheng Li, @raoqiyu, Robert DiPietro, Sam Abrahams, Sebastian Raschka,
    Siddharth Agrawal, @snakecharmer1024, Stephen Roller, Sung Kim, SunYeop Lee,
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top