Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 61 for Bitbucket (0.29 sec)

  1. src/runtime/memmove_arm.s

    // Inferno's libkern/memmove-arm.s
    // https://bitbucket.org/inferno-os/inferno-os/src/master/libkern/memmove-arm.s
    //
    //         Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
    //         Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).  All rights reserved.
    //         Portions Copyright 2009 The Go Authors. All rights reserved.
    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 5.9K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/a.out.go

    // Inferno utils/5c/5.out.h
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/5c/5.out.h
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 05 16:22:12 UTC 2021
    - 7K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/ar.go

    // Inferno utils/include/ar.h
    // https://bitbucket.org/inferno-os/inferno-os/src/master/utils/include/ar.h
    //
    //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
    //	Portions Copyright © 1995-1997 C H Forsyth (******@****.***)
    //	Portions Copyright © 1997-1999 Vita Nuova Limited
    //	Portions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com)
    //	Portions Copyright © 2004,2006 Bruce Ellis
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 19 23:11:11 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  4. src/runtime/vlop_arm.s

    // Inferno's libkern/vlop-arm.s
    // https://bitbucket.org/inferno-os/inferno-os/src/master/libkern/vlop-arm.s
    //
    //         Copyright © 1994-1999 Lucent Technologies Inc. All rights reserved.
    //         Revisions Copyright © 2000-2007 Vita Nuova Holdings Limited (www.vitanuova.com).  All rights reserved.
    //         Portions Copyright 2009 The Go Authors. All rights reserved.
    //
    // Permission is hereby granted, free of charge, to any person obtaining a copy
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 7.1K bytes
    - Viewed (0)
  5. src/test/resources/plugin/repo1/index.html

    <a href="fess-ds-elasticsearch/" title="fess-ds-elasticsearch/">fess-ds-elasticsearch/</a>                                           -         -      
    <a href="fess-ds-gitbucket/" title="fess-ds-gitbucket/">fess-ds-gitbucket/</a>                                               -         -      
    <a href="fess-ds-gsuite/" title="fess-ds-gsuite/">fess-ds-gsuite/</a>                                                  -         -      
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  6. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/AbstractGcsDependencyResolutionTest.groovy

            executer.withArgument("-D${GCS_DISABLE_AUTH_PROPERTY}=true")
        }
    
        String getBucket() {
            return 'testGcsbucket'
        }
    
        abstract String getRepositoryPath()
    
        MavenGcsRepository getMavenGcsRepo() {
            new MavenGcsRepository(server, file(getTestDirectory()), getRepositoryPath(), getBucket())
        }
    
        IvyGcsRepository getIvyGcsRepo() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. src/internal/trace/traceviewer/histogram.go

    	}
    	if len(h.Buckets) <= bucket {
    		h.Buckets = append(h.Buckets, make([]int, bucket-len(h.Buckets)+1)...)
    		h.Buckets = h.Buckets[:cap(h.Buckets)]
    	}
    	h.Buckets[bucket]++
    	if bucket < h.MinBucket || h.MaxBucket == 0 {
    		h.MinBucket = bucket
    	}
    	if bucket > h.MaxBucket {
    		h.MaxBucket = bucket
    	}
    	h.Count++
    }
    
    // BucketMin returns the minimum duration value for a provided bucket.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:28:58 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. README.md

    [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)
    
    ## Overview
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Feb 25 00:40:07 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/AbstractS3DependencyResolutionTest.groovy

            executer.withArgument("-Dorg.gradle.s3.endpoint=${server.uri}")
        }
    
        String getBucket() {
            return 'tests3bucket'
        }
    
        abstract String getRepositoryPath()
    
    
        MavenS3Repository getMavenS3Repo() {
            new MavenS3Repository(server, file(getTestDirectory()), getRepositoryPath(), getBucket())
        }
    
        IvyS3Repository getIvyS3Repo() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. README.fr.md

    [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)
    
    ## Overview
    
    Fess est un serveur de moteur de recherche très puissant et facile à déployer en entreprise.
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top