Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 146) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php29 foreach ($ts as $token) {
69 foreach ($ts as $token) {
79 $this->assertCount(1, $ts->getClasses());
86 $classes = $ts->getClasses();
108 $classes = $ts->getClasses();
113 $this->assertEmpty($ts->getFunctions());
120 $this->assertEmpty($ts->getFunctions());
121 $this->assertCount(1, $ts->getClasses());
131 $classes = $ts->getClasses();
148 $classes = $ts->getClasses();
[all …]
H A DIncludeTest.php18 private $ts; variable in PHP_Token_IncludeTest
22 $this->ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source3.php');
33 $this->ts->getIncludes()
50 $this->ts->getIncludes(true)
62 $this->ts->getIncludes(true, 'require_once')
H A DFunctionTest.php22 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source.php');
24 foreach ($ts as $token) {
114 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source5.php');
115 $f = $ts->getFunctions();
116 $c = $ts->getClasses();
117 $i = $ts->getInterfaces();
H A DClosureTest.php22 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'closure.php');
24 foreach ($ts as $token) {
/plugin/struct/meta/
H A DAccessTablePage.php16 public function __construct($schema, $pid, $ts = 0, $rid = 0) argument
18 $ts = $ts ?: time();
19 parent::__construct($schema, $pid, $ts, $rid);
52 if ($this->ts) {
54 $opts[] = $this->ts;
70 if ($this->ts == 0) {
108 return [self::DEFAULT_PAGE_RID, $this->pid, $this->ts, 1];
125 return [AccessTable::DEFAULT_LATEST, $this->ts, $this->pid, self::DEFAULT_PAGE_RID];
H A DAccessTable.php22 protected $ts = 0; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable
57 public static function getPageAccess($tablename, $pid, $ts = 0) argument
59 $schema = new Schema($tablename, $ts);
60 return new AccessTablePage($schema, $pid, $ts, 0);
80 * @param int $ts Time at which the data should be read or written
85 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) argument
87 if (self::isTypePage($pid, $ts)) {
88 return new AccessTablePage($schema, $pid, $ts, $rid);
90 return new AccessTableGlobal($schema, $pid, $ts, $rid);
98 * @param int $ts Tim
104 byTableName($tablename, $pid, $ts = 0, $rid = 0) global() argument
124 __construct($schema, $pid, $ts = 0, $rid = 0) global() argument
539 setTimestamp($ts) global() argument
[all...]
H A DSchema.php42 protected $ts = 0; variable in dokuwiki\\plugin\\struct\\meta\\Schema
54 * @param int $ts The timestamp for when this schema was valid, 0 for current
56 public function __construct($table, $ts = 0) argument
68 $this->ts = $ts;
71 if ($ts) {
75 AND ts <= ?
76 ORDER BY ts DESC
78 $opt = [$table, $ts];
83 ORDER BY ts DES
[all...]
H A DAccessTableSerial.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
16 if ($ts) {
19 parent::__construct($table, $pid, $ts, $rid);
H A DAccessDataValidator.php113 * @param int $ts the timestamp to use when saving the data
116 public function saveData($ts = 0)
118 $this->access->setTimestamp($ts); argument
H A DAssignments.php318 * @param string $ts
321 public function getHistoricAssignments($page, $ts) argument
323 $sql = "SELECT DISTINCT tbl FROM schemas WHERE ts <= ? ORDER BY ts DESC";
324 $tables = $this->sqlite->queryAll($sql, [$ts]);
331 $found = $this->sqlite->queryAll($sql, [$page, $ts]);
/plugin/struct/db/
H A Dupdate0009.sql4 ts TEXT field
7 INSERT INTO schemas_temp (id, tbl, ts) SELECT id, tbl, ts FROM schemas;
14 ts, field
19 INSERT INTO schemas (id, tbl, ts) SELECT id, tbl, ts FROM schemas_temp;
H A Dupdate0014.sql4 ts, field
11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user, comment, editors FROM schemas;
18 ts,
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user, comment, '{"allowed editors":"' || editors || '"}' FROM schemas_temp;
/plugin/bliki/
H A Dsyntax.php164 $ts = $this->getTimestampFromFile($file);
165 $date = date('Y-m-d', $ts);
167 $str .= $this->getDateHeader($ts);
190 * @param timestamp $ts
193 function getDateHeader($ts) { argument
196 $date = date($this->getConf('dateheader'), $ts);
219 return $ts;
225 * @param timestamp $ts
228 function getUrlPartFromTimestamp($ID, $ts=0) { argument
231 if ($ts == 0) {
[all …]
/plugin/semanticdata/
H A Dhelper.php25 static $ts = null;
26 if ($ts === null) {
28 $ts = new phpSesame($sesame['url'], $sesame['repository']);
30 return $ts;
/plugin/tokenbucketauth/
H A Daction.php119 $ts = $this->users_tracker[$ip];
128 if(!is_null($ts))
130 foreach($ts as $onets)
143 unset($ts[$i]);
146 $this->users_tracker[$ip] = $ts;
/plugin/pwaoffline/
H A Dscript.js31 ts: event.data.ts,
100 const lag = now - JSINFO.plugins.pwaoffline.ts;
H A Daction.php55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0;
61 if ($pageData['mtime'] < $ts) {
/plugin/phpipam/
H A Dstyle.css68 * ex: se ai et ts=4 st=4 bf :
69 * vi: se ai et ts=4 st=4 bf :
70 * vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 foldmethod=indent : enc=utf-8
/plugin/rater/scripts/
H A Djquery.tablesorter.js893 ts.addParser({
902 ts.addParser({
912 ts.addParser({
921 ts.addParser({
941 ts.addParser({
950 ts.addParser({
960 ts.addParser({
969 ts.addParser({
978 ts.addParser({
997 ts.addParser({
[all …]
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php67 if ($this->ts) {
69 $opts[] = $this->ts;
/plugin/rrdgraph/inc/
H A Dsvgbinding.php234 foreach ($data["data"] as $ts => $value) {
237 $total += ($ts - $lastTs) * $value;
241 $lastTs = $ts;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/revealjs/plugin/multiplex/
H A Dindex.js46 var ts = new Date().getTime();
48 var secret = ts.toString() + rand.toString();
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ha/
H A Dha.txt
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js346 var ts = mxJSColor.getElementSize(target); // target size
357 var l = (ts[b]+ps[b])/2;
363 tp[b]+ts[b]-l+l*c
368 (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) :
370 -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c > vs[b] ?
371 …(-vp[b]+tp[b]+ts[b]/2 > vs[b]/2 && tp[b]+ts[b]-l-l*c >= 0 ? tp[b]+ts[b]-l-l*c : tp[b]+ts[b]-l+l*c)…
372 (tp[b]+ts[b]-l+l*c >= 0 ? tp[b]+ts[b]-l+l*c : tp[b]+ts[b]-l-l*c)

123456