Home
last modified time | relevance | path

Searched refs:data (Results 51 – 75 of 4568) sorted by relevance

12345678910>>...183

/plugin/facebook/
H A Dsyntax.php43 $data = array(
56 $data['type'] = $type;
57 $data['profile'] = $profile;
64 $data['status'] = true;
66 $data['logo'] = false;
68 $data['align'] = 'right';
70 $data['align'] = 'left';
72 $data['align'] = 'center';
76 $data['width'] = $match[1];
83 return $data;
[all …]
/plugin/refnotes/
H A Dinstructions.php13 protected $data; variable in refnotes_instruction
18 public function __construct($name, $data, $offset = -1) { argument
19 $this->data = array($name, $data, $offset);
26 return $this->data;
36 public function __construct($data) { argument
37 parent::__construct('nest', array($data));
47 public function __construct($name, $data, $type, $text, $offset = -1) { argument
48 parent::__construct('plugin', array($name, $data, $type, $text), $offset);
58 public function __construct($type, $attributes, $data argument
76 __construct($namespace, $data) global() argument
87 __construct($namespace, $data) global() argument
107 private $data; global() variable in refnotes_instruction_reference
114 __construct($list, & $data, $index) global() argument
152 setPluginData($index, $data) global() argument
[all...]
/plugin/tableplot/
H A Dsyntax.php102 if (isset($data['orient']))
107 if (isset($data['series']))
122 if (isset($data['labels']))
132 if (isset($data['dataStart']))
142 if (isset($data['position']))
152 if (isset($data['height']))
177 if (isset($data['plotArgs']))
178 $plotArgs = $data['plotArgs'];
182 if (isset($data['id'])) {
183 $id = $data['id'];
[all …]
/plugin/oauth/
H A DStorage.php37 * Load the data from disk
53 * Store the data to disk
56 * @param array $data
58 protected function saveServiceFile($service, $data) argument
61 io_saveFile($file, serialize($data));
67 $data = $this->loadServiceFile($service);
68 if (!isset($data['token'])) {
71 return $data['token'];
77 $data = $this->loadServiceFile($service);
78 $data['toke
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DImage.php49 function load($data, &$datLen) argument
54 $b = ord($data[0]);
55 $data = substr($data, 1);
61 if (!$this->skipExt($data, $len)) {
70 if (!$this->m_gih->load($data, $len)) {
73 $data = substr($data, $len);
79 if (!($this->m_data = $this->m_lzw->deCompress($data, $len))) {
83 $data
100 skipExt(& $data, & $extLen) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
H A DDeserializationVisitorInterface.php23 * @param mixed $data
31 * @param mixed $data
39 * @param mixed $data
47 * @param mixed $data
55 * @param mixed $data
65 * @param mixed $data
70 * @param mixed $data
85 * @param mixed $data
94 * @param mixed $data
100 * @param mixed $data
[all …]
/plugin/davcard/action/
H A Dajax.php48 $data = array();
50 $data['result'] = false;
60 $data['result'] = false;
77 $data['result'] = true;
81 $data['result'] = false;
99 $data['result'] = true;
104 $data['result'] = false;
113 $data['result'] = true;
117 $data['result'] = false;
128 $data['result'] = true;
[all …]
/plugin/discussion/
H A Daction.php228 …if ($event->data != 'show' && $event->data != 'discussion_unsubscribe' && $event->data != 'discuss…
418 $cnt = empty($data['comments']) ? 0 : count($data['comments']);
438 $data['comments'] = $this->_flattenThreads($data['comments']);
442 $data['comments'] = array_reverse($data['comments']);
590 $this->_notify($data['comments'][$cid], $data['subscribers']);
665 $data['number'] = $this->_count($data);
671 $data['number'] = $this->_count($data);
677 $data['number'] = $this->_count($data);
683 $data['number'] = $this->_count($data);
1340 } elseif(!$data['active'] && !$data['confirmsent']) {
[all …]
/plugin/noticeboard/classes/
H A DEditForm.php74 $data;
126 $data .= "<div class='noticeboard-editForm'>";
134 $data .= ($this->category == "event") ? ("checked") : ("");
146 $data .= "<br>";
149 $data .= "<br><table border='0'>";
153 $data .= "<td>
156 $data .= "<div id='noticeboard_addStartTime'>
171 $data .= "<td>
174 $data .= "<div id='noticeboard_addEndTime'>
194 $data .= "</div></div>";
[all …]
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php74 $data;
126 $data .= "<div class='noticeboard-editForm'>";
134 $data .= ($this->category == "event") ? ("checked") : ("");
146 $data .= "<br>";
149 $data .= "<br><table border='0'>";
153 $data .= "<td>
156 $data .= "<div id='noticeboard_addStartTime'>
171 $data .= "<td>
174 $data .= "<div id='noticeboard_addEndTime'>
194 $data .= "</div></div>";
[all …]
/plugin/elasticsearch/action/
H A Dindexing.php62 $this->index_file($event->data[2]);
72 if ($event->data[3]) return; // is old revision stuff
73 if (!empty($event->data[0][1])) return; // page still exists
75 $this->delete_entry($event->data[2], self::DOCTYPE_PAGE);
86 if ($event->data['unl']) $this->delete_entry($event->data['id'], self::DOCTYPE_MEDIA);
100 // no data file or page is hidden ('hidepages' configuration option) -> no indexing
127 * @param array $data
129 protected function write_index($data) argument
137 $documentId = $data['doctyp
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php127 * @param mixed $data
136 if (null === $data || is_scalar($data)) {
137 if (is_float($data)) {
141 if (is_nan($data)) {
146 return $data;
149 if (is_array($data)) {
169 if (is_object($data)) {
189 if (is_resource($data)) {
205 $data = [
241 return $data;
[all …]
/plugin/sentry/
H A DEvent.php39 protected $data = []; variable in dokuwiki\\plugin\\sentry\\Event
48 $this->data = [];
55 $this->data['sdk'] = [
68 $this->data['contexts'] = [];
77 if (is_array($data)) {
78 $this->data = array_merge($this->data, $data);
97 $this->data['level'] = $level;
147 if (!isset($this->data['extra'])) $this->data['extra'] = [];
148 $this->data['extra'] = array_merge($this->data['extra'], $props);
167 $this->data['exception'] = [
[all …]
/plugin/googledrawing/
H A Dsyntax.php67 $data = array(
96 $data['id'] = $match[1];
97 $data['width'] = $match[2];
100 if($data['width'] == null)
104 if($data['height'] == null)
109 return $data;
120 if($data['width'] > 0)
126 if($data['height'] > 0)
134 if($data['align'] == 'left')
136 if($data['align'] == 'right')
[all …]
/plugin/botbouncer/lib/
H A Dbotbouncer.php344 if (!isset($data['url'])) $data['url'] = '';
345 if (!isset($data['content'])) $data['content'] = '';
346 … if (!isset($data['ips']) || !is_array($data['ips'])) $data['ips'] = array($this->defaults('ip'));
422 $data = $this->setDefaults($data);
451 …$this->addLogEntry('mollom.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].'…
457 …$this->addLogEntry('mollom.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].' …
476 if (!is_array($data['ips'])) $data['ips'] = array();
481 …$data['comment_author_email'] = !empty($data['email']) ? $data['email'] : $this->defaults('email');
515 …$this->addLogEntry('akismet.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].…
520 …$this->addLogEntry('akismet.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].'…
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php23 private $data; variable in GuzzleHttp\\Cookie\\SetCookie
35 $data = self::$defaults;
40 return new self($data);
53 $data['Name'] = $key;
62 $data[$key] = $value;
66 return new self($data);
74 $this->data = array_replace(self::$defaults, $data);
86 $str = $this->data['Name'] . '=' . $this->data['Value'] . '; ';
102 return $this->data;
112 return $this->data['Name'];
[all …]
/plugin/mindmap/
H A Dsyntax.php86 $data['namespaces'] = str_replace('&', ',', $data['namespaces']);
91 $data['height'] = 0;
92 $data['width'] = 0;
93 $data['align'] = '';
95 $data['depth'] = 3;
107 $data = array_change_key_case($data, CASE_LOWER);
108 return $data;
147 if ( ($data['height'] != 0) || ($data['width'] != 0) ) {
154 if($data['width']) $renderer->doc .= ' width="'.$data['width'].'"';
160 if ( ($data['height'] != 0) || ($data['width'] != 0) ) {
[all …]
/plugin/dlcounter/
H A Dsyntax.php54 $data = array(
82 $data['htext'] = explode('"', $x[1])[1];
88 $data['cpad'] = explode('=', $item)[1];
90 else $data['file'] = $item;
92 return $data;
103 $command = $data['command'];
104 $file = $data['file'];
118 $sort = $data['sort'] == '' ? 'sort' : $data['sort'];
134 if( $data['header'] ){
135 …$table .= "<tr><th colspan=2 style='text-align:".$data['halign'].";'>".$data['htext']."</th></tr>";
[all …]
/plugin/fedauth/classes/
H A Dfa_provider.class.php25 var $data = array(); variable in fa_provider
29 $instance->loadProvider($id, $data);
34 $data = array(
43 return self::create($id, $data);
48 $this->data = $data;
49 $this->data['use_uname'] = strstr($data['url'], '{username}') ? 1 : 0;
53 $this->data['disabled'] = 0;
57 $this->data['disabled'] = 1;
71 $old = $this->data['disabled'];
117 return $this->data['name'];
[all …]
/plugin/publist/
H A Dsyntax.php36 $data = array();
47 $data['options'] = array();
59 $data['options']['lang'] = $mylang;
82 return $data;
88 if ( empty($data['error']) ) {
92 … $data['error'] .= $data['bibtex']['type'].' '.$data['bibtex']['ref'].' does not exist<br />';
98 … $data['error'] .= $data['template']['type'].' '.$data['template']['ref'].' does not exist<br />';
120 if ( !empty($data['error']) ) {
121 $renderer->doc .= $data['error'];
129 function _load($data, $kind) { argument
[all …]
/plugin/mikioplugin/syntax/
H A Dcarouselitem.php36 public function render_lexer_special(Doku_Renderer $renderer, $data) {
37 $classes = $this->buildClass($data, array('active'), '');
39 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel-item' . $classes . '"' . ($data['delay'] != '' ? ' data-interval="' . $data['delay'] . '"' : '') . '>';
42 if($data['image'] != '') {
43 $renderer->doc .= '<img src="' . $data['image'] . '">';
45 if($data['placeholder-text'] != '') {
46 $this->syntaxRender($renderer, 'placeholder', '', array('text' => $data['placeholder-text'], 'color' => $data['placeholde
35 render_lexer_special(Doku_Renderer $renderer, $data) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php34 public function serialize($data): string argument
36 if (is_string($data) === true) {
37 return $data;
39 $data = json_encode($data, JSON_PRESERVE_ZERO_FRACTION + JSON_INVALID_UTF8_SUBSTITUTE);
40 if ($data === false) {
43 if ($data === '[]') {
46 return $data;
54 public function deserialize(?string $data, array $headers) argument
58 return $this->decode($data);
77 decode(string $data) global() argument
[all...]
/plugin/issuelinks/script/
H A Dadmin_repo.js17 $this.data('id', data.id);
22 let data;
29 data = response.data;
56 data: { class in initializeRepoAdminInterface.requestHookToogle.settings
67 const data = response.data;
102 data: { class in organisationChanged.settings
111 const data = response.data;
131 data: { class in initializeRepoAdminInterface.checkImportStatus.checkImportSettings
140 const data = response.data;
157 if (data.status && data.status === 'done') {
[all …]
/plugin/visrep/
H A Dsyntax.php81 $data = $input;
89 $data = sprintf("%s {\n%s\n}", $attrs['data-engine'], $data);
95 return $data;
101 function _cachename($data, $ext) { argument
108 function render($format, &$R, $data) { argument
118 foreach ($data as $k=>$v) {
133 $R->_odtAddImage($src, $data['width'], $data['height'], $data['align']);
142 function _imgfile($data) { argument
165 function _run($data,$in,$out) { argument
172 if (!empty($data['width']) && !empty($data['height'])) {
[all …]
/plugin/seqdia/
H A Dsyntax.php91 function _cachename($data,$ext){ argument
92 unset($data['width']);
93 unset($data['height']);
94 unset($data['align']);
105 if($data['width']) $R->doc .= ' width="'.$data['width'].'"';
106 if($data['height']) $R->doc .= ' height="'.$data['height'].'"';
113 $R->_odtAddImage($src,$data['width'],$data['height'],$data['align']);
122 function _imgfile($data){ argument
134 if($data['width']){
135 $cache = media_resize_image($cache,'png',$data['width'],$data['height']);
[all …]

12345678910>>...183