/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/ |
H A D | ClassTest.php | 29 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 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')
|
H A 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();
|
H A D | ClosureTest.php | 22 $ts = new PHP_Token_Stream(TEST_FILES_PATH . 'closure.php'); 24 foreach ($ts as $token) {
|
/plugin/struct/_test/mock/ |
H A 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 …]
|
H A 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;
|
H A D | SchemaNoDB.php | 11 public function __construct($table, $ts) argument 14 $this->ts = $ts;
|
/plugin/struct/meta/ |
H A 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; 72 if ($this->ts == 0) { 110 return [self::DEFAULT_PAGE_RID, $this->pid, $this->ts, 1]; 127 return [AccessTable::DEFAULT_LATEST, $this->ts, $this->pid, self::DEFAULT_PAGE_RID];
|
H A D | AccessTable.php | 22 protected $ts = 0; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable 59 $schema = new Schema($tablename, $ts); 87 if (self::isTypePage($pid, $ts)) { 108 if (!self::isTypePage($pid, $ts)) { 111 $schema = new Schema($tablename, $ts); 137 $this->setTimestamp($ts); 539 * @param int $ts 541 public function setTimestamp($ts) argument 543 if ($ts && $ts < $this->schema->getTimeStamp()) { 547 $this->ts = $ts; [all …]
|
H A D | AccessTableSerial.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument 16 if ($ts) { 19 parent::__construct($table, $pid, $ts, $rid);
|
H A D | Schema.php | 41 protected $ts = 0; variable in dokuwiki\\plugin\\struct\\meta\\Schema 53 * @param int $ts The timestamp for when this schema was valid, 0 for current 55 public function __construct($table, $ts = 0) argument 66 $this->ts = $ts; 69 if ($ts) { 76 $opt = array($table, $ts); 92 $this->ts = $result['ts']; 233 $this->ts = 0; 265 return $this->ts;
|
H A D | AccessDataValidator.php | 115 * @param int $ts the timestamp to use when saving the data 118 public function saveData($ts = 0) argument 120 $this->access->setTimestamp($ts);
|
H A D | Assignments.php | 328 * @param string $ts 331 public function getHistoricAssignments($page, $ts) argument 334 $res = $this->sqlite->query($sql, $ts); 343 $res = $this->sqlite->query($sql, $page, $ts);
|
/plugin/struct/db/ |
H A 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;
|
H A 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/ |
H A D | syntax.php | 164 $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 D | helper.php | 25 static $ts = null; 26 if ($ts === null) { 28 $ts = new phpSesame($sesame['url'], $sesame['repository']); 30 return $ts;
|
/plugin/tokenbucketauth/ |
H A 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/ |
H A D | script.js | 31 ts: event.data.ts, 100 const lag = now - JSINFO.plugins.pwaoffline.ts;
|
H A D | action.php | 55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0; 61 if ($pageData['mtime'] < $ts) {
|
/plugin/phpipam/ |
H A 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/structpublish/meta/ |
H A D | AccessTableStructpublish.php | 67 if ($this->ts) { 69 $opts[] = $this->ts;
|
/plugin/rater/scripts/ |
H A D | jquery.tablesorter.js | 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({ 997 ts.addParser({ [all …]
|
/plugin/rrdgraph/inc/ |
H A D | svgbinding.php | 234 foreach ($data["data"] as $ts => $value) { 237 $total += ($ts - $lastTs) * $value; 241 $lastTs = $ts;
|
/plugin/revealjs/plugin/multiplex/ |
H A D | index.js | 46 var ts = new Date().getTime(); 48 var secret = ts.toString() + rand.toString();
|