Home
last modified time | relevance | path

Searched defs:data (Results 176 – 200 of 3057) sorted by relevance

12345678910>>...123

/plugin/mikioplugin/syntax/
H A Dcollapse.php21 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
25 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dquiz.php37 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
43 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dcarousel.php47 public function render_lexer_enter(Doku_Renderer $renderer, $data)
95 public function render_lexer_exit(Doku_Renderer $renderer, $data)
H A Dsteps.php24 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
31 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dstep.php27 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
42 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dgrid.php23 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
33 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Daccordion.php27 public function render_lexer_enter(Doku_Renderer $renderer, $data)
35 public function render_lexer_exit(Doku_Renderer $renderer, $data)
H A Drow.php25 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
37 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
/plugin/qc/
H A Dscript.js16 function (data) { argument
32 function (data) { argument
/plugin/bashorg/
Dbash.org.php5 $data = stream_get_contents($f); variable
22 $data = fread($f, filesize("quote_cache.txt")); variable
/plugin/prosemirror/parser/
DTableCellNode.php7 protected $data; variable in dokuwiki\\plugin\\prosemirror\\parser\\TableCellNode
12 public function __construct($data, Node $parent = null)
DRSSNode.php8 protected $data; variable in dokuwiki\\plugin\\prosemirror\\parser\\RSSNode
10 public function __construct($data, Node $parent)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializerInterface.php19 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t…
26 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c…
/plugin/nspages/fileHelper/
DfileHelper.php13 private $data; variable in fileHelper
17 function __construct($data, $customTitleAllowListMetadata){
/plugin/jsongendoc/script/
Djsongendoc.js26 data: $select.val(), //data passed from helper.php property
29 function(data) { argument
/plugin/refnotes/
Drefnote.php14 protected $data; variable in refnotes_refnote
19 public function __construct($attributes = array(), $data = array()) {
/plugin/botbouncer/lib/
Dbotbouncer.php343 private function setDefaults($data) {
419 public function mollomCheck($data) {
472 public function akismetCheck($data) {
655 function stopForumSpamCheck($data = array()) {
786 function isSpam($data,$checkAll = false) {
/plugin/airtable/
Dsyntax.php209 function render($mode, Doku_Renderer $renderer, $data): bool {
302 function renderImage($data, $images, $image_styles = ""): string {
359 function renderMedia($data, $media, $media_styles = ""): string {
623 function sendRecordRequest($data) {
636 function sendTableRequest($data) {
/plugin/asciidocjs/node_modules/unxhr/lib/
Drequest.js4 function doRequest (options, data) { argument
27 data: { statusCode: response.statusCode, headers: response.headers } property
52 let data variable
/plugin/twitter/
Dsyntax.php20 private function replace($data) {
319 function render($mode, Doku_Renderer $renderer, $data) {
378 private function urlencode($data) {
/plugin/onlineordering/
Dsyntax.php118 function render($mode, &$renderer, $data) {
183 function _validate_configuration( &$data, &$message )
398 function _get_porto( $data, $country )
/plugin/lightmenu/
Dlightmenu.class.php100 protected static function _set_page_data(string $subpath, array &$data)
218 protected static function _get_label(string $id,array &$data) : string
255 protected static function _get_html(array &$data, string $prefix = '', int $level = 0) : string
290 public static function render(array &$data) : string
/plugin/judge/
Dscript.js28 function (data) { argument
44 function (data) { argument
110 function (data) { argument
142 function (data) { argument
162 function (data) { argument
202 function (data) { argument
/plugin/catlist/
Dsyntax.php290 function _walk (&$data) {
360 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) {
462 function render ($mode, Doku_Renderer $renderer, $data) {
526 function _any_child_perms ($data, $_TREE) {
541 function _recurse (&$renderer, $data, $_TREE) {
578 function _displayNSBegin (&$renderer, $data, $title, $displayLink, $idLink, $perms) {
/plugin/yuriigantt/src/Driver/Embedded/
DRenderer.php38 public function raw($data)
67 public function plugin($name, $data, $state = '', $match = '')

12345678910>>...123