Home
last modified time | relevance | path

Searched +defs:data +defs:url (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/plugin/simplechat/
Dscript.js13 url: "/lib/plugins/simplechat/ajax.php" , property
14 data: { cmd : 'exited' , user : $username, room : $room } , property
26 url: "/lib/plugins/simplechat/ajax.php" , property
27 data: { cmd : 'send' , msg : $mymsg, user : $username, room : $room , start: $sc_chatstatus } , property
28 success: function( data ){ argument
51 url: "/lib/plugins/simplechat/ajax.php" , property
52 data: { cmd: 'update' , start: $sc_chatstatus , room : $room } , property
53 success: function( data ) { argument
70 complete: function( data ) { argument
83 url: "/lib/plugins/simplechat/ajax.php" , property
[all …]
/plugin/linkback/
Dhttp.php28 function get($url,$sloppy304=false){
42 function post($url,$data){
54 function sendRequest($url, $data = array (), $method = 'GET') {
/plugin/xtern/
Dscript.js36 url: _url, property
37 url: DOKU_BASE + 'lib/exe/ajax.php', property
38 data: { property
40 url: _url property
45 jQuery.when(request).done(function( data ,status) { argument
/plugin/bpmnioeditor/
Dscript.js46 url: DOKU_BASE + 'lib/exe/ajax.php', property
48 data: { property
53 success: function(data){ argument
73 url: DOKU_BASE + 'lib/exe/ajax.php', property
75 data: { property
80 success: function(data){ argument
94 url: DOKU_BASE + 'lib/exe/ajax.php', property
96 data: { property
101 success: function(data){ argument
134 url:$bpmn.attr('href'), property
[all …]
/plugin/validator/
Dhelper.php33 public function getTurnstile($url, $data): CurlHandle
50 public function getCaptcha($url, $data): CurlHandle
/plugin/ajaxpeon/
Dscript.js5 function xxajax_process(data){ argument
23 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true}); property
27 jQuery.ajax({url:url,data:mdata,success:xxajax_process,dataType:"jsonp",crossDomain:true}); property
/plugin/linkcheck/
Dscript.js30 url: DOKU_BASE + 'lib/exe/ajax.php', property
32 data: { property
34 url: url property
39 jQuery.when(request).done(function(data,status) { argument
/plugin/issuelinks/script/
Dadmin_repo.js8 function toggleHookIndicator(data, $this) { argument
55 url: DOKU_BASE + 'lib/exe/ajax.php', property
56 data: { property
101 url: DOKU_BASE + 'lib/exe/ajax.php', property
102 data: { property
130 url: DOKU_BASE + 'lib/exe/ajax.php', property
131 data: { property
181 url: DOKU_BASE + 'lib/exe/ajax.php', property
182 data: { property
/plugin/elwikiupgrade/
DHTTPClient.php109 function get($url,$sloppy304=false){
131 function dget($url,$data,$sloppy304=false){
151 function post($url,$data){
174 function sendRequest($url,$data='',$method='GET'){
570 function _sendData($socket, $data, $message) {
824 function _postEncode($data){
837 function _postMultipartEncode($data){
927 function sendRequest($url,$data='',$method='GET'){
/plugin/owncloud/
Dscript.js19 folderContent: function(data, $place, level){ argument
32 url: DOKU_BASE + '/lib/plugins/owncloud/ajax/filelist.php', property
33 data: {dir: dir, fileid: fileid, level: level}, property
34 success: function(data) {filelist.folderContent(data, $row, level);}, argument
64 url: DOKU_BASE + '/lib/plugins/owncloud/ajax/history.php', property
65 data: {file: file}, property
72 putContent: function(data, $place){ argument
98 url: DOKU_BASE + '/lib/plugins/owncloud/ajax/usedMedia.php', property
99 data: {fileid: li.attr('fileid')}, property
100 success: function(data) { argument
/plugin/upgrade/HTTP/
DHTTPClient.php99 public function get($url,$sloppy304=false){
121 public function dget($url,$data,$sloppy304=false){
141 public function post($url,$data){
164 public function sendRequest($url,$data='',$method='GET'){
580 protected function sendData($socket, $data, $message) {
834 protected function postEncode($data){
847 protected function postMultipartEncode($data){
890 protected function useProxyForUrl($url) {
/plugin/jenkins/jenkinsapi/
Djenkins.php8 public $url; variable in DokuwikiJenkins
10 function __construct($data) {
15 function request($url, $build = false) {
45 function getWeatherImg($url) {
/plugin/taskextra/
Dscript.js104 url: DOKU_BASE + 'lib/exe/ajax.php', property
106 data: { property
134 url: DOKU_BASE + 'lib/exe/ajax.php', property
136 data: { property
162 url: DOKU_BASE + 'lib/exe/ajax.php', property
164 data: { property
/plugin/openid/Auth/Yadis/
DParanoidHTTPFetcher.php32 private $data = ''; variable in Auth_Yadis_ParanoidHTTPFetcher
63 function _writeData($ch, $data)
93 function get($url, $extra_headers = null)
217 function post($url, $body, $extra_headers = null)
/plugin/numbering/
Dscript.js31 url: DOKU_BASE + 'lib/exe/ajax.php', property
33 data: params, property
36 success: function(data){ argument
48 url: DOKU_BASE + 'lib/plugins/numbering/scripts/getnum.php', property
50 data: params, property
53 success: function(data){ argument
/plugin/aceeditor/
Dpreview.php33 $url = $matches[1]; variable
36 $url = DOKU_BASE . "lib/plugins/latex/images/renderfail.png"; variable
41 $data = array( variable
/plugin/linkbonus/
Dcommon.php47 static public function syntax_render ($mode, &$renderer, $data, $type='external') {
109 function _doTestPage ($url) {
130 function _doGetPageTitle ($url) {
165 static public function parse_options ($data, &$options, $keys) {
/plugin/letsencrypt/
DLescript.php405 public function post($url, $data);
410 public function get($url);
454 protected function curl($method, $url, $data = null)
493 public function post($url, $data)
498 public function get($url)
/plugin/schedule/
Dscript.js26 url: DOKU_BASE+"lib/plugins/schedule/ajaxClearCache.php", property
30 data: "schedule[action]="+action+"&schedule[ns]="+ns property
67 url: uri, property
70 data: params, property
/plugin/youtracklinks/
Dhelper.php17 function CallAPI($method, $url, $data = false, $cookiejar = false)
76 function loginYouTrack($url, $cookiejar) {
/plugin/webdav/vendor/sabre/http/lib/
DRequestInterface.php42 function setUrl($url);
57 function setAbsoluteUrl($url);
76 function setBaseUrl($url);
144 function setRawServerData(array $data);
DRequest.php32 protected $url; variable in Sabre\\HTTP\\Request
42 function __construct($method = null, $url = null, array $headers = null, $body = null) {
94 function setUrl($url) {
125 function setAbsoluteUrl($url) {
157 function setBaseUrl($url) {
283 function setRawServerData(array $data) {
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestInterface.php42 function setUrl($url);
57 function setAbsoluteUrl($url);
76 function setBaseUrl($url);
144 function setRawServerData(array $data);
H A DRequest.php32 protected $url; variable in Sabre\\HTTP\\Request
42 function __construct($method = null, $url = null, array $headers = null, $body = null) {
94 function setUrl($url) {
125 function setAbsoluteUrl($url) {
157 function setBaseUrl($url) {
283 function setRawServerData(array $data) {
/plugin/html2pdf/html2pdf/html2ps/
Dfetched_data.url.class.php5 var $url; variable in FetchedDataURL
29 function FetchedDataURL($content, $headers, $url) {
55 function set_content($data) {

12345678910>>...16