Home
last modified time | relevance | path

Searched defs:data (Results 76 – 100 of 3057) sorted by relevance

12345678910>>...123

/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/spatialhelper/syntax/
Dfindnearby.php80 $data = []; variable in syntax_plugin_spatialhelper_findnearby
92 return $data; variable in syntax_plugin_spatialhelper_findnearby
102 final public function render($format, Doku_Renderer $renderer, $data): bool
/plugin/authucenter/lib/uc_client/lib/
Dxml.class.php36 var $data; variable in XML
59 function parse(&$data) {
86 function data(&$parser, $data) { argument
/plugin/jsonrpc/
DIJR_Base64.php9 var $data; variable in IJR_Base64
10 function IJR_Base64($data) {
/plugin/panorama/
Drender_helper.php17 function _render_java($data)
38 function _render_swf($data)
/plugin/ditaa/
H A Dsyntax.php118 public function render($format, Doku_Renderer $R, $data) {
211 protected function _remote($data, $in, $out) {
247 protected function _runJava($data, $in, $out) {
289 protected function _runGo($data, $in, $out) {
/plugin/batchedit/
Dserver.js10 function sendRequest(request, data, onSuccess, onError) { argument
31 data : data, property
38 success : function (data) { argument
56 dataFilter : function (data) { argument
/plugin/confsearch/
Dsyntax.php44 protected function buttonname($data) {
60 protected function processparameters($data) {
74 public function render($mode, Doku_Renderer $renderer, $data) {
/plugin/rss/
Dsyntax.php62 function _check_rss($data) {
78 function _render_rss($renderer, $data){
101 function render($mode, Doku_Renderer $renderer, $data) {
/plugin/ajaxedit/
Dscript.js31 function ajaxedit_send_(url,data,fcnSuccess) { argument
36 function(data) { argument
52 function ajaxedit_send(plugin,idx_tag,fcnSuccess,data){ argument
72 function ajaxedit_send2(plugin,idx_tag,fcnSuccess,data){ argument
89 function ajaxedit_parse(data){ argument
/plugin/strata/lib/
H A Dstrata_exception.php13 protected $data; variable in strata_exception
18 public function __construct($message, $data) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
DCallFunctionRequest.php25 public $data; variable in Google\\Service\\CloudFunctions\\CallFunctionRequest
30 public function setData($data)
/plugin/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jar ... AuthData.java package com.pusher.rest.data public com.pusher.rest.data.AuthData
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializer.php151 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t…
169 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c…
186 … public function toArray($data, ?SerializationContext $context = null, ?string $type = null): array
213 public function fromArray(array $data, string $type, ?DeserializationContext $context = null)
230 …vigatorInterface $navigator, VisitorInterface $visitor, Context $context, $data, string $format, ?…
257 private function convertArrayObjects($data)
/plugin/timetrack/
Dscript.js109 function timetrack_loadDialog(cmd,data) { argument
113data:{ call: 'plugin_timetrack', cmd: cmd, pageid:JSINFO.id, data:data, sectok:JSINFO.sectok }, 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
/plugin/epub/
Dscript.js23 function (data) { argument
49 function (data) { argument
77 function (data) { argument
/plugin/revealjs/plugin/notes-server/
Dindex.js20 socket.on( 'new-subscriber', function( data ) { argument
24 socket.on( 'statechanged', function( data ) { argument
29 socket.on( 'statechanged-speaker', function( data ) { argument
49 fs.readFile( opts.baseDir + 'plugin/notes-server/notes.html', function( err, data ) { argument
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php25 public function decode($data)
42 public function encode($data, $leaveEOD = false)
/plugin/syntaxhighlightjs/
Dhelper.php20 function getAttributes($data) {
56 function buildAttributes($data, $addClass='', $mode='xhtml') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1OptimizedStatsNode.php26 public $data; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStatsNode
31 public function setData($data)
/plugin/listusergroup/
Dhelper.php43 function getXHTML($data) {
48 function _getListAsString($data) {
/plugin/prosemirror/
DProsemirrorException.php14 public $data = []; variable in dokuwiki\\plugin\\prosemirror\\ProsemirrorException
20 public function addExtraData($key, $data)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
DSerializerInterface.php29 public function serialize($data): string;
38 public function deserialize(?string $data, array $headers);
/plugin/watchcycle/
Dsyntax.php92 public function render($format, Doku_Renderer $renderer, $data)
112 public function render_metadata(Doku_Renderer $renderer, $data)
125 public function render_xhtml(Doku_Renderer $renderer, $data)
/plugin/refnotes/
Drendering.php154 private $data; variable in refnotes_renderer_data
159 public function __construct($data) {
1029 protected function renderTitle($data) {
1042 protected function renderAuthors($data) {
1059 protected function renderPublished($data, $useMonth = true) {
1076 protected function renderPublication($data, $authors) {
1133 protected function renderPages($data, $key) {
1152 protected function renderJournal($data) {
1165 protected function renderBook($data, $title) {
1182 protected function renderBookTitle($data) {
[all …]

12345678910>>...123