Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 103 for link3 (0.03 seconds)

  1. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

            final String data = "<html><body>" + "<a href=\"http://example.com/ccc\">link3</a>" + "<a href=\"http://example.com/aaa\">link1</a>"
                    + "<a href=\"http://example.com/bbb\">link2</a>" + "<a href=\"http://example.com/aaa\">link1 dup</a>"
                    + "<a href=\"http://example.com/ccc\">link3 dup</a>" + "</body></html>";
            final Document document = getDocument(data);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
  2. .github/workflows/check-markdown-links.yml

    name: "Check markdown links"
    
    on:
      push:
        branches:
          - master
      pull_request:
      workflow_dispatch:
    
    permissions: {}
    
    jobs:
      check-links:
        permissions:
          contents: read
        runs-on: ubuntu-latest
        steps:
          - name: Checkout
            uses: actions/checkout@v6
    
          - name: Check links
            uses: lycheeverse/lychee-action@v2.8.0
            with:
              # excluded:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 25 22:06:44 GMT 2026
    - 920 bytes
    - Click Count (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java

                String link = linkMatcher.group(1);
                File referencedFile = new File(getJavadocRoot().get().getAsFile(), link);
                if (!referencedFile.exists() || referencedFile.isDirectory()) {
                    String errMsg = "Missing Javadoc file for " + link + " in " + sourceFile.getName();
                    if (link.startsWith("javadoc")) {
    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)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

            for (Element h23element: h23elements) {
                String tag = h23element.tagName();
                String name = h23element.text();
                Element link = h23element.selectFirst("a");
                String anchor = (link != null) ? link.attr("id") : "";
                if(!name.startsWith("Table") && tag.equals("h2")){
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  5. src/main/webapp/js/marked.min.js

    i=e[r];if(this.options.extensions?.renderers?.[i.type]){let a=this.options.extensions.renderers[i.type].call({parser:this},i);if(a!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){n+=a||"";continue}}let s=i;switch(s.type){case"escape":{n+=t.text(s);break}case"html":{n+=t.html(s);break}case"link":{n+=t.link(s);break}case"image":{n+=t.image(s);break}case"checkbox":{n+=t.checkbox(s);break}case"strong":{n+=t.strong(s);break}case"em":{n+=t.em(s);break}case"...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 41.5K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/common/admin/header.jsp

    			title="<la:message key="labels.eol_error" />">
    			<a class="nav-link active" href="${eolLink}" target="_olh"><i class="fas fa-times-circle text-danger" aria-hidden="true"></i></a></li>
    		</c:if>
    		<c:if test="${developmentMode}">
    			<li class="nav-item" data-toggle="tooltip" data-placement="left"
    				title="<la:message key="labels.development_mode_warning" />">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/common/admin/head.jsp

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link href="${fe:url('/css/admin/bootstrap.min.css')}" rel="stylesheet" type="text/css" />
    <link href="${fe:url('/css/admin/font-awesome.min.css')}" rel="stylesheet" type="text/css" />
    <link href="${fe:url('/css/admin/adminlte.min.css')}" rel="stylesheet" type="text/css" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 949 bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    					<li class="nav-item">
    						<a href="${fe:url('/admin/relatedcontent/')}"
    						   class="nav-link <c:if test="${param.menuType=='relatedContent'}">active</c:if>" <c:if test="${param.menuType=='relatedContent'}">aria-current="page"</c:if>>
    							<i class='fa fa-link nav-icon' aria-hidden="true"></i>
    							<p><la:message key="labels.menu_related_content" /></p>
    						</a></li></c:if>
    						
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 21K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/help.jsp

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.search_title" /></title>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet"
    	type="text/css" />
    <link href="${fe:url('/css/style.css')}" rel="stylesheet" type="text/css" />
    <link href="${fe:url('/css/font-awesome.min.css')}"
    	rel="stylesheet" type="text/css" />
    </head>
    <body>
    	<jsp:include page="header.jsp" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 1.3K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/orig/view/error/busy.jsp

    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.busy_title" /></title>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet"
    	type="text/css" />
    <link href="${fe:url('/css/style.css')}" rel="stylesheet"
    	type="text/css" />
    <link href="${fe:url('/css/font-awesome.min.css')}"
    	rel="stylesheet" type="text/css" />
    </head>
    <body class="error">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 1.4K bytes
    - Click Count (0)
Back to Top