Home
last modified time | relevance | path

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

12345678

/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
DClassTest.php27 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source2.php');
29 foreach ($ts as $token) {
67 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'issue19.php');
69 foreach ($ts as $token) {
78 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'issue30.php');
79 $this->assertCount(1, $ts->getClasses());
84 …$ts = new PHP_Token_Stream(TEST_FILES_PATH . 'class_with_method_that_declares_anonymous_class.php'…
86 $classes = $ts->getClasses();
106 …$ts = new PHP_Token_Stream(TEST_FILES_PATH . 'class_with_method_that_declares_anonymous_class2.php…
108 $classes = $ts->getClasses();
[all …]
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')
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();
/plugin/struct/_test/mock/
DAccessTable.php11 public static function getPageAccess($tablename, $pid, $ts = 0) argument
13 $schema = new Schema($tablename, $ts);
14 return new AccessTablePage($schema, $pid, $ts, 0);
26 * @param int $ts
31 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) argument
33 if (self::isTypePage($pid, $ts, $rid)) {
34 return new AccessTablePage($schema, $pid, $ts, $rid);
36 return new AccessTableGlobal($schema, $pid, $ts, $rid);
42 * @param int $ts
47 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0) argument
[all …]
DAccessTableDataNoDB.php17 public function __construct($table, $pid, $ts) argument
21 $this->schema = new SchemaNoDB($table, $ts);
23 $this->ts = $ts;
47 return $this->ts;
DSchemaNoDB.php11 public function __construct($table, $ts) argument
14 $this->ts = $ts;
/plugin/struct/meta/
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];
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 Time at which the data should be read or written
[all …]
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) {
78 $opt = [$table, $ts];
94 $this->ts = $result['ts'];
232 $this->ts = 0;
264 return $this->ts;
DAccessTableSerial.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
16 if ($ts) {
19 parent::__construct($table, $pid, $ts, $rid);
DAccessDataValidator.php113 * @param int $ts the timestamp to use when saving the data
116 public function saveData($ts = 0) argument
118 $this->access->setTimestamp($ts);
DAssignments.php318 * @param string $ts
321 public function getHistoricAssignments($page, $ts) argument
324 $tables = $this->sqlite->queryAll($sql, [$ts]);
331 $found = $this->sqlite->queryAll($sql, [$page, $ts]);
/plugin/struct/db/
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;
Dupdate0014.sql4 ts, field
11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islook…
18 ts,
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, us…
/plugin/bliki/
Dsyntax.php164 $ts = $this->getTimestampFromFile($file);
165 $date = date('Y-m-d', $ts);
167 $str .= $this->getDateHeader($ts);
175 $post_url = $this->getUrlPartFromTimestamp($ID, $ts);
178 $timestamp = date($this->getConf('datefooter'), $ts);
190 * @param timestamp $ts
193 function getDateHeader($ts) { argument
196 $date = date($this->getConf('dateheader'), $ts);
210 …$ts = mktime(substr($parts[3], 0, 2), substr($parts[3], 2, 2), substr($parts[3], 4, 2), $parts[1],…
217 …$ts = mktime(substr($filename, 0, 2), substr($filename, 2, 2), substr($filename, 4, 2), $parts[$s-…
[all …]
/plugin/asciidocjs/node_modules/cliui/build/lib/
Dindex.js99 let ts = col; // temporary string used during alignment/padding.
101 ts += ' '.repeat(wrapWidth - mixin.stringWidth(col));
106 ts = fn(ts, wrapWidth);
107 if (mixin.stringWidth(ts) < wrapWidth) {
108 ts += ' '.repeat((width || 0) - mixin.stringWidth(ts) - 1);
116 str += addBorder(row[c], ts, '| ');
117 str += ts;
118 str += addBorder(row[c], ts, ' |');
234 function addBorder(col, ts, style) { argument
236 if (/[.']-+[.']/.test(ts)) {
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js110 ts,
117 ts = '' // temporary string used during alignment/padding.
122 ts += col.charAt(i) || ' '
127 ts = align[row[c].align](ts.trim() + '\n' + new Array(wrapWidth + 1).join(' '))
129 if (ts.length < wrapWidth) ts += new Array(width - ts.length).join(' ')
135 str += ts
/plugin/asciidocjs/node_modules/cliui/build/
Dindex.cjs100 let ts = col; // temporary string used during alignment/padding.
102 ts += ' '.repeat(wrapWidth - mixin.stringWidth(col));
107 ts = fn(ts, wrapWidth);
108 if (mixin.stringWidth(ts) < wrapWidth) {
109 ts += ' '.repeat((width || 0) - mixin.stringWidth(ts) - 1);
117 str += addBorder(row[c], ts, '| ');
118 str += ts;
119 str += addBorder(row[c], ts, ' |');
235 function addBorder(col, ts, style) {
237 if (/[.']-+[.']/.test(ts)) {
[all …]
/plugin/semanticdata/
Dhelper.php25 static $ts = null;
26 if ($ts === null) {
28 $ts = new phpSesame($sesame['url'], $sesame['repository']);
30 return $ts;
/plugin/tokenbucketauth/
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/
Dscript.js31 ts: event.data.ts, property
100 const lag = now - JSINFO.plugins.pwaoffline.ts;
Daction.php55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0;
61 if ($pageData['mtime'] < $ts) {
/plugin/phpipam/
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/
Djquery.tablesorter.js890 var ts = $.tablesorter;
893 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({
[all …]
/plugin/structpublish/meta/
DAccessTableStructpublish.php68 if ($this->ts) {
70 $opts[] = $this->ts;

12345678