Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.description"/></th>
                                            <td>${f:br(f:h(description))}<la:hidden
                                                    property="description"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_edit.jsp

                                                key="labels.description"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="description"/>
                                            <la:textarea styleId="description" property="description"
                                                         styleClass="form-control"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 9.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.description"/></th>
                                            <td>${f:br(f:h(description))}<la:hidden
                                                    property="description"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.6K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp

                                            <label for="description" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                    key="labels.description"/></label>
                                            <div class="col-sm-10">
                                                <la:text styleId="description" property="description"
                                                         styleClass="form-control"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 31 05:47:05 GMT 2020
    - 9.3K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig.jsp

                                            <label for="description" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                    key="labels.description"/></label>
                                            <div class="col-sm-10">
                                                <la:text styleId="description" property="description"
                                                         styleClass="form-control"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 31 05:47:05 GMT 2020
    - 8.6K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.description"/></th>
                                            <td>${f:br(f:h(description))}<la:hidden
                                                    property="description"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 7.7K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/user/admin_user_details.jsp

                                            <tr>
                                                <th><la:message key="labels.user_description"/></th>
                                                <td>${f:h(attributes.description)}<la:hidden
                                                        property="attributes.description"/></td>
                                            </tr>
                                            <tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 17.8K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                                key="labels.description"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="description"/>
                                            <la:textarea styleId="description" property="description"
                                                         styleClass="form-control"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.3K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/dcerpc/msrpc/srvsvc.idl

    		[string] wchar_t *remark;
    		uint32_t permissions;
    		uint32_t max_uses;
    		uint32_t current_uses;
    		[string] wchar_t *path;
    		[string] wchar_t *password;
    		uint32_t sd_size;
    		[size_is(sd_size)] uint8_t *security_descriptor;
    	} ShareInfo502;
    
    	typedef struct {
    		int count;
    		[size_is(count)] ShareInfo502 *array;
    	} ShareInfoCtr502;
    
    	typedef [switch_type(int)] union {
    		[case(0)] ShareInfo0 *info0;
    Others
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 2.2K bytes
    - Viewed (0)
Back to top