Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for service (0.14 sec)

  1. SearchLogService.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.nio.charset.StandardCharsets; L19:import java.time.LocalDateTime; L20:import java.time.ZoneId; L21:import java.time.ZoneOffset; L22:import java.time.format.DateTimeFormatter; L23:import java.util.Base64; L24:import java.util.HashMap;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      28.4K bytes
  2. openapi-user.yaml

    '#/components/responses/Unauthorized' L575: '404': L576: $ref: '#/components/responses/NotFound' L577: '500': L578: $ref: '#/components/responses/InternalServerError' L579: '503': L580: description: Service unavailable L581: content: L582: application/json: L583: schema: L584: type: object L585: properties: L586: data: L587: type: object L588: ...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  3. CrawlingInfoService.java

    IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.service; L17: L18:import java.io.IOException; L19:import java.io.Reader; L20:import java.io.Writer; L21:import java.text.DateFormat; L22:import java.text.SimpleDateFormat; L23:import java.time.LocalDateTime; L24:import java.time.format.DateTimeFormatter;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      13.4K bytes
  4. AdminAccesstokenAction.java

    org.codelibs.core.beans.util.BeanUtil; L26:import org.codelibs.core.lang.StringUtil; L27:import org.codelibs.fess.Constants; L28:import org.codelibs.fess.annotation.Secured; L29:import org.codelibs.fess.app.pager.AccessTokenPager; L30:import org.codelibs.fess.app.service.AccessTokenService; L31:import org.codelibs.fess.app.web.CrudMode; L32:import org.codelibs.fess.app.web.base.FessAdminAction; L33:import org.codelibs.fess.es.config.exentity.AccessToken; L34:import org.codelibs.fess.helper.PermissionHelper; L35:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      14.7K bytes
  5. IndexingHelperTest.java

    java.util.HashMap; L21:import java.util.List; L22:import java.util.Map; L23:import java.util.concurrent.atomic.AtomicReference; L24:import java.util.function.BiConsumer; L25:import java.util.stream.Collectors; L26: L27:import org.codelibs.fess.app.service.WebConfigService; L28:import org.codelibs.fess.es.client.SearchEngineClient; L29:import org.codelibs.fess.es.config.exentity.WebConfig; L30:import org.codelibs.fess.mylasta.direction.FessConfig; L31:import org.codelibs.fess.thumbnail.ThumbnailManager;...
    github.com/codelibs/fess/src/test/java/org/code...
    Wed Jul 24 08:54:24 UTC 2024
      23.4K bytes
  6. AdminDictMappingAction.java

    org.codelibs.core.beans.util.BeanUtil; L27:import org.codelibs.core.lang.StringUtil; L28:import org.codelibs.fess.Constants; L29:import org.codelibs.fess.annotation.Secured; L30:import org.codelibs.fess.app.pager.CharMappingPager; L31:import org.codelibs.fess.app.service.CharMappingService; L32:import org.codelibs.fess.app.web.CrudMode; L33:import org.codelibs.fess.app.web.admin.dict.AdminDictAction; L34:import org.codelibs.fess.app.web.base.FessAdminAction; L35:import org.codelibs.fess.app.web.base.FessBaseAction;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      19.5K bytes
  7. LICENSE

    L136: the terms of any separate license agreement you may have executed L137: with Licensor regarding such Contributions. L138: L139: 6. Trademarks. This License does not grant permission to use the trade L140: names, trademarks, service marks, or product names of the Licensor, L141: except as required for reasonable and customary use in describing the L142: origin of the Work and reproducing the content of the NOTICE file. L143: L144: 7. Disclaimer of Warranty. Unless...
    github.com/codelibs/fess/LICENSE
    Tue May 08 21:35:34 UTC 2018
      11.1K bytes
  8. AdminDictKuromojiAction.java

    org.codelibs.core.beans.util.BeanUtil; L25:import org.codelibs.core.lang.StringUtil; L26:import org.codelibs.fess.Constants; L27:import org.codelibs.fess.annotation.Secured; L28:import org.codelibs.fess.app.pager.KuromojiPager; L29:import org.codelibs.fess.app.service.KuromojiService; L30:import org.codelibs.fess.app.web.CrudMode; L31:import org.codelibs.fess.app.web.admin.dict.AdminDictAction; L32:import org.codelibs.fess.app.web.base.FessAdminAction; L33:import org.codelibs.fess.app.web.base.FessBaseAction; L34:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      18.8K bytes
  9. CrawlJob.java

    addSystemProperty(cmdList, "fess.log.level", null, null); L284: } else { L285: cmdList.add("-Dfess.log.level=" + logLevel); L286: if ("debug".equalsIgnoreCase(logLevel)) { L287: cmdList.add("-Dorg.apache.tika.service.error.warn=true"); L288: } L289: } L290: stream(fessConfig.getJvmCrawlerOptionsAsArray()) L291: .of(stream -> stream.filter(StringUtil::isNotBlank).forEach(value -> cmdList.add(value))); L292: L293: File...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Jun 23 04:13:47 UTC 2024
      15.1K bytes
  10. AdminDictSynonymAction.java

    org.codelibs.core.beans.util.BeanUtil; L27:import org.codelibs.core.lang.StringUtil; L28:import org.codelibs.fess.Constants; L29:import org.codelibs.fess.annotation.Secured; L30:import org.codelibs.fess.app.pager.SynonymPager; L31:import org.codelibs.fess.app.service.SynonymService; L32:import org.codelibs.fess.app.web.CrudMode; L33:import org.codelibs.fess.app.web.admin.dict.AdminDictAction; L34:import org.codelibs.fess.app.web.base.FessAdminAction; L35:import org.codelibs.fess.app.web.base.FessBaseAction; L36:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      19.5K bytes
Back to top