Home
last modified time | relevance | path

Searched refs:times (Results 151 – 175 of 347) sorted by relevance

12345678910>>...14

/plugin/fckg/action/entities/
H A Dents.data691 ×
/plugin/ckgdoku/action/entities/
H A Dents.data691 ×
/plugin/ckgedit/action/entities/
H A Dents.data691 ×
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md21 …can't shoot yourself in the foot by calling ```registerLoader``` multiple times and a few tests im…
25 - [145: Memory leak in AnnotationRegistry::registerLoader() when called multiple times](https://git…
29 - [161: Prevent loading class_exists multiple times](https://github.com/doctrine/annotations/pu…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md215 I get 10 times more traffic from [Google][1] than from
224 <p>I get 10 times more traffic from <a href="http://google.com/"
235 [ny times]: http://www.nytimes.com/
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md184 you do that by predicting how many times your method will be called. In Prophecy,
206 And now it doesn't matter how many times or in which order your methods are called.
355 was called 1 or more times. If the prediction failed then it throws an exception. When does this
367 - `CallPrediction` or `shouldBeCalled()` - checks that the method has been called 1 or more times
370 `$count` times
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js877 _.after = function(times, func) { argument
879 if (--times < 1) {
886 _.before = function(times, func) { argument
889 if (--times > 0) {
892 if (times <= 1) func = null;
1314 _.times = function(n, iteratee, context) {
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js1193 function after(n, times) { argument
1195 lodashStable.times(times, _.after(n, function() { count++; }));
1744 function before(n, times) { argument
1746 lodashStable.times(times, _.before(n, function() { count++; }));
1824 lodashStable.times(2, function(index) {
6698 _.times(2, function(index) {
19918 lodashStable.times(2, _.uniqueId);
23180 assert.deepEqual(_.times(n), []);
23196 _.times(1, function(assert) {
23210 return index ? _.times(3, value) : _.times(3);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js912 _.after = function(times, func) { argument
914 if (--times < 1) {
921 _.before = function(times, func) { argument
924 if (--times > 0) {
927 if (times <= 1) func = null;
1390 _.times = function(n, iteratee, context) {
/plugin/bibtex4dw/
H A DTODO.md55 Probably not sensible in times of Mendeley, JabRef, and other much more powerful tools. But eventually...
/plugin/bible/bible_douayRheims/
H A DTitus.txt2 …1:2. Unto the hope of life everlasting, which God, who lieth not, hath promised before the times o…
3 …1:3. But hath in due times manifested his word in preaching, which is committed to me according to…
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md85 dates and times were provided. (@rsto)
180 times. (@armin-hackmann)
333 * #188: Retain floating times when generating instances using
370 floating times or all-day events.
614 * Fixed: Couldn't parse vCard 3 extended format dates and times.
623 * Added: helper method to parse vCard dates and times.
827 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md24 dates and times were provided. (@rsto)
119 times. (@armin-hackmann)
272 * #188: Retain floating times when generating instances using
309 floating times or all-day events.
553 * Fixed: Couldn't parse vCard 3 extended format dates and times.
562 * Added: helper method to parse vCard dates and times.
766 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md107 * #188: Retain floating times when generating instances using
144 floating times or all-day events.
388 * Fixed: Couldn't parse vCard 3 extended format dates and times.
397 * Added: helper method to parse vCard dates and times.
601 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md107 * #188: Retain floating times when generating instances using
144 floating times or all-day events.
388 * Fixed: Couldn't parse vCard 3 extended format dates and times.
397 * Added: helper method to parse vCard dates and times.
601 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md67 * #188: Retain floating times when generating instances using
104 floating times or all-day events.
348 * Fixed: Couldn't parse vCard 3 extended format dates and times.
357 * Added: helper method to parse vCard dates and times.
561 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/fckg/action/entities/utils/
H A Dentities.txt183 &times;
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt183 &times;
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt183 &times;
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js435 (iterations || 1).times(operation);
458 (iterations || 1).times(operation);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc226 this script being called 1000 times per second: the sniffing connection pool
227 performS the sniffing and pinging process 1000 times per second. The sniffing
/plugin/flowplayer/player/
H A DREADME.txt48 - Tries to reload two times if the stream is not initially found. Also does 3 connection attempts i…
57 - cuepoints were fired multiple times when there is a playlist with several clips. Issue #150.
96 - #414 problem appears again for very short clips with invalid seek times, make it step back 1 seco…
321 - a cuepoint at time zero was fired several times
324 - a cuepoint at time zero was fired several times
354 - cuepoint times are now given in milliseconds, the firing precision is 100 ms. All cuepoint times
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst94 * Added a condition to ensure that functions.php can be required multiple times
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md132 * `e*` to say that `e` can appear 0 or many times;
133 * `e{x,y}` to say that `e` can appear between `x` and `y` times;
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{conten…

12345678910>>...14