Home
last modified time | relevance | path

Searched +defs:data +defs:name (Results 251 – 275 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/plugin/xml/
Drenderer.php49 function plugin($name,$data){
386 function locallink($hash, $name = null) {
456 function emaillink($address, $name = null) {
621 function _openTag($class, $func, $data=null) {
/plugin/combo/ComboStrap/
H A DPluginUtility.php497 static function getPropertyValue($name, $default = null)
828 static function renderUnmatched($data): string
856 static function renderUnmatchedXml($data)
1056 public static function getModeFromPluginName($name)
/plugin/adhoctags/syntax/
Dabstract.php45 function allowAttribute(&$name, &$value) {
205 function renderODTElementOpen($renderer, $HTMLelement, $data) {
/plugin/pycode/
Dscript.js347 var data = { variable
350 "name": null, property
/plugin/diagramsnet/lib/js/diagramly/
DNotionFile.js5 NotionFile = function(ui, data, meta) argument
108 this.meta.name = prev;
DGitLabClient.js457 GitLabClient.prototype.getFileContent = function(data) argument
507 GitLabClient.prototype.createGitLabFile = function(org, repo, ref, data, asLibrary, refPos) argument
514 var meta = {'org': org, 'repo': repo, 'ref': ref, 'name': fileName, property
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
559 success(new GitLabFile(this.ui, data, {'org': org, 'repo': repo, 'ref': ref, 'name': filename, property
641 GitLabClient.prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, su… argument
690 var fn = mxUtils.bind(this, function(last_commit_id, data) argument
718 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument
DGitHubClient.js466 GitHubClient.prototype.createGitHubFile = function(org, repo, ref, data, asLibrary) argument
468 var meta = {'org': org, 'repo': repo, 'ref': ref, 'name': data.name, property
514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
550 'name': filename, 'path': path, 'sha': sha, isNew: true})); property
608 GitHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, erro… argument
707 var fn = mxUtils.bind(this, function(sha, data) argument
726 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument
DOneDriveClient.js566 OneDriveClient.prototype.removeExtraHtmlContent = function(data) argument
610 this.ui.editor.loadUrl(meta['@microsoft.graph.downloadUrl'], mxUtils.bind(this, function(data) argument
757 …this.writeFile(this.getItemURL(file.getId()), JSON.stringify({name: filename}), 'PATCH', 'applicat… property
795 OneDriveClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
806 OneDriveClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId) argument
926 var fn = mxUtils.bind(this, function(data) argument
950 this.ui.getEmbeddedPng(mxUtils.bind(this, function(data) argument
967 OneDriveClient.prototype.writeLargeFile = function(url, data, success, error, etag) argument
1145 OneDriveClient.prototype.writeFile = function(url, data, method, contentType, success, error, etag) argument
1415 fn({value: [{id: 'root', name: 'root', parentReference: {driveId: 'me'}}]}); property
DEditor.js296 … {name: 'comic', dispName: 'Comic', type: 'bool', defVal: false, isVisible: function(state, format) property
300 …{name: 'jiggle', dispName: 'Jiggle', type: 'float', min: 0, defVal: 1, isVisible: function(state, … property
305 …{name: 'fillWeight', dispName: 'Fill Weight', type: 'int', defVal: -1, isVisible: function(state, … property
309 …{name: 'hachureGap', dispName: 'Hachure Gap', type: 'int', defVal: -1, isVisible: function(state, … property
313 …{name: 'hachureAngle', dispName: 'Hachure Angle', type: 'int', defVal: -41, isVisible: function(st… property
317 …{name: 'curveFitting', dispName: 'Curve Fitting', type: 'float', defVal: 0.95, isVisible: function… property
321 …{name: 'simplification', dispName: 'Simplification', type: 'float', defVal: 0, min: 0, max: 1, isV… property
325 …{name: 'disableMultiStroke', dispName: 'Disable Multi Stroke', type: 'bool', defVal: false, isVisi… property
329 …{name: 'disableMultiStrokeFill', dispName: 'Disable Multi Stroke Fill', type: 'bool', defVal: fals… property
333 …{name: 'dashOffset', dispName: 'Dash Offset', type: 'int', defVal: -1, isVisible: function(state, … property
[all …]
/plugin/tagging/
H A Dhelper.php92 public function resolveNs(array $data)
948 public function getParam($name)
963 public function setParam($name, $value)
/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js120 exports.resolveInclude = function(name, filename, isDir) { argument
139 function resolvePaths(name, paths) { argument
254 function tryHandleCache(options, data, cb) { argument
/plugin/bookcreator/
Dscript.js556 function processResponse(data) { argument
596 function processResponse(data) { argument
626 setMessage: function($msg, data) { argument
680 name: 'selection', property
700 data: formdata property
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DIntegrationTest.php282 public function __call($name, $args)
336 private $data; variable in IteratorAggregateStub
338 public function __construct(array $data)
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php413 function getPlugin($name) {
1012 function createFile($uri, $data, &$etag = null) {
1053 function updateFile($uri, $data, &$etag = null) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClient.php165 public function getIndex(string $name): Index
281 public function updateDocument($id, $data, $index, array $options = []): Response
538 …public function request(string $path, string $method = Request::GET, $data = [], array $query = []…
/plugin/metaeditor/
Djstree.js138 name : false, property
323 data : false, property
388 name : false, property
474 data : { property
698 .on("load_node.jstree", $.proxy(function (e, data) { argument
855 trigger : function (ev, data) { argument
1355 …, 'plugin' : 'core', 'id' : 'core_04', 'reason' : 'Could not load node', 'data' : JSON.stringify({… property
1361 …, 'plugin' : 'core', 'id' : 'core_04', 'reason' : 'Could not load node', 'data' : JSON.stringify({… property
1385 …, 'plugin' : 'core', 'id' : 'core_06', 'reason' : 'Could not load node', 'data' : JSON.stringify({… property
1413 _append_html_data : function (dom, data, cb) { argument
[all …]
/plugin/text/
Drenderer.php36 function plugin($name, $data, $state = '', $match = '') {
431 function locallink($hash, $name = NULL, $returnonly=false){
436 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content…
449 function externallink($url, $name = NULL, $returnonly=false) {
453 function interwikilink($match, $name = NULL, $wikiName, $wikiUri, $returnonly=false) {
457 function windowssharelink($url, $name = NULL, $returnonly=false) {
461 function emaillink($address, $name = NULL, $returnonly=false) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php419 function getPlugin($name) {
1077 function createFile($uri, $data, &$etag = null) {
1118 function updateFile($uri, $data, &$etag = null) {
/plugin/authgoogle/google/contrib/
DGoogle_ComputeService.php1584 public $name; variable in Google_AccessConfig
1593 public function setName( $name) {
1619 public $name; variable in Google_Address
1654 public function setName( $name) {
1793 public $data; variable in Google_AddressesScopedListWarning
1801 public function setData(/* array(Google_AddressesScopedListWarningData) */ $data) {
1928 public $name; variable in Google_Disk
1960 public function setName( $name) {
2117 public $data; variable in Google_DisksScopedListWarning
2125 public function setData(/* array(Google_DisksScopedListWarningData) */ $data) {
[all …]
/plugin/botmon/
H A Dadmin.js95 _makeElement: function(name, atlist = undefined, text = undefined) { argument
199 data: { property
551 _makePageView: function(data, type) { argument
607 data: { property
795 'name': "Others", property
808 name: (it._bot.n ? it._bot.n : it._bot.id), property
973 'name': "Others", property
984 name: (it.n ? it.n : it.id), property
1018 addToCountries: function(iso, name, type) { argument
1495 add: function(data) { argument
[all …]
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="unde… argument
/plugin/json/script/
Dejs.min.js1!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="unde… argument
/plugin/groupmanager/
Dsyntax.php174 function render($mode, Doku_Renderer $renderer, $data)
663 function _htmlInputField(&$renderer, $id, $name, $label, $value, $cando, $indent = 0)
/plugin/gemini/
Drenderer.php29 public function plugin($name, $data, $state = '', $match = '')
257 public function locallink($hash, $name = null)
388 public function emaillink($address, $name = null)
/plugin/emoji/script/
Djquery.textcomplete.js58 $.each(['header', 'footer', 'placement', 'maxCount'], function (name) { argument
351 _zip: function (data, strategy, term) { argument
366 var bindFirst = function(el, name, fn) { argument
433 …maxCount', 'placement', 'footer', 'header', 'noResultsMessage', 'className'], function (_i, name) { argument
474 data: [], // Shown zipped data. property
542 this.data = []; property
893 func.call(this, term, function (data) { argument

1...<<11121314151617181920>>...25