Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for congratulations (0.24 sec)

  1. hack/verify-conformance-requirements.sh

    then
      errors+=( "${failedLint}" )
    fi
    
    # Check to be sure all the packages that should pass lint are.
    if [ ${#errors[@]} -eq 0 ]; then
      echo 'Congratulations!  All e2e test source files have been linted for conformance requirements.'
    else
      {
        echo "Errors from lint:"
        for err in "${errors[@]}"; do
          echo "$err"
        done
        echo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:56 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. hack/verify-test-code.sh

        echo
        echo 'The above e2e framework files should not contain any e2e tests which are implemented '
        echo 'with framework.ConformanceIt() or ginkgo.It()'
        echo
      } >&2
      exit 1
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 23 08:51:42 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  3. hack/verify-shellcheck.sh

        "${SHELLCHECK_IMAGE}" \
      shellcheck "${SHELLCHECK_OPTIONS[@]}" "${scripts_to_check[@]}" >&2 || res=$?
    fi
    
    # print a message based on the result
    if [ $res -eq 0 ]; then
      echo 'Congratulations! All shell files are passing lint :-)'
    else
      {
        echo
        echo 'Please review the above warnings. You can test via "./hack/verify-shellcheck.sh"'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:05 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/readme-templates/library-body.adoc.template

    You can customize the project layout if you wish link:{userManualPath}/java_plugin.html#sec:changing_java_project_layout[as described in the user manual].
    
    Congratulations, you have just completed the first step of creating a ${language.raw} ${componentType.raw}!
    You can now customize this to your own project needs.
    
    == Customize the library JAR
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  5. hack/verify-golangci-lint.sh

    # initial invocation.
    if [ "$githubactions" ]; then
      golangci+=("--out-format=github-actions")
      run >"$githubactions" 2>&1
    fi
    
    # print a message based on the result
    if [ "$res" -eq 0 ]; then
      echo 'Congratulations! All files are passing lint :-)'
    else
      {
        echo
        echo "Please review the above warnings. You can test via \"${invocation[*]}\""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr7_writing_plugins.adoc

            return "CustomLib identifier is: " + CustomLib.identifier;
        }
    
        public static void main(String[] args) {
            System.out.println(new App().getGreeting());
        }
    }
    ----
    
    Congratulations, you have completed the tutorial!
    
    == Step 4. Next steps
    We recommend going through each section of the User Manual.
    
    [.text-right]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/action.go

    	// a1 may already be an install action fetched from the "build" cache key,
    	// and the caller just doesn't realize.
    	if strings.HasSuffix(a1.Mode, "-install") {
    		if a1.buggyInstall && mode == ModeInstall {
    			//  Congratulations! The buggy install is now a proper install.
    			a1.buggyInstall = false
    		}
    		return a1
    	}
    
    	// If there's no actual action to build a1,
    	// there's nothing to install either.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"confused":                             "\U0001f615",
    	"congo_brazzaville":                    "\U0001f1e8\U0001f1ec",
    	"congo_kinshasa":                       "\U0001f1e8\U0001f1e9",
    	"congratulations":                      "\u3297\ufe0f",
    	"construction":                         "\U0001f6a7",
    	"construction_worker":                  "\U0001f477",
    	"construction_worker_man":              "\U0001f477\u200d\u2642\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    include::{snippetsPath}/configurationCache/noProblem/tests/load.out[]
    ...
    BUILD SUCCESSFUL in 500ms
    1 actionable task: 1 executed
    Configuration cache entry reused.
    ----
    
    If it succeeds on your build, congratulations, you can now try with more useful tasks.
    You should target your development loop.
    A good example is running tests after making incremental changes.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  10. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    3236          ; disallowed_STD3_mapped ; 0028 8CA1 0029 #1.1  PARENTHESIZED IDEOGRAPH FINANCIAL
    3237          ; disallowed_STD3_mapped ; 0028 795D 0029 #1.1  PARENTHESIZED IDEOGRAPH CONGRATULATION
    3238          ; disallowed_STD3_mapped ; 0028 52B4 0029 #1.1  PARENTHESIZED IDEOGRAPH LABOR
    3239          ; disallowed_STD3_mapped ; 0028 4EE3 0029 #1.1  PARENTHESIZED IDEOGRAPH REPRESENT
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top