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.php100 $tablename = $INPUT->str('schema');
101 if (!$tablename) {
110 $access = $this->getAccess($tablename);
123 $tablename = $INPUT->str('schema');
129 $access = $this->getAccess($tablename);
159 $tablename = $searchconf['schemas'][0][0];
161 $schema = new Schema($tablename);
183 echo '<input type="hidden" name="schema" value="' . hsc($tablename) . '" />';
223 * @param string $tablename
226 protected function getAccess($tablename) argument
[all …]
H A Dedit.php105 * @param string $tablename
108 protected function createForm($tablename) argument
116 $schema = AccessTable::getPageAccess($tablename, $ID, $ts);
123 if (isset($structdata[$tablename])) {
124 $postdata = $structdata[$tablename];
130 …$schemaid = 'SRCT' . substr(str_replace(['+', '/'], '', base64_encode(sha1($tablename, true))), 0,…
145 $html .= $this->makeField($field, self::$VAR . "[$tablename][$label]");
/plugin/firenews/
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/
Dhelper.php69 $tablename = 'swarm';
74 [$tablename],
85 $schemadata = AccessTable::byTableName($tablename, $pid);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mysqli.php173 function mysqli_table_exists($con, $tablename) { argument
174 return (bool) mysqli_query($con, 'DESCRIBE '.$tablename);
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1661 * Added: The option to override the default tablename all PDO backends use.
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php