Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 75 for td (4.22 sec)

  1. src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype_details.jsp

                                            <td>${f:h(name)}<la:hidden property="name"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.labeltype_value"/></th>
                                            <td>${f:h(value)}<la:hidden property="value"/></td>
                                        </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.6K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_details.jsp

                                            <td>${f:h(hostname)}<la:hidden property="hostname"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.file_auth_port"/></th>
                                            <td>${f:h(port)}<la:hidden property="port"/></td>
                                        </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

                                                                <la:message key="labels.webauth_any"/>
                                                            </c:if> ${f:h(data.port)}</td>
                                                            <td>${f:h(data.webConfig.name)}</td>
                                                        </tr>
                                                    </c:forEach>
                                                    </tbody>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 24 13:43:18 GMT 2020
    - 6.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/pathmap/admin_pathmap.jsp

                                                            data-href="${contextPath}/admin/pathmap/details/4/${f:u(data.id)}">
                                                        <td>${f:h(data.regex)}</td>
                                                        <td>${f:h(data.replacement)}</td>
                                                    </tr>
                                                </c:forEach>
                                                </tbody>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 31 05:47:05 GMT 2020
    - 7.4K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/duplicatehost/admin_duplicatehost_details.jsp

                                            <td>${f:h(regularName)}<la:hidden
                                                    property="regularName"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.duplicate_name"/></th>
                                            <td>${f:h(duplicateHostName)}<la:hidden
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 4.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp

                                                        <td>${f:h(logFile.name)}</td>
                                                        <td><fmt:formatDate value="${logFile.lastModified}"
                                                                            type="BOTH" dateStyle="MEDIUM"/></td>
                                                    </tr>
                                                </c:forEach>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 4K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.jsp

                                            <td>${f:br(f:h(input))}<la:hidden property="input"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.dict_stemmeroverride_target"/></th>
                                            <td>${f:br(f:h(output))}<la:hidden property="output"/></td>
                                        </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.6K 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>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 4K bytes
    - Viewed (0)
  9. architecture/ambient/peer-authentication.md

    ```mermaid
    graph TD;
    src[src pod]-->|plaintext port|ztunnel{"ztunnel (L4 policy applied here)"}
    ztunnel{ztunnel}-->|TLS|wp{waypoint}
    wp-->|mTLS|ztunnel
    ztunnel-->|plaintext|dst[dst pod]
    ```
    
    And here's an example of an authenticated request to a captured destination:
    
    ```mermaid
    graph TD;
    src[src pod]-->|15008|ztunnel{ztunnel}
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Aug 09 22:09:18 GMT 2023
    - 3.9K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp

                                                            <td>${f:h(data.name)}</td>
                                                            <td>${f:h(data.webConfig.name)}</td>
                                                        </tr>
                                                    </c:forEach>
                                                    </tbody>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 24 13:43:18 GMT 2020
    - 5.5K bytes
    - Viewed (0)
Back to top