Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for pipeline (0.58 sec)

  1. common/config/license-lint.yml

    # Apache 2.0
    #   github.com/ghodss/yaml: MIT / BSD-3
    #   github.com/gogo/protobuf: BSD-3
    #   github.com/jmespath/go-jmespath: Apache 2.0
    #   sigs.k8s.io/yaml: MIT / BSD-3
    - github.com/tektoncd/pipeline
    
    # MIT: https://github.com/kubernetes-sigs/yaml/blob/master/LICENSE
    - sigs.k8s.io/yaml
    
    # https://github.com/go-errors/errors/blob/master/LICENSE.MIT
    - github.com/go-errors/errors
    
    Others
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed Jan 25 19:26:20 GMT 2023
    - 3.2K bytes
    - Viewed (1)
  2. docs/en/data/external_links.yml

      - author: Arthur Henrique
        author_link: https://twitter.com/arthurheinrique
        link: https://medium.com/@arthur393/another-boilerplate-to-fastapi-azure-pipeline-ci-pytest-3c8d9a4be0bb
        title: 'Another Boilerplate to FastAPI: Azure Pipeline CI + Pytest'
      - author: Shane Soh
        author_link: https://medium.com/@shane.soh
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  3. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

       char *s = s1;
     
       /* Find the end of S1.  */
    -  do
    -    c = *s1++;
    -  while (c != '\0');
    -
    -  /* Make S1 point before next character, so we can increment
    -     it while memory is read (wins on pipelined cpus).  */
    -  s1 -= 2;
    +  s1 += strlen (s1);
     
    -  if (n >= 4)
    -    {
    -      size_t n4 = n >> 2;
    -      do
    -	{
    -	  c = *s2++;
    -	  *++s1 = c;
    -	  if (c == '\0')
    -	    return s;
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top