- Sort Score
- Result 10 results
- Languages All
Results 551 - 560 of 4,027 for See (0.03 sec)
-
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 -
IteratorTesterTest.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.testing; L18: L19:import static com.google.common.collect.Lists.newArrayList; L20:import static...github.com/google/guava/android/guava-testlib/t...Tue Jun 11 16:13:05 UTC 2024 10.3K bytes -
CharEscaper.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:package com.google.common.escape; L16: L17:import static com.google.common.base.Preconditions.checkNotNull; L18: L19:import com.g...github.com/google/guava/android/guava/src/com/g...Tue Jan 18 20:55:09 UTC 2022 6.7K bytes -
ThreadFactoryBuilder.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:package com.google.common.util.concurrent; L16: L17:import static com.google.common.base.Preconditions.checkArgument; L18:import static...github.com/google/guava/guava/src/com/google/co...Mon Oct 14 22:50:54 UTC 2024 7.9K bytes -
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 -
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 -
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 -
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 -
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 -
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