Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
DCallTimesPrediction.php30 private $times; variable in Prophecy\\Prediction\\CallTimesPrediction
36 * @param int $times
39 public function __construct($times, StringUtil $util = null) argument
41 $this->times = intval($times);
56 if ($this->times == count($calls)) {
71 $this->times,
85 $this->times,
98 $this->times,
105 throw new UnexpectedCallsCountException($message, $method, $this->times, $calls);
/plugin/hcalendar/syntax/
Dhelper.php31 $times = array();
39 if (preg_match('/(\d{4}\/\d{2}\/\d{2})(\[\d{2}:\d{2}:\d{2}\])?/',$time_info,$times)) {
40 return hcal_parseDateTimeEntry($times);
41 } else if (preg_match('/(\[\d{2}:\d{2}:\d{2}\])?/',$time_info,$times)) {
42 return hcal_parseTimeEntry($times);
47 function hcal_parseDateTimeEntry($times) { argument
48 list(,$time_date,$time_time) = $times;
60 function hcal_parseTimeEntry($times) { argument
61 @list($time_time) = $times;
/plugin/statistics/
DStatisticsGraph.php108 $times = [];
112 $times[] = substr($row['time'], 0, 4) . '-' . substr($row['time'], 4, 2);
114 $times[] = $row['EXTRACT(YEAR FROM dt)'] . '-' . $row['time']; // FIXME
116 $times[] = substr($row['time'], -5); // FIXME
127 'labels' => $times
257 $times = [];
263 $times[] = $time . ($hours ? 'h' : '');
281 'labels' => $times
294 $times = [];
300 $times[] = $time . ($hours ? 'h' : '');
[all …]
/plugin/asciidocjs/node_modules/async/
Dretry.js112 times: DEFAULT_TIMES, property
134 …if (err && attempt++ < options.times && (typeof options.errorFilter != 'function' || options.error…
148 acc.times = +t.times || DEFAULT_TIMES;
154 acc.times = +t || DEFAULT_TIMES;
Dtimes.js6 exports.default = times;
47 function times(n, iteratee, callback) { function
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php9 $times = [
17 foreach ($times as $time) {
29 $times = [
48 foreach ($times as $time) {
/plugin/statdisplay/helper/
Dgraph.php66 $times = array();
77 $times[] = $month;
88 $times,
110 $times = array();
119 $times[] = $idx;
130 $times,
152 $times = array();
158 $times[] = $idx;
168 $times,
/plugin/randomtables/table-roller/src/Table/
DBaseTable.php16 public function roll(int $times = 1) : array { argument
19 for ($i = 0; $i < $times; $i++) {
48 public function rollWithoutRepeats(int $times = 1) : array { argument
52 while (count($result) < $times) {
DTableInterface.php6 public function roll(int $times = 1) : array; argument
8 public function rollWithoutRepeats(int $times = 1) : array; argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
Dbenchmark.php20 function benchmark(Closure $f, $times = 10) argument
23 for ($i = 0; $i < $times; $i++) {
27 return (microtime(true) - $time) / $times;
/plugin/asciidocjs/node_modules/lodash/
Dtimes.js33 function times(n, iteratee) { function
51 module.exports = times;
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
DTimer.php19 private static $times = array( variable in PHP_Timer
63 foreach (self::$times as $unit => $value) {
/plugin/asciidocjs/node_modules/repeat-string/
DREADME.md3 > Repeat the given string n times. Fastest implementation for repeating a string.
17 Repeat the given `string` the specified `number` of times.
32 * `number` **{Number}**: The number of times to repeat the string
88 …e given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element "Create an arr…
/plugin/davcard/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php205 $times = array();
230 $times[] = array(
260 $times[] = array($startTime, $endTime);
264 foreach($times as $time) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php205 $times = array();
230 $times[] = array(
260 $times[] = array($startTime, $endTime);
264 foreach($times as $time) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php205 $times = array();
230 $times[] = array(
260 $times[] = array($startTime, $endTime);
264 foreach($times as $time) {
/plugin/lightmenu/
Dlightmenu.class.php150 $times = [];
169 $times[$id] = filemtime($filepath);
173 $sort = function ($a,$b) use (&$times,$sort_criteria) {
185 $diff = $times[$a[0]] - $times[$b[0]];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dutility.js125 _.times(3, function(i) { vals.push(i); });
129 _(3).times(function(i) { vals.push(i); });
132 assert.deepEqual([0, 1, 2], _.times(3, function(i) { return i; }), 'collects return values');
134 assert.deepEqual(_.times(0, _.identity), []);
135 assert.deepEqual(_.times(-1, _.identity), []);
136 assert.deepEqual(_.times(parseFloat('-Infinity'), _.identity), []);
/plugin/quickstats/db/
DdataBaseStructure.txt63 …l>, <val>, . .), /* value is only saved once , i.e value_1, no matter how many times it occurs */
66 …<n> /* number of instances where a value occurs, so value_1 shows up here as occuring <n> times */
/plugin/asciidocjs/node_modules/neo-async/
Dtimes.js3 module.exports = require('./async').times;
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php423 $times = [];
448 $times[] = [
478 $times[] = [$startTime, $endTime];
482 foreach ($times as $time) {
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php390 $times = [];
414 $times[] = [
441 $times[] = [$startTime, $endTime];
444 foreach ($times as $time) {
/plugin/tokenbucketauth/
DREADME6 An IP address failing too many times to authenticate will be banned from the login form a configura…
24 0.4 Bugfix: wrong comparison between times (thanks ayambit)
/plugin/s5/ui/flower/
Dpretty.css46 font-family: georgia, times, 'Times New Roman', serif; background: transparent url(blumerechts.jpg)…
52 font: 150%/1em georgia, times, 'Times New Roman', serif;
77 font: 2em georgia, times, 'Times New Roman', serif;}
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_links_reference_style.md20 Indented [four][] times.

12345678910>>...16