Home
last modified time | relevance | path

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

12345678910>>...122

/plugin/mikioplugin/syntax/
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) {
H A Dcardsubtitle.php24 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
34 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dsetattr.php25 public function render_lexer_special(Doku_Renderer $renderer, $data) {
38 public function mikioCall($data) {
H A Dcardheader.php24 public function render_lexer_enter(Doku_Renderer $renderer, $data) {
34 public function render_lexer_exit(Doku_Renderer $renderer, $data) {
H A Dheading.php27 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/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/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 = '')

12345678910>>...122