Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 346 for haxe (0.15 sec)

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"audio/x-matroska",
    				"video/webm",
    				"x-conference/x-cooltalk",
    				"application/x-fictionbook+xml",
    				"text/x-asciidoc",
    				"text/x-d",
    				"text/x-haml",
    				"text/x-haxe",
    				"text/x-rsrc",
    				"application/xquery"
    				]</arg>
    			<arg>tikaExtractor</arg>
    		</postConstruct>
    	</component>
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.GradleBuild.getBuildFile()> does not have raw return type assignable to org.gradle.api.provider.Property in (GradleBuild.java:0)
    Method <org.gradle.api.tasks.GradleBuild.getBuildName()> does not have raw return type assignable to org.gradle.api.provider.Property in (GradleBuild.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The <<#rel5.0:default_tool_versions,default versions of several code quality plugins>> have been updated.
     * Several <<#rel5.0:library_upgrades, library versions used by Gradle>> have been upgraded.
    
    [[changes_5.0]]
    == Upgrading from 4.10 and earlier
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener.go

    			// tcp, or simply specify that of all the listeners that Istio
    			// generates, the user would like to have only specific sets of
    			// services exposed on a particular listener.
    			//
    			// To ensure that we do not add anything to listeners we have
    			// already generated, run through the outboundListenerEntry map and set
    			// the locked bit to true.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. pkg/kubelet/pod_workers.go

    	// be terminated and have resources reclaimed. It returns false before the
    	// pod workers have synced (syncPod could be called). Once the pod workers
    	// have synced it returns false if the pod has a sync status until
    	// SyncTerminatedPod completes successfully. If the pod workers have synced,
    	// but the pod does not have a status it returns true.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  6. pkg/volume/testing/testing.go

    	ReturnCode int
    }
    
    // ScriptCommands configures fe, the FakeExec, to have a pre-configured list of
    // commands to expect. Calling more commands using fe than those scripted will
    // result in a panic. By default, the fe does not enforce command argument checking
    // or order -- if you have given an Output to the command, the first command scripted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. src/go/types/expr.go

    The check performed by f may fail in which case x.mode == invalid, and
    related error messages will have been issued by f.
    
    If a hint argument is present, it is the composite literal element type
    of an outer composite literal; it is used to type-check composite literal
    elements that have no explicit type specification in the source
    (e.g.: []T{{...}, {...}}, the hint is the type T in this case).
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  8. src/internal/trace/order.go

    		}
    		// Now we're talking about a thread and goroutine that have been
    		// blocked on a syscall for the entire generation. This case must
    		// not have a P; the runtime makes sure that all Ps are traced at
    		// the beginning of a generation, which involves taking a P back
    		// from every thread.
    		ms, ok := o.mStates[mid]
    		if ok {
    			// This M has been seen. That means we must have seen this
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          }).status());
    
      // Phase 2: contract any remaining edges.  After this phase we should have a
      // maximal clustering:
      //
      // A. We visit a cluster only after maximally clustering all its children.
      // B. By the time we're done with a node all of its children that could have
      //    been absorbed into the node have been absorbed.
      // C. We have an invariant that making a cluster larger does not make edges
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformInputArtifactIntegrationTest.groovy

            transformed()
            outputContains("result = [b-blue.jar.green, c.jar.green]")
    
            when:
            succeeds(":a:resolve")
    
            then: // have already seen these artifacts before, but the transform outputs have been overwritten
            result.assertTasksNotSkipped(":b:producer", ":a:resolve")
            transformed("b.jar")
            outputContains("result = [b.jar.green, c.jar.green]")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 27 19:15:32 UTC 2023
    - 51.9K bytes
    - Viewed (0)
Back to top