Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 33 for columnId (0.04 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java

            protected List<String> columnList = new ArrayList<>();
    
            public void doColumn(String name) {
                columnList.add(name);
            }
    
            public void columnId() {
                doColumn("_id");
            }
    
            public void columnBusinessCategory() {
                doColumn("businessCategory");
            }
    
            public void columnCarLicense() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

                        cf.setSessionId_NotEqual(activeSessionId);
                    }
    
                });
    
                cb.fetchFirst(fessConfig.getPageCrawlingInfoMaxFetchSizeAsInteger());
                cb.specify().columnId();
            });
            if (!crawlingInfoList.isEmpty()) {
                final List<String> crawlingInfoIdList = new ArrayList<>();
                for (final CrawlingInfo cs : crawlingInfoList) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  3. build-logic-commons/code-quality-rules/src/main/resources/classycle/classycle_report_resources.zip

    headerArray.length; i++) { text += "<th>" + headerArray[i] + "</th>"; } text += "</tr>"; } rows = content.split(";"); for (i = 0; i < rows.length; i++) { if (rows[i].length > 0) { columns = rows[i].split(","); text += "<tr>"; for (j = 0; j < columns.length; j++) { text += "<td" + (number.test(columns[j]) ? " align=\"right\">" : ">") + columns[j] + "</td>"; } text += "</tr>"; } } text += "</table>"; } showText(text); } function showText(text) { list = window.open("", "list", "dependent=yes,location=no,menuba...
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 23.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RelatedContentDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/JobLogDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 11.1K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileAuthenticationDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
            setupEpg(_epgMap, et -> ((FileAuthentication) et).getCreatedBy(),
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 12.6K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/DataConfigDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 13.9K bytes
    - Click Count (0)
  8. src/main/webapp/css/chat.css

        display: flex;
        flex-direction: column;
        height: calc(100vh - 150px);
        max-height: calc(100vh - 150px);
        border-radius: 8px;
        border: 1px solid #dfe1e6;
    }
    
    .card-header {
        background-color: #fafbfc;
        border-bottom: 1px solid #dfe1e6;
    }
    
    .card-body.p-0 {
        flex: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 0;
    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)
  9. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/DuplicateHostDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.5K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RelatedQueryDbm.java

        //                                                                    ================
        // -----------------------------------------------------
        //                                       Column Property
        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 10.3K bytes
    - Click Count (0)
Back to Top