Home
last modified time | relevance | path

Searched +defs:data +defs:type (Results 26 – 50 of 584) sorted by relevance

12345678910>>...24

/plugin/taskextra/
Dscript.js105 type: 'POST', property
106 data: { property
135 type: 'POST', property
136 data: { property
163 type: 'POST', property
164 data: { property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DDnsRecordSet.php26 public $data; variable in Google\\Service\\ServiceNetworking\\DnsRecordSet
38 public $type; variable in Google\\Service\\ServiceNetworking\\DnsRecordSet
43 public function setData($data)
85 public function setType($type)
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
Dtags.js1 …lse{return false}};jQuery.ajax(DOKU_BASE+"lib/exe/ajax.php",{data:{call:"tagapi_list"},type:"POST"… property
/plugin/diagramsnet/
Dscript.js6 var diagramsnetEdit = function(image, diagramsnetUrl , data, anonymize_xml) { argument
26 data: data, property
57 data: data, property
98 "type":"picker", property
102 "type":"format", property
109 "type":"format", property
116 "type":"format", property
123 "type":"format", property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DPasteDataRequest.php27 public $data; variable in Google\\Service\\Sheets\\PasteDataRequest
39 public $type; variable in Google\\Service\\Sheets\\PasteDataRequest
58 public function setData($data)
100 public function setType($type)
/plugin/csstimeline/
Dfeed.php25 $type = $conf['rss_type']; variable
29 $type = 'RSS0.91'; variable
33 $type = 'RSS2.0'; variable
37 $type = 'ATOM0.3'; variable
41 $type = 'ATOM1.0'; variable
45 $type = 'RSS1.0'; variable
102 $data = $po->handleMatch($match); variable
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
DPreDeserializeEvent.php14 private $data; variable in JMS\\Serializer\\EventDispatcher\\PreDeserializeEvent
20 public function __construct(DeserializationContext $context, $data, array $type)
43 public function setData($data): void
/plugin/timetrack/
Dscript.js109 function timetrack_loadDialog(cmd,data) { argument
111 type:'POST', property
113data:{ call: 'plugin_timetrack', cmd: cmd, pageid:JSINFO.id, data:data, sectok:JSINFO.sectok }, property
123 type:'POST', property
125 data:$form.serialize(), property
131 function timetrack_resultapply(data) { argument
134 function timetrack_resultnoapply(data) { argument
137 function timetrack_result(data, applyonly) { argument
184 type: 'success', property
/plugin/swiftmail/Swift/Message/
DImage.php30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $…
40 public function setData($data, $read_filename=true)
/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts30 data?: any; property
43 data?: any; property
213 data?: boolean; property
270 type: string; property
293 type: 'MustacheStatement'; property
304 type: 'BlockStatement'; property
318 type: 'PartialStatement'; property
327 type: 'PartialBlockStatement'; property
337 type: 'ContentStatement'; property
343 type: 'CommentStatement'; property
[all …]
/plugin/schedule/
Dscript.js25 type: "POST", property
30 data: "schedule[action]="+action+"&schedule[ns]="+ns property
66 type: "POST", property
70 data: params, property
/plugin/pagestat/
Dscript.js375 ajax_batchcall(request_arr,function(data){ argument
395 ajax_xcall("ps.get_defs",[words_arr,status],function(data) { argument
556 ajax_xcall("ps.check_word",[words_arr],function(data){ argument
594 ajax_xcall("ps.check_word",[words_arr,"FULL"],function(data){ argument
666 {type:"area",nclass:"al_subt_src",height:"60%",width:"100%"}, property
667 {type:"static",nclass:"al_edit_src",height:"auto",width:"100%"}, property
668 {type:"wd_select"}, property
669 {type:"button",nclass:"al_filtword",value:"filt word",float:"right"}, property
670 {type:"area",nclass:"al_edit_words",height:"48%",width:"100%",display:"none"}, property
671 {type:"button",nclass:"al_checkword",value:"check word",float:"right",display:"none"}, property
[all …]
/plugin/struct/script/
H A DAggregationEditor.js100 function addForm(data) { argument
112 type: 'hidden', property
120 type: 'hidden', property
138 .done(function (data) { argument
166 function (data) { argument
/plugin/jsongendoc/script/
Djsongendoc.js26 data: $select.val(), //data passed from helper.php property
29 function(data) { argument
33 var blob = new Blob([data.document], {type : data.mime}); property
/plugin/ajaxedit/
Dhelper.php33 function error($msg,$type=self::ERROR_OTHER,$exit = true){
44 function _error($type,$exit = true){
97 function success($data=array()){
122 function saveWikiPage($data,$summary,$minor = false,$param=array(),$autosubmit=true){
/plugin/combo/resources/webcode/
H A Dwebcode-console.js164 type: "log", property
165 data: input property
170 type: "table", property
171 data: input property
/plugin/indexmenu/
DSearch.php58 public function buildFancytreeData($data, $isInit, $currentPage, $isNopg)
94 …private function makeNodes(&$data, $indexLatestParsedItem, $previousLevel, &$nodes, &$hasActiveNod…
270 public function searchIndexmenuItems(&$data, $base, $file, $type, $lvl, $opts)
445 public function searchIndexmenuItemsNew(&$data, $base, $file, $type, $lvl, $opts)
626 public function customSearch(&$data, $base, $func, $opts, $dir = '', $lvl = 1)
/plugin/linkcheck/
Dscript.js31 type: 'POST', property
32 data: { property
39 jQuery.when(request).done(function(data,status) { argument
/plugin/ac/
Dac.php18 public function get($path, $data = array()) {
30 public function fetch($type, $values) {
48 public function fetchSingle($type, $values) {
/plugin/clipboardutils/
Dsyntax.php87 public function debugArrayString($data, $level =0) {
105 public function debugDataString($data) {
121 public function GetIconFromData($data) {
137 public function GetStringFromData(Doku_Renderer $renderer, $data, $type ='-') {
218 public function render($mode, Doku_Renderer $renderer, $data) {
/plugin/diagramsnet/lib/js/diagramly/
DP2PCollab.js20 function sendMessage(type, data) argument
26 var msg = JSON.stringify({from: myClientId, id: messageId, type: type, property
27 userId: user.id, username: user.displayName, data: data}); property
141 p.on('signal', function(data) argument
176 socket.on('clientsList', function(data) argument
186 socket.on('signal', function(data) argument
/plugin/imagereference/syntax/
Dimgcaption.php227 static private function captionReferencesStorage($type, $captiondata = null, $id = null) {
255 static public function getCaptionreferences($id, $type) {
311 protected function captionStart($data) {
326 protected function captionEnd($data) {
/plugin/tindexmenu/syntax/
Dindexmenu.php24 function search_callback($func,&$data,$base,$file,$type,$lvl,$opts) {
197 function render($mode, &$renderer, $data) {
311 function _jstree($data,$ns,$js_opts,$js_name,$max) {
355 function _jsnodes($data,$js_name,$noajax=1) {
462 function _clean_data(&$data) {
486 function _search_index(&$data,$base,$file,$type,$lvl,$opts){
643 function _search(&$data,$base,$func,$opts,$dir='',$lvl=1){
/plugin/refnotes/
Dinstructions.php13 protected $data; variable in refnotes_instruction
18 public function __construct($name, $data, $offset = -1) {
36 public function __construct($data) {
47 public function __construct($name, $data, $type, $text, $offset = -1) {
58 public function __construct($type, $attributes, $data = NULL) {
76 public function __construct($namespace, $data) {
87 public function __construct($namespace, $data) {
118 private $data; variable in refnotes_instruction_reference
125 public function __construct($list, &$data, $index) {
163 public function setPluginData($index, $data) {
/plugin/cryptsign/
Dscript.js6 toolbar[toolbar.length] = {"type": "pluginsign", property
15 function pluginsign(edid, data){ argument
42 function(data) { pluginsign(edid, data); } argument

12345678910>>...24