Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A 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/
H A 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/inc/
H A DStatisticsGraph.class.php109 $times = array();
113 $times[] = substr($row['time'], 0, 4) . '-' . substr($row['time'], 4, 2);
115 $times[] = $row['EXTRACT(YEAR FROM dt)'] . '-' . $row['time'];
117 $times[] = substr($row['time'], -5);
123 $DataSet->AddPoints($times, 'Times');
137 45, 1, false, ceil(count($times) / 12)
273 $times = array();
279 $times[] = $time . ($hours ? 'h' : '');
286 $DataSet->AddPoints($times, 'Times');
301 ($hours ? 0 : 45), 1, false, ceil(count($times) / 1
[all...]
/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/
H A 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/
H A 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) {
H A 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/
H A Dbenchmark.php20 function benchmark(Closure $f, $times = 10) argument
23 for ($i = 0; $i < $times; $i++) {
27 return (microtime(true) - $time) / $times;
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php19 private static $times = array( variable in PHP_Timer
63 foreach (self::$times as $unit => $value) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php205 $times = array();
230 $times[] = array(
260 $times[] = array($startTime, $endTime);
264 foreach($times as $time) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A 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/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A 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/
H A DdataBaseStructure.txt63 [<ip>] => Array (<val>, <val>, . .), /* value is only saved once , i.e value_1, no matter how many times it occurs */
66 [<ip>] => <n> /* number of instances where a value occurs, so value_1 shows up here as occuring <n> times */
/plugin/tokenbucketauth/
H A 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/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php390 $times = [];
414 $times[] = [
441 $times[] = [$startTime, $endTime];
444 foreach ($times as $time) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php423 $times = [];
448 $times[] = [
478 $times[] = [$startTime, $endTime];
482 foreach ($times as $time) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_links_reference_style.md20 Indented [four][] times.
/plugin/structtemplate/
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/s5/ui/flower/
H A 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/latexit/tests/my/
H A Dtest12.latex8 …trightarrow$ \textgreater \textgreater \textless \textless -- --- $640 \times 480$ \copyright \…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc4 By default, the client will retry `n` times, where `n = number of nodes` in your
23 client attempts to execute the command up to five times. If all five nodes
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp51 %token times \*
61 ternary() ( ::times:: #multiplication expression() )?
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp50 %token times \*|×
62 ternary() ( ::times:: #multiplication expression() )?
/plugin/quickstats/lang/en/
H A Dquery.txt39 The accesses field in the table refers to the number of times the IP address has accessed the site.
54 If your query times out, you see a "timed out" message. If your server is not set to safemode for PHP scripts, you can increase the maxiumum execution time with the ''max_exec_time'' option in the quickstats section of the Configuration Manager. This option is set by default to 60 seconds. If your server is set to safemode and you have permission to make changes to php.ini, then you can reset the ''max_execution_time'' value in php.ini. The value in php.ini usually defaults to 30 seconds.
62 2. The ''Accesses'' column always refers to the number of times the IP address has accessed pages on your wiki. When you request data about a page or group of pages, the header for each page will indicate the number of times the page itself has been accessed.

12345678910>>...14