Search Options

Results per page
Sort
Preferred Languages
Advance

Results 211 - 220 of 804 for Config (0.08 sec)

  1. src/test/resources/data/gsaconfig.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <eef>
    	<config Schema="2.0" EnterpriseVersion="'7.6.50'">
    		<collections Count="3">
    			<collection Name="fess">
    				<bad_urls><![CDATA[
    https://fess.codelibs.org/images/
                  ]]></bad_urls>
    				<good_urls><![CDATA[
    https://fess.codelibs.org/
    https://www.codelibs.org/
                  ]]></good_urls>
    				<prerequisite_results><![CDATA[
    20
                  ]]></prerequisite_results>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun May 13 06:51:57 UTC 2018
    - 1.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileConfigDbm.java

            return "org.codelibs.fess.opensearch.config.exentity.FileConfig";
        }
    
        @Override
        public String getConditionBeanTypeName() {
            return "org.codelibs.fess.opensearch.config.cbean.FileConfigCB";
        }
    
        @Override
        public String getBehaviorTypeName() {
            return "org.codelibs.fess.opensearch.config.exbhv.FileConfigBhv";
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  3. src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponseTest.java

    import jcifs.Configuration;
    import jcifs.config.PropertyConfiguration;
    import jcifs.internal.smb1.ServerMessageBlock;
    import jcifs.internal.smb1.trans.SmbComTransaction;
    import jcifs.internal.smb1.trans.SmbComTransactionResponse;
    
    class Trans2SetFileInformationResponseTest {
    
        private Trans2SetFileInformationResponse response;
        private Configuration config;
    
        @Mock
        private Configuration mockConfig;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java

            }
    
            if (config.isEncryptionEnabled() && config.getMaximumVersion() != null
                    && config.getMaximumVersion().atLeast(DialectVersion.SMB300)) {
                this.capabilities |= Smb2Constants.SMB2_GLOBAL_CAP_ENCRYPTION;
            }
    
            final Set<DialectVersion> dvs =
                    DialectVersion.range(DialectVersion.max(DialectVersion.SMB202, config.getMinimumVersion()), config.getMaximumVersion());
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. src/main/java/jcifs/internal/smb1/trans/TransTransactNamedPipeResponse.java

        /**
         * Constructs a response for a named pipe transaction.
         *
         * @param config the configuration to use
         * @param inB the input buffer to receive response data
         */
        public TransTransactNamedPipeResponse(final Configuration config, final byte[] inB) {
            super(config);
            this.outputBuffer = inB;
        }
    
        @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java

                    + "<start_urls>https://example.com</start_urls>" + "</globalparams></config></eef>";
    
            parser.parse(new InputSource(new StringReader(xmlWithUserAgent)));
    
            parser.getWebConfig().ifPresent(config -> {
                assertEquals("custom-agent", config.getUserAgent());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsLabelType.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.LabelTypeDbm;
    
    /**
     * ${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
    - 8.5K bytes
    - Viewed (0)
  8. src/main/java/jcifs/netbios/NodeStatusResponse.java

                for (j = srcIndex + 14; src[j] == 0x20; j--) {
                    ;
                }
                n = Strings.fromOEMBytes(src, srcIndex, j - srcIndex + 1, this.config);
                hexCode = src[srcIndex + 15] & 0xFF;
                groupName = ((src[srcIndex + 16] & 0x80) == 0x80) == true;
                ownerNodeType = (src[srcIndex + 16] & 0x60) >> 5;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/smb1/trans2/Trans2FindFirst2Response.java

        private String lastName;
        private int resumeKey;
    
        /**
         * Constructs a Trans2FindFirst2Response.
         *
         * @param config the configuration to use
         */
        public Trans2FindFirst2Response(final Configuration config) {
            super(config, SMB_COM_TRANSACTION2, SmbComTransaction.TRANS2_FIND_FIRST2);
        }
    
        /**
         * Gets the search ID for this response.
         *
         * @return the sid
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  10. src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java

         *
         * @param config
         *            the configuration to use for this response
         * @param expectInfoType
         *            the expected information type in the response
         * @param expectInfoClass
         *            the expected information class in the response
         */
        public Smb2QueryInfoResponse(final Configuration config, final byte expectInfoType, final byte expectInfoClass) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 6.8K bytes
    - Viewed (0)
Back to top