Home
last modified time | relevance | path

Searched refs:data (Results 76 – 100 of 161) sorted by last modified time

1234567

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php61 public $data = []; variable in SimplePie\\Source
64 public function __construct($item, $data) argument
67 $this->data = $data;
77 return md5(serialize($this->data));
82 if (isset($this->data['child'][$namespace][$tag])) {
83 return $this->data['child'][$namespace][$tag];
94 public function sanitize($data, $type, $base = '') argument
96 return $this->item->sanitize($data, $type, $base);
107 return $this->sanitize($return[0]['data'],
[all...]
/dokuwiki/inc/Remote/
H A DApi.php356 toFile($data) global() argument
367 toDate($data) global() argument
378 dummyTransformation($data) global() argument
H A DApiCore.php265 $data = [];
269 search($data, $conf['datadir'], 'search_allpages', $opts, $dir);
279 ), $data);
327 $data = ft_pageSearch($query, $regex);
330 // prepare additional data
332 foreach ($data as $id => $score) {
416 * The page is rendered to HTML as it would be in the wiki. The HTML consist only of the data for the page
438 * Return some basic data about a page
767 $data = [];
768 search($data,
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php113 * Input data
118 public $data = ''; variable in SimplePie\\XML\\Declaration\\Parser
121 * Input data length (to avoid calling strlen() everytime this is needed)
137 * Create an instance of the class with the input data
140 * @param string $data Input data
142 public function __construct($data) argument
144 $this->data = $data;
145 $this->data_length = strlen($this->data);
[all...]
/dokuwiki/bin/
H A Dindexer.php68 $data = [];
70 search($data, $conf['datadir'], 'search_allpages', ['skipacl' => true]);
71 $this->quietecho(count($data) . " pages found.\n");
73 foreach ($data as $val) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE126 A "library" means a collection of software functions and/or data
128 (which use some of those functions and data) to form executables.
179 table of data to be supplied by an application program that uses
263 If such an object file uses only numerical parameters, data
324 Library" must include any data and utility programs needed for
H A DREADME.md41 while ($data = mysql_fetch_object($res)) {
43 $item->title = $data->title;
44 $item->link = $data->url;
45 $item->description = $data->short;
51 $item->date = $data->newsdate;
/dokuwiki/lib/plugins/popularity/lang/nl/
H A Dintro.txt5 U wordt verzocht deze stap van tijd tot tijd te herhalen om ontwikkelaars op de hoogte te houden terwijl uw wiki groeit. De herhaalde data zal worden geïdentificeerd door een uniek, anoniem ID.
9 De ruwe data die verzonden worden staan hieronder. Gebruik de knop "Verstuur" om de informatie te verzenden.
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php33 * @param string $data
37 public function add($id, $user, $style, $data = '')
48 $data = trim($data);
56 if (!$data) {
57 $data = time();
60 $line = "$user $style $data\n";
76 * @param string|array $data
81 public function remove($id, $user = null, $style = null, $data = null) argument
93 $re = $regexBuilder->buildRegex($user, $style, $data);
38 add($id, $user, $style, $data = '') global() argument
164 subscribers($page, $user = null, $style = null, $data = null) global() argument
231 notifyAddresses(& $data) global() argument
[all...]
H A DSubscriberRegexBuilder.php14 * @param string|array $data
17 * @throws Exception when no data is passed
21 public function buildRegex($user = null, $style = null, $data = null)
26 $data = (array)$data;
31 $data = array_filter(array_map('trim', $data));
40 $data = array_map('preg_quote_cb', $data);
45 $data
22 buildRegex($user = null, $style = null, $data = null) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DBacklinks.php28 $data = ft_backlinks($ID);
30 if (!empty($data)) {
32 foreach ($data as $blink) {
H A DPageView.php64 $data = ['rev' => &$REV, 'date_at' => &$DATE_AT];
65 Event::createAndTrigger('HTML_SHOWREV_OUTPUT', $data, [$this, 'showrev']);
H A DSearch.php495 * @param array $data search results
499 protected function getPageLookupHTML($data)
501 if (empty($data)) {
510 foreach (array_keys($data) as $id) {
534 * @param array $data the results of the fulltext search
539 protected function getFulltextResultsHTML($data, $highlight)
543 if (empty($data)) {
554 foreach ($data as $id => $cnt) {
517 getPageLookupHTML($data) global() argument
557 getFulltextResultsHTML($data, $highlight) global() argument
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
/dokuwiki/lib/plugins/popularity/lang/sv/
H A Dintro.txt3 Detta verktyg samlar anonyma data om din wiki och låter dig skicka dessa till DokuWikis utvecklare. Det hjälper utvecklarna att förstå hur DokuWiki används och gör att framtida beslut om DokuWikis utveckling kan grundas på statistik från verkligt bruk.
9 Rådata som kommer att sändas visas här nedanför. Vänligen använd knappen "Sänd data" för att överföra informationen.
/dokuwiki/
H A Dfeed.php74 $data = null; global() variable
82 $data = $modes[$opt['feed_mode']]($opt); global() variable
204 rss_buildItems(& $rss, & $data, $opt) global() argument
/dokuwiki/inc/Action/
H A DDenied.php29 $data = null;
30 $event = new Event('ACTION_DENIED_TPLCONTENT', $data);
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt6 desc Send anonymous data about your wiki to the DokuWiki developers
/dokuwiki/inc/
H A Dauth.php78 // Note: with FastCGI, data is in REDIRECT_HTTP_AUTHORIZATION instead of HTTP_AUTHORIZATION
334 * Builds a pseudo UID from browser and IP data
427 * Encrypt data using the given secret using AES
432 * @param string $data The data that shall be encrypted
437 function auth_encrypt($data, $secret)
450 return $cipher->encrypt($iv . $data);
458 * @param string $ciphertext The encrypted data
460 * @return string|null The decrypted data
480 * This clears all authentication data an
367 auth_encrypt($data, $secret) global() argument
616 auth_aclcheck_cb($data) global() argument
[all...]
H A Dconfutils.php4 * Utilities for collecting data from config files
156 $data = ['versions' => $versions, 'src' => &$src];
157 $event = new Event('CONFUTIL_CDN_SELECT', $data);
443 * obscure config data so information isn't plain text
445 * @param string $str data to be encoded
462 * return obscured data as plain text
464 * @param string $str encoded data
H A DAjax.php58 $data = ft_pageLookup($query, true, useHeading('navigation'));
60 if ($data === []) return;
65 foreach ($data as $id => $title) {
101 $data = ft_pageLookup($query);
102 if ($data === []) return;
103 $data = array_keys($data);
106 $data = array_slice($data, 0, 15);
107 $data
[all...]
H A Ddeprecated.php332 * @param mixed $data event data
341 function trigger_event($name, &$data, $action=null, $canPreventDefault=true) {
343 return \dokuwiki\Extension\Event::createAndTrigger($name, $data, $action, $canPreventDefault);
395 * @param string|array $data
400 public function subscribers($page, $user = null, $style = null, $data = null) {
403 return $manager->subscribers($page, $user, $style, $data);
416 * @param string $data
422 public function add($id, $user, $style, $data = '') {
425 return $manager->add($id, $user, $style, $data);
339 trigger_event($name, & $data, $action = null, $canPreventDefault = true) global() argument
398 subscribers($page, $user = null, $style = null, $data = null) global() argument
420 add($id, $user, $style, $data = '') global() argument
441 remove($id, $user = null, $style = null, $data = null) global() argument
560 notifyaddresses(& $data) global() argument
611 __construct($callbacks = false, $data = false, $wait = false) global() argument
701 __construct($data) global() argument
716 __construct($data, $type = null) global() argument
[all...]
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dsubmitted.txt3 The data has been sent succesfully.
/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/lib/scripts/
H A Dlocktimer.js66 * @param {function} callback the only param is the data returned by the server
122 ).done(function dwLocktimerRefreshDoneHandler(data) { argument
125 callback(data);
135 refreshed: function(data){ argument
136 if (data.errors.length) {
137 data.errors.forEach(function(error) {
144 jQuery('#draft__status').html(data.draft);
145 if(data.lock !== '1') {

1234567