| /plugin/struct/meta/ |
| H A D | SchemaBuilder.php | 27 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 D | AccessTableGlobal.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) 75 protected function validateTypeData($data)
|
| /plugin/fksnewsfeed/inc/ORM/ |
| D | AbstractService.php | 14 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 D | migration.php | 56 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/ |
| D | database.php | 286 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 D | InlineEditor.js | 4 var InlineEditor = function ($table) { 45 function (data) { argument 75 .done(function (data) { argument 84 .fail(function (data) { argument
|
| H A D | AggregationEditor.js | 4 const AggregationEditor = function (idx, table) { argument 100 function addForm(data) { argument 138 .done(function (data) { argument 166 function (data) { argument
|
| /plugin/dtable/ |
| D | script.js | 56 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/ |
| D | syntax.php | 66 public function render($mode, Doku_Renderer $renderer, $data) { 79 public function tpl($table, $field) {
|
| /plugin/combo/resources/webcode/ |
| H A D | webcode-console.js | 165 data: input property 171 data: input property 195 window.console.table = function (input) { function
|
| /plugin/combo/ComboStrap/ |
| H A D | SqliteRequest.php | 28 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/ |
| D | table.php | 26 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/ |
| D | media.php | 91 $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 …]
|
| D | database2.php | 81 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 D | StructTest.php | 73 protected function saveData($page, $table, $data, $rev = 0, $rid = 0)
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aac.js | 204 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/ |
| D | main.js | 4 function* flattenLinks(data) { argument 102 const table = `${tableHead + tableRows.join('')}</table>`; constant
|
| /plugin/amcharts/assets/amcharts/plugins/export/examples/ |
| D | export.config.advanced.js | 35 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 D | SQLiteDB.php | 246 public function saveRecord($table, $data, $replace = true)
|
| H A D | helper.php | 45 protected $data; variable in helper_plugin_sqlite 141 public function storeEntry($table, $entry)
|
| /plugin/dwcommits/ |
| D | helper.php | 360 function populate($timestamp_start=0,$table='git_commits') { 443 function insert($author,$timestamp,$gitid,$msg,$table) { 848 function write_debug($data) {
|
| /plugin/quickstats/ |
| D | syntax.php | 188 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/ |
| D | PH5P.php | 72 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/ |
| D | JTableRenderer.java | 101 public JTable table; field in JTableRenderer 295 Object[][] data; field in JTableRenderer.MyTable
|
| /plugin/xlsx2dw/packages/jszip/ |
| D | jszip.js | 399 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 …]
|