Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 78 for local (0.22 sec)

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

         * target server where keys are SIDs representing an account and each value
         * is an ArrayList of SIDs represents the local groups that the account is
         * a member of.
         * <p/>
         * This method is designed to assist with computing access control for a
         * given user when the target object's ACL has local groups. Local groups
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/netbios/NbtAddress.java

            checkNodeStatusData(tc);
            return this.macAddress;
        }
    
    
        /**
         * The hostname of this address. If the hostname is null the local machines
         * IP address is returned.
         *
         * @return the text representation of the hostname associated with this address
         */
        @Override
        public String getHostName () {
            /*
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 15.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

            SearchResponse response = option.apply(client.prepareSearch(index).setScroll(scrollForUpdate).setSize(sizeForUpdate)
                    .setPreference(Constants.SEARCH_PREFERENCE_LOCAL)).execute().actionGet(fessConfig.getIndexScrollSearchTimeout());
    
            int count = 0;
            String scrollId = response.getScrollId();
            try {
                while (scrollId != null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/Configuration.java

    
        /**
         * 
         * Property <tt>jcifs.smb.client.lport</tt> (int)
         * 
         * @return local port to use for outgoing connections
         */
        int getLocalPort ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.laddr</tt> (string)
         * 
         * @return local address to use for outgoing connections
         */
        InetAddress getLocalAddr ();
    
    
        /**
         * 
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.plugin_version	=	Version
    labels.plugin_delete	=	Supprimer
    labels.plugin_install	=	Installer
    labels.plugin_install_title	=	Installer le plugin
    labels.plugin_jar_file	=	Fichier Jar
    labels.plugin_local_install	=	Local
    labels.plugin_remote_install	=	Télécommande
    labels.crud_button_install	=	Installer
    labels.storage_configuration	=	Stockage
    labels.storage_name	=	Nom
    labels.storage_size	=	Taille
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb/SID.java

    public class SID extends rpc.sid_t implements jcifs.SID {
    
        private static final Logger log = LoggerFactory.getLogger(SID.class);
    
        static final String[] SID_TYPE_NAMES = {
            "0", "User", "Domain group", "Domain", "Local group", "Builtin group", "Deleted", "Invalid", "Unknown"
        };
    
        /**
         * 
         */
        public static final int SID_FLAG_RESOLVE_SIDS = 0x0001;
    
        /**
         * Well known SID: EVERYONE
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 14.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Delete
    labels.plugin_install=Install
    labels.plugin_install_title=Install Plugin
    labels.plugin_jar_file=Jar File
    labels.plugin_local_install=Local
    labels.plugin_remote_install=Remote
    labels.crud_button_install=Install
    labels.storage_configuration=Storage
    labels.storage_name=Name
    labels.storage_size=Size
    labels.storage_last_modified=Last Modified
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. src/main/config/eclipse/formatter/java.xml

    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sun Sep 17 06:39:42 GMT 2017
    - 30.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/ACE.java

     * of <tt>0x001200A9</tt> which doesn't have the
     * <tt>FILE_WRITE_DATA</tt> bit on (bit <tt>0x00000002</tt>). Actually, this isn't quite correct. If
     * <tt>WNET\alice</tt> is in the local <tt>Administrators</tt> group the access check
     * will succeed because the inherited ACE allows local <tt>Administrators</tt>
     * both <tt>FILE_READ_DATA</tt> and <tt>FILE_WRITE_DATA</tt> access.
     */
    public interface ACE {
    
        /**
         * 
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 6.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.plugin_name=Name
    labels.plugin_version=Version
    labels.plugin_delete=Löschen
    labels.plugin_install=Installieren
    labels.plugin_install_title=Plugin installieren
    labels.plugin_jar_file=JAR-Datei
    labels.plugin_local_install=Lokal
    labels.plugin_remote_install=Entfernt
    labels.crud_button_install=Installieren
    labels.storage_configuration=Speicherplatz
    labels.storage_name=Name
    labels.storage_size=Größe
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
Back to top