Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 706 for IsSubstring (0.6 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

                                              const wchar_t* s2);
    
    }  // namespace internal
    
    // IsSubstring() and IsNotSubstring() are intended to be used as the
    // first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by
    // themselves.  They check whether needle is a substring of haystack
    // (NULL is considered a substring of itself only), and return an
    // appropriate error message when they fail.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

                                              const wchar_t* s2);
    
    }  // namespace internal
    
    // IsSubstring() and IsNotSubstring() are intended to be used as the
    // first argument to {EXPECT,ASSERT}_PRED_FORMAT2(), not by
    // themselves.  They check whether needle is a substring of haystack
    // (NULL is considered a substring of itself only), and return an
    // appropriate error message when they fail.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 440)).length());
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 450)).length());
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 460)).length());
                assertEquals(128, crawlingInfoHelper.generateId(value.substring(0, 470)).length());
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java

                    if (lastIndex >= 0) {
                        String retVal = expr.substring(0, index);
    
                        if ((index > 0) && (expr.charAt(index - 1) == '$')) {
                            retVal += expr.substring(index + 1, lastIndex + 1);
                        } else {
                            Object subResult = evaluate(expr.substring(index, lastIndex + 1));
    
                            if (subResult != null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 30 23:39:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/ArtifactFile.java

                    if (endVersion == name.length()) {
                        name = name.substring(0, startVersion);
                        done = true;
                    } else if (endVersion < name.length() && name.charAt(endVersion) == '-') {
                        String tail = name.substring(endVersion + 1);
                        name = name.substring(0, startVersion);
                        classifier = StringUtils.substringBeforeLast(tail, ".");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/main/resources/org/gradle/buildinit/tasks/templates/javaapplication/multi/utilities/SplitUtils.java.template

                String token = source.substring(lastFind);
                if (currentFind != -1) {
                    token = token.substring(0, currentFind - lastFind);
                }
    
                addIfValid(token, result);
                lastFind = currentFind + 1;
            }
    
            String token = source.substring(lastFind);
            addIfValid(token, result);
    
            return result;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 26 19:39:09 UTC 2023
    - 980 bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/CharSequenceExtensions.kt

            .toString()
    
    
    private
    fun CharSequence.linePreservingBlankRange(range: IntRange): String {
        val lineCount = substring(range).count { it == '\n' }
        return substring(0, range.start) + "\n".repeat(lineCount) + substring(range.endInclusive + 1)
    }
    
    
    /**
     * Computes the 1-based line and column numbers from the given [range].
     */
    internal
    fun CharSequence.lineAndColumnFromRange(range: IntRange): Pair<Int, Int> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  8. platforms/core-execution/build-cache-packaging/src/main/java/org/gradle/caching/internal/packaging/impl/RelativePathParser.java

            this.directoryPaths.addLast(rootPath.substring(0, rootPath.length() - 1));
            this.rootLength = rootPath.length();
            this.currentPath = rootPath;
        }
    
        public String getRelativePath() {
            return currentPath.substring(rootLength);
        }
    
        public String getName() {
            return currentPath.substring(sizeOfCommonPrefix + 1);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  9. src/index/suffixarray/sais.go

    // length_8_32 computes and records the length of each LMS-substring in text.
    // The length of the LMS-substring at index j is stored at sa[j/2],
    // avoiding the LMS-substring indexes already stored in the top half of sa.
    // (If index j is an LMS-substring start, then index j-1 is type L and cannot be.)
    // There are two exceptions, made for optimizations in name_8_32 below.
    //
    // First, the final LMS-substring is recorded as having length 0, which is otherwise
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/brazil.js

    validatorFunction:function(a){var b=a.replace(/\D/g,""),c=0,d=0,e=0,f=0;if(11!==b.length||"00000000000"===b)return!1;for(i=1;i<=9;i++)c+=parseInt(b.substring(i-1,i))*(11-i);if(e=10*c%11,e>=10&&(e=0),e!==parseInt(b.substring(9,10)))return!1;for(i=1;i<=10;i++)d+=parseInt(b.substring(i-1,i))*(12-i);return f=10*d%11,f>=10&&(f=0),f===parseInt(b.substring(10,11))},errorMessage:"",errorMessageKey:"badBrazilCPFAnswer"}),a.formUtils.addValidator({name:"brphone",validatorFunction:function(a){return!!a.mat...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.3K bytes
    - Viewed (0)
Back to top