Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 126 for BR (0.38 sec)

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

                                            <td>${f:br(f:h(includedPaths))}<la:hidden
                                                    property="includedPaths"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.labeltype_excluded_paths"/></th>
                                            <td>${f:br(f:h(excludedPaths))}<la:hidden
    Others
    - Registered: Mon Apr 22 08:04:10 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/joblog/admin_joblog_details.jsp

                                            <td>${f:br(f:h(scriptData))}<la:hidden
                                                    property="scriptData"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.joblog_scriptResult"/></th>
                                            <td>${f:br(f:h(scriptResult))}<la:hidden
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.8K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.elevate_word_permissions"/></th>
                                            <td>${f:br(f:h(permissions))}<la:hidden
                                                    property="permissions"/></td>
                                        </tr>
                                        <tr>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 8.3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping_details.jsp

                                            <td>${f:br(f:h(inputs))}<la:hidden property="inputs"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.dict_mapping_target"/></th>
                                            <td>${f:br(f:h(output))}<la:hidden property="output"/></td>
                                        </tr>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.5K bytes
    - Viewed (0)
  5. .github/ISSUE_TEMPLATE/tensorflow_issue_template.yaml

      - type: dropdown
        id: source
        attributes:
          label: Source
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Jun 28 18:25:42 GMT 2023
    - 3.7K bytes
    - Viewed (0)
  6. 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 Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.6K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/error/notFound.jsp

    	<main class="container">
    		<div class="text-center">
    			<h2>
    				<la:message key="labels.page_not_found_title" />
    			</h2>
    			<div>
    				<la:message key="labels.check_url" />
    				<br /> ${f:h(url)}
    			</div>
    		</div>
    	</main>
    	<jsp:include page="../footer.jsp" />
    	<input type="hidden" id="contextPath" value="<%=request.getContextPath()%>" />
    	<script type="text/javascript"
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/mail/TestmailPostcard.java

        //                                  Application Variable
        //                                  --------------------
        /**
         * Set the value of hostname, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param hostname The parameter value of hostname. (NotNull)
         */
        public void setHostname(String hostname) {
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 3.9K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            field.setAccessible(true);
            FieldUtil.set(field, obj, value);
        }
    
        public void test_pruneNode() throws Exception {
            final String data = "<html><body><br/><script>foo</script><noscript>bar</noscript></body></html>";
            final Document document = getDocument(data);
    
            ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 38.6K bytes
    - Viewed (0)
  10. docs/pt/docs/deployment/https.md

    Para aprender o básico de HTTPS de uma perspectiva do usuário, verifique <a href="https://howhttps.works/pt-br/" class="external-link" target="_blank">https://howhttps.works/pt-br/</a>.
    
    Agora, a partir de uma perspectiva do desenvolvedor, aqui estão algumas coisas para ter em mente ao pensar em HTTPS:
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Tue Oct 05 10:40:05 GMT 2021
    - 3.9K bytes
    - Viewed (0)
Back to top