Search Options

Results per page
Sort
Preferred Languages
Advance

Results 581 - 590 of 4,290 for See (0.01 sec)

  1. TreeBasedTableRowTest.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect; L18: L19:import com.google.common.annotations.GwtCompatible; L20:import com.google.common.coll...
    github.com/google/guava/android/guava-tests/tes...
    Mon Feb 19 20:34:55 UTC 2024
      1K bytes
  2. JobExecutor.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS 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.job; L17: L18:public abstract class JobExecutor { L19: protected ShutdownListener shutdownListener; L20: L21:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1K bytes
  3. package-info.java

    es/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express L11: * or implied. See the License for the specific language governing permissions and limitations under L12: * the License. L13: */ L14: L15:/** L16: * Escapers L17: * for L18: * HTML. L19: * L20: * <p>This package is a part of the open-source <a href="https://github.co...
    github.com/google/guava/android/guava/src/com/g...
    Thu Jun 15 21:41:47 UTC 2023
      943 bytes
  4. package-info.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:/** L18: * Testing utilities for use in tests of {@code com.google.common.escape}. L19: * L20: * <p>This package is a part of the...
    github.com/google/guava/guava-testlib/src/com/g...
    Thu Jun 15 21:41:47 UTC 2023
      920 bytes
  5. maven.yml

    L1:# This workflow will build a Java project with Maven L2:# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven L3: L4:name: Java CI with Maven L5: L6:on: L7: push: L8: branches: L9: - master L10: - "*.x" L11: pull_request: L12: branches: L13: - master L14: - "*.x" L15: workflow_dispatch: L16: L17:jobs: L18: build: L19: runs-on: macos-14 L20: timeout-minutes: 15 L21: steps: L22: - uses: actions/checkout@v4...
    github.com/codelibs/fess/.github/workflows/mave...
    Sat Feb 10 11:19:11 UTC 2024
      1.1K bytes
  6. ErrorBadrequrestAction.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS 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.web.error; L17: L18:import org.codelibs.fess.app.web.base.FessSearchAction; L19:import org.lastaflute.web.Execute;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.6K bytes
  7. UserInfoService.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS 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 org.codelibs.fess.es.log.exbhv.UserInfoBhv; L19:import org.codelibs.fess.helper.SystemHelper;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.1K bytes
  8. UserRoleLoginException.java

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS 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.exception; L17: L18:import org.codelibs.fess.app.web.RootAction; L19: L20:public class UserRoleLoginException...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.1K bytes
  9. OkHttpFeature.kt

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package okhttp3.internal.graal L18: L19:import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement L20:import org.graalvm.nativ...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      1.2K bytes
  10. PublicSuffixDatabaseTest.kt

    SE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.android L17: L18:import assertk.assertThat L19:import assertk.assertions.isEqualTo L20:import okhttp3.HttpUrl.Companion.toHttpUrl...
    github.com/square/okhttp/android-test-app/src/a...
    Mon Jan 08 01:13:22 UTC 2024
      1K bytes
Back to top