Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for predefined (0.19 sec)

  1. maven-core/src/test/resources-project-builder/plugin-exec-inheritance/w-merge/pom.xml

        Verify that plugin executions defined in the parent with inherited=false are not executed in child modules.
      </description>
    
      <build>
        <plugins>
          <!-- NOTE: It's essential part of this test variant to redefine the test plugin again, i.e. trigger plugin merging -->
          <plugin>
            <groupId>org.apache.maven.its.plugins</groupId>
            <artifactId>maven-it-plugin-log-file</artifactId>
            <version>2.1-SNAPSHOT</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  2. src/net/file_wasip1.go

    	case "udp":
    		return &UDPConn{conn{fd: fd}}
    	default:
    		panic("unsupported network for file connection: " + fd.net)
    	}
    }
    
    // This helper is implemented in the syscall package. It means we don't have
    // to redefine the fd_fdstat_get host import or the fdstat struct it
    // populates.
    //
    //go:linkname fd_fdstat_get_type syscall.fd_fdstat_get_type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 12 23:11:39 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. src/html/template/clone_test.go

    		t.Errorf(`redefine "lhs": got err %v want nil`, err)
    	}
    	// Cloning t1 should fail as it has been executed.
    	if _, err := t1.Clone(); err == nil {
    		t.Error("cloning t1: got nil err want non-nil")
    	}
    	// Redefining the "lhs" template in t1 should fail as it has been executed.
    	if _, err := t1.Parse(`{{define "lhs"}} OK {{end}}`); err == nil {
    		t.Error(`redefine "lhs": got nil err want non-nil`)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 8K bytes
    - Viewed (0)
  4. src/unicode/utf16/utf16_test.go

    // license that can be found in the LICENSE file.
    
    package utf16_test
    
    import (
    	"internal/testenv"
    	"reflect"
    	"testing"
    	"unicode"
    	. "unicode/utf16"
    )
    
    // Validate the constants redefined from unicode.
    func TestConstants(t *testing.T) {
    	if MaxRune != unicode.MaxRune {
    		t.Errorf("utf16.maxRune is wrong: %x should be %x", MaxRune, unicode.MaxRune)
    	}
    	if ReplacementChar != unicode.ReplacementChar {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:08:48 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  5. ci/official/utilities/setup.sh

    # $TFCI_OUTPUT_DIR/script.log
    exec > >(tee "$TFCI_OUTPUT_DIR/script.log") 2>&1
    
    # Setup tfrun, a helper function for executing steps that can either be run
    # locally or run under Docker. setup_docker.sh, below, redefines it as "docker
    # exec".
    # Important: "tfrun foo | bar" is "( tfrun foo ) | bar", not "tfrun (foo | bar)".
    # Therefore, "tfrun" commands cannot include pipes -- which is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 26 00:33:34 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. docs/fr/docs/deployment/manually.md

    ## Concepts de déploiement
    
    Ces exemples lancent le programme serveur (e.g. Uvicorn), démarrant **un seul processus**, sur toutes les IPs (`0.0.
    0.0`) sur un port prédéfini (par example, `80`).
    
    C'est l'idée de base. Mais vous vous préoccuperez probablement de certains concepts supplémentaires, tels que ... :
    
    * la sécurité - HTTPS
    * l'exécution au démarrage
    * les redémarrages
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 04 12:02:09 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  7. docs/fr/docs/tutorial/query-params.md

    * `skip`, un `int` avec comme valeur par défaut `0`.
    * `limit`, un `int` optionnel.
    
    !!! tip "Astuce"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 20:52:31 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. src/text/template/template.go

    // Named template definitions ({{define ...}} or {{block ...}} statements) in text
    // define additional templates associated with t and are removed from the
    // definition of t itself.
    //
    // Templates can be redefined in successive calls to Parse.
    // A template definition with a body containing only white space and comments
    // is considered empty and will not replace an existing template's body.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h.pump

    #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_
    
    #include <utility>  // For ::std::pair.
    
    // The compiler used in Symbian has a bug that prevents us from declaring the
    // tuple template as a friend (it complains that tuple is redefined).  This
    // hack bypasses the bug by declaring the members that should otherwise be
    // private as public.
    // Sun Studio versions < 12 also have the above bug.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  10. src/crypto/internal/boring/build-goboring.sh

    echo __umodti3 _goboringcrypto___umodti3 >>renames.txt
    echo __udivti3 _goboringcrypto___udivti3 >>renames.txt
    objcopy --remove-section=.llvm_addrsig goboringcrypto.o goboringcrypto1.o # b/179161016
    objcopy --redefine-syms=renames.txt goboringcrypto1.o goboringcrypto2.o
    objcopy --keep-global-symbols=globals.txt --strip-unneeded goboringcrypto2.o goboringcrypto_linux_$GOARCH.syso
    
    # Done!
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top