Home
last modified time | relevance | path

Searched refs:data (Results 2526 – 2550 of 5080) sorted by relevance

1...<<101102103104105106107108109110>>...204

/plugin/ac/actions/
H A Dtasks.php3 public function __construct($ac, $data) { argument
5 list($project_id, $ticket_id) = $data;
/plugin/enforcesummary/
H A Daction.php45 $pos = $event->data->findElementByAttribute('class', 'editButtons');
49 $event->data->addElement($html);
/plugin/google_adsense2/
H A Dsyntax.php66 return array('data', $match);
70 return array('data', $match);
/plugin/timestamp/action/
H A DTimestamp.php36 $event->data[] = array(
55 if ($event->data !== 'timestamp') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DCastSpacingSniff.php65 $data = array(
70 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'ContainsWhiteSpace', $data);
/plugin/markdowku/
H A Dreferences.php28 function render($mode, Doku_Renderer $renderer, $data) { argument
34 $data[1],
/plugin/popupviewer/syntax/
H A Dpopupscript.php38 function render($mode, Doku_Renderer $renderer, $data) { argument
43 p_set_metadata($ID, array( 'popupscript' => trim($data)));
/plugin/elasticsearch/cli/
H A Dimg.php28 $options->setHelp('Output image data using DokuWiki\'s builtin EXIF capabilities');
40 $data = [
69 echo json_encode($data, JSON_PRETTY_PRINT);
/plugin/do/scripts/
H A DuserTasksOverlay.js23 ).done(function showUserTasksOverlay(data) { argument
26 $wrapper.append(jQuery(data));
/plugin/prosemirror/parser/
H A DFootnoteNode.php12 public function __construct($data, Node $parent) argument
17 $json = $data['attrs']['contentJSON'];
H A DHardBreakNode.php21 * @param $data
25 public function __construct($data, Node $parent, Node $previous = null) argument
28 $this->textNode = new TextNode(['marks' => $data['marks'] ?? null], $parent, $previous);
/plugin/htmlokalt/syntax/
H A Dhtml.php21 function render ($mode, Doku_Renderer $renderer, $data) { argument
22 list ($state, $match) = $data;
/plugin/confightmlok/syntax/
H A Dhtml.php21 function render ($mode, Doku_Renderer $renderer, $data) { argument
22 list ($state, $match) = $data;
/plugin/mobiletable/
H A Dsyntax.php38 function render($mode, Doku_Renderer $renderer, $data) { argument
40 $renderer->doc .= $data;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentThrowTagSniff.php245 $data = array(
249 $phpcsFile->addError($error, $commentEnd, 'WrongNumber', $data);
256 $data = array($throw);
257 $phpcsFile->addError($error, $commentEnd, 'Missing', $data);
/plugin/structtasks/
H A Dcli.php136 $data = $this->util->formatData($structdata, $this->dateformat);
137 $data['content'] = $content;
146 $n->sendMessage($task, $title, $editor_name, $editor_email, $data, $data);
/plugin/facebookalbum/
H A Dfacebook.php729 protected function createSessionFromSignedRequest($data) { argument
730 if (!isset($data['oauth_token'])) {
735 'uid' => $data['user_id'],
736 'access_token' => $data['oauth_token'],
737 'expires' => $data['expires'],
763 $data = json_decode(self::base64UrlDecode($payload), true);
765 if (strtoupper($data['algorithm']) !== 'HMAC-SHA256') {
778 return $data;
/plugin/ckgedit/
H A Dscript.js320 function (data) { argument
321 if(data == 'done') {
328 alert(LANG.plugins.ckgedit.dwp_save_err + data);
339 function (data) { argument
340 if(data) {
341 JSINFO['ckg_del_sz'] = data;
358 function (data) { argument
359 if(data) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php79 $data = array($fixmeMessage);
85 $phpcsFile->addError($error, $stackPtr, $type, $data);
H A DTodoSniff.php77 $data = array($todoMessage);
83 $phpcsFile->addWarning($error, $stackPtr, $type, $data);
/plugin/authgoogle/google/auth/
H A DGoogle_P12Signer.php60 function sign($data) { argument
65 if (!openssl_sign($data, $signature, $this->privateKey, "sha256")) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_graphic.php30 if (!$data = @getimagesize($filename)) { return null; };
31 switch ($data[2]) {
/plugin/hyphenation/
H A Daction.php27 …if ($event->data[0] != 'xhtml') return; // do nothing if not xhtml (we don't want to hyphenate O…
30 $html = &$event->data[1];
/plugin/stellarium/
H A Dsyntax.php42 public function render($mode, Doku_Renderer $renderer, $data) { argument
46 $content = $data[0];
/plugin/farmer/action/
H A Ddisable.php43 if ($event->data['action'] != 'install') return;
50 $ext = $event->data['extension'];

1...<<101102103104105106107108109110>>...204