Home
last modified time | relevance | path

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

12345678910>>...122

/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/prosemirror/parser/
DRSSNode.php8 protected $data; variable in dokuwiki\\plugin\\prosemirror\\parser\\RSSNode
10 public function __construct($data, Node $parent)
/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/
Dscript.js16 function (data) { argument
32 function (data) { argument
/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php302 private function encryptMcrypt($data) {
318 private function decryptMcrypt($data) {
337 private function encryptOpenSSL($data) {
350 private function decryptOpenSSL($data) {
363 private function signOpenSSL($data) {
374 private function verifyOpenSSL($data, $signature) {
382 public function encryptData($data) {
391 public function decryptData($data) {
400 public function signData($data) {
409 public function verifySignature($data, $signature) {
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php302 private function encryptMcrypt($data) {
318 private function decryptMcrypt($data) {
337 private function encryptOpenSSL($data) {
350 private function decryptOpenSSL($data) {
363 private function signOpenSSL($data) {
374 private function verifyOpenSSL($data, $signature) {
382 public function encryptData($data) {
391 public function decryptData($data) {
400 public function signData($data) {
409 public function verifySignature($data, $signature) {
[all …]
/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/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/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/yuriigantt/src/Driver/Embedded/
DRenderer.php38 public function raw($data)
67 public function plugin($name, $data, $state = '', $match = '')
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
DBlackfireDumper.php45 private function dumpChildren($parent, Profile $profile, &$data)
58 private function dumpProfile($edge, Profile $profile, &$data)
/plugin/jsoneditor/
Dhelper.php21 public function handle(&$data) {
71 …public function render(Doku_Renderer $renderer, &$data, &$class, &$data_attr, &$tabs, &$body, &$lo…
/plugin/jsontable/
Dhelper.php21 public function handle(&$data) {
64 …public function render(Doku_Renderer $renderer, &$data, &$class, &$data_attr, &$tabs, &$body, &$lo…
/plugin/linkcheck/
Dscript.js32 data: { property
39 jQuery.when(request).done(function(data,status) { argument

12345678910>>...122