Home
last modified time | relevance | path

Searched refs:data (Results 26 – 50 of 161) sorted by last modified time

1234567

/dokuwiki/inc/lang/id/
H A Dpassword.txt3 Berikut data Anda untuk @TITLE@ di @DOKUWIKIURL@
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcached.php51 * Caches data to memcached
57 * prefixed with `sp_` and data will expire after 3600 seconds
89 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
110 * Save data to the cache
111 * @param array|\SimplePie\SimplePie $data Data to store in the cache. If passed a SimplePie object, only cache the $data property
114 public function save($data) argument
116 if ($data instanceof \SimplePie\SimplePie) {
117 $data
170 setData($data) global() argument
[all...]
H A DPsr16.php52 * Caches data into a PSR-16 cache implementation
95 $data = $this->cache->get($key, $default);
97 if (! is_array($data) || $data === $default) {
101 return $data;
105 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
/dokuwiki/lib/scripts/
H A Dcookie.js13 data: {}, property in DokuCookie
26 delete this.data[key];
29 this.data[key] = val;
33 //save the whole data array
34 jQuery.each(_this.data, function (key, val) {
35 if (_this.data.hasOwnProperty(key)) {
50 return this.data.hasOwnProperty(key) ? this.data[key] : def;
60 if(!jQuery.isEmptyObject(this.data)) {
67 this.data[decodeURIComponen
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php49 * Decode 'gzip' encoded HTTP data
58 * Compressed data
62 * @see gzdecode::$data
67 * Size of compressed data
99 * Uncompressed data
105 public $data; variable in SimplePie\\Gzdecode
191 * @param string $data
193 public function __construct($data) argument
195 $this->compressed_data = $data;
196 $this->compressed_size = strlen($data);
[all...]
H A DMisc.php124 $return[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = Misc::entities_decode(end($attribs[$j]));
137 $full .= " $key=\"" . htmlspecialchars($value['data'], ENT_COMPAT, 'UTF-8') . '"';
278 * @param string $data Raw data in $input encoding
279 * @param string $input Encoding of $data
283 public static function change_encoding($data, $input, $output) argument
296 $data = substr($data, 0, strcspn($data, $non_ascii_octects));
301 return Misc::windows_1252_to_utf8($data);
320 change_encoding_mbstring($data, $input, $output) global() argument
352 change_encoding_iconv($data, $input, $output) global() argument
363 change_encoding_uconverter($data, $input, $output) global() argument
1711 strip_comments($data) global() argument
1738 entities_decode($data) global() argument
1961 xml_encoding($data, $registry) global() argument
[all...]
H A DParser.php72 public $data = []; variable in SimplePie\\Parser
83 public function parse(&$data, $encoding, $url = '') argument
87 @$doc->loadHTML($data);
95 return $this->parse_microformats($data, $url);
108 if (substr($data, 0, 4) === "\x00\x00\xFE\xFF") {
109 $data = substr($data, 4);
112 elseif (substr($data, 0, 4) === "\xFF\xFE\x00\x00") {
113 $data = substr($data,
379 parse_hcard($data, $category = false) global() argument
403 parse_microformats(& $data, $url) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php127 * Input data
131 protected $data = ''; variable in SimplePie\\HTTP\\Parser
134 * Input data length (to avoid calling strlen() everytime this is needed)
162 * Create an instance of the class with the input data
164 * @param string $data Input data
166 public function __construct($data) argument
168 $this->data = $data;
169 $this->data_length = strlen($this->data);
[all...]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php63 public $data = ''; variable in SimplePie_Decode_HTML_Entities
82 * Create an instance of the class with the input data
85 * @param string $data Input data
87 public function __construct($data) argument
89 $this->data = $data;
93 * Parse the input data
96 * @return string Output data
100 while (($this->position = strpos($this->data, '
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DBase64.php12 private $data; variable in IXR\\DataType\\Base64
14 public function __construct($data) argument
16 $this->data = $data;
21 return '<base64>' . base64_encode($this->data) . '</base64>';
H A DValue.php7 private $data; variable in IXR\\DataType\\Value
10 public function __construct($data, $type = null) argument
12 $this->data = $data;
19 foreach ($this->data as $key => $value) {
20 $this->data[$key] = new Value($value);
24 for ($i = 0, $j = count($this->data); $i < $j; $i++) {
25 $this->data[$i] = new Value($this->data[$i]);
32 if ($this->data
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php57 * Input data
753 * @param string $data Data to strip comments from
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php192 // extract data
265 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
283 // write data, but only if we have data to write.
285 // errors on Windows by testing if we have data to write.
293 $data = fread($fp, 512);
294 $read += strlen($data);
295 if ($data === false) {
298 if ($data === '') {
301 $packed = pack("a512", $data);
324 addData($fileinfo, $data) global() argument
457 writebytes($data) global() argument
[all...]
H A DZip.php293 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
301 * @param string|FileInfo $fileinfo either the name to use in archive (string) or a FileInfo oject with all meta data, empty to take from original
336 // prepare info, compress and write data to archive
381 // we store no data descriptor
400 * Add a file to the current Zip archive using the given $data as content
402 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
403 * @param string $data binary content of the file to add
406 public function addData($fileinfo, $data) argument
416 // prepare info and compress data
417 $size = strlen($data);
790 writebytes($data) global() argument
812 writebytesAt($data, $offset) global() argument
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php157 $data = [
161 $event = new Event('SITEMAP_PING', $data);
163 foreach ($data['ping_urls'] as $name => $url) {
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). This is useful when
/dokuwiki/lib/plugins/popularity/lang/no/
H A Dintro.txt3 Dette verktøyet samler anonyme data om din wiki og sender disse tilbake til DokuWikis utviklere. Dette hjelper utviklerne til å forstå hvordan DokuWiki blir brukt, og gjør at fremtidig beslutninger om videre utvikling kan baseres på statistikk fra virkelig bruk.
7 De data som samles inn inneholder informasjon om din DokuWiki-versjon, antallet og størrelsen på sider og filer, installerte utvidelser og informasjon om hvilken versjon av PHP som er installert.
9 Rådata som blir sendt vises nedenfor. Bruk knappen "Send data" for å overføre denne informasjonen
/dokuwiki/inc/Ui/
H A DEditor.php18 * preprocess edit form data
74 // prepare data for EDIT_FORM_ALTERNATE event
75 $data = [
83 if ($data['target'] !== 'section') {
84 // Only emit event if page is writable, section edit data is valid and
86 Event::createAndTrigger('EDIT_FORM_ADDTEXTAREA', $data, [$this, 'addTextarea'], true);
88 $this->addTextarea($data);
91 $form->setHiddenField('target', $data['target']);
157 if (isset($data['intro_locale'])) {
158 echo p_locale_xhtml($data['intro_local
193 addTextarea(& $data) global() argument
[all...]
H A DIndex.php56 $data = [];
57 search($data, $conf['datadir'], 'search_index', ['ns' => $ns]);
60 . html_buildlist($data, 'idx', [$this, 'formatListItem'], [$this, 'tagListItem'])
H A DSubscribe.php94 $data = ($value === $val) ? ['checked' => 'checked'] : [];
95 $form->addRadioButton('sub_target', $label)->val($val)->attrs($data);
104 $data = ($value === $val) ? ['checked' => 'checked'] : [];
105 $form->addRadioButton('sub_style', $label)->val($val)->attrs($data);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php94 $data = '';
99 $data = rawWiki($id, $REV);
100 if (strpos($data, (string) $filter) === false) break;
104 if ($data) {
105 saveWikiText($id, $data, 'old revision restored', false);
/dokuwiki/inc/Action/
H A DExport.php28 * Event data:
29 * data['id'] -- page id
30 * data['mode'] -- requested export mode
31 * data['headers'] -- export headers
32 * data['output'] -- export output
95 // prepare event data
96 $data = [];
97 $data['id'] = $ID;
98 $data['mode'] = $mode;
99 $data['header
[all...]
/dokuwiki/inc/
H A Dcommon.php261 //load page meta data
400 * @return string[] with the data: array(pageid=>name, ... )
706 * Action Plugins can use this event to inspect the blocked data
709 * Event data:
710 * data['matches'] - array of matches
711 * data['userinfo'] - information about the blocked user
762 // prepare event data
763 $data = [];
764 $data['matches'] = $matches;
765 $data['userinf
1124 parsePageTemplate(& $data) global() argument
[all...]
/dokuwiki/lib/plugins/extension/
H A Dscript.js71 function (data) { argument
76 .text(data.label)
77 .addClass(data.reverse)
81 .addClass(data.state);
108 ext: $link.data('extid'),
111 function(data){ argument
112 $link.parent().append(data);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php54 * @return array Return an array with all data you want to use in render
67 * @param array $data data created by handler()
70 public function render($format, Doku_Renderer $renderer, $data)
75 switch ($data[0]) {
113 $renderer->doc .= "no info about " . htmlspecialchars($data[0]);
68 render($format, Doku_Renderer $renderer, $data) global() argument

1234567