- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 122 for gitattributes (0.33 sec)
-
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
final HttpSession session = request.getSession(false); if (session != null) { final String sesState = (String) session.getAttribute(SAML_STATE); if (StringUtil.isNotBlank(sesState)) { session.removeAttribute(SAML_STATE); try {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 15.2K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
hasn't changed\n if (data.hide === false) {\n return data;\n }\n\n data.hide = false;\n data.attributes['x-out-of-boundaries'] = false;\n }\n\n return data;\n}\n","import setStyles from '../utils/setStyles';\nimport setAttributes from '../utils/setAttributes';\nimport getReferenceOffsets from '../utils/getReferenceOffsets';\nimport computeAutoPlacement from '../utils/computeAutoPlacement';\n\n/**\n * @function\n * @memberof Modifiers\n * @argument {Object} data - The data object generated...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
} } private void assertHighlightedQueries(Set<String> highlightedQuerySet) { @SuppressWarnings("unchecked") Set<String> set = (Set<String>) getMockRequest().getAttribute(Constants.HIGHLIGHT_QUERIES); if (highlightedQuerySet != null) { assertEquals(highlightedQuerySet.stream().sorted().collect(Collectors.joining("\n")),
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Jul 11 08:26:36 UTC 2024 - 39.8K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
req.getSession().setAttribute("npa-" + server, ntlm); } else if ( !this.credentialsSupplied ) { if ( ssn != null ) { ntlm = (NtlmPasswordAuthentication) ssn.getAttribute("npa-" + server); } if ( ntlm == null ) { resp.setHeader("WWW-Authenticate", "NTLM"); if ( offerBasic ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 21.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
protected void processSearchRoles(final List<SearchResult> result, final Consumer<String> consumer) throws NamingException { for (final SearchResult srcrslt : result) { final Attributes attrs = srcrslt.getAttributes(); //get group attr final Attribute attr = attrs.get(fessConfig.getLdapMemberofAttribute()); if (attr == null) { continue; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 65.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NetworkExplorer.java
req.getSession().setAttribute( "npa-" + server, ntlm ); } else if( !credentialsSupplied ) { if( ssn != null ) { ntlm = (NtlmPasswordAuthentication)ssn.getAttribute( "npa-" + server ); } if( ntlm == null ) { resp.setHeader( "WWW-Authenticate", "NTLM" ); if (offerBasic) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 22 03:57:31 UTC 2020 - 19.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorTest.java
return pageSize; } @Override public String[] getExtraQueries() { return null; } @Override public Object getAttribute(String name) { return null; } @Override public Locale getLocale() { return null; } @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 25.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
if (logger.isDebugEnabled()) { logger.debug("img tag: {}", imgNode); } final NamedNodeMap attributes = imgNode.getAttributes(); final String thumbnailUrl = getThumbnailSrc(responseData.getUrl(), attributes); final Integer height = getAttributeAsInteger(attributes, "height");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
this.container.removeClass('show-calendar'); this.element.trigger('hideCalendar.daterangepicker', this); }, clickRange: function(e) { var label = e.target.getAttribute('data-range-key'); this.chosenLabel = label; if (label == this.locale.customRangeLabel) { this.showCalendars(); } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
qualifiedExtraAttrib; private final java.util.Map unmodifiableQualifie; public void UnmodifiableExtendab(java.util.Map, java.util.Map); public final String getAttribute(String); public final String getExtraAttribute(String); protected void setExtraAttribute(String, String); protected final void setStandardAttribute(String, String); public final java.util.Map getAttributes(); public final java.util.Map getExtraAttributes(); public final java.util.Map getQualifiedExtraAtt(); } org/apache/ivy/util/extendable/Defa...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0)