| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/ |
| D | CallTimesPrediction.php | 30 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/ |
| D | helper.php | 31 $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/ |
| D | StatisticsGraph.php | 108 $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/ |
| D | retry.js | 112 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;
|
| D | times.js | 6 exports.default = times; 47 function times(n, iteratee, callback) { function
|
| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | UtilTest.php | 9 $times = [ 17 foreach ($times as $time) { 29 $times = [ 48 foreach ($times as $time) {
|
| /plugin/statdisplay/helper/ |
| D | graph.php | 66 $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/ |
| D | BaseTable.php | 16 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) {
|
| D | TableInterface.php | 6 public function roll(int $times = 1) : array; argument 8 public function rollWithoutRepeats(int $times = 1) : array; argument
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
| D | benchmark.php | 20 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/ |
| D | times.js | 33 function times(n, iteratee) { function 51 module.exports = times;
|
| /plugin/findologicxmlexport/vendor/phpunit/php-timer/src/ |
| D | Timer.php | 19 private static $times = array( variable in PHP_Timer 63 foreach (self::$times as $unit => $value) {
|
| /plugin/asciidocjs/node_modules/repeat-string/ |
| D | README.md | 3 > 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/ |
| D | FreeBusyGenerator.php | 205 $times = array(); 230 $times[] = array( 260 $times[] = array($startTime, $endTime); 264 foreach($times as $time) {
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ |
| D | FreeBusyGenerator.php | 205 $times = array(); 230 $times[] = array( 260 $times[] = array($startTime, $endTime); 264 foreach($times as $time) {
|
| /plugin/davcal/vendor/sabre/vobject/lib/ |
| H A D | FreeBusyGenerator.php | 205 $times = array(); 230 $times[] = array( 260 $times[] = array($startTime, $endTime); 264 foreach($times as $time) {
|
| /plugin/lightmenu/ |
| D | lightmenu.class.php | 150 $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/ |
| D | utility.js | 125 _.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/ |
| D | dataBaseStructure.txt | 63 …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/ |
| D | times.js | 3 module.exports = require('./async').times;
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | FreeBusyGenerator.php | 423 $times = []; 448 $times[] = [ 478 $times[] = [$startTime, $endTime]; 482 foreach ($times as $time) {
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | FreeBusyGenerator.php | 390 $times = []; 414 $times[] = [ 441 $times[] = [$startTime, $endTime]; 444 foreach ($times as $time) {
|
| /plugin/tokenbucketauth/ |
| D | README | 6 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/ |
| D | pretty.css | 46 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/ |
| D | md1_links_reference_style.md | 20 Indented [four][] times.
|