Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 145 for preds (0.05 sec)

  1. src/embed/internal/embedtest/testdata/.hidden/fortune.txt

    WARNING: terminal is not fully functional
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 04 13:50:44 UTC 2020
    - 61 bytes
    - Viewed (0)
  2. src/embed/internal/embedtest/testdata/-not-hidden/fortune.txt

    WARNING: terminal is not fully functional
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 04 23:35:34 UTC 2021
    - 61 bytes
    - Viewed (0)
  3. src/main/java/jcifs/CIFSContext.java

         * @return a child context using guest credentials
         */
        CIFSContext withGuestCrendentials ();
    
    
        /**
         * 
         * @param creds
         * @return a child context using using the given credentials
         */
        CIFSContext withCredentials ( Credentials creds );
    
    
        /**
         * @param locationHint
         * @param error
         * @return whether new credentials are obtained
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  4. cmd/batch-replicate.go

    	Prefix   string                        `yaml:"prefix" json:"prefix"`
    	Endpoint string                        `yaml:"endpoint" json:"endpoint"`
    	Path     string                        `yaml:"path" json:"path"`
    	Creds    BatchJobReplicateCredentials  `yaml:"credentials" json:"credentials"`
    }
    
    // ValidPath returns true if path is valid
    func (t BatchJobReplicateTarget) ValidPath() bool {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Nov 22 18:51:46 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. src/embed/internal/embedtest/testdata/_hidden/fortune.txt

    WARNING: terminal is not fully functional
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 04 13:50:44 UTC 2020
    - 61 bytes
    - Viewed (0)
  6. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/AbstractCodeQualityTask.java

    @DisableCachingByDefault(because = "Super-class, not to be instantiated directly")
    abstract public class AbstractCodeQualityTask extends SourceTask implements VerificationTask {
        private static final String OPEN_MODULES_ARG = "java.prefs/java.util.prefs=ALL-UNNAMED";
    
        @Inject
        public AbstractCodeQualityTask() {
            getIgnoreFailuresProperty().convention(false);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 18:07:00 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/whileop.mlir

        func.return %1, %2 : tensor<i32>, tensor<i32>
      }
    
      // CHECK-LABEL: func @while_test_remove_unused_results
      // CHECK:       [[pred:%.*]] = tfrt_fallback_async.predicate
      // CHECK-NEXT:  tfrt.while [[pred]] @"[[while_func_prefix:.*]]/tfrt_body_1"
      // CHECK-SAME:  (!tfrt.chain, !tfrt_fallback.tf_tensor) -> (!tfrt.chain, !tfrt_fallback.tf_tensor)
      // CHECK-NOT:   func.call
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. cmd/signature-v4-parser.go

    	creds := strings.SplitN(strings.TrimSpace(credElement), "=", 2)
    	if len(creds) != 2 {
    		return ch, ErrMissingFields
    	}
    	if creds[0] != "Credential" {
    		return ch, ErrMissingCredTag
    	}
    	credElements := strings.Split(strings.TrimSpace(creds[1]), SlashSeparator)
    	if len(credElements) < 5 {
    		return ch, ErrCredMalformed
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/lower_globals_to_ml_program_invalid.mlir

        %pred = arith.constant false
        cf.cond_br %pred, ^bb1(%v : tensor<!tf_type.resource<tensor<?xf32>>>), ^bb1(%v1 : tensor<!tf_type.resource<tensor<?xf32>>>)
      ^bb1(%either: tensor<!tf_type.resource<tensor<?xf32>>>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 24 21:57:26 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/eclipse/AbstractEclipseIntegrationTest.groovy

            getFile(options, ".settings/org.eclipse.wst.common.project.facet.core.xml")
        }
    
        protected File getJdtPropertiesFile(Map options) {
            getFile(options, ".settings/org.eclipse.jdt.core.prefs")
        }
    
        protected parseProjectFile(Map options) {
            parseFile(options, ".project")
        }
    
        protected parseClasspathFile(Map options) {
            parseFile(options, ".classpath")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top