Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for elegir (0.23 sec)

  1. guava/src/com/google/common/collect/ImmutableRangeSet.java

            final Iterator<Range<C>> rangeItr = ranges.iterator();
            Iterator<C> elemItr = Iterators.emptyIterator();
    
            @Override
            @CheckForNull
            protected C computeNext() {
              while (!elemItr.hasNext()) {
                if (rangeItr.hasNext()) {
                  elemItr = ContiguousSet.create(rangeItr.next(), domain).iterator();
                } else {
                  return endOfData();
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 26.9K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/ImmutableRangeSet.java

            final Iterator<Range<C>> rangeItr = ranges.iterator();
            Iterator<C> elemItr = Iterators.emptyIterator();
    
            @Override
            @CheckForNull
            protected C computeNext() {
              while (!elemItr.hasNext()) {
                if (rangeItr.hasNext()) {
                  elemItr = ContiguousSet.create(rangeItr.next(), domain).iterator();
                } else {
                  return endOfData();
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 27.1K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/plugins/form-validator/lang/ro.js

    spaţierea",badInt:"Numărul introdus este incorect",badSecurityNumber:"Numărul de asigurare introdus este incorect",badUKVatAnswer:"Numărul CIF introdus este incorect",badStrength:"Parola Dvs nu este suficient de sigură",badNumberOfSelectedOptionsStart:"Trebuie să alegi măcar ",badNumberOfSelectedOptionsEnd:" răspunsuri",badAlphaNumeric:"Valoarea introdusă trebuie să con însă doar caractere alfanumerice ",badAlphaNumericExtra:" și ",wrongFileSize:"Fisierul trimis este prea mare (max %s)",wrongFileType:"Se acceptă...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 2.5K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/background-tasks.md

    Eles tendem a exigir configurações mais complexas, um gerenciador de fila de mensagens/tarefas, como RabbitMQ ou Redis, mas permitem que você execute tarefas em segundo plano em vários processos e, especialmente, em vários servidores.
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Mon May 09 23:44:32 GMT 2022
    - 5.3K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/ForwardingMapTest.java

            } catch (InvocationTargetException ex) {
              try {
                throw ex.getCause();
              } catch (UnsupportedOperationException unsupported) {
                // this is a legit exception
              }
            }
          } catch (Throwable cause) {
            throw new InvocationTargetException(cause, method + " with args: " + Arrays.toString(args));
          }
        }
      }
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Apr 19 19:24:36 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/collect/ForwardingMapTest.java

            } catch (InvocationTargetException ex) {
              try {
                throw ex.getCause();
              } catch (UnsupportedOperationException unsupported) {
                // this is a legit exception
              }
            }
          } catch (Throwable cause) {
            throw new InvocationTargetException(cause, method + " with args: " + Arrays.toString(args));
          }
        }
      }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 19 19:24:36 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  7. docs/tr/docs/tutorial/path-params.md

    ```Python hl_lines="6  11"
    {!../../../docs_src/path_params/tutorial003.py!}
    ```
    
    Aksi halde, `/users/{user_id}` yolu `"me"` değerinin `user_id` parametresi için gönderildiğini "düşünerek" `/users/me` ile de eşleşir.
    
    Benzer şekilde, bir yol operasyonunu yeniden tanımlamanız mümkün değildir:
    
    ```Python hl_lines="6  11"
    {!../../../docs_src/path_params/tutorial003b.py!}
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

                .getType());
      }
    
      private static TypeToken<Map<Object, Object>> mapType() {
        return new TypeToken<Map<Object, Object>>() {};
      }
    
      // Looks like recursive, but legit.
      private interface WithFalseRecursiveType<K, V> {
        WithFalseRecursiveType<List<V>, String> keyShouldNotResolveToStringList();
    
        WithFalseRecursiveType<List<K>, List<V>> shouldNotCauseInfiniteLoop();
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 19.5K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/reflect/TypeTokenResolutionTest.java

                .getType());
      }
    
      private static TypeToken<Map<Object, Object>> mapType() {
        return new TypeToken<Map<Object, Object>>() {};
      }
    
      // Looks like recursive, but legit.
      private interface WithFalseRecursiveType<K, V> {
        WithFalseRecursiveType<List<V>, String> keyShouldNotResolveToStringList();
    
        WithFalseRecursiveType<List<K>, List<V>> shouldNotCauseInfiniteLoop();
    
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 19.5K bytes
    - Viewed (0)
  10. cni/pkg/iptables/iptables.go

    	// the healthcheck packet to a fixed IP if the packet is coming from a node-local process with a socket.
    	//
    	// We do this so we can exempt this traffic from ztunnel capture/proxy - otherwise both kube-proxy (legit)
    	// and kubelet (skippable) traffic would have the same srcip once they got to the pod, and would be indistinguishable.
    	//
    	// Note that SortedList is used here because the istio sets class has no order guarantees,
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Apr 12 01:42:30 GMT 2024
    - 19.2K bytes
    - Viewed (0)
Back to top