Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 804 for Config (0.38 sec)

  1. src/main/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponse.java

        /**
         * Constructs a Trans2GetDfsReferralResponse with the specified configuration.
         *
         * @param config the SMB configuration
         */
        public Trans2GetDfsReferralResponse(final Configuration config) {
            super(config);
            this.setSubCommand(SmbComTransaction.TRANS2_GET_DFS_REFERRAL);
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyResponse.java

        /**
         * Constructs a change notify response
         *
         * @param config
         *            The configuration to use
         */
        public Smb2ChangeNotifyResponse(final Configuration config) {
            super(config);
        }
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int)
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFileAuthenticationBhv.java

     */
    package org.codelibs.fess.opensearch.config.bsbhv;
    
    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractBehavior;
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity.RequestOptionCall;
    import org.codelibs.fess.opensearch.config.bsentity.dbmeta.FileAuthenticationDbm;
    import org.codelibs.fess.opensearch.config.cbean.FileAuthenticationCB;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb1/com/SmbComSetInformation.java

         *
         * @param config the configuration to use
         * @param filename the name of the file to modify
         * @param attrs the file attributes to set
         * @param mtime the modification time to set in milliseconds since epoch
         */
        public SmbComSetInformation(final Configuration config, final String filename, final int attrs, final long mtime) {
            super(config, SMB_COM_SET_INFORMATION, filename);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3K bytes
    - Viewed (0)
  5. src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java

            public TestServerMessageBlock(Configuration config) {
                super(config);
            }
    
            public TestServerMessageBlock(Configuration config, byte command) {
                super(config, command);
            }
    
            public TestServerMessageBlock(Configuration config, byte command, String path) {
                super(config, command, path);
            }
    
            @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 36.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsThumbnailQueue.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.bsentity;
    
    import java.time.LocalDateTime;
    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity;
    import org.codelibs.fess.opensearch.config.bsentity.dbmeta.ThumbnailQueueDbm;
    
    /**
     * ${table.comment}
     * @author ESFlute (using FreeGen)
     */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformation.java

        /**
         * Constructs a Trans2QueryFSInformation request.
         *
         * @param config the SMB configuration
         * @param informationLevel the file system information level to query
         */
        public Trans2QueryFSInformation(final Configuration config, final int informationLevel) {
            super(config, SMB_COM_TRANSACTION2, TRANS2_QUERY_FS_INFORMATION);
            this.informationLevel = informationLevel;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. util/update_snapshot_docs.sh

    set -e -u
    
    echo "Publishing Javadoc and JDiff..."
    
    cd $HOME
    git clone -q -b gh-pages "https://x-access-token:${GITHUB_TOKEN}@github.com/google/guava.git" gh-pages > /dev/null
    cd gh-pages
    
    git config --global user.name "$GITHUB_ACTOR"
    git config --global user.email "$******@****.***"
    
    ./updaterelease.sh snapshot
    
    git push -fq origin gh-pages > /dev/null
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Mar 16 16:48:28 UTC 2021
    - 439 bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java

    import org.codelibs.fess.helper.SystemHelper;
    import org.codelibs.fess.mylasta.direction.FessConfig;
    import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig;
    import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.ConfigName;
    import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.Param.Config;
    import org.codelibs.fess.taglib.FessFunctions;
    import org.codelibs.fess.util.ComponentUtil;
    
    /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  10. src/main/java/jcifs/internal/smb2/nego/CompressionNegotiateContext.java

        /**
         * Constructs a compression negotiate context with the specified algorithms.
         *
         * @param config the configuration
         * @param compressionAlgorithms the supported compression algorithms
         */
        public CompressionNegotiateContext(final Configuration config, final int[] compressionAlgorithms) {
            this(config, compressionAlgorithms, 0);
        }
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top