Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 662 for actioned (0.15 sec)

  1. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

        private ClassLoaderScope targetScope = new RootClassLoaderScope("test", getClass().classLoader, getClass().classLoader, new DummyClassLoaderCache(), Stub(ClassLoaderScopeRegistryListener))
    
        private Action<ClassNode> verifier = Actions.doNothing()
    
        private Class<? extends Script> expectedScriptClass
    
        private ImportsReader importsReader
        @Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/tasks/testing/Test.java

            return getTestClassesDirs().getAsFileTree().matching(patternSet);
        }
    
        /**
         * Executes the action against the {@link #getFilter()}.
         *
         * @param action configuration of the test filter
         * @since 1.10
         */
        public void filter(Action<TestFilter> action) {
            action.execute(getFilter());
        }
    
        /**
         * Sets the testExecuter property.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildProgressCrossVersionSpec.groovy

        @TargetGradleVersion('>=3.5 <7.0')
        def "generates events for worker actions with old Worker API (post 5.1)"() {
            expect:
            runBuildWithWorkerRunnable() != null
        }
    
        @TargetGradleVersion('>=5.6')
        def "generates events for worker actions with new Worker API (post 5.1)"() {
            expect:
            runBuildWithWorkerAction() != null
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. pkg/controller/certificates/signer/signer_test.go

    			verify: func(t *testing.T, as []testclient.Action) {
    				if len(as) != 0 {
    					t.Errorf("expected no action to be taken")
    				}
    			},
    		},
    		{
    			name:            "should do nothing if an unrecognised signerName is used",
    			signerName:      "kubernetes.io/not-recognised",
    			constructionErr: true,
    			approved:        true,
    			verify: func(t *testing.T, as []testclient.Action) {
    				if len(as) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 21:12:04 UTC 2022
    - 15K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/suggest/SuggesterTest.java

    import org.junit.Before;
    import org.junit.BeforeClass;
    import org.junit.Test;
    import org.opensearch.action.admin.indices.get.GetIndexResponse;
    import org.opensearch.action.bulk.BulkRequestBuilder;
    import org.opensearch.action.index.IndexAction;
    import org.opensearch.action.index.IndexRequestBuilder;
    import org.opensearch.action.support.WriteRequest;
    import org.opensearch.client.Client;
    
    public class SuggesterTest {
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 37K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/DefaultRepositoryContentDescriptor.java

            }
        }
    
        @Override
        public Action<? super ArtifactResolutionDetails> toContentFilter() {
            if (cachedAction != null) {
                return cachedAction;
            }
            locked = true;
            if (includeSpecs == null && excludeSpecs == null) {
                // no filtering in place
                return Actions.doNothing();
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  7. platforms/software/resources-sftp/src/test/groovy/org/gradle/internal/resource/transport/sftp/SftpClientFactoryTest.groovy

                    instant.action1
                    thread.blockUntil.action2
                    sftpClientFactory.releaseSftpClient(actualClient1)
                }
    
                start {
                    actualClient2 = sftpClientFactory.createSftpClient(uri, credentials)
                    instant.action2
                    thread.blockUntil.action1
                    sftpClientFactory.releaseSftpClient(actualClient2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

                    final String index = fessConfig.getIndexDocumentUpdateIndex();
                    searchEngineClient.admin().indices().prepareRefresh(index).execute().actionGet();
                    final long numOfDeleted = searchEngineClient.deleteByQuery(index, queryBuilder);
                    logger.info("Deleted {} old docs.", numOfDeleted);
                } catch (final Exception e) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolutionStrategy.java

         *
         * @param action Action to be applied to the {@link ComponentSelectionRules}
         * @return this ResolutionStrategy instance
         * @since 2.2
         */
        ResolutionStrategy componentSelection(Action<? super ComponentSelectionRules> action);
    
        /**
         * Returns the set of dependency substitution rules that are set for this configuration.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 17 13:05:50 UTC 2022
    - 16K bytes
    - Viewed (0)
  10. src/text/template/parse/parse.go

    	if token.typ == itemError {
    		extra := ""
    		if t.actionLine != 0 && t.actionLine != token.line {
    			extra = fmt.Sprintf(" in action started at %s:%d", t.ParseName, t.actionLine)
    			if strings.HasSuffix(token.val, " action") {
    				extra = extra[len(" in action"):] // avoid "action in action"
    			}
    		}
    		t.errorf("%s%s", token, extra)
    	}
    	t.errorf("unexpected %s in %s", token, context)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top