Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 122 for getAttributes (0.17 sec)

  1. src/main/java/jcifs/smb1/UniAddress.java

            UnknownHostException uhe = null;
    
            try {
                context = new InitialDirContext();
                for ( ;; ) {
                    try {
                        Attributes attributes = context.getAttributes(
                            "dns:/_ldap._tcp.dc._msdcs." + name,
                            new String[] { "SRV" }
                        );
                        return name;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 16.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

                            if (parent.getNodeName().indexOf(prefix + ":") == 0) {
                                return parent.getNamespaceURI();
                            }
                            final NamedNodeMap nnm = parent.getAttributes();
    
                            for (int i = 0; i < nnm.getLength(); i++) {
                                final Node attr = nnm.item(i);
                                final String aname = attr.getNodeName();
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Oct 12 01:41:37 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. .gitattributes

    * text eol=lf
    
    #
    # The above will handle all files NOT found below
    # https://help.github.com/articles/dealing-with-line-endings/
    # https://github.com/Danimoth/gitattributes
    
    # These are explicitly windows files and should use crlf
    *.bat           text eol=crlf
    
    # These files are text and should be normalized (Convert crlf => lf)
    *.bash          text eol=lf
    *.css           text diff=css
    *.htm           text diff=html
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Sep 02 12:15:16 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  6. .gitattributes

    cgdecker <******@****.***> 1415133622 -0800
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Nov 04 21:50:10 UTC 2014
    - 196 bytes
    - Viewed (0)
  7. 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)
  8. .gitattributes

    Shinsuke Sugaya <******@****.***> 1379248691 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sun Sep 15 12:38:11 UTC 2013
    - 61 bytes
    - Viewed (0)
  9. apache-maven/src/assembly/maven/bin/.gitattributes

    rfscholte <******@****.***> 1590174406 +0200
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Sat May 23 07:59:32 UTC 2020
    - 111 bytes
    - Viewed (0)
  10. .gitattributes

    Kristian Rosenvold <******@****.***> 1359473195 +0100
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Jan 29 15:27:02 UTC 2013
    - 164 bytes
    - Viewed (0)
Back to top