Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 54 for description (0.16 sec)

  1. src/main/webapp/WEB-INF/fe.tld

      version="2.0">
        
      <description>JSTL 1.1 functions library</description>
      <display-name>JSTL functions</display-name>
      <tlib-version>1.1</tlib-version>
      <short-name>fe</short-name>
      <uri>http://fess.codelibs.org/functions</uri>
      
      <function>
        <description>
          Returns a label name.
        </description>
        <name>labelexists</name>
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu May 28 07:49:35 GMT 2020
    - 10K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebConfigBhv.java

                result.setCreatedTime(DfTypeUtil.toLong(source.get("createdTime")));
                result.setDepth(DfTypeUtil.toInteger(source.get("depth")));
                result.setDescription(DfTypeUtil.toString(source.get("description")));
                result.setExcludedDocUrls(DfTypeUtil.toString(source.get("excludedDocUrls")));
                result.setExcludedUrls(DfTypeUtil.toString(source.get("excludedUrls")));
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  3. src/test/resources/plugin/repo2/index.html

      <body>
        <h1>Index of /repositories/snapshots/org/codelibs/fess</h1>
        <table cellspacing="10">
          <tr>
            <th align="left">Name</th>
            <th>Last Modified</th>
            <th>Size</th>
            <th>Description</th>
          </tr>
          <tr>
            <td><a href="../..">Parent Directory</a></td>
          </tr>
                      <tr>
    HTML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 13 07:34:14 GMT 2019
    - 10.5K bytes
    - Viewed (0)
  4. pom.xml

    					<outputDirectory>${project.build.directory}/releases/</outputDirectory>
    					<tarLongFileMode>gnu</tarLongFileMode>
    					<descriptors>
    						<!-- descriptor>${basedir}/src/main/assemblies/targz-bin.xml</descriptor -->
    						<descriptor>${basedir}/src/main/assemblies/zip-bin.xml</descriptor>
    					</descriptors>
    				</configuration>
    				<executions>
    					<execution>
    						<phase>package</phase>
    						<goals>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/netbios/NameServiceClientImpl.java

            addr = getCachedAddress(name);
    
            if ( addr == null ) {
                /*
                 * This is almost exactly like InetAddress.java. See the
                 * comments there for a description of how the LOOKUP_TABLE prevents
                 * redundant queries from going out on the wire.
                 */
                if ( ( addr = (NbtAddress) checkLookupTable(name) ) == null ) {
                    try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Aug 14 14:26:22 GMT 2022
    - 38.2K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ja.properties

    labels.user_homePostalAddress=郵便番号(自宅)
    labels.homePostalAddress=郵便番号(自宅)
    labels.user_labeledURI=labeledURI
    labels.labeledURI=labeledURI
    labels.user_roomNumber=部屋番号
    labels.roomNumber=部屋番号
    labels.user_description=説明
    labels.description=説明
    labels.user_title=役職
    labels.title=役職
    labels.user_pager=ポケベル
    labels.pager=ポケベル
    labels.user_street=番地
    labels.street=番地
    labels.user_postalCode=郵便番号
    labels.postalCode=郵便番号
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  7. src/main/config/openapi/openapi-user.yaml

        description: Popular word operations
      - name: monitor
        description: Monitoring operations
      - name: suggest
        description: Suggest operations
      - name: favorite
        description: Favorite operations
    paths:
      /documents:
        get:
          tags:
            - search
          summary: Finds documents by query
          description: Finds documents by search conditions
          operationId: searchDocuments
          parameters:
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/core/misc/AssertionUtil.java

            }
        }
    
        /**
         * 状態が不正でないことを表明します。
         *
         * @param expression
         *            事前条件
         * @param description
         *            不正な状態であることの説明
         * @throws ClIllegalStateException
         *             {@code expression}がfalseの場合。
         */
        public static void assertState(final boolean expression, final String description) {
            if (!expression) {
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

            public int length;
            public NdrSmall root_directory;
            public rpc.unicode_string object_name;
            public int attributes;
            public int security_descriptor;
            public LsarQosInfo security_quality_of_service;
    
            public void encode(NdrBuffer _dst) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_long(length);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 33K bytes
    - Viewed (0)
  10. src/main/java/jcifs/dcerpc/msrpc/lsarpc.java

            public int length;
            public NdrSmall root_directory;
            public rpc.unicode_string object_name;
            public int attributes;
            public int security_descriptor;
            public LsarQosInfo security_quality_of_service;
    
    
            @Override
            public void encode ( NdrBuffer _dst ) throws NdrException {
                _dst.align(4);
                _dst.enc_ndr_long(this.length);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:40:13 GMT 2019
    - 35.6K bytes
    - Viewed (0)
Back to top