Home
last modified time | relevance | path

Searched defs:data (Results 26 – 50 of 98) sorted by relevance

1234

/dokuwiki/inc/Ui/
H A DEditor.php192 public function addTextarea(&$data)
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php62 public function sendRequest($url, $data = '', $method = 'GET')
H A DHTTPClient.php113 public function dget($url, $data, $sloppy304 = false)
134 public function post($url, $data)
158 public function sendRequest($url, $data = '', $method = 'GET')
583 protected function sendData($socket, $data, $message)
843 protected function postEncode($data)
857 protected function postMultipartEncode($data)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php60 public $data = []; variable in SimplePie\\Source
63 public function __construct($item, $data)
93 public function sanitize($data, $type, $base = '')
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php62 public function testProcessing($data, $expectedMtime, $expectedAuthor, $expectedSummary)
H A DFeedMediaProcessorTest.php40 public function testProcessing($data, $expectedMtime, $expectedAuthor, $expectedSummary)
/dokuwiki/inc/
H A Ddeprecated.php50 public function __construct($callbacks = false, $data = false, $wait = false)
140 public function __construct($data)
155 public function __construct($data, $type = null)
/dokuwiki/_test/tests/inc/
H A Dform_form.test.php41 function _ignoreTagWS($data){
H A Dhttpclient_mock.php40 public function sendRequest($url, $data = '', $method = 'GET') {
H A Dinput.test.php10 private $data = array( variable in input_test
/dokuwiki/lib/scripts/
H A Dlocktimer.js122 ).done(function dwLocktimerRefreshDoneHandler(data) { argument
135 refreshed: function(data){ argument
H A Dcookie.js13 data: {}, property
/dokuwiki/_test/tests/general/
H A Dgeneral_html.test.php94 public function test_Validity($url, $method, $data)
/dokuwiki/lib/plugins/extension/
H A DManager.php17 protected array $data = []; variable in dokuwiki\\plugin\\extension\\Manager
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php20 public function __construct($callbacks = false, $data = false, $wait = false)
35 public function serve($data = false)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php88 public function save($data);
H A DMySQL.php153 public function save($data)
H A DMemcache.php117 public function save($data)
H A DFile.php106 public function save($data)
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php28 public function serve($data = false)
H A DJsonRpcServer.php82 protected function createResponse($data)
/dokuwiki/inc/Menu/
H A DAbstractMenu.php61 public function loadItems(&$data)
/dokuwiki/inc/Feed/
H A DFeedCreator.php76 protected function createAndAddItem($data)
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php117 public $data = ''; variable in SimplePie\\XML\\Declaration\\Parser
141 public function __construct($data)
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php125 protected function buildForm($submissionMode, $data = null)

1234