- Sort Score
- Result 10 results
- Languages All
Results 801 - 810 of 4,290 for See (0.02 sec)
-
MinimalIterableTest.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.testing.ReflectionFreeAssertThrows.assertThrows;...github.com/google/guava/guava-testlib/test/com/...Wed Oct 30 16:15:19 UTC 2024 2.6K bytes -
DescendingImmutableSortedMultiset.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.collect; L16: L17:import com.google.common.annotations.GwtIncompatible; L18:import com.google.common.an...github.com/google/guava/guava/src/com/google/co...Thu Nov 30 21:54:06 UTC 2023 2.5K bytes -
Partially.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 com.google.common.annotations.GwtCompatible; L18:import java.lang.annotation.Documented;...github.com/google/guava/guava/src/com/google/co...Wed May 05 22:27:35 UTC 2021 1.9K bytes -
SchemaFactoryUtil.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.core.xml; L17: L18:import javax.xml.XMLConstants; L19:import javax.xml.validation.SchemaFactory; L20: L21:import ...github.com/codelibs/corelib/src/main/java/org/c...Thu Mar 07 01:59:08 UTC 2024 2.6K bytes -
CollectionsUtilTest.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.core.collection; L17: L18:import static org.hamcrest.CoreMatchers.is; L19:import static org.junit.Assert.assertThat;...github.com/codelibs/corelib/src/test/java/org/c...Thu Mar 07 01:59:08 UTC 2024 2.4K bytes -
SuccessorsFunction.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.graph; L18: L19:import com.google.common.annotations.Beta; L20:import com.google.errorprone.annotations.DoNotMock;...github.com/google/guava/guava/src/com/google/co...Mon Apr 26 17:43:39 UTC 2021 4.3K bytes -
Interners.java
L50: L51: /** L52: * Instructs the {@link InternerBuilder} to build a strong interner. L53: * L54: * @see Interners#newStrongInterner() L55: */ L56: public InternerBuilder strong() { L57: this.strong = true; L58: return this; L59: } L60: L61: /** L62: * Instructs the {@link InternerBuilder} to build a weak interner. L63: * L64: * @see Interners#newWeakInterner() L65: */ L66: @GwtIncompatible("java.lang.ref.WeakReference") L67: public InternerBuilder...github.com/google/guava/android/guava/src/com/g...Mon Mar 13 14:30:51 UTC 2023 5.9K bytes -
BsElevateWordToLabel.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.es.config.bsentity; L17: L18:import java.time.LocalDateTime; L19:import java.util.HashMap; L20:import java.util.Map;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.5K bytes -
FessApiAction.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.api; L17: L18:import java.util.Locale; L19:import java.util.stream.Collectors; L20: L21:import org.c...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.5K bytes -
GroupPager.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.pager; L17: L18:import java.io.Serializable; L19:import java.util.List; L20: L21:import org.codelibs.fes...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.3K bytes