Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 242 for doEmit (0.16 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestPageGenerator.java

                this.hash = hash;
            }
    
            public void renderCommitLink(Html html) {
                html.a().classAttr("commit-link").href(getUrl()).text(getLabel()).end();
            }
    
            public String getUrl() {
                return String.format("https://github.com/%s/commit/%s", repo, hash);
            }
    
            public String getLabel() {
                return formatHash(hash);
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/github-actions.adoc

    ----
    
    === Initialize the Gradle project and commit to the repository
    
    Use `gradle init` to create a fresh Gradle project. You can choose any of the available options during `init`, but we recommend choosing "library" as the project type.
    
    Once the project is generated, commit the changes and push to the repository.
    
    [listing.terminal.sample-command]
    ----
    $ gradle init
    $ git add .
    $ git commit -m "Initial commit"
    $ git push
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 14:41:08 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/query.go

    		}
    		// Once we resolve the query to a particular commit, we will need to
    		// also identify the most appropriate version to assign to that commit.
    		// (It may correspond to more than one valid version.)
    		//
    		// The most appropriate version depends on the tags associated with
    		// both the commit itself (if the commit is a tagged version)
    		// and its ancestors (if we need to produce a pseudo-version for it).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_fr.properties

    constraints.Future.message      = {item} doit être dans le futur.
    constraints.Max.message         = {item} doit être plus petit ou égal à {value}.
    constraints.Min.message         = {item} doit être plus grand ou égal à {value}.
    constraints.NotNull.message     = {item} ne peut pas être null.
    constraints.Null.message        = {item} doit être null.
    constraints.Past.message        = {item} doit être dans le passé.
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintController.kt

                illegalStateFor("start")
    
            open fun pause(): WritingState =
                illegalStateFor("pause")
    
            open fun commit(buildScopedFingerprint: ConfigurationCacheStateFile, projectScopedFingerprint: ConfigurationCacheStateFile): WritingState =
                illegalStateFor("commit")
    
            open fun append(fingerprint: ProjectSpecificFingerprint): Unit =
                illegalStateFor("append")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  6. finisher_api.go

    	}
    
    	if err != nil {
    		tx.AddError(err)
    	}
    
    	return tx
    }
    
    // Commit commits the changes in a transaction
    func (db *DB) Commit() *DB {
    	if committer, ok := db.Statement.ConnPool.(TxCommitter); ok && committer != nil && !reflect.ValueOf(committer).IsNil() {
    		db.AddError(committer.Commit())
    	} else {
    		db.AddError(ErrInvalidTransaction)
    	}
    	return db
    }
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Fri Jan 12 08:42:21 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/api/apitesting/roundtrip/compatibility.go

    			writeFile(t, c.TestDataDirCurrentVersion, gvk, "", "yaml", expectedYAML)
    			writeFile(t, c.TestDataDirCurrentVersion, gvk, "", "pb", expectedProto)
    			t.Logf("wrote expected compatibility data... verify, commit, and rerun tests")
    		} else {
    			t.Logf("if the diff is expected because of a new type or a new field, re-run with %s=true to update the compatibility data", updateEnvVar)
    		}
    		return
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 16:38:32 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  8. src/cmd/go/internal/modfetch/codehost/codehost.go

    	Subdir string `json:",omitempty"` // subdirectory in repo
    
    	Hash string `json:",omitempty"` // commit hash or ID
    
    	// If TagSum is non-empty, then the resolution of this module version
    	// depends on the set of tags present in the repo, specifically the tags
    	// of the form TagPrefix + a valid semver version.
    	// If the matching repo tags and their commit hashes still hash to TagSum,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. src/html/template/escape.go

    }
    
    // editActionNode records a change to an action pipeline for later commit.
    func (e *escaper) editActionNode(n *parse.ActionNode, cmds []string) {
    	if _, ok := e.actionNodeEdits[n]; ok {
    		panic(fmt.Sprintf("node %s shared between templates", n))
    	}
    	e.actionNodeEdits[n] = cmds
    }
    
    // editTemplateNode records a change to a {{template}} callee for later commit.
    func (e *escaper) editTemplateNode(n *parse.TemplateNode, callee string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

                        }
                    } else {
                        itemList.add(item);
                    }
                }
                if (updater != null) {
                    final CharMappingItem item = updater.commit();
                    if (item != null) {
                        itemList.add(item);
                    }
                }
                mappingItemList = itemList;
            } catch (final IOException e) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top