Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,036 for link66 (0.25 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="50">
          <match value=".RMF" type="string" offset="0" />
        </magic>
        <glob pattern="*.rm"/>
      </mime-type>
    
      <mime-type type="application/vnd.route66.link66+xml">
        <glob pattern="*.link66"/>
      </mime-type>
      <mime-type type="application/vnd.ruckus.download"/>
      <mime-type type="application/vnd.s3sms"/>
      <mime-type type="application/vnd.sbm.cid"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/cmd/internal/objabi/reloctype.go

    	// is not set on intel platforms but is set to a TLS symbol -- runtime.tlsg -- in
    	// the linker when externally linking).
    	R_TLS_IE
    	R_GOTOFF
    	R_PLT0
    	R_PLT1
    	R_PLT2
    	R_USEFIELD
    	// R_USETYPE resolves to an *rtype, but no relocation is created. The
    	// linker uses this as a signal that the pointed-to type information
    	// should be linked into the final binary, even if there are no other
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. docs/es/docs/external-links.md

    {% for section_name, section_content in external_links.items() %}
    
    ## {{ section_name }}
    
    {% for lang_name, lang_content in section_content.items() %}
    
    ### {{ lang_name }}
    
    {% for item in lang_content %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Feb 02 18:09:12 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. docs/tr/docs/external-links.md

    {% for section_name, section_content in external_links.items() %}
    
    ## {{ section_name }}
    
    {% for lang_name, lang_content in section_content.items() %}
    
    ### {{ lang_name }}
    
    {% for item in lang_content %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 15:28:47 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. docs/em/docs/external-links.md

    ## 📄
    
    {% for section_name, section_content in external_links.items() %}
    
    ## {{ section_name }}
    
    {% for lang_name, lang_content in section_content.items() %}
    
    ### {{ lang_name }}
    
    {% for item in lang_content %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Oct 22 07:35:13 UTC 2023
    - 929 bytes
    - Viewed (0)
  6. src/go/doc/comment/testdata/link.txt

    Russ Cox <******@****.***> 1648990796 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:41 UTC 2022
    - 527 bytes
    - Viewed (0)
  7. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Link.java

            }
            if (!getClass().equals(o.getClass())) {
                return false;
            }
            Link link = (Link) o;
            return Objects.equal(name, link.name)
                && Objects.equal(type, link.type)
                && Objects.equal(location, link.location)
                && Objects.equal(locationUri, link.locationUri);
        }
    
        @Override
        public int hashCode() {
            int result;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. src/cmd/link/linkbig_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This program generates a test to verify that a program can be
    // successfully linked even when there are very large text
    // sections present.
    
    package main
    
    import (
    	"bytes"
    	"fmt"
    	"internal/buildcfg"
    	"internal/testenv"
    	"os"
    	"testing"
    )
    
    func TestLargeText(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:22:14 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/NativeBinarySpec.java

         *
         * Valid for {@link SharedLibraryBinarySpec}, {@link StaticLibraryBinarySpec} and
         * {@link NativeExecutableBinarySpec} when the 'c' plugin is applied.
         */
        PreprocessingTool getcCompiler();
    
        /**
         * The configuration of the C++ compiler used when compiling C++ sources for this binary.
         *
         * Valid for {@link SharedLibraryBinarySpec}, {@link StaticLibraryBinarySpec} and
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/toolchain/GccToolChainCustomisationIntegrationTest.groovy

            wrapperTool(binDir, "linker", toolChain.linker)
    
            when:
            buildFile << """
    model {
        toolChains {
            ${toolChain.id} {
                path file('${binDir.toURI()}')
                eachPlatform {
                    cCompiler.executable = 'c-compiler'
                    staticLibArchiver.executable = 'static-lib'
                    linker.executable = 'linker'
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top