Home
last modified time | relevance | path

Searched refs:data (Results 3001 – 3025 of 5080) sorted by relevance

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php102 $data = array(
108 $fix = $phpcsFile->addFixableError($error, 0, 'InvalidEOLChar', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php85 $data = array($tokens[$tag]['content']);
86 $phpcsFile->addError($error, $tag, 'ApiTagSpacing', $data);
/plugin/zip/pear/File/Archive/Writer/
H A DBzip2.php131 function writeData($data) argument
133 bzwrite($this->bzfile, $data);
/plugin/dokutexit/
H A Dsyntax.php92 function render($mode, &$renderer, $data) { argument
94 list($state, $substate, $match, $pos) = $data;
/plugin/jokuwiki/
H A Dsyntax.php78 list($attributes, $data)=explode('>', substr($match,2,4),2);
80 $attrs['data-jw']=$this->cleanupData($data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DScopeClosingBraceSniff.php95 $data = array(
100 $fix = $phpcsFile->addFixableError($error, $scopeEnd, 'Indent', $data);
H A DControlStructureSpacingSniff.php96 $data = array($gap);
97 … $fix = $phpcsFile->addFixableError($error, ($parenOpener + 1), 'SpacingAfterOpenBrace', $data);
110 $data = array($gap);
111 … $fix = $phpcsFile->addFixableError($error, ($parenCloser - 1), 'SpaceBeforeCloseBrace', $data);
/plugin/fields/
H A Dsyntax.php64 public function render($format, Doku_Renderer $renderer, $data) { argument
66 list($field_name, $field_value) = $data;
/plugin/webcomponent/syntax/
H A Dbrand.php66 function render($mode, Doku_Renderer $renderer, $data) { argument
71 list($state, $parameters) = $data;
H A Dsearch.php54 function render($mode, Doku_Renderer $renderer, $data) { argument
59 list($state,$parameters)=$data;
/plugin/skipentity/
H A Dsyntax.php51 function render($mode, Doku_Renderer $renderer, $data) { argument
56 list($state, $match) = $data;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php91 public function stream_write($data) argument
93 return (int) $this->stream->write($data);
/plugin/ckgedit/syntax/
H A Dfont.php63 function render($mode, Doku_Renderer $renderer, $data) { argument
65 list($state, $match) = $data;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMonitoringNamespace.asciidoc36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DStrava.php39 // View private activities and data within privacy zones
98 $data = json_decode($responseBody, true);
100 if (null === $data || !is_array($data)) {
102 } elseif (isset($data['error_description'])) {
104 'Error in retrieving token: "' . $data['error_description'] . '"'
106 } elseif (isset($data['error'])) {
108 'Error in retrieving token: "' . $data['error'] . '"'
113 $token->setAccessToken($data['access_token']);
115 if (isset($data['expires_i
[all...]
/plugin/dokuprism/syntax/
H A Dcode.php59 function render($format, Doku_Renderer $renderer, $data) { argument
60 list($match, $state, $pos) = $data;
/plugin/twofactor/
H A DSettings.php82 $data = $this->attribute->get($this->providerID, $key, $success, $this->user);
84 return $data;
/plugin/twofactor/action/
H A Dresendpwd.php49 if ($event->data !== 'resendpwd') return;
89 if ($event->data !== 'resendpwd') return;
/plugin/addressbook/
H A Dsyntax.php71 public function render($mode, Doku_Renderer $renderer, $data) { argument
82 $action = $data;
86 if (!isset($_REQUEST['Submit'])) $action = $data;
107 $action = $data;
116 if (substr($data,0,7) == 'contact' &&
120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
125 if (substr($data,0,5) == 'index' &&
136 if (strpos($data,'departments') > 0) {
153 if (substr($data,0,5) == 'print') {
158 $params = $this->getValue($data,'');
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js503 var data = (xhr.getText != null) ? xhr.getText() : xhr.responseText;
505 if (data != null)
507 var newDocument = mxUtils.parseXml(data);
521 var data = mxUtils.getTextContent(divs2[0]);
522 data = Graph.decompress(data);
524 if (data.length > 0)
526 newDocument = mxUtils.parseXml(data);
742 if (evt.data == 'ready' && evt.source == wnd)
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js503 var data = (xhr.getText != null) ? xhr.getText() : xhr.responseText;
505 if (data != null)
507 var newDocument = mxUtils.parseXml(data);
521 var data = mxUtils.getTextContent(divs2[0]);
522 data = Graph.decompress(data);
524 if (data.length > 0)
526 newDocument = mxUtils.parseXml(data);
742 if (evt.data == 'ready' && evt.source == wnd)
/plugin/bookcreator/script/
H A Dnspicker.js301 selectNamespace: function (data) { argument
311 if (data.hasOwnProperty('pages')) {
312 jQuery(data.pages).each(function (index) {
313 name = data.pages [index];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php497 $data = [
513 $this->coverage->append($data, 'File1.php', true, $linesToBeCovered, $linesToBeUsed);
524 $data = [
545 $this->coverage->append($data, 'File1.php', true, $linesToBeCovered, $linesToBeUsed);
/plugin/settingstree/
H A Dhelper.php255 function saveLevel($pluginname,$folder,$data,&$results){ argument
258 …if ($level->checkValues($data) && $this->_storeValues($pluginname,$set)){ // the values are okay, …
269 function exportLevel($pluginname,$folder,$data,&$results,$options){ argument
272 if ($level->checkValues($data)){ // the values are okay, and it managed to save to file/cache
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php110 $data = &$this->_data[$rule->getName()][$n];
111 $computed = $data['n'];
135 $Γ = $data['Γ'];
145 $stat = &$data['xy'];

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