- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 34 for link2 (0.02 seconds)
-
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><body>" + "<a href=\"http://example.com/page1\">link1</a>" + "<a href=\"http://example.com/page2\">link2</a>" + "<a href=\"http://example.com/page1\">link1 again</a>" + "<a href=\"http://example.com/page3\">link3</a>" + "<a href=\"http://example.com/page2\">link2 again</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) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
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) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java
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) -
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) -
src/main/webapp/css/chat.css
} .source-type i { font-size: 0.625rem; } /* Fallback for simple source links */ .source-link { font-size: 0.8125rem; color: #0052cc; text-decoration: none; display: inline-flex; align-items: center; } .source-link:hover { text-decoration: underline; } .source-link .source-index { background-color: #e9ecef; color: #495057;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) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getFormAdminDefaultTemplateName(); /** * Get the value for the key 'osdd.link.enabled'. <br> * The value is, e.g. auto <br> * comment: Whether to enable OSDD link (OpenSearch Description Document). * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOsddLinkEnabled();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.chat_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" /> <link href="${fe:url('/css/chat.css')}" rel="stylesheet" type="text/css" /> </head> <body>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 10.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
assertEquals("PrunedTag [tag=a, id=null, css=null, attrName=target, attrValue=_blank]", tags[0].toString()); tags = PrunedTag.parse("a.link,div#123"); assertEquals(2, tags.length); assertEquals("PrunedTag [tag=a, id=null, css=link, attrName=null, attrValue=null]", tags[0].toString()); assertEquals("PrunedTag [tag=div, id=123, css=null, attrName=null, attrValue=null]", tags[1].toString());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/ChatMessage.java
* Gets the ViewHelper-processed URL for display. * * @return the URL link */ public String getUrlLink() { return urlLink; } /** * Sets the ViewHelper-processed URL for display. * * @param urlLink the URL link */ public void setUrlLink(final String urlLink) { this.urlLink = urlLink;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 04:52:31 GMT 2026 - 10.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <title><la:message key="labels.chat_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" /> <link href="${fe:url('/css/chat.css')}" rel="stylesheet" type="text/css" /> </head> <body>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 10.8K bytes - Click Count (0)