Home
last modified time | relevance | path

Searched +defs:data +defs:value (Results 126 – 150 of 569) sorted by relevance

12345678910>>...23

/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.min.js27 …define&&define.amd?define([],b):"object"==typeof exports?exports.Handlebars=b():a.Handlebars=b()}(… function
/plugin/diagramsnet/lib/js/grapheditor/
DEditorUi.js1574 var createVertex = mxUtils.bind(this, function(style, w, h, value) argument
3368 EditorUi.prototype.setScrollbars = function(value) argument
3469 EditorUi.prototype.setPageVisible = function(value) argument
3644 EditorUi.prototype.setBackgroundColor = function(value) argument
3655 EditorUi.prototype.setFoldingEnabled = function(value) argument
3666 EditorUi.prototype.setPageFormat = function(value, ignorePageVisible) argument
3690 EditorUi.prototype.setPageScale = function(value) argument
3710 EditorUi.prototype.setGridColor = function(value) argument
4128 this.addSplitHandler(this.hsplit, true, 0, mxUtils.bind(this, function(value) argument
4150 EditorUi.prototype.setStatusText = function(value) argument
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DSocketHandler.php307 protected function fwrite(string $data)
330 private function validateTimeout(float $value): void
395 private function writeToSocket(string $data): void
/plugin/bookcreator/
Dscript.js143 CachedProperty.prototype.set = function(value) { argument
556 function processResponse(data) { argument
596 function processResponse(data) { argument
626 setMessage: function($msg, data) { argument
681 value: JSON.stringify(Bookcreator.selectedpages.getSelection()) property
700 data: formdata property
/plugin/jquery/
Djquery-1.4.2.js496 parseJSON: function( data ) { argument
523 globalEval: function( data ) { argument
795 function access( elems, key, value, exec, fn, pass ) { argument
1001 data: function( elem, name, data ) { method
1081 data: function( key, value ) { method
1117 queue: function( elem, type, data ) { argument
1165 queue: function( type, data ) { argument
1216 attr: function( name, value ) { argument
1229 addClass: function( value ) { argument
1263 removeClass: function( value ) { argument
[all …]
/plugin/tfslink/scripts/
Daddworkitemlink_wiz.js81 var addOptions = function(data) { argument
91 … jQuery('#projectcollection').append( jQuery('<option>', { value: pc.id, text: pc.title })); property
/plugin/rrdgraph/
Dsyntax.php88 private function parseBoolean($value) {
286 public function render($mode, Doku_Renderer $renderer, $data) {
/plugin/freechat/phpfreechat/lib/json/
DJSON.php434 function name_value($name, $value)
766 function isError($data, $code = null)
/plugin/button/
Dsyntax.php111 protected function setStyle($name, $value)
169 protected function setTarget($name, $value)
232 function render($mode, Doku_Renderer $renderer, $data)
/plugin/moaieditor/scripts/
Dmirror.js183 setWrap(value) { argument
196 flash(flash, data=null) { argument
450 set top(value) { argument
/plugin/fckg/scripts/
Dscript-cmpr.js1\/?)>/,c=/^<\/(\w+)[^>]*>/,f=/(\w+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s… property
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php87 public function push($value)
109 public function pushData($data)
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
H A DTar.php365 public function addData($fileinfo, $data)
503 protected function writebytes($data)
803 static public function numberEncode($value, $length)
/plugin/pdfjs/pdfjs/build/
Dpdf.js78 /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); property
80 /******/ Object.defineProperty(exports, '__esModule', { value: true }); property
88 /******/ __w_pdfjs_require__.t = function(value, mode) { argument
94 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); property
216 value: true property
616 value: value, property
2134 value: undefined, property
2140 value: point, property
2492 value: tag property
3390 C.resolve(promise).then(function (value) { argument
[all …]
/plugin/ckgdoku/
Dscript.js165 value: value, property
293 function (data) { argument
312 function (data) { argument
331 function (data) { argument
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ariagrid.js361 .on("fancytreeinit", function (event, data) { argument
380 .on("fancytreefocustree", function (event, data) { argument
391 .on("fancytreebeforeupdateviewport", function (event, data) { argument
696 treeSetOption: function (ctx, key, value) { argument
/plugin/diagramsnet/lib/js/diagramly/
DDriveClient.js818 this.ui.editor.loadUrl(url, mxUtils.bind(this, function(data) argument
873 [{'key': 'channel', 'value': Editor.guid()}]} property
1094 this.ui.editor.loadUrl(url, mxUtils.bind(this, function(data) argument
1414 properties.push({'key': 'channel', 'value': Editor.guid(32)}); property
1420 properties.push({'key': 'key', 'value': Editor.guid(32)}); property
1424 properties.push({'key': 'secret', 'value': (secret != null) ? secret : Editor.guid(32)}); property
1572 var doExecuteRequest = mxUtils.bind(this, function(data, binary) argument
1866 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument
1961 DriveClient.prototype.insertFile = function(title, data, folderId, success, error, mimeType, binary) argument
2003 DriveClient.prototype.createUploadRequest = function(id, metadata, data, revision, binary, etag, pi… argument
[all …]
DTrelloClient.js145 …ditor.loadUrl(PROXY_URL + '?url=' + encodeURIComponent(meta.url), mxUtils.bind(this, function(data) argument
222 TrelloClient.prototype.insertLibrary = function(filename, data, success, error, cardId) argument
230 TrelloClient.prototype.insertFile = function(filename, data, success, error, asLibrary, cardId) argument
276 var fn = mxUtils.bind(this, function(data) argument
302 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument
319 TrelloClient.prototype.writeFile = function(filename, data, cardId, success, error) argument
508 ….cards.get(cardId + '/attachments', {fields: 'id,name,previews'}, mxUtils.bind(this, function(data) argument
599 mxUtils.bind(this, function(data) argument
614 …dlg = new FilenameDialog(this.ui, filter, mxResources.get('ok'), mxUtils.bind(this, function(value) argument
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js8 …nction (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorS… argument
70 value: function () { method
162 var csvStream = fastCsv.parse(options.parserOptions).on('data', function (data) { argument
/plugin/bibtex4dw/lib/
Dbibtexparser.php44 public $data = array(); variable in bibtexparser_plugin_bibtex4dw
214 public function setOption($option, $value)
1223 private function _removeCurlyBraces($value)
/plugin/attribute/
Dhelper.php236 private function saveAttributes($namespace, $user, $data)
300 public function set($namespace, $attribute, $value, $user = null)
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php128 public function setFromStoreValue($value): Metadata
342 public function modifyMetaDokuWikiArray(array &$data)
/plugin/nspages/printers/
DprinterTree.php14 function __construct($plugin, $mode, $renderer, $data){
246 function offsetSet(mixed $offset, mixed $value): void {
/plugin/combo/ComboStrap/
H A DMediaMarkup.php182 public static function renderSpecial(array $data, Doku_Renderer_xhtml $renderer)
388 public static function metadata(array $data, Doku_Renderer_metadata $renderer)
407 public static function analytics(array $data, renderer_plugin_combo_analytics $renderer)
791 function setLinkingClass($value): MediaMarkup
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
DUriTemplate.php280 private function getDataType($data)
327 private function getValue($value, $length)

12345678910>>...23