- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 77 for bears (0.02 sec)
-
ListenableFutureTask.java
InterruptedException, ExecutionException { L100: L101: long timeoutNanos = unit.toNanos(timeout); L102: if (timeoutNanos <= OverflowAvoidingLockSupport.MAX_NANOSECONDS_THRESHOLD) { L103: return super.get(timeout, unit); L104: } L105: // Waiting 68 years should be enough for any program. L106: return super.get( L107: min(timeoutNanos, OverflowAvoidingLockSupport.MAX_NANOSECONDS_THRESHOLD), NANOSECONDS); L108: } L109: L110: /** Internal implementation detail used to invoke the listeners....github.com/google/guava/guava/src/com/google/co...Tue Apr 04 09:45:04 UTC 2023 4.3K bytes -
header.jsp
contentType="text/html; charset=UTF-8"%> L2:<nav class="main-header navbar navbar-expand navbar-dark navbar-secondary"> L3: <ul class="navbar-nav"> L4: <li class="nav-item"> L5: <a class="nav-link" data-widget="pushmenu" href="#"> L6: <em class="fas fa-bars"> L7: <span class="sr-only"><la:message L8: key="labels.admin_toggle_navi" /></span> L9: </a> L10: </li> L11: </ul> L12: <ul class="navbar-nav ml-auto"> L13: <c:if test="${eoled}"> L14: <li class="nav-item" data-toggle="tooltip" ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 2.3K bytes -
FessBaseAction.java
org.codelibs.fess.app.web.base; L17: L18:import java.util.Map; L19:import java.util.function.Consumer; L20: L21:import org.apache.logging.log4j.LogManager; L22:import org.apache.logging.log4j.Logger; L23:import org.codelibs.core.beans.util.BeanUtil; L24:import org.codelibs.core.beans.util.CopyOptions; L25:import org.codelibs.fess.Constants; L26:import org.codelibs.fess.app.web.base.login.FessLoginAssist; L27:import org.codelibs.fess.helper.AccessTokenHelper; L28:import org.codelibs.fess.helper.ActivityHelper;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
_readme.txt
classes corresponding your tables, L18:for example, entities, condition-beans to specified L19:directories by DBFlute properties on "dfprop" directory. L20: L21:Generated structures (directories and classes) are like this: L22:/- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L23:allcommon : classes bridging to DBFlute Runtime L24:bsbhv : base behaviors L25:bsentity : base entities L26:cbean : condition-beans (both base and extended) L27:exbhv : extended behaviors L28:exentity...github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes -
CacheBuilder.java
L718: * @throws IllegalArgumentException if {@code duration} is negative L719: * @throws IllegalStateException if {@link #expireAfterWrite} was already set L720: * @throws ArithmeticException for durations greater than +/- approximately 292 years L721: * @since 33.3.0 (but since 25.0 in the JRE <a L722: * href="https://github.com/google/guava#guava-google-core-libraries-for-java">flavor</a>) L723: */ L724: @J2ObjCIncompatible L725: @GwtIncompatible // Duration L726: @SuppressWarnings({...github.com/google/guava/android/guava/src/com/g...Fri Oct 18 19:07:49 UTC 2024 52K bytes -
BoostDocumentRuleService.java
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 java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.core.lang.StringUtil; L22:import org.codelibs.fess.Constants; L23:import org.codelibs.fess.app.pager.BoostDocPager; L24:import org.codelibs.fess.es.config.cbean.BoostDocumentRuleCB; L25:import org.codelibs.fe...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.3K bytes -
RequestHeaderService.java
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 java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.fess.Constants; L22:import org.codelibs.fess.app.pager.ReqHeaderPager; L23:import org.codelibs.fess.es.config.cbean.RequestHeaderCB; L24:import org.codelibs.fess.es.config.exbhv.RequestHeaderBhv; L25:import o...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.2K bytes -
WebAuthenticationService.java
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 java.util.List; L19: L20:import org.codelibs.core.beans.util.BeanUtil; L21:import org.codelibs.fess.Constants; L22:import org.codelibs.fess.app.pager.WebAuthPager; L23:import org.codelibs.fess.es.config.cbean.WebAuthenticationCB; L24:import org.codelibs.fess.es.config.exbhv.WebAuthenticationBhv; L25:import...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.5K bytes -
alice_in_wonderland.txt
row of lodging houses, and L384:behind them a railway station.) However, she soon made out that L385:she was in the pool of tears which she had wept when she was nine L386:feet high. L387: L388: `I wish I hadn't cried so much!' said Alice, as she swam about, L389:trying to find her way out. `I shall be punished for it now, I L390:suppose, by being drowned in my own tears! That WILL be a queer L391:thing, to be sure! However, everything is queer to-day.' L392: L393: Just then she heard something...github.com/google/guava/guava-tests/test/com/go...Mon Oct 29 21:35:03 UTC 2012 145.2K bytes -
ApiAdminGeneralAction.java
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.admin.general; L17: L18:import org.codelibs.core.beans.util.BeanUtil; L19:import org.codelibs.core.beans.util.CopyOptions; L20:import org.codelibs.core.misc.DynamicProperties; L21:import org.codelibs.fess.app.web.admin.general.AdminGeneralAction; L22:import org.codelibs.fess.app.web.api.ApiResult; L23:import org.codelibs.fess...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 2.6K bytes