Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 247 for appengine (0.28 sec)

  1. utils/utils.go

    		frame, _ := frames.Next()
    		if (!strings.HasPrefix(frame.File, gormSourceDir) ||
    			strings.HasSuffix(frame.File, "_test.go")) && !strings.HasSuffix(frame.File, ".gen.go") {
    			return string(strconv.AppendInt(append([]byte(frame.File), ':'), int64(frame.Line), 10))
    		}
    	}
    
    	return ""
    }
    
    func IsValidDBNameChar(c rune) bool {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Apr 22 06:43:02 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

    - golang.org/x/sys: 59db8d7 → f4d4317
    - golang.org/x/term: 6a3ed07 → 6886f2d
    - golang.org/x/text: v0.3.6 → v0.3.7
    - golang.org/x/tools: v0.1.2 → d4cc65f
    - google.golang.org/api: v0.20.0 → v0.46.0
    - google.golang.org/appengine: v1.6.5 → v1.6.7
    - google.golang.org/genproto: f16073e → fe13028
    - google.golang.org/grpc: v1.38.0 → v1.40.0
    - google.golang.org/protobuf: v1.26.0 → v1.27.1
    - gopkg.in/ini.v1: v1.51.0 → v1.62.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - cloud.google.com/go/analytics: v0.19.0
    - cloud.google.com/go/apigateway: v1.5.0
    - cloud.google.com/go/apigeeconnect: v1.5.0
    - cloud.google.com/go/apigeeregistry: v0.6.0
    - cloud.google.com/go/appengine: v1.7.1
    - cloud.google.com/go/area120: v0.7.1
    - cloud.google.com/go/artifactregistry: v1.13.0
    - cloud.google.com/go/asset: v1.13.0
    - cloud.google.com/go/assuredworkloads: v1.10.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  4. src/slices/iter.go

    	}
    
    	return func(yield func(Slice) bool) {
    		for i := 0; i < len(s); i += n {
    			// Clamp the last chunk to the slice bound as necessary.
    			end := min(n, len(s[i:]))
    
    			// Set the capacity of each chunk so that appending to a chunk does
    			// not modify the original slice.
    			if !yield(s[i : i+end : i+end]) {
    				return
    			}
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:40:32 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/groovy/scripts/GroovyCompileScriptBuildOperationIntegrationTest.groovy

            succeeds "help", '-I', 'init.gradle'
    
            then:
            operations.all(CompileScriptBuildOperationType).size() == 0
    
            when: // changing cached build script
            buildFile << "println 'appending build logic'"
            succeeds "help", '-I', 'init.gradle'
            scriptCompiles = operations.all(CompileScriptBuildOperationType)
    
            then: // affected build script is recompiled
            scriptCompiles.size() == 2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  6. cmd/batch-handlers_gen.go

    	// string "lu"
    	o = append(o, 0xa2, 0x6c, 0x75)
    	o = msgp.AppendTime(o, z.LastUpdate)
    	// string "ra"
    	o = append(o, 0xa2, 0x72, 0x61)
    	o = msgp.AppendInt(o, z.RetryAttempts)
    	// string "at"
    	o = append(o, 0xa2, 0x61, 0x74)
    	o = msgp.AppendInt(o, z.Attempts)
    	// string "cmp"
    	o = append(o, 0xa3, 0x63, 0x6d, 0x70)
    	o = msgp.AppendBool(o, z.Complete)
    	// string "fld"
    	o = append(o, 0xa3, 0x66, 0x6c, 0x64)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 06 20:27:52 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. src/net/textproto/textproto.go

    		return nil, err
    	}
    	return NewConn(c), nil
    }
    
    // Cmd is a convenience method that sends a command after
    // waiting its turn in the pipeline. The command text is the
    // result of formatting format with args and appending \r\n.
    // Cmd returns the id of the command, for use with StartResponse and EndResponse.
    //
    // For example, a client might run a HELP command that returns a dot-body
    // by using:
    //
    //	id, err := c.Cmd("HELP")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  8. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/testUtils.kt

            append(symbol.render(renderer))
            append(" fromClass ")
            append(containingDeclaration.classId?.asString())
            if (symbol.typeParameters.isNotEmpty()) {
                appendLine()
                withIndent {
                    printCollection(symbol.typeParameters, separator = "\n") { typeParameter ->
                        val containingDeclarationForTypeParameter = typeParameter.getContainingSymbol()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/api/resource/amount.go

    		exponent = exponent - 1
    	case 2, -1:
    		amount, ok = int64MultiplyScale100(amount)
    		if !ok {
    			return infDecAmount{a.AsDec()}.AsCanonicalBytes(out)
    		}
    		exponent = exponent - 2
    	}
    	return strconv.AppendInt(out, amount, 10), exponent
    }
    
    // AsCanonicalBase1024Bytes accepts a buffer to write the base-1024 string value of this field to, and returns
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 19:42:28 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/FileSystemLocationSnapshot.java

        /**
         * The hash of the snapshot.
         *
         * This makes it possible to uniquely identify the snapshot.
         * <dl>
         *     <dt>Directories</dt>
         *     <dd>The combined hash of the children, calculated by appending the name and the hash of each child to a hasher.</dd>
         *     <dt>Regular Files</dt>
         *     <dd>The hash of the content of the file.</dd>
         *     <dt>Missing files</dt>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 15:09:45 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top