/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/ |
D | ClassTest.php | 27 $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 …]
|
D | IncludeTest.php | 18 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')
|
D | FunctionTest.php | 22 $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/ |
D | AccessTable.php | 11 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 …]
|
D | AccessTableDataNoDB.php | 17 public function __construct($table, $pid, $ts) argument 21 $this->schema = new SchemaNoDB($table, $ts); 23 $this->ts = $ts; 47 return $this->ts;
|
D | SchemaNoDB.php | 11 public function __construct($table, $ts) argument 14 $this->ts = $ts;
|
/plugin/struct/meta/ |
D | AccessTablePage.php | 16 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];
|
D | AccessTable.php | 22 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 …]
|
D | Schema.php | 42 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;
|
D | AccessTableSerial.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument 16 if ($ts) { 19 parent::__construct($table, $pid, $ts, $rid);
|
D | AccessDataValidator.php | 113 * @param int $ts the timestamp to use when saving the data 116 public function saveData($ts = 0) argument 118 $this->access->setTimestamp($ts);
|
D | Assignments.php | 318 * @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/ |
D | update0009.sql | 4 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;
|
D | update0014.sql | 4 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/ |
D | syntax.php | 164 $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/ |
D | index.js | 99 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/ |
D | index.js | 110 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/ |
D | index.cjs | 100 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/ |
D | helper.php | 25 static $ts = null; 26 if ($ts === null) { 28 $ts = new phpSesame($sesame['url'], $sesame['repository']); 30 return $ts;
|
/plugin/tokenbucketauth/ |
D | action.php | 119 $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/ |
D | script.js | 31 ts: event.data.ts, property 100 const lag = now - JSINFO.plugins.pwaoffline.ts;
|
D | action.php | 55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0; 61 if ($pageData['mtime'] < $ts) {
|
/plugin/phpipam/ |
D | style.css | 68 * 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/ |
D | jquery.tablesorter.js | 890 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/ |
D | AccessTableStructpublish.php | 68 if ($this->ts) { 70 $opts[] = $this->ts;
|