Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 64 for particle (0.23 sec)

  1. src/encoding/xml/marshal_test.go

    	{Value: &Pi{Approximation: 3.14159265}, ExpectXML: `<pi>3.1415927</pi>`},
    	{Value: &Universe{Visible: 9.3e13}, ExpectXML: `<universe>9.3e+13</universe>`},
    	{Value: &Particle{HasMass: true}, ExpectXML: `<particle>true</particle>`},
    	{Value: &Departure{When: ParseTime("2013-01-09T00:15:00-09:00")}, ExpectXML: `<departure>2013-01-09T00:15:00-09:00</departure>`},
    	{Value: atomValue, ExpectXML: atomXML},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    }
    
    // GetArticleForNoun returns the article needed for the given noun.
    func GetArticleForNoun(noun string, padding string) string {
    	if !strings.HasSuffix(noun, "ss") && strings.HasSuffix(noun, "s") {
    		// Plurals don't have an article.
    		// Don't catch words like class
    		return fmt.Sprintf("%v", padding)
    	}
    
    	article := "a"
    	if isVowel(rune(noun[0])) {
    		article = "an"
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                    configurations {
                        create 'default'
                        foo {
                           attributes { $debug } // partial match on `buildType`
                        }
                        bar {
                           attributes { $free } // partial match on `flavor`
                        }
                    }
                    task defaultJar(type: Jar) {
                       archiveBaseName = 'b-default'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  5. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  6. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  7. src/main/resources/suggest_indices/suggest_analyzer.json

          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
          "catalan_elision": {
            "type":         "elision",
            "articles": [ "d", "l", "m", "n", "s", "t"]
          },
          "catalan_stop": {
            "type":       "stop",
            "stopwords":  "_catalan_"
          },
          "catalan_keywords": {
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Oct 03 02:51:59 UTC 2019
    - 57.3K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern void TF_AbortWhile(const TF_WhileParams* params);
    
    // Adds operations to compute the partial derivatives of sum of `y`s w.r.t `x`s,
    // i.e., d(y_1 + y_2 + ...)/dx_1, d(y_1 + y_2 + ...)/dx_2...
    //
    // `dx` are used as initial gradients (which represent the symbolic partial
    // derivatives of some loss function `L` w.r.t. `y`).
    // `dx` must be nullptr or have size `ny`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                buf.append(escapeJson(endRecordNumber));
                buf.append(",\"page_numbers\":");
                buf.append(escapeJson(pageNumbers));
                buf.append(",\"partial\":");
                buf.append(escapeJson(partial));
                buf.append(",\"search_query\":");
                buf.append(escapeJson(searchQuery));
                buf.append(",\"requested_time\":");
                buf.append(requestedTime);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  10. src/go/build/build.go

    //   - files starting with _ or . (likely editor temporary files)
    //   - files with build constraints not satisfied by the context
    //
    // If an error occurs, Import returns a non-nil error and a non-nil
    // *[Package] containing partial information.
    func (ctxt *Context) Import(path string, srcDir string, mode ImportMode) (*Package, error) {
    	p := &Package{
    		ImportPath: path,
    	}
    	if path == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
Back to top