- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 236 for help (0.01 sec)
-
index.jsp
"> L75: <em class="fa fa-fw fa-sign-in"> L76: <la:message key="labels.login" /> L77: </la:link></li> L78: </c:when> L79: </c:choose> L80: <li class="nav-item"><la:link href="/help" L81: styleClass="nav-link help-link"> L82: <em class="fa fa-fw fa-question-circle"> L83: <la:message key="labels.index_help" /> L84: </la:link></li> L85: </ul> L86: </div> L87: </div> L88: </nav> L89: </header> L90:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 6.9K bytes -
header.jsp
aria-expanded="false"> L77: <em class="fa fa-fw fa-sign-in"> L78: <span><la:message key="labels.login" /></span> L79: </la:link></li> L80: </c:when> L81: </c:choose> L82: <li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true" L83: aria-expanded="false"> L84: <em class="fa fa-fw fa-question-circle"> L85: <span><la:message key="labels.index_help" /></span> L86: </la:link></li> L87: </ul> L88: </div> L89:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K bytes -
header.jsp
aria-expanded="false"> L77: <em class="fa fa-fw fa-sign-in"> L78: <span><la:message key="labels.login" /></span> L79: </la:link></li> L80: </c:when> L81: </c:choose> L82: <li class="nav-item"><la:link href="/help" styleClass="nav-link" role="help" aria-haspopup="true" L83: aria-expanded="false"> L84: <em class="fa fa-fw fa-question-circle"> L85: <span><la:message key="labels.index_help" /></span> L86: </la:link></li> L87: </ul> L88: </div> L89:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K 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: L16:jobs: L17: build: L18: runs-on: ${{ matrix.os }} L19: L20: strategy: L21: matrix: L22: os: [ubuntu-latest, windows-latest]...github.com/codelibs/curl4j/.github/workflows/ma...Sat Feb 19 00:40:24 UTC 2022 675 bytes -
OkcurlTest.kt
License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.curl L17: L18:import kotlin.test.Test L19: L20:class OkcurlTest { L21: @Test L22: fun simple() { L23: Main().main(listOf("--help")) L24: } L25:}...github.com/square/okhttp/okcurl/src/test/kotlin...Wed Dec 20 23:27:07 UTC 2023 732 bytes -
RegularImmutableMap.java
map.containsKey(object); L340: } L341: L342: @Override L343: boolean isPartialView() { L344: return true; L345: } L346: L347: @Override L348: public int size() { L349: return map.size(); L350: } L351: L352: // redeclare to help optimizers with b/310253115 L353: @SuppressWarnings("RedundantOverride") L354: @Override L355: @J2ktIncompatible // serialization L356: @GwtIncompatible // serialization L357: Object writeReplace() { L358: return super.writeReplace();...github.com/google/guava/guava/src/com/google/co...Tue May 28 18:11:09 UTC 2024 16.2K bytes -
RegularImmutableBiMap.java
InverseEntrySet.this; L290: } L291: L292: // redeclare to help optimizers with b/310253115 L293: @SuppressWarnings("RedundantOverride") L294: @Override L295: @J2ktIncompatible // serialization L296: @GwtIncompatible // serialization L297: Object writeReplace() { L298: return super.writeReplace(); L299: } L300: }; L301: } L302: L303: // redeclare to help optimizers with b/310253115 L304: @SuppressWarnings("RedundantOverride")...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:05:46 UTC 2024 11.3K bytes -
NullnessCasts.java
L23:@ElementTypesAreNonnullByDefault L24:final class NullnessCasts { L25: /** L26: * Accepts a {@code @Nullable T} and returns a plain {@code T}, without performing any check that L27: * that conversion is safe. L28: * L29: * <p>This method is intended to help with usages of type parameters that have {@linkplain L30: * ParametricNullness parametric nullness}. If a type parameter instead ranges over only non-null L31: * types (or if the type is a non-variable type, like {@code String}), then code should...github.com/google/guava/android/guava/src/com/g...Tue Aug 17 15:44:29 UTC 2021 3.1K bytes -
index.jsp
"> L75: <em class="fa fa-fw fa-sign-in"> L76: <la:message key="labels.login" /> L77: </la:link></li> L78: </c:when> L79: </c:choose> L80: <li class="nav-item"><la:link href="/help" L81: styleClass="nav-link help-link"> L82: <em class="fa fa-fw fa-question-circle"> L83: <la:message key="labels.index_help" /> L84: </la:link></li> L85: </ul> L86: </div> L87: </div> L88: </nav> L89: </header> L90:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 6.9K bytes -
AndroidIncompatible.java
will go wrong. It L61: * <i>probably</i> won't, since the deps are needed only in tests (and maybe someday in L62: * testlib), but why bother? L63: * <li>Stripping code entirely might help us keep under the method limit someday. Even if it never L64: * comes to that, it may at least help with build and startup times. L65: * </ul> L66: */ L67:@Retention(CLASS) L68:@Target({ANNOTATION_TYPE, CONSTRUCTOR, FIELD, METHOD, TYPE}) L69:@GwtCompatible L70:@interface AndroidIncompatible {}...github.com/google/guava/android/guava-tests/tes...Fri Jul 07 15:40:13 UTC 2023 3.9K bytes