Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 491 for Generating (0.17 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/AbstractXcodeSwiftWithXCTestProjectIntegrationTest.groovy

        def "honors Swift source compatibility difference on both tested component (#componentSourceCompatibility) and XCTest component (#xctestSourceCompatibility)"() {
            given:
            // TODO: Generating the Xcode files for incompatible source compatibility shouldn't fail the build
            //   Thus, we should be able to remove the assumption below.
            assumeSwiftCompilerSupportsLanguageVersion(componentSourceCompatibility)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/build.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Plugins that add support for generating IDE project files used for importing Gradle projects into IDEs"
    
    errorprone {
        disabledChecks.addAll(
            "MixedMutabilityReturnType", // 2 occurrences
        )
    }
    
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java

                if (fessConfig.isThumbnailEnabled()) {
                    thumbnailManager.offer(doc);
                }
                // 404
                throw responseManager.new404("Thumbnail for " + form.docId + " is under generating.");
            }
    
            return asStream(form.docId).contentType(getImageMimeType(thumbnailFile)).stream(out -> {
                try (BufferedInputStream in = new BufferedInputStream(new FileInputStream(thumbnailFile))) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/bug_report.yml

      - type: textarea
        id: additional-info
        attributes:
          label: Additional Information
          description: |
            Please include the output of [`istioctl bug-report`](https://istio.io/help/bugs/#generating-a-cluster-state-archive).
            If you are unable to do so, please ensure you have collected the relevant debugging information manually and attached below;
            issue without enough information will not be resolvable.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 15:17:29 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. tensorflow/c/generate-pc.sh

            --) shift ; break ;;
            *) echo "Internal error! Try '$0 --help' for more information." ; exit 1 ;;
        esac
    done
    
    [ -z $TF_VERSION ] && echo "Specify a version using -v or --version" && exit 1
    
    echo "Generating pkgconfig file for TensorFlow $TF_VERSION in $TF_PREFIX"
    
    cat << EOF > tensorflow.pc
    prefix=${TF_PREFIX}
    exec_prefix=\${prefix}
    libdir=\${exec_prefix}/${LIBDIR}
    includedir=\${prefix}/include/tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Aug 04 07:01:14 UTC 2019
    - 2.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/flagalloc.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ssa
    
    // flagalloc allocates the flag register among all the flag-generating
    // instructions. Flag values are recomputed if they need to be
    // spilled/restored.
    func flagalloc(f *Func) {
    	// Compute the in-register flag value we want at the end of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/MetadataDocinfoProcessor.java

                }
            }
    
            return outputHtml.toString();
        }
    
        // This method is necessary to avoid https://github.com/asciidoctor/asciidoctorj-pdf/issues/7
        // when generating PDFs.
        // "(NameError) no method 'process' for arguments (org.jruby.RubyObject,org.jruby.RubyObject)"
        public Object process(Object document, Object output) {
            return output;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/locking/DependencyLockingStrictModeIntegrationTest.groovy

            failure.assertHasResolution("To create the lock state, run a task that performs dependency resolution and add '--write-locks' to the command line.")
            failure.assertHasResolution("For more information on generating lock state")
            lockfileFixture.expectLockStateMissing('unlockedConf')
        }
    
        def 'fails if update done without lockfile present'() {
            mavenRepo.module('org', 'foo', '1.0').publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 3K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    func NewCertificateAuthority(config *CertConfig) (*x509.Certificate, crypto.Signer, error) {
    	key, err := NewPrivateKey(config.EncryptionAlgorithm)
    	if err != nil {
    		return nil, nil, errors.Wrap(err, "unable to create private key while generating CA certificate")
    	}
    	cert, err := NewSelfSignedCACert(config, key)
    	if err != nil {
    		return nil, nil, errors.Wrap(err, "unable to create self-signed CA certificate")
    	}
    
    	return cert, key, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/s390x/ggen.go

    	"cmd/internal/obj"
    	"cmd/internal/obj/s390x"
    )
    
    // clearLoopCutOff is the (somewhat arbitrary) value above which it is better
    // to have a loop of clear instructions (e.g. XCs) rather than just generating
    // multiple instructions (i.e. loop unrolling).
    // Must be between 256 and 4096.
    const clearLoopCutoff = 1024
    
    // zerorange clears the stack in the given range.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 19 15:59:22 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top