Searched refs:tablename (Results 1 – 10 of 10) sorted by relevance
/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); 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 D | action_plugin_struct_edit.php | 11 * @param string $tablename 14 public function createForm($tablename) argument 16 return parent::createForm($tablename);
|
/plugin/struct/action/ |
H A D | aggregationeditor.php | 97 $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 D | edit.php | 102 * @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 D | syntax.php | 53 $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 D | AccessTable.php | 57 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 D | helper.php | 69 $tablename = 'swarm'; 74 [$tablename], 85 $schemadata = AccessTable::byTableName($tablename, $pid);
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mysqli.php | 173 function mysqli_table_exists($con, $tablename) { argument 174 return (bool) mysqli_query($con, 'DESCRIBE '.$tablename);
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 1661 * Added: The option to override the default tablename all PDO backends use.
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php
|