Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 57 of 57 for space1 (0.57 sec)

  1. src/debug/elf/elf.go

    	SHT_DYNAMIC        SectionType = 6          /* dynamic section */
    	SHT_NOTE           SectionType = 7          /* note section */
    	SHT_NOBITS         SectionType = 8          /* no space section */
    	SHT_REL            SectionType = 9          /* relocation section - no addends */
    	SHT_SHLIB          SectionType = 10         /* reserved - purpose unknown */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/bootstrap.min.js.map

    `.${DATA_KEY}`\nconst DATA_API_KEY             = '.data-api'\nconst JQUERY_NO_CONFLICT       = $.fn[NAME]\nconst ESCAPE_KEYCODE           = 27 // KeyboardEvent.which value for Escape (Esc) key\nconst SPACE_KEYCODE            = 32 // KeyboardEvent.which value for space key\nconst TAB_KEYCODE              = 9 // KeyboardEvent.which value for tab key\nconst ARROW_UP_KEYCODE         = 38 // KeyboardEvent.which value for up arrow key\nconst ARROW_DOWN_KEYCODE       = 40 // KeyboardEvent.which value for down arrow key\nconst...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // versions. Here we put a 16-byte dummy string as a placeholder. We choose
      // 16-byte because it's the alignment of buffers in flatbuffer, so it won't
      // cause any waste of space if the actual string is shorter than 16 bytes.
      constexpr std::size_t kByteStringSize = 16;
      metadata.push_back(
          BuildMetadata("min_runtime_version", std::string(kByteStringSize, '\0')));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  4. src/net/http/server.go

    //
    // In general, a pattern looks like
    //
    //	[METHOD ][HOST]/[PATH]
    //
    // All three parts are optional; "/" is a valid pattern.
    // If METHOD is present, it must be followed by at least one space or tab.
    //
    // Literal (that is, non-wildcard) parts of a pattern match
    // the corresponding parts of a request case-sensitively.
    //
    // A pattern with no method matches every method. A pattern
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

      #parse the output and return the md5 hash
      #the sed command at the end removes whitespace
      local -r tar_md5=$(gsutil hash -h -m "${tar_location}" 2>/dev/null | grep "Hash (md5):" | awk -F ':' '{print $2}' | sed 's/^[[:space:]]*//g')
      echo "${tar_md5}"
    }
    
    # Copy a release tar and its accompanying hash.
    function copy-to-staging() {
      local -r staging_path=$1
      local -r gs_url=$2
      local -r tar=$3
      local -r hash=$4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    	a4    uint8  // p.RestArgs[1]
    	a5    uint8  // p.RestARgs[2]
    	a6    uint8  // p.To (obj.Addr)
    	type_ int8   // cases in asmout below. E.g., 44 = st r,(ra+rb); 45 = ld (ra+rb), r
    	size  int8   // Text space in bytes to lay operation
    
    	// A prefixed instruction is generated by this opcode. This cannot be placed
    	// across a 64B PC address. Opcodes should not translate to more than one
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/smallrye-stork/runtime/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/arc/deployment/pom.xml
    	quarkus/extensions/vertx/deployment/pom.xml
    quarkus/integration-tests/simple with space/pom.xml
    	quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml
    	quarkus/test-framework/junit5/pom.xml
    quarkus/extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top