- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 110 for radiance (0.08 sec)
-
src/bufio/scan_test.go
func TestErrAtEOF(t *testing.T) { s := NewScanner(strings.NewReader("1 2 33")) // This splitter will fail on last entry, after s.err==EOF. split := func(data []byte, atEOF bool) (advance int, token []byte, err error) { advance, token, err = ScanWords(data, atEOF) if len(token) > 1 { if s.ErrOrEOF() != io.EOF { t.Fatal("not testing EOF") } err = testError } return } s.Split(split)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Sep 22 16:22:42 UTC 2023 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIteratorBase.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.8K bytes - Viewed (0) -
android/guava/src/com/google/common/math/StatsAccumulator.java
return Math.sqrt(populationVariance()); } /** * Returns the <a href="http://en.wikipedia.org/wiki/Variance#Sample_variance">unbiased sample * variance</a> of the values. If this dataset is a sample drawn from a population, this is an * unbiased estimator of the population variance of the population. The count must be greater than * one. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 15.8K bytes - Viewed (0) -
guava/src/com/google/common/math/Stats.java
return Math.sqrt(populationVariance()); } /** * Returns the <a href="http://en.wikipedia.org/wiki/Variance#Sample_variance">unbiased sample * variance</a> of the values. If this dataset is a sample drawn from a population, this is an * unbiased estimator of the population variance of the population. The count must be greater than * one. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 24.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/index.jsp
<button type="submit" class="btn btn-primary"> <em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div> <main class="container"> <div class="row"> <div class="col text-center searchFormBox">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/header.jsp
<em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
<em class="fa fa-search"> <la:message key="labels.search" /> </button> <la:link href="/search/advance?q=${f:u(q)}${fe:pagingQuery(null)}" styleClass="btn btn-info"> <em class="fa fa-cog"> <la:message key="labels.advance" /> </la:link> </div> </div> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 4.2K bytes - Viewed (0) -
src/main/resources/fess.xml
</postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"searchOptions"</arg> <arg>"searchOptions.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"advance"</arg> <arg>"advance.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName"> <arg>"help"</arg> <arg>"help.jsp"</arg> </postConstruct> <postConstruct name="addDesignJspFileName">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jul 28 09:03:48 UTC 2024 - 5.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
assertEquals(0, stats.hitCount()); ticker.advance(1, MILLISECONDS); assertSame(one, cache.getUnchecked(key)); stats = cache.stats(); assertEquals(1, stats.missCount()); assertEquals(1, stats.loadSuccessCount()); assertEquals(0, stats.loadExceptionCount()); assertEquals(1, stats.hitCount()); ticker.advance(1, MILLISECONDS); assertSame(two, cache.getUnchecked(key));
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 86.3K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> </mime-type> <mime-type type="image/vnd.net-fpx"> <glob pattern="*.npx"/> </mime-type> <mime-type type="image/vnd.radiance"/> <mime-type type="image/vnd.sealed.png"/> <mime-type type="image/vnd.sealedmedia.softseal.gif"/> <mime-type type="image/vnd.sealedmedia.softseal.jpg"/> <mime-type type="image/vnd.svf"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0)