Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 153 for td (0.08 sec)

  1. guava/src/com/google/common/collect/Range.java

     * <tr><td>{@code (a..b)}  <td>{@code {x | a < x < b}}  <td>{@link Range#open open}
     * <tr><td>{@code [a..b]}  <td>{@code {x | a <= x <= b}}<td>{@link Range#closed closed}
     * <tr><td>{@code (a..b]}  <td>{@code {x | a < x <= b}} <td>{@link Range#openClosed openClosed}
     * <tr><td>{@code [a..b)}  <td>{@code {x | a <= x < b}} <td>{@link Range#closedOpen closedOpen}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                            <td>${f:h(data.requestedAt)}</td>
                                                            <td>${f:h(data.logMessage)}</td>
                                                        </tr>
                                                    </c:if>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 16K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbFile.java

     * </code></td>
     * <td><code>
     *  smb://host/foo/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://host/share/zig/zag
     * </code></td>
     * <td width="20%"><code>
     *  /
     * </code></td>
     * <td><code>
     *  smb://host/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://server/
     * </code></td>
     * <td width="20%"><code>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin.jsp

                                                    <tr>
                                                        <td>${f:h(artifact.type)}</td>
                                                        <td>${f:h(artifact.name)}</td>
                                                        <td>${f:h(artifact.version)}</td>
                                                        <td>
                                                            <c:if test="${editable}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.5K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc_details.jsp

                                            <td>${f:h(urlExpr)}<la:hidden property="urlExpr"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message
                                                    key="labels.boost_document_rule_boost_expr"/></th>
                                            <td>${f:h(boostExpr)}<la:hidden property="boostExpr"/></td>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/relatedquery/admin_relatedquery_details.jsp

                                            <td>${f:h(term)}<la:hidden property="term"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message
                                                    key="labels.related_query_queries"/></th>
                                            <td>${f:h(queries)}<la:hidden property="queries"/></td>
                                        </tr>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4.5K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/plugins/timepicker/bootstrap-timepicker.min.css

    r-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radi...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 3K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp

                                            <tr data-href="${f:h(data.type)}/?dictId=${f:h(data.id)}">
                                                <td>${f:h(data.path)}</td>
                                                <td>${f:h(data.type)}</td>
                                            </tr>
                                        </c:forEach>
                                        </tbody>
                                    </table>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4K bytes
    - Viewed (0)
  9. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/JavadocConverterTest.groovy

    <table>
        <tr><th>column1</th><th>column2</th></tr>
        <tr><td>cell1</td><td>cell2</td></tr>
    </table>
    '''
    
            when:
            def result = parser.parse(classMetaData, listener)
    
            then:
            format(result.docbook) == '''<table><thead><tr><td>column1</td><td>column2</td></tr></thead><tr><td>cell1</td><td>cell2</td></tr></table>'''
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 14.2K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                        </c:choose></td>
                                                        <td><fmt:formatDate
                                                                value="${fe:date(data.startTime)}"
                                                                pattern="yyyy-MM-dd'T'HH:mm:ss"/></td>
                                                        <td><c:if test="${data.endTime!=null}">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 11.4K bytes
    - Viewed (0)
Back to top