- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 216 for Franco (0.04 seconds)
-
tests/update_test.go
if rowsAffected := DB.Model(&User{}).Clauses(clause.From{Tables: []clause.Table{{Name: "accounts"}}}).Where("accounts.user_id = users.id AND accounts.number = ? AND accounts.deleted_at IS NULL", users[0].Account.Number).Update("name", "franco").RowsAffected; rowsAffected != 1 { t.Errorf("should only update one record, but got %v", rowsAffected) } var result User if err := DB.Where("id = ?", users[0].ID).First(&result).Error; err != nil {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Mon Jul 21 02:46:58 GMT 2025 - 30.4K bytes - Click Count (0) -
.github/workflows/release-branch-cherrypick.yml
# https://github.com/tensorflow/tensorflow/actions/workflows/release-branch-cherrypick.yml # and click "Run Workflow." Leave "Use Workflow From" set to "master", then # input the branch name and paste the cherry-pick commit and click Run. A PR # will be created. name: Release Branch Cherrypick on: workflow_dispatch: inputs: # We use this instead of the "run on branch" argument because GitHub looks
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 3.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+branch-consistency.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+branch-consistency display-name: "elastic / elasticsearch # %BRANCH% - branch consistency" description: Testing of the Elasticsearch master branch version consistency. triggers: - timed: "H 7 * * *" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: | JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA - shell: |Created: Sun Dec 21 06:47:06 GMT 2025 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 572 bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishBranchSnapshotFromQuickFeedback.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
triggerRules = "+:root=${branch.vcsRootId()}:." branchFilter = "+:<default>" } class PublishNightlySnapshot( branch: VersionedSettingsBranch, ) : PublishGradleDistributionFullBuild( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), promoteTask = branch.promoteNightlyTaskName(), triggerName = "ReadyforNightly", ) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 4.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt
description = "Promotes the latest successful documentation changes on '${branch.branchName}' from Ready for Nightly as a new nightly documentation snapshot" triggers { branch.determineNightlyPromotionTriggerHour()?.let { triggerHour -> schedule { scheduledTrigger(branch, policy = daily { this.hour = triggerHour }, pendingChangesOnly = true) } }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 1.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 12 12:12:29 GMT 2025 - 2.9K bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// https://www.iana.org/domains/root/db/aquarelle.html aquarelle // arab : League of Arab States // https://www.iana.org/domains/root/db/arab.html arab // aramco : Aramco Services Company // https://www.iana.org/domains/root/db/aramco.html aramco // archi : Identity Digital Limited // https://www.iana.org/domains/root/db/archi.html archi // army : Dog Beach, LLC
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 309.7K bytes - Click Count (1) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshotFromQuickFeedbackStepPromote.kt
*/ package promotion import common.VersionedSettingsBranch class PublishNightlySnapshotFromQuickFeedbackStepPromote( branch: VersionedSettingsBranch, ) : BasePublishGradleDistribution( promotedBranch = branch.branchName, prepTask = branch.prepNightlyTaskName(), triggerName = "QuickFeedback", cleanCheckout = false, ) { init {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Mar 20 06:13:56 GMT 2025 - 1.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
cleanup { history(days = 180) } this.init() } } class PublishFinalRelease( branch: VersionedSettingsBranch, ) : PublishRelease( promotedBranch = branch.branchName, prepTask = "prepFinalRelease", promoteTask = branch.promoteFinalReleaseTaskName(), requiredConfirmationCode = "final", init = { id(FINAL_RELEASE_BUILD_CONFIGURATION_ID)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 4K bytes - Click Count (0)