Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 191 for tienes (0.12 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/GroupedOutputFixture.java

    import java.util.Map;
    import java.util.Set;
    import java.util.function.Consumer;
    import java.util.regex.Matcher;
    import java.util.regex.Pattern;
    import java.util.stream.Collectors;
    
    /**
     * Parses console output into its pieces for verification in functional tests
     *
     * <pre>
     * then:
     * executedAndNotSkipped(":compileJava")
     *
     * result.groupedOutput.task(":compileJava")
     *     .assertOutputContains("Compiling with toolchain")
     * </pre>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/security/oauth2-scopes.md

        ```
    
    ## Die `scopes` verwenden
    
    Der Parameter `security_scopes` wird vom Typ `SecurityScopes` sein.
    
    Dieses verfügt über ein Attribut `scopes` mit einer Liste, die alle von ihm selbst benötigten Scopes enthält und ferner alle Abhängigkeiten, die dieses als Unterabhängigkeit verwenden. Sprich, alle „Dependanten“ ... das mag verwirrend klingen, wird aber später noch einmal erklärt.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:08 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  3. pkg/volume/secret/secret.go

    				Namespace: b.pod.Namespace,
    				Name:      b.source.SecretName,
    			},
    		}
    	}
    
    	totalBytes := totalSecretBytes(secret)
    	klog.V(3).Infof("Received secret %v/%v containing (%v) pieces of data, %v total bytes",
    		b.pod.Namespace,
    		b.source.SecretName,
    		len(secret.Data),
    		totalBytes)
    
    	payload, err := MakePayload(b.source.Items, secret, b.source.DefaultMode, optional)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. README.fr.md

     - [Salesforce](https://github.com/codelibs/fess-ds-salesforce)
     - [SharePoint](https://github.com/codelibs/fess-ds-sharepoint)
     - [Slack](https://github.com/codelibs/fess-ds-slack)
    
    ## Thèmes
    
     - [Simple](https://github.com/codelibs/fess-theme-simple)
     - [Classic](https://github.com/codelibs/fess-theme-classic)
    
    ## Ingest
    
     - [Logger](https://github.com/codelibs/fess-ingest-logger)
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  5. build/README.md

    `rsync` is used transparently behind the scenes to efficiently move data in and out of the container.  This will use an ephemeral port picked by Docker.  You can modify this by setting the `KUBE_RSYNC_PORT` env variable.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 10 07:20:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. pkg/controller/statefulset/stateful_set_utils_test.go

    	toRefs := func(strs []string) []metav1.OwnerReference {
    		refs := []metav1.OwnerReference{}
    		for _, s := range strs {
    			pieces := strings.Split(s, "/")
    			refs = append(refs, metav1.OwnerReference{
    				APIVersion: pieces[0],
    				Kind:       pieces[1],
    				Name:       pieces[2],
    			})
    		}
    		return refs
    	}
    	testCases := []struct {
    		orig, new []string
    		changed   bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  7. platforms/jvm/plugins-groovy/src/main/java/org/gradle/api/tasks/GroovyRuntime.java

                }
    
                private FileCollection inferGroovyClasspath(VersionNumber groovyVersion) {
                    // We may already have the required pieces on classpath via localGroovy()
                    Set<String> groovyJarNames = groovyJarNamesFor(groovyVersion);
                    List<File> groovyClasspath = collectJarsFromClasspath(classpath, groovyJarNames);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  8. src/log/log_test.go

    )
    
    type tester struct {
    	flag    int
    	prefix  string
    	pattern string // regexp that log output must match; we add ^ and expected_text$ always
    }
    
    var tests = []tester{
    	// individual pieces:
    	{0, "", ""},
    	{0, "XXX", "XXX"},
    	{Ldate, "", Rdate + " "},
    	{Ltime, "", Rtime + " "},
    	{Ltime | Lmsgprefix, "XXX", Rtime + " XXX"},
    	{Ltime | Lmicroseconds, "", Rtime + Rmicroseconds + " "},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 20:04:37 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  9. docs/de/docs/contributing.md

    Building docs for: es
    Successfully built docs for: es
    ```
    
    </div>
    
    Dadurch werden alle diese unabhängigen MkDocs-Sites für jede Sprache erstellt, kombiniert und das endgültige Resultat unter `./site/` gespeichert.
    
    Dieses können Sie dann mit dem Befehl `serve` bereitstellen:
    
    <div class="termy">
    
    ```console
    // Verwenden Sie das Kommando „serve“ nachdem Sie „build-all“ ausgeführt haben.
    $ python ./scripts/docs.py serve
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  10. pkg/volume/configmap/configmap.go

    			ObjectMeta: metav1.ObjectMeta{
    				Namespace: b.pod.Namespace,
    				Name:      b.source.Name,
    			},
    		}
    	}
    
    	totalBytes := totalBytes(configMap)
    	klog.V(3).Infof("Received configMap %v/%v containing (%v) pieces of data, %v total bytes",
    		b.pod.Namespace,
    		b.source.Name,
    		len(configMap.Data)+len(configMap.BinaryData),
    		totalBytes)
    
    	payload, err := MakePayload(b.source.Items, configMap, b.source.DefaultMode, optional)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top