Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 84 for special (0.14 sec)

  1. BsKeyMatchCB.java

    // =================================================================================== L149: // Specify L150: // ======= L151: public HpSpecification specify() { L152: assertSpecifyPurpose(); L153: if (_specification == null) { L154: _specification = new HpSpecification(); L155: } L156: return _specification;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7K bytes
  2. BsRoleTypeCB.java

    // =================================================================================== L149: // Specify L150: // ======= L151: public HpSpecification specify() { L152: assertSpecifyPurpose(); L153: if (_specification == null) { L154: _specification = new HpSpecification(); L155: } L156: return _specification;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.9K bytes
  3. bootstrap.min.css.map

    spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n margin-bottom: $form-group-margin-bottom;\n}\n\n.form-text {\n display: block;\n margin-top: $form-text-margin-top;\n}\n\n\n// Form grid\n//\n// Special replacement for our grid system's `.row` for tighter form layouts.\n\n.form-row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$form-grid-gutter-width / 2;\n margin-left: -$form-grid-gutter-width / 2;\n\n > .col,\n > [class*=\"col-\"]...
    github.com/codelibs/fess/src/main/webapp/css/bo...
    Thu Feb 13 04:21:06 UTC 2020
      626.8K bytes
  4. BsWebConfigCB.java

    // =================================================================================== L149: // Specify L150: // ======= L151: public HpSpecification specify() { L152: assertSpecifyPurpose(); L153: if (_specification == null) { L154: _specification = new HpSpecification(); L155: } L156: return _specification;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.3K bytes
  5. ca.js

    introduït un domini incorrecte",badUrl:"La URL proporcionada no és vàlida",badCustomVal:"Els valors proporcionats no són vàlids",andSpaces:" i espais ",badInt:"El valor proporcionat no és un número vàlid",badSecurityNumber:"El número de seguretat social proporcionat és incorrecte",badUKVatAnswer:"El número VAT proporcionat no és vàlid pel Regne Unit",badStrength:"La contrasenya proporcionada no és suficientment segura",badNumberOfSelectedOptionsStart:"Ha de seleccionar almenys",badNumberOfSelectedOptionsEnd:"...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.6K bytes
  6. LdapManagerTest.java

    LdapManagerTest extends UnitFessTestCase { L29: L30: @Override L31: public void setUp() throws Exception { L32: super.setUp(); L33: ComponentUtil.register(new SystemHelper(), "systemHelper"); L34: } L35: L36: @SuppressWarnings("serial") L37: public void test_getSearchRoleName() { L38: ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { L39: public boolean isLdapIgnoreNetbiosName() { L40: return true; L41: } L42: L43: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      5.2K bytes
  7. CrawlingInfoService.java

    (activeSessionId != null) { L136: cf.setSessionId_NotEqual(activeSessionId); L137: } L138: L139: }); L140: L141: cb.fetchFirst(fessConfig.getPageCrawlingInfoMaxFetchSizeAsInteger()); L142: cb.specify().columnId(); L143: }); L144: if (!crawlingInfoList.isEmpty()) { L145: final List<String> crawlingInfoIdList = new ArrayList<>(); L146: for (final CrawlingInfo cs : crawlingInfoList) { L147: craw...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      13.4K bytes
  8. codeql.yml

    CodeQL tools for scanning. L64: - name: Initialize CodeQL L65: uses: github/codeql-action/init@v3 L66: with: L67: languages: ${{ matrix.language }} L68: build-mode: ${{ matrix.build-mode }} L69: # If you wish to specify custom queries, you can do so here or in a config file. L70: # By default, queries listed here will override any specified in a config file. L71: # Prefix the list here with "+" to use these queries and those in the config file. L72:...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
  9. FessUserBean.java

    ======================================== L31: // Definition L32: // ========== L33: /** The serial version UID for object serialization. (Default) */ L34: private static final long serialVersionUID = 1L; L35: private final FessUser user; L36: L37: // =================================================================================== L38:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.4K bytes
  10. codeql-analysis.yml

    'pull_request' }} L43: L44: # Initializes the CodeQL tools for scanning. L45: - name: Initialize CodeQL L46: uses: github/codeql-action/init@v1 L47: with: L48: languages: ${{ matrix.language }} L49: # If you wish to specify custom queries, you can do so here or in a config file. L50: # By default, queries listed here will override any specified in a config file. L51: # Prefix the list here with "+" to use these queries and those in the config file. L52:...
    github.com/codelibs/curl4j/.github/workflows/co...
    Fri Oct 02 13:24:14 UTC 2020
      2.5K bytes
Back to top