Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 93 for sine (0.02 seconds)

  1. src/main/resources/fess_indices/_aws/fess.json

    "har", "om", "vi", "min", "havde", "ham", "hun", "nu", "over", "da", "fra", "du", "ud", "sin", "dem", "os", "op", "man", "hans", "hvor", "eller", "hvad", "skal", "selv", "her", "alle", "vil", "blev", "kunne", "ind", "når", "være", "dog", "noget", "ville", "jo", "deres", "efter", "ned", "skulle", "denne", "end", "dette", "mit", "også", "under", "have", "dig", "anden", "hende", "mine", "alt", "meget", "sit", "sine", "vor", "mod", "disse", "hvis", "din", "nogle", "hos", "blive", "mange", "ad", "bliver",...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_indices/_cloud/fess.json

    "har", "om", "vi", "min", "havde", "ham", "hun", "nu", "over", "da", "fra", "du", "ud", "sin", "dem", "os", "op", "man", "hans", "hvor", "eller", "hvad", "skal", "selv", "her", "alle", "vil", "blev", "kunne", "ind", "når", "være", "dog", "noget", "ville", "jo", "deres", "efter", "ned", "skulle", "denne", "end", "dette", "mit", "også", "under", "have", "dig", "anden", "hende", "mine", "alt", "meget", "sit", "sine", "vor", "mod", "disse", "hvis", "din", "nogle", "hos", "blive", "mange", "ad", "bliver",...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 07:52:55 GMT 2026
    - 117.5K bytes
    - Click Count (0)
  3. architecture/standards/0010-gradle-properties-naming.md

    Since the naming of the properties no longer suggests they are experimental, we want to ensure users are aware if the current property stops having an effect.
    Since the underlying feature is incubating, its actual behavior can still change or be removed in the minor releases.
    
    These properties CAN be supplemented with command-line options and they SHOULD follow the shared naming scheme described above.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 06 09:25:54 GMT 2026
    - 8K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_de.properties

    constraints.TypeInteger.message = {item} muss eine Zahl sein.
    constraints.TypeLong.message = {item} muss eine Zahl sein.
    constraints.TypeFloat.message = {item} muss eine Zahl sein.
    constraints.TypeDouble.message = {item} muss eine Zahl sein.
    constraints.TypeAny.message = {item} kann nicht in {propertyType} konvertiert werden.
    constraints.UriType.message = {item} hat eine nicht erkannte URI.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.6K bytes
    - Click Count (0)
  5. src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java

            DictionaryFile.PagingList<StopwordsItem> result = stopwordsFile.selectList(10, 2);
            // When offset is out of bounds, all items may still be returned
            assertTrue(result.size() <= 5);
            assertEquals(6, result.getCurrentPageNumber()); // offset 10 with size 2 = page 6
            assertEquals(2, result.getPageSize());
            assertEquals(5, result.getAllRecordCount());
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 18K bytes
    - Click Count (0)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java

                String line = br.readLine();
                while (line != null) {
                    lineNumber++;
                    gatherDeadUserGuideLinksInLineReleaseNotes(sourceFile, line, lineNumber, errorsForFile);
                    gatherDeadJavadocLinksInLineReleaseNotes(sourceFile, line, lineNumber, errorsForFile);
    
                    line = br.readLine();
                }
            } catch (IOException e) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 23:22:57 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/util/ThreadDumpUtilTest.java

                    String line;
                    while ((line = reader.readLine()) != null) {
                        lines.add(line);
                    }
                }
    
                assertFalse("File should contain lines", lines.isEmpty());
    
                // Verify content structure
                boolean hasThreadLine = lines.stream().anyMatch(line -> line.startsWith("Thread:"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 15.6K bytes
    - Click Count (0)
  8. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt

            var pos = startAfterIntro
            var pastBlankLine = false
            for (line in lines) {
                if (pastBlankLine && !line.startsWith("- ") && line.isNotBlank()) {
                    return pos
                }
                if (line.isNotBlank()) {
                    pastBlankLine = true
                }
                pos += line.length + 1 // +1 for the newline
            }
            return content.length
        }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 14:49:33 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  9. src/main/webapp/css/chat.css

    }
    
    .empty-state-icon i {
        font-size: 2rem;
        color: white;
    }
    
    .empty-state-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #172b4d;
        margin-bottom: 0.5rem;
    }
    
    .empty-state-description {
        font-size: 0.9375rem;
        color: #6b778c;
        max-width: 400px;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }
    
    .empty-state-suggestions {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/helper/DocumentHelper.java

            }
            return hash;
        }
    
        /**
         * Appends line numbers to each line of content with a given prefix.
         * Useful for debugging and displaying content with line references.
         *
         * @param prefix the prefix to add before each line number
         * @param content the content to add line numbers to
         * @return the content with line numbers prepended, or empty string if content is blank
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Mar 30 14:27:04 GMT 2026
    - 17.4K bytes
    - Click Count (0)
Back to Top