Home
last modified time | relevance | path

Searched refs:tablename (Results 1 – 10 of 10) sorted by relevance

/plugin/struct/_test/mock/
H A DAccessTable.php11 public static function getPageAccess($tablename, $pid, $ts = 0) argument
13 $schema = new Schema($tablename, $ts);
17 public static function getGlobalAccess($tablename, $rid = 0) argument
19 $schema = new Schema($tablename, 0);
40 * @param string $tablename
47 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0) argument
49 $schema = new Schema($tablename, $ts);
H A Daction_plugin_struct_edit.php11 * @param string $tablename
14 public function createForm($tablename) argument
16 return parent::createForm($tablename);
/plugin/struct/action/
H A Daggregationeditor.php97 $tablename = $INPUT->str('schema');
98 if (!$tablename) {
107 $access = $this->getAccess($tablename);
120 $tablename = $INPUT->str('schema');
126 $access = $this->getAccess($tablename);
156 $tablename = $searchconf['schemas'][0][0];
158 $schema = new Schema($tablename);
220 * @param string $tablename
223 protected function getAccess($tablename) argument
226 return AccessTable::getSerialAccess($tablename, $this->pid, $this->rid);
[all …]
H A Dedit.php102 * @param string $tablename
105 protected function createForm($tablename) argument
113 $schema = AccessTable::getPageAccess($tablename, $ID, $ts);
120 if (isset($structdata[$tablename])) {
121 $postdata = $structdata[$tablename];
127 …$schemaid = 'SRCT' . substr(str_replace(array('+', '/'), '', base64_encode(sha1($tablename, true))…
142 $html .= $this->makeField($field, self::$VAR . "[$tablename][$label]");
/plugin/firenews/
H A Dsyntax.php53 $tablename = $pluginname;
59 $sqlite->query("CREATE TABLE IF NOT EXISTS $tablename
129 …$sqlite->query("INSERT INTO $tablename ('header', 'subtitle', 'targetpage', 'startdate', 'enddate'…
176 $sqlite->query("UPDATE {$tablename}
198 $sqlite->query("DELETE FROM {$tablename}
212 $result = $sqlite->query("SELECT * FROM {$tablename} ORDER BY news_id DESC");
238 $result = $sqlite->query("SELECT * FROM {$tablename}
/plugin/struct/meta/
H A DAccessTable.php57 public static function getPageAccess($tablename, $pid, $ts = 0) argument
59 $schema = new Schema($tablename, $ts);
63 public static function getSerialAccess($tablename, $pid, $rid = 0) argument
65 $schema = new Schema($tablename, 0);
69 public static function getGlobalAccess($tablename, $rid = 0) argument
71 $schema = new Schema($tablename, 0);
96 * @param string $tablename schema to load
104 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0) argument
109 $schema = new Schema($tablename, time());
111 $schema = new Schema($tablename, $ts);
/plugin/swarmwebhook/
H A Dhelper.php69 $tablename = 'swarm';
74 [$tablename],
85 $schemadata = AccessTable::byTableName($tablename, $pid);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php173 function mysqli_table_exists($con, $tablename) { argument
174 return (bool) mysqli_query($con, 'DESCRIBE '.$tablename);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1661 * Added: The option to override the default tablename all PDO backends use.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php