Home
last modified time | relevance | path

Searched refs:data (Results 3126 – 3150 of 5080) sorted by relevance

1...<<121122123124125126127128129130>>...204

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php146 $data = array($systemName);
147 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php102 * @param resource $data
105 function createFile($filename, $data = null) { argument
/plugin/isauth/
H A Dsyntax.php93 function render($mode, Doku_Renderer $renderer, $data) {
102 list($state, $match) = $data;
94 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php134 $data = array(
139 $fix = $phpcsFile->addFixableError($error, $i, 'Incorrect', $data);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php129 $data['data'] = $record['context'];
130 $data['data']['level'] = $record['level'];
/plugin/combo/action/
H A Dindexer.php100 * Check that the actual page has analytics data
103 $id = $event->data['page'];
157 $internalIdReferences = $event->data['current']['relation']['references'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php75 public function write($filename, $data)
78 file_put_contents($tempFile, $data);
71 write($filename, $data) global() argument
/plugin/bibtex4dw/syntax/
H A Dcite.php53 public function render($mode, Doku_Renderer $renderer, $data) { argument
54 @list($match, $state, $pos) = $data;
/plugin/diagrams/action/
H A Dembed.php39 if ($event->data !== 'plugin_diagrams_embed_load') return;
83 if ($event->data !== 'plugin_diagrams_embed_save') return;
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1data={},a.elements={},e=a.elements.boundary=document.createElement("div"),n=a.elements.viewport=do…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc151 $params['id'] = (string) The ID of the data frame analytics to delete
180 $params['job_id'] = (string) The ID of the job(s) to perform expired data hygiene for
292 $params['id'] = (string) The ID of the data frame analytics to explain
293 $params['body'] = (array) The data frame analytics config to explain
444 $params['id'] = (string) The ID of the data frame analytics to fetch
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
448 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on data frame analytics PUT (Default = false)
462 $params['id'] = (string) The ID of the data frame analytics stats to fetch
463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data fram
[all...]
/plugin/issuetracker/
H A Dtablekit.js87 var data = TableKit.getCellData(cell);
88 if(refresh || data.refresh || !data.textContent) {
90 data.refresh = false;
92 return data.textContent;
773 if(data.active) {return;}
774 data.htmlContent = cell.innerHTML;
777 data.active = true;
892 data.active = false;
905 cell.innerHTML = data.htmlContent;
906 data.htmlContent = '';
[all …]
/plugin/googlemaps3/
H A Dsyntax.php164 * @param array $data data created by handler()
167 function render($mode, Doku_Renderer $renderer, $data) { argument
172 list($mapID, $style, $lang, $jsData) = $data;
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php48 $data = $this->__call('list', array($params));
50 return new Google_Activities($data);
52 return $data;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php80 if (!isset($result->data)){
81 $result->data = null;
86 return $result->data;
/plugin/tindexmenu/
H A Dscript.js49 var data = this.response;
52 oncomplete(data,indx_list);
54 indx_list.innerHTML=data;
/plugin/tagfilter/helper/
H A Dsyntax.php84 * Prepare array with data for each page suitable for displaying with the pagelist plugin
167 * Generated list of the give page data
324 * @param array $data Reference to the result data structure
335 public function search_all_pages(&$data, $base, $file, $type, $lvl, $opts)
353 $data[] = $conf['datadir'] . '/' . $file;
325 search_all_pages(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js1data=e.getData();l="{{tag&gt;"+l+"}}";if(n=="cursor"){e.insertHtml(l)}else{if(n=="top"){e.setData(…
/plugin/authwordpress/
H A Dauth.php49 * SQL statement to retrieve User data from WordPress DB
129 $data = $this->getUserData($user);
130 if ($data === false) {
135 $check = $hasher->CheckPassword($pass, $data['pass']);
142 * Bulk retrieval of user data.
206 * @return array|false containing user data or false in case of error
219 $this->logDebug("Retrieving data for user '$user'\n$sql");
276 * @return array user data
348 * @param array $info User data
/plugin/struct/types/
H A DPage.php30 * Output the stored data
33 * @param \Doku_Renderer $R the renderer currently used to render the data
81 $data = ft_pageLookup($lookup, true, $this->config['usetitles']);
82 if ($data === []) return [];
89 foreach ($data as $id => $title) {
/plugin/diagrams/script/
H A DDiagramsEditor.js4 * @param {string} svg The SVG data to save
36 /** @type {string} the initial save data to load, set by one of the edit* methods */
65 // if not 404, load the SVG data
93 // if not 404, load the SVG data
107 * @param {string} svg The SVG raw data to edit, empty for new file
120 * @param {string} svg The SVG raw data to save
143 * @param {string} svg The SVG raw data to save
213 * Get the raw data from a data URI
219 const matches = dataUri.match(/^data
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2095 * @param string|resource $data
2168 if (!is_callable($data)) {
2171 $dataCallback = $data;
2174 case is_resource($data):
2182 $fp = $data;
2186 if (!is_file($data)) {
2206 $size = strlen($data);
2271 $stat = stat($data);
3265 * @param string $data
3279 pack('NCNa*', strlen($data) + 5, $type, $request_id, $data) :
[all …]
/plugin/phpipam/
H A Dphpipam-api.php329 * @param array $data
332 private function array_to_xml(SimpleXMLElement $object, array $data) { argument
334 foreach ($data as $key => $value) {
926 if (isset($auth_resp->data->token)) {
928 $this->token = $auth_resp->data->token;
929 $this->token_expires = strtotime($auth_resp->data->expires);
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js317 var data = mapping.methodSpread[name],
318 start = data && data.start;
491 var data = mapping.methodSpread[realName],
492 afterRearg = data && data.afterRearg;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php227 $data = array(
231 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterOpenBracket', $data);
259 $data = array(
263 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceBeforeCloseBracket', $data);
490 $data = array(
495 $fix = $phpcsFile->addFixableError($error, $i, 'Indent', $data);

1...<<121122123124125126127128129130>>...204