Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 92 for Listeners (0.35 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r51/TaskOriginCrossVersionSpec.groovy

            def e = thrown(UnsupportedMethodException)
            e.message.startsWith("Unsupported method: TaskOperationDescriptor.getOriginPlugin()")
        }
    
        def "reports task origin for tasks defined in project evaluation listener callbacks"() {
            given:
            buildFile << """
                apply plugin: MyPlugin
                afterEvaluate {
                    task a {}
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/KtFirAnalysisSessionProvider.kt

        }
    
        override fun clearCaches() {
            cache.clear()
        }
    
        /**
         * Note: Races cannot happen because the listener is guaranteed to be invoked in a write action.
         */
        internal class SessionInvalidationListener(val project: Project) : LLFirSessionInvalidationListener {
            private val analysisSessionProvider: KaFirSessionProvider
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/modification/KotlinModificationTopics.kt

    /**
     * [Topic]s for Analysis API modification event subscription and publication. These topics should be subscribed to and published to via the
     * Analysis API message bus: [analysisMessageBus].
     *
     * See the individual listener interfaces for documentation about the events described by these topics:
     *
     *  - [KotlinModuleStateModificationListener]
     *  - [KotlinModuleOutOfBlockModificationListener]
     *  - [KotlinGlobalModuleStateModificationListener]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  4. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolve/extensions/KtResolveExtension.kt

         * that no cycles are introduced. In general, the [KaResolveExtension] should never publish an event for a module A in a listener for
         * the same module A.
         *
         * An out-of-block modification event for the [KaResolveExtension]'s associated module does not need to be published in response to an
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  5. cni/pkg/log/uds.go

    	if sockAddress == "" {
    		return nil
    	}
    	log.Info("Start a UDS server for CNI plugin logs")
    	unixListener, err := uds.NewListener(sockAddress)
    	if err != nil {
    		return fmt.Errorf("failed to create UDS listener: %v", err)
    	}
    	go func() {
    		if err := l.loggingServer.Serve(unixListener); network.IsUnexpectedListenerError(err) {
    			log.Errorf("Error running UDS log server: %v", err)
    		}
    	}()
    
    	go func() {
    		<-stop
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:28 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  6. src/net/http/transport_internal_test.go

    	_, ok := err.(nothingWrittenError)
    	return ok
    }
    
    func isTransportReadFromServerError(err error) bool {
    	_, ok := err.(transportReadFromServerError)
    	return ok
    }
    
    func newLocalListener(t *testing.T) net.Listener {
    	ln, err := net.Listen("tcp", "127.0.0.1:0")
    	if err != nil {
    		ln, err = net.Listen("tcp6", "[::1]:0")
    	}
    	if err != nil {
    		t.Fatal(err)
    	}
    	return ln
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 15:57:17 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/InitScriptExecutionIntegrationTest.groovy

        }
    
        @Issue("https://github.com/gradle/gradle-native/issues/962")
        @UnsupportedWithConfigurationCache
        def "init script can register all projects hook from within the projects loaded callback of build listener"() {
            given:
            executer.requireOwnGradleUserHomeDir()
    
            and:
            file("buildSrc/settings.gradle").createFile()
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  8. pilot/pkg/model/envoyfilter.go

    			cpw.Operation == networking.EnvoyFilter_Patch_INSERT_BEFORE ||
    			cpw.Operation == networking.EnvoyFilter_Patch_INSERT_FIRST {
    			// insert_before, after or first is applicable for listener filter, network filter,
    			// http filter and http route, convert the rest to add
    			if cpw.ApplyTo != networking.EnvoyFilter_HTTP_FILTER &&
    				cpw.ApplyTo != networking.EnvoyFilter_NETWORK_FILTER &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 13:57:28 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/configuration-factory-methods.txt

    Method <org.gradle.initialization.buildsrc.BuildSrcBuildListenerFactory$Listener.applyTasksTo(org.gradle.execution.EntryTaskSelector$Context, org.gradle.execution.plan.ExecutionPlan)> calls method <org.gradle.api.internal.artifacts.configurations.RoleBasedConfigurationContainerInternal.resolvableDependencyScopeUnlocked(java.lang.String)>...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. pom.xml

    						<networkaddress.cache.negative.ttl>-1</networkaddress.cache.negative.ttl>
    					</systemPropertyVariables>
    					<properties>
    						<property>
    							<name>listener</name>
    							<value>jcifs.tests.PrintingRunListener</value>
    						</property>
    					</properties>
    					<useSystemClassLoader>false</useSystemClassLoader>
    				</configuration>
    			</plugin>
    			<plugin>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 26 04:00:03 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top