| /plugin/questionnaire/ |
| D | dl.php | 35 $data = array_combine($items, $items); variable 43 while ($row = $resp->fetch(PDO::FETCH_ASSOC)) { variable 51 $data = array_fill_keys($items, ''); variable
|
| /plugin/edittable/script/ |
| D | editor.js | 66 return dmarray.map(function (row) { argument 140 var lastselect = { row: 0, col: 0 }; property 143 data: data, property 164 data: data, property 186 cells: function (row, col) { argument 202 renderer: function (instance, td, row, col) { argument 390 this.updateSettings({ mergeCells: edittable.getMerges(meta), data: data }); property 401 this.updateSettings({ mergeCells: edittable.getMerges(meta), data: data }); property
|
| /plugin/struct/script/ |
| H A D | AggregationEditor.js | 81 function insertActionCell($row, $cell) { 100 function addForm(data) { argument 138 .done(function (data) { argument 166 function (data) { argument
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | JTableRenderer.java | 295 Object[][] data; field in JTableRenderer.MyTable 401 int row = rowAtPoint(p); in dragOver() local 485 public Object getValueAt(int row, int col) in createModel() 500 public boolean isCellEditable(int row, int col) in createModel() 509 public void setValueAt(Object value, int row, int col) in createModel()
|
| /plugin/statdisplay/helper/ |
| D | table.php | 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/owncloud/ |
| D | script.js | 19 folderContent: function(data, $place, level){ argument 29 subfolder: function(dir, $row, level,fileid){ 33 data: {dir: dir, fileid: fileid, level: level}, property 34 success: function(data) {filelist.folderContent(data, $row, level);}, argument 65 data: {file: file}, property 72 putContent: function(data, $place){ argument 99 data: {fileid: li.attr('fileid')}, property 100 success: function(data) { argument
|
| /plugin/groupmatrix/syntax/ |
| D | table.php | 109 public function render($mode, Doku_Renderer $renderer, $data) 210 protected function renderTableCells($row, $html = '')
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | Datamatrix.php | 511 protected function lookAheadTest($data, $pos, $mode) { 695 protected function getHighLevelEncoding($data) { 971 protected function placeModule($marr, $nrow, $ncol, $row, $col, $chr, $bit) { 996 protected function placeUtah($marr, $nrow, $ncol, $row, $col, $chr) {
|
| /plugin/blogtng/entities/ |
| D | Comment.php | 13 public $data; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment 56 public function __construct($row = null){ 66 public function init($row){
|
| /plugin/dtable/ |
| D | script.js | 117 dtable.get_row_id = function($table, $row) 172 }, function(data) argument 372 dtable.new_build_form = function($form, $row, action, value, row_data, colspan_callback, mod_cell_c… 513 function(data) argument 824 function(data) argument
|
| /plugin/dwcommits/ |
| D | helper.php | 531 function format_tablerow($row,$regex) { 608 function format_row($row,$regex) { 848 function write_debug($data) {
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.js | 239 this.fnAddData = function( data, redraw ) argument 1718 return function (data, val, meta) { argument 1726 var setData = function (data, val, src) { argument 1795 return function (data, val) { // meta is also passed in, but not used argument 1801 return function (data, val) { // meta is also passed in, but not used argument 1822 return function (data, type, row, meta) { argument 1831 return function (data) { // type, row and meta also passed, but not used argument 1836 return function (data, type, row, meta) { argument 1849 var fetchData = function (data, type, src) { argument 1911 return function (data, type) { // row and meta also passed, but not used argument [all …]
|
| /plugin/quickstats/ |
| D | syntax.php | 188 function render($mode, Doku_Renderer $renderer, $data) { 260 function row($name,$val,$num=" ",$date=false,$is_ip=false) { function in syntax_plugin_quickstats 363 function table($data,&$renderer,$numbers=true,$date=false,$ip_array=false) {
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 162 var csvStream = fastCsv.parse(options.parserOptions).on('data', function (data) { argument 236 worksheet.eachRow(function (row, rowNumber) { argument
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 5376 range.forAll(function (row, col) { argument 11932 row: this.row, property 11939 row: this.row, property 11946 row: this.row, property 11953 row: this.row, property 11960 row: this.row, property 14210 function spliceWith(data, index, count, toInject) { argument 14473 row: end === null ? null : end.row, property 14530 row: end && start ? end.row - start.row + 1 : 1, property 14538 var getInputValue = function getInputValue(row) { argument [all …]
|
| /plugin/diagramsnet/lib/math/extensions/TeX/ |
| D | AMSmath.js | 19 …){var b=MathJax.ElementJax.mml,h=MathJax.InputJax.TeX,g=MathJax.Extension["TeX/AMSmath"];var d=h.D… property
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.js | 514 function _excelColWidth(data, col) { argument 1100 var addRow = function (row) { argument 1177 row: _createNode(rels, 'is', { property 1203 var mergeCells = function (row, colspan) { argument
|
| /plugin/a2s/ |
| D | ASCIIToSVG.php | 2821 public function __construct($data) { 3558 private function walk($path, $row, $col, $dir, $d = 0) { 4015 private function getChar($row, $col) {
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 43 function char_codes(data/*:string*/)/*:Array<number>*/ { var o/*:Array<number>*/ = []; for(var i = … argument 45 function utf16leread(data/*:string*/)/*:string*/ { argument 50 function utf16beread(data/*:string*/)/*:string*/ { argument 56 var debom = function(data/*:string*/)/*:string*/ { argument 70 debom = function(data/*:string*/) { argument 199 function a2s(data/*:any*/)/*:string*/ { argument 204 function a2u(data/*:Array<number>*/)/*:Uint8Array*/ { argument 209 function ab2a(data/*:ArrayBuffer|Uint8Array*/)/*:Array<number>*/ { argument 1850 sector_list[k] = ({nodes: buf, data:__toBuffer([buf_chain])}/*:SectorEntry*/); property 3238 function blobify(data) { argument [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 5876 serialize: function(data) argument 11705 data: function(element, name, value) method 11826 Firebug.Lite.Proxy._callbacks[uid] = function(data) argument 11849 this.loadJSONP(yql, function(data) argument 18866 row: spy.logRow, property 18983 this.send = function(data) argument 20084 insertParts: function(parentNode, data) argument 20230 updateCounter: function(row) argument 20254 observe: function(subject, topic, data) argument 21353 isJSON: function(contentType, data) argument [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 1368 }},serialize:function(data){var r=[""],rl=0; argument 2915 }}},data:function(element,name,value){if(value){if(!name){return null method 2940 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) argument 2947 this.loadJSONP(yql,function(data){var source=data.results[0]; argument 5012 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t… property 5047 this.send=function(data){spy.data=data; argument 5285 },insertParts:function(parentNode,data){if(!data.params||!data.params.length){return argument 5328 },updateCounter:function(row){removeClass(row,"collapsed"); argument 5337 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument 5530 }}},isJSON:function(contentType,data){var responseText=data?trim(data):null; argument [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1379 }},serialize:function(data){var r=[""],rl=0; argument 2926 }}},data:function(element,name,value){if(value){if(!name){return null method 2951 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) argument 2958 this.loadJSONP(yql,function(data){var source=data.results[0]; argument 5023 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t… property 5058 this.send=function(data){spy.data=data; argument 5296 },insertParts:function(parentNode,data){if(!data.params||!data.params.length){return argument 5339 },updateCounter:function(row){removeClass(row,"collapsed"); argument 5348 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument 5541 }}},isJSON:function(contentType,data){var responseText=data?trim(data):null; argument [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 208 handler.on('test', function wphSetupTest(data) { argument 241 handler.on('configure', function wphConfigure(data) { argument 244 handler.on('GetDocRequest', function wphSetupDoc(data) { argument 341 function getPdfManager(data, evaluatorOptions) { argument 462 function setupDoc(data) { argument 476 handler.sendWithPromise('PasswordRequest', e).then(function (data) { argument 537 handler.on('GetPage', function wphSetupGetPage(data) { argument 555 handler.on('GetPageIndex', function wphSetupGetPageIndex(data) { argument 561 handler.on('GetDestinations', function wphSetupGetDestinations(data) { argument 564 handler.on('GetDestination', function wphSetupGetDestination(data) { argument [all …]
|
| /plugin/struct/jsoneditor/ |
| H A D | jsoneditor-minimalist.min.js | 30 …define&&define.amd?define(t):"object"==typeof exports?exports.JSONEditor=t():e.JSONEditor=t()}(thi… 32 …(!0),this._updateDomField(),this.field&&(h.innerHTML=this._escapeHTML(this.field));break;case"inpu… function 33 …=l.substring(s.column,s.column+1);if("}"===f){var v=o.findMatchingBracket({row:s.row,column:s.colu… property
|
| /plugin/aceeditor/ |
| D | build.js | 1 …=".")if(t){p=p.slice(0,p.length-1),e=p.concat(e.split("/"));for(l=0;l<e.length;l+=1){h=e[l];if(h==… property
|