Home
last modified time | relevance | path

Searched +defs:table +defs:data (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/struct/meta/
H A DSchemaBuilder.php27 protected $data = []; variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
34 protected $table = ''; variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
60 public function __construct($table, $data)
220 protected function migrateSingleToMulti($table, $colref)
H A DAccessTableGlobal.php14 public function __construct($table, $pid, $ts = 0, $rid = 0)
75 protected function validateTypeData($data)
/plugin/fksnewsfeed/inc/ORM/
DAbstractService.php14 protected string $table; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\AbstractService
20 … public function __construct(helper_plugin_sqlite $sqlite, string $table, string $modelClassName) {
34 public function create(array $data): bool {
42 public function update(AbstractModel $model, array $data): void {
/plugin/ireadit/action/
H A Dmigration.php56 protected function insertOrIgnore(helper_plugin_sqlite $sqlite, $table, $entry) {
64 protected function migration7($data)
84 protected function migration5($data)
120 protected function migration3($data)
140 protected function migration2($data)
186 protected function migration1($data)
/plugin/refnotes/
Ddatabase.php286 private function handleTable($table, $columns, $rows) {
312 private function handleDataSheet($table, $columns, $rows, $key) {
328 private function handleDataCard($table, $rows, $key) {
381 private function handleNote($data) {
422 public function __construct($source, $data) {
440 public function initializeConfigNote($data) {
451 public function initializePageNote($data) {
/plugin/struct/script/
H A DInlineEditor.js4 var InlineEditor = function ($table) {
45 function (data) { argument
75 .done(function (data) { argument
84 .fail(function (data) { argument
H A DAggregationEditor.js4 const AggregationEditor = function (idx, table) { argument
100 function addForm(data) { argument
138 .done(function (data) { argument
166 function (data) { argument
/plugin/dtable/
Dscript.js56 dtable.show_form = function($table)
98 dtable.hide_form = function($table)
112 dtable.get_data_rows = function($table)
117 dtable.get_row_id = function($table, $row)
172 }, function(data) argument
346 dtable.change_rows = function($table, spans)
510 'table': dtable.get_table_id($form), property
513 function(data) argument
824 function(data) argument
/plugin/structstatus/
Dsyntax.php66 public function render($mode, Doku_Renderer $renderer, $data) {
79 public function tpl($table, $field) {
/plugin/combo/resources/webcode/
H A Dwebcode-console.js165 data: input property
171 data: input property
195 window.console.table = function (input) { function
/plugin/combo/ComboStrap/
H A DSqliteRequest.php28 private $data; variable in ComboStrap\\SqliteRequest
61 public function setTableRow(string $tableName, array $data): SqliteRequest
227 private function getParametrizeReplaceQuery(string $table, array $data): string
/plugin/statdisplay/helper/
Dtable.php26 public function table($R, $command, $from = '', $to = '') function in helper_plugin_statdisplay_table
363 private function listtable(&$data, $max, $title, $istraffic = false)
427 private function head($data = '', $col = 1, $row = 1)
440 private function hcell($data = '', $span = 1)
452 private function cell($data = '', $span = 1, $number = true)
/plugin/database2/
Dmedia.php91 $data = $session['file']; variable
148 public function __construct( $dsn, $authSlot, $table, $ioIndex,
225 $data = $db->printTable(); variable
229 $data = <<<EOT variable
267 $data = $db->__csvLine( $header ); variable
293 $data = ''; variable
298 $data = $db->__csvLine( array_keys( array_shift( array_slice( $rows, 0, 1 ) ) ) ); variable
319 $data = $db->getMedia( $column, $idColumn, $rowid ); variable
327 $data = substr( $data, $sepPos + 1 ); variable
337 $data = substr( $data, $sepPos + 1 ); variable
[all …]
Ddatabase2.php81 protected $table = null; variable in Database2
589 public function process( $table, $code, $options )
4100 protected function exists( $table, $column = null )
4151 protected function nextID( $table, $nestedTransaction = false )
4269 protected function log( $action, $table, $rowid = null )
4325 …protected function obtainLock( $table, $rowid = null, $inTransaction = false, $checkOnly = false, …
4478 protected function releaseLock( $table, $rowid = null, $inTransaction = false )
4706 final public static function ssha( $data, $salt )
/plugin/struct/_test/
H A DStructTest.php73 protected function saveData($page, $table, $data, $rev = 0, $rid = 0)
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daac.js204 applyIndependentCoupling: function(index, data) { argument
213 applyDependentCoupling: function(index, data) { argument
558 data[i] = new Float32Array(len); field
2597 findOffset: function(stream, table) { argument
2612 signValues: function(stream, data, off, len) { argument
2633 decodeSpectralData: function(stream, cb, data, off) { argument
4441 table[i] = Math.pow(2, (i - 200) / 4); field
4456 table[i] = Math.pow(i, four_thirds); field
4559 table = TNS_TABLES[tmp], variable
/plugin/fetchmedia/script/
Dmain.js4 function* flattenLinks(data) { argument
102 const table = `${tableHead + tableRows.join('')}</table>`; constant
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js35 this.toJPG( {}, function( data ) { argument
43 this.toPNG( {}, function( data ) { argument
51 this.toPDF( {}, function( data ) { argument
59 this.toSVG( {}, function( data ) { argument
130 this.toJPG( {}, function( data ) { argument
184 this.toJPG( {}, function( data ) { argument
193 this.toPNG( {}, function( data ) { argument
202 this.toPDF( {}, function( data ) { argument
214 data: tableData property
228 table: { property
[all …]
/plugin/sqlite/
H A DSQLiteDB.php246 public function saveRecord($table, $data, $replace = true)
H A Dhelper.php45 protected $data; variable in helper_plugin_sqlite
141 public function storeEntry($table, $entry)
/plugin/dwcommits/
Dhelper.php360 function populate($timestamp_start=0,$table='git_commits') {
443 function insert($author,$timestamp,$gitid,$msg,$table) {
848 function write_debug($data) {
/plugin/quickstats/
Dsyntax.php188 function render($mode, Doku_Renderer $renderer, $data) {
363 function table($data,&$renderer,$numbers=true,$date=false,$ip_array=false) { function in syntax_plugin_quickstats
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DPH5P.php72 private $data; variable in HTML5
461 public function __construct($data)
4423 private function insertText($data)
4429 private function insertComment($data)
4466 private function elementInScope($el, $table = false)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DJTableRenderer.java101 public JTable table; field in JTableRenderer
295 Object[][] data; field in JTableRenderer.MyTable
/plugin/xlsx2dw/packages/jszip/
Djszip.js399 data : data, property
783 data : chunk.data, property
806 data : record.fileRecord, property
828 data : generateDataDescriptors(streamInfo), property
835 data : record.fileRecord, property
853 data : this.dirRecords[i], property
862 data : dirEnd, property
1191 data: chunk, property
1295 newBufferFrom: function(data, encoding) { argument
1558 file: function(name, data, o) { argument
[all …]

123456789