Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 46 for symstrings (0.2 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ModelSetIntegrationTest.groovy

                        println "setStrings: " + ($.setStrings as List)
                      }
                    }
                  }
                }
            '''
    
            then:
            succeeds "print"
    
            and:
            output.contains "mapThings: [[a, b], [a]]"
            output.contains "setThings: [[Thing 'setThings.0.0']]"
            output.contains "setStrings: [[a], [b]]"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/ManagedImplStructStrategyTest.groovy

            schema.getProperty('parent').schema == schema
        }
    
        @Managed
        interface SomeType {
            String getReadOnlyString()
    
            List<String> getStrings()
            void setStrings(List<String> strings)
        }
    
        @Managed
        interface Person {
            Person getParent()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  3. src/index/suffixarray/sais.go

    	// In that case, we don't remove the final entry.
    	if numLMS > 1 {
    		sa[lastB] = 0
    	}
    	return numLMS
    }
    
    // induceSubL_8_32 inserts the L-type text indexes of LMS-substrings
    // into sa, assuming that the final characters of the LMS-substrings
    // are already inserted into sa, sorted by final character, and at the
    // right (not left) end of the corresponding character bucket.
    // Each LMS-substring has the form (as a regexp) /S+L+S/:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/RuleSourceSchemaExtractionStrategyTest.groovy

            schema.properties.isEmpty()
        }
    
        static abstract class SomeRules extends RuleSource {
            abstract String getReadOnlyString()
            abstract List<String> getStrings()
            abstract void setStrings(List<String> strings)
        }
    
        def "assembles schema for RuleSource subtype"() {
            expect:
            def schema = store.getSchema(ModelType.of(SomeRules))
            schema instanceof RuleSourceSchema
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/options/OptionReaderTest.groovy

        public static class TestClass4 {
            @Option(option = 'stringValue', description = "string value")
            public void setStrings(String value1, String value2) {
            }
        }
    
        public static class TestClass5 {
            @Option(option = 'fileValue', description = "file value")
            public void setStrings(File file) {
            }
        }
    
        public static class TestClassWithOptionNameClashing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 10 12:45:01 UTC 2023
    - 33.4K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/UnmanagedImplStructStrategyTest.groovy

            schema.getProperty('parent').schema == schema
        }
    
        interface SomeType {
            String getReadOnlyString()
    
            List<String> getStrings()
            void setStrings(List<String> strings)
        }
    
        @UnmanagedStruct
        interface SomeStruct {
            String getReadOnlyString()
        }
    
        interface Person {
            Person getParent()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/base/Splitter.java

    import java.util.Iterator;
    import java.util.LinkedHashMap;
    import java.util.List;
    import java.util.Map;
    import java.util.regex.Pattern;
    import javax.annotation.CheckForNull;
    
    /**
     * Extracts non-overlapping substrings from an input string, typically by recognizing appearances of
     * a <i>separator</i> sequence. This separator can be specified as a single {@linkplain #on(char)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/Splitter.java

    import java.util.List;
    import java.util.Map;
    import java.util.regex.Pattern;
    import java.util.stream.Stream;
    import java.util.stream.StreamSupport;
    import javax.annotation.CheckForNull;
    
    /**
     * Extracts non-overlapping substrings from an input string, typically by recognizing appearances of
     * a <i>separator</i> sequence. This separator can be specified as a single {@linkplain #on(char)
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  9. src/regexp/regexp.go

    //	// s: ["", "b", "b", "c", "cadaaae"]
    //
    // The count determines the number of substrings to return:
    //
    //	n > 0: at most n substrings; the last substring will be the unsplit remainder.
    //	n == 0: the result is nil (zero substrings)
    //	n < 0: all substrings
    func (re *Regexp) Split(s string, n int) []string {
    
    	if n == 0 {
    		return nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:50:01 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  10. src/index/suffixarray/suffixarray_test.go

    		// The input must have more than N/3 LMS-substrings,
    		// which we arrange by repeating an SLSLSLSLSLSL pattern
    		// like ababab... above, but then we must also arrange
    		// for a large number of distinct LMS-substrings.
    		// We use this pattern:
    		// 1 255 1 254 1 253 1 ... 1 2 1 255 2 254 2 253 2 252 2 ...
    		// This gives approximately 2¹⁵ distinct LMS-substrings.
    		// We need to repeat at least one substring, though,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top