Home
last modified time | relevance | path

Searched refs:data (Results 3526 – 3550 of 5080) sorted by relevance

1...<<141142143144145146147148149150>>...204

/plugin/fksnewsfeed/syntax/
H A Dcarousel.php25 public function render($format, Doku_Renderer $renderer, $data): bool { argument
30 [$state, $match] = $data;
/plugin/fontface/
H A Daction.php88 $event->data['link'][] = array(
98 $event->data['style'][] = array(
/plugin/data-au/
H A DREADME1 data-au Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:data-au
/plugin/pgn4web/
H A Dsyntax.php92 function render($mode, Doku_Renderer $renderer,$data) argument
216 $renderer->doc .= $data;
/plugin/watchcycle/
H A Dhelper.php118 * - the user data array
156 $data = $this->getMaintainers($def);
158 foreach ($data as $name => $info) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php303 $data = \json_decode($json, $assoc, $depth, $options);
310 return $data;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php419 function _caseless_remove($keys, array $data) argument
421 return Utils::caselessRemove($keys, $data);
/plugin/html5video2/syntax/
H A Dvideo.php136 public function render($mode, Doku_Renderer $renderer, $data) { argument
152 $alt) = $data;
/plugin/publish/
H A Dsyntax.php51 function render($mode, Doku_Renderer $renderer, $data) { argument
58 list($match, $state, $pos, $namespace) = $data;
/plugin/comment/
H A Dsyntax.php23 function render($mode, Doku_Renderer $renderer, $data) { return true; }
29 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/editsections2/
H A Dsyntax.php68 function render($format, &$renderer, $data) argument
/plugin/pdb/
H A Dplugin.info.txt6 desc Creates Protein Data Base data
/plugin/bootnote/
H A Daction.php77 $event->data[] = $bootnote;
/plugin/oauthgoogle/
H A Daction.php23 $data = array();
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DImage.php
H A DLink.php
/plugin/blog/syntax/
H A Ddraft.php25 function render($mode, Doku_Renderer $renderer, $data) { argument
/plugin/structodt/
H A Dplugin.info.txt6 desc Generate ODT documents, using struct data
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1data.getTarget(),t=u.getName();if(t=="a"){u=u.getChild(0)}else{if(t!="img"){return}}var w=u.getAtt…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1data.getTarget(),t=u.getName();if(t=="a"){u=u.getChild(0)}else{if(t!="img"){return}}var w=u.getAtt…
/plugin/approve/
H A Dhelper.php
/plugin/authucenter/
H A Dauth.php178 if($data = $this->_uc_get_user($user)){
179 list($uid, $username, $email) = $data;
412 if($data = $this->_uc_get_user($username)) {
413 $uid = $data[0];
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js260 $(this).data('timeout_id', timeout_id);
263 var timeout_id = $(this).data('timeout_id');
340 $(this).data('timeout_id', timeout_id);
343 var timeout_id = $(this).data('timeout_id');
H A Djquery.socialshareprivacy.min.js27 …dClass("display")},500);b(this).data("timeout_id",c)});b(".help_info",d).live("mouseleave",functio…
31 …s("off").addClass("on")},500);b(this).data("timeout_id",a)});b(h,d).live("mouseleave",function(){v…
/plugin/extlist/
H A Dsyntax.php216 * first three arguments are passed to function render as $data
279 $attr.= ' data-marker="'.$this->olist_marker($lv).'"';
515 public function render($format, Doku_Renderer $renderer, $data)
519 return $this->render_xhtml($renderer, $data);
522 // return $latex->render($renderer, $data);
525 // return $odt->render($renderer, $data);
535 protected function render_xhtml(Doku_Renderer $renderer, $data)
537 list($state, $tag, $attr) = $data;
513 render($format, Doku_Renderer $renderer, $data) global() argument
533 render_xhtml(Doku_Renderer $renderer, $data) global() argument

1...<<141142143144145146147148149150>>...204