Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for favorited (0.2 sec)

  1. src/main/config/openapi/openapi-user.yaml

      /documents/{docId}/favorite:
        post:
          tags:
            - favorite
          summary: Set a favorite mark
          description: Set a favorite mark to the document
          operationId: setFavorite
          parameters:
            - name: docId
              in: path
              description: Document ID to be favorited
              required: true
              schema:
                type: string
    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/searchlist/admin_searchlist_edit.jsp

                                        <label for="doc.favorite_count" class="col-sm-3 text-sm-right col-form-label">favorite_count</label>
                                        <div class="col-sm-9">
                                            <la:errors property="doc.favorite_count"/>
                                            <la:text styleId="doc.favorite_count"
                                                     property="doc.favorite_count"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 24.9K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/advance.jsp

    							</la:option>
    						</c:if>
    						<c:if test="${favoriteSupport}">
    							<la:option value="favorite_count.asc">
    								<la:message key="labels.search_result_sort_favorite_count_asc" />
    							</la:option>
    							<la:option value="favorite_count.desc">
    								<la:message key="labels.search_result_sort_favorite_count_desc" />
    							</la:option>
    						</c:if>
    					</la:select>
    				</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    					</c:if>
    					<c:if test="${favoriteSupport}">
    						<div class="d-sm-none"></div>
    						<span class="d-none d-sm-inline">&nbsp;</span>
    						<a href="#${doc.doc_id}" class="favorite"><i class="far fa-star"></i></a>
    						<span class="favorited"><i class="fas fa-star"></i></span>
    					</c:if>
    				</div>
    			</li>
    		</c:forEach>
    	</ol>
    	<aside class="col-md-4 d-none d-md-block">
    		<%-- Side Content --%>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (1)
  5. src/main/webapp/WEB-INF/view/searchResults.jsp

    					</c:if>
    					<c:if test="${favoriteSupport}">
    						<div class="d-sm-none"></div>
    						<span class="d-none d-sm-inline">&nbsp;</span>
    						<a href="#${doc.doc_id}" class="favorite"><i class="far fa-star"></i></a>
    						<span class="favorited"><i class="fas fa-star"></i></span>
    					</c:if>
    				</div>
    			</li>
    		</c:forEach>
    	</ol>
    	<aside class="col-md-4 d-none d-md-block">
    		<%-- Side Content --%>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.user_favorite_enabled"/></span>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="userFavorite"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/search.jsp

    						<la:message key="labels.search_result_sort_click_count_desc" />
    					</c:if> <c:if test="${sort=='favorite_count.asc'}">
    						<la:message key="labels.search_result_sort_favorite_count_asc" />
    					</c:if> <c:if test="${sort=='favorite_count.desc'}">
    						<la:message key="labels.search_result_sort_favorite_count_desc" />
    					</c:if> <c:if test="${sort.indexOf(',') >= 0}">
    						<la:message key="labels.search_result_sort_multiple" />
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                        key="labels.searchlog_log_type_user_info"/></la:option>
                                                <la:option value="favorite"><la:message
                                                        key="labels.searchlog_log_type_favorite"/></la:option>
                                                <la:option value="search_keyword_agg"><la:message
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/search.jsp

    						<la:message key="labels.search_result_sort_click_count_desc" />
    					</c:if> <c:if test="${sort=='favorite_count.asc'}">
    						<la:message key="labels.search_result_sort_favorite_count_asc" />
    					</c:if> <c:if test="${sort=='favorite_count.desc'}">
    						<la:message key="labels.search_result_sort_favorite_count_desc" />
    					</c:if> <c:if test="${sort.indexOf(',') >= 0}">
    						<la:message key="labels.search_result_sort_multiple" />
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/searchOptions.jsp

    				</la:option>
    			</c:if>
    			<c:if test="${favoriteSupport}">
    				<la:option value="favorite_count.asc">
    					<la:message key="labels.search_result_sort_favorite_count_asc" />
    				</la:option>
    				<la:option value="favorite_count.desc">
    					<la:message key="labels.search_result_sort_favorite_count_desc" />
    				</la:option>
    			</c:if>
    		</la:select>
    	</fieldset>
    	<fieldset class="form-group">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
Back to top