Home
last modified time | relevance | path

Searched refs:data (Results 51 – 75 of 161) sorted by path

1234567

/dokuwiki/inc/lang/cy/
H A Deditrev.txt1 **Rydych chi wedi llwytho hen adolygiad y ddogfen!** Os ydych chi'n ei chadw hi, byddwch chi'n creu fersiwn newydd gyda'r data hwn.
/dokuwiki/inc/lang/da/
H A Ddraft.txt3 Din sidste redigeringssession på denne side blev ikke afsluttet korrekt. DokuWiki har automatisk gemt en kladde mens du arbejdede, som du kan benytte til at fortsætte redigeringen. Forneden kan du se de data der blev gemt fra din sidste session.
/dokuwiki/inc/lang/en/
H A Ddraft.txt3 Your last edit session on this page was not completed correctly. DokuWiki automatically saved a draft during your work which you may now use to continue your editing. Below you can see the data that was saved from your last session.
H A Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt154 data
/dokuwiki/inc/lang/id/
H A Ddraft.txt3 Proses pengeditan Anda sebelumnya tidak selesai dengan sempurna. DokuWiki secara otomatis meyimpan draft yang dapat Anda pakai untuk melanjutkan pengeditan. Dibawah ini Anda dapat melihat data yang disimpan pada sesi sebelumnya.
H A Deditrev.txt1 **Anda telah membuka dokumen versi lama!** Jika menyimpannya, berarti Anda akan membuat versi baru dari data ini.
H A Dlogin.txt3 Anda belum login! Masukkan data autentifikasi dibawah ini untuk masuk log (login). Cookies harus diaktifkan agar bisa login.
H A Dpassword.txt3 Berikut data Anda untuk @TITLE@ di @DOKUWIKIURL@
/dokuwiki/inc/lang/no/
H A Ddraft.txt3 Din siste endring av denne siden ble ikke avsluttet riktig. DokuWiki lagret automatisk en kladd under ditt arbeid som du nå kan bruke for å fortsette redigeringen. Nedenfor kan du se de lagrede data.
/dokuwiki/inc/
H A Dmedia.php35 * @param array $data
38 function media_filesinuse($data, $id)
45 foreach ($data as $row) {
58 * Handles the saving of image meta data
65 * @param array $data
68 function media_metasave($id, $auth, $data)
79 foreach ($data as $key => $val) {
143 * Display the form to edit image meta data
268 $data = [];
269 $data['i
33 media_filesinuse($data, $id) global() argument
63 media_metasave($id, $auth, $data) global() argument
494 _media_upload_action($data) global() argument
1257 _media_file_diff($data) global() argument
[all...]
H A Dpageutils.php597 * Returns the name of a cachefile from given data
603 * @param string $data This data is used to create a unique md5 name
607 function getCacheName($data, $ext = '')
610 $md5 = md5($data);
626 $data = ['id' => $id, 'hidden' => false];
627 Event::createAndTrigger('PAGEUTILS_ID_HIDEPAGE', $data, '_isHiddenPage');
628 return $data['hidden'];
634 * @param array $data event data
601 getCacheName($data, $ext = '') global() argument
633 _isHiddenPage(& $data) global() argument
[all...]
H A Dparserutils.php125 $data = ['id' => $id, 'html' => ''];
127 $event = new Event('PARSER_LOCALE_XHTML', $data);
129 $data['html'] = p_cached_output(localeFN($data['id']));
133 return $data['html'];
303 // this timestamp is also stored when the meta data is still the same
331 * @param array $data is an array with key ⇒ value pairs to be set in the metadata
340 function p_set_metadata($id, $data, $render = false, $persistent = true) argument
342 if (!is_array($data)) return false;
346 // if there is currently a renderer change the data i
[all...]
H A Dsearch.php20 * @param array &$data The results of the search are stored here
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
65 if (call_user_func_array($func, [&$data, $base, $dir, 'd', $lvl, $opts])) {
66 search($data, $base, $func, $opts, $dir, $lvl + 1, $sort);
71 call_user_func_array($func, [&$data, $base, $file, 'f', $lvl, $opts]);
82 * array &$data - Reference to the result data structure
103 * @param array $data
112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts)
119 return search_universal($data,
27 search(& $data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') global() argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
133 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
162 search_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
H A Dtemplate.php408 * $data is an array of different header tags. Each tag can have multiple
410 * encoded automatically so they should be provided as is in the $data array.
412 * For tags having a body attribute specify the body data in the special
417 * @param array $data
421 function _tpl_metaheaders_action($data)
424 foreach ($data as $tag => $inst) {
541 * @return bool|string html, or false if no data, true if printed
550 $data = tpl_get_action($type);
551 if ($data === false) {
553 } elseif (!is_array($data)) {
382 _tpl_metaheaders_action($data) global() argument
1166 _tpl_img_action($data) global() argument
[all...]
/dokuwiki/inc/parser/
H A Dhandler.php294 $data = [$match];
298 $data = $plugin->handle($match, $state, $pos, $this);
300 if ($data !== false) {
301 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
H A Drenderer.php117 * @param mixed $data custom data set by handler
121 public function plugin($name, $data, $state = '', $match = '')
126 $plugin->render($this->getFormat(), $this, $data);
150 * however plugins will not be able to - as their instructions require data.
221 * Render plain text data
115 plugin($name, $data, $state = '', $match = '') global() argument
H A Dxhtml.php23 /** @var array A stack of section edit data */
53 * @param array $data Associative array with section data:
68 public function startSectionEdit($start, $data)
70 if (!is_array($data)) {
73 'startSectionEdit: $data "%s" is NOT an array! One of your plugins needs an update.',
74 hsc((string)$data)
81 $data = [];
82 if (isset($args[1])) $data['target'] = $args[1];
83 if (isset($args[2])) $data['nam
65 startSectionEdit($start, $data) global() argument
[all...]
/dokuwiki/
H A Dinstall.php131 url(data/dont-panic-if-you-see-this-in-your-logs-it-means-your-directory-permissions-are-correct.png)
178 * @param array $d submitted entry 'd' of request data
292 * Check validity of data
366 * Writes the data to the config files
469 @touch(DOKU_INC . 'data/cache/autosubmit.txt');
497 * @param string $data
502 function fileWrite($filename, $data)
513 if (!empty($data)) {
514 fwrite($fp, $data);
568 'data'
474 fileWrite($filename, $data) global() argument
[all...]
/dokuwiki/lib/exe/
H A Dcss.php491 if (preg_match('#^(/|data:|https?://)#', $match[3])) { // not a relative url? - no adjustment required
506 * Convert local image URLs to data URLs if the filesize is small
525 $data = base64_encode(file_get_contents($local));
527 if (!empty($data)) {
528 $url = 'data:image/' . $ext . ';base64,' . $data;
H A Dfetch.php46 // prepare data for plugin events
47 $data = [
65 'font-src' => "'self' data:",
72 $evt = new Event('FETCH_MEDIA_STATUS', $data);
75 if ($data['status'] > 300 && $data['status'] <= 304) {
77 send_redirect($data['statusmessage']);
80 if ($data['status'] != 200) {
81 http_status($data['status'], $data['statusmessag
45 $data = array( global() variable
[all...]
H A Djs.php182 $data = io_readFile($file);
183 while (preg_match('#/\*\s*DOKUWIKI:include(_once)?\s+([\w\.\-_/]+)\s*\*/#', $data, $match)) {
190 $data = str_replace($match[0], '', $data);
205 $data = str_replace($match[0], $idata, $data);
207 echo "$data\n";
/dokuwiki/lib/plugins/acl/
H A Daction.php39 if ($event->data !== 'plugin_acl') {
76 $data = $acl->makeTree($ns, $ns);
78 foreach (array_keys($data) as $item) {
79 $data[$item]['level'] = $lvl + 1;
82 $data,
H A Dadmin.php246 $data = $this->makeTree($ns);
249 array_unshift($data, [
258 $data,
279 $data = [];
280 search($data, $conf['datadir'], 'search_index', ['ns' => $folder], $limit);
283 $data = array_merge($data, $media);
287 usort($data, [$this, 'treeSort']);
288 $count = count($data);
290 if ($data[
[all...]
/dokuwiki/lib/plugins/authad/
H A Daction.php43 $usr = $auth->cleanUser($event->data['user']);
49 $event->data['user'] = $usr;
69 $form =& $event->data;

1234567