Home
last modified time | relevance | path

Searched refs:data (Results 126 – 150 of 161) sorted by last modified time

1234567

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php241 * The data for the language used
791 if (false === ($data = file_get_contents($fullpath))) {
797 if (!preg_match('/\'LANG_NAME\'\s*=>\s*\'((?:[^\']|\\\')+?)\'/', $data, $matches)) {
1822 * @todo Some data replication here that could be cut down on
1982 //For this to work, we need to reorganize the data arrays.
2023 //Now we have an array with each possible symbol as the key and the style as the actual data.
3745 // $language data is a valid thing but maybe not
4338 * @return string A stylesheet built on the data for the current language
4343 // won't have populated the language data file, so we can't
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php49 * Manages all item-related data
69 * Raw data
74 public $data = []; variable in SimplePie\\Item
91 * @param array $data Raw data
93 public function __construct($feed, $data) argument
96 $this->data = $data;
119 return md5(serialize($this->data));
133 * Get data fo
184 sanitize($data, $type, $base = '') global() argument
[all...]
/dokuwiki/bin/
H A Dgittool.php285 $data = array_merge(
291 if (!$data) {
294 $this->success('Found ' . count($data) . ' .git directories');
296 $data = array_map('fullpath', array_map('dirname', $data));
297 return $data;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php84 * @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
90 * Add a file to the current archive using the given $data as content
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
93 * @param string $data binary content of the file to add
96 abstract public function addData($fileinfo, $data); argument
101 * After a call to this function no more data can be added to the archive, for
107 * Returns the created in-memory archive data
114 * Save the created in-memory archive data
/dokuwiki/inc/Remote/
H A DXmlRpcServer.php28 public function serve($data = false)
44 parent::serve($data);
29 serve($data = false) global() argument
67 toDate($data) global() argument
76 toFile($data) global() argument
/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,
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG942 data on) (Alexander Spennemann)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php173 * Modify user data
199 // update userinfo with new data, remembering to encrypt any password
219 msg('There was an error modifying your user data. You may need to register again.', -1);
220 // FIXME, io functions should be fail-safe so existing data isn't lost
296 * Bulk retrieval of user data
333 * Loads complete user data into memory before searching for groups.
382 * Load all user data
405 * Read user data from given file
409 * @param string $file the file to load data from
446 $data
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php17 foreach ($license as $key => $data) {
19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
/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 Dform.php62 * @param bool|string $enctype (optional, deprecated) Encoding type of the data
331 $data = ($value === $val) ? array('checked' => 'checked') : array();
332 $this->addElement(form_makeRadioField($name, $val, $cap, '', '', $data));
H A Dfulltext.php43 $data = [
49 $data['highlight'] =& $highlight;
51 return Event::createAndTrigger('SEARCH_QUERY_FULLPAGE', $data, '_ft_pageSearch');
60 * @param array $data event data
63 function _ft_pageSearch(&$data)
68 $q = ft_queryParser($Indexer, $data['query']);
69 $data['highlight'] = $q['highlight'];
164 $docs = _ft_filterResultsByTime($docs, $data['after'], $data['befor
59 _ft_pageSearch(& $data) global() argument
264 _ft_pageLookup(& $data) global() argument
[all...]
H A Dhtml.php108 * prepares section edit button data for event triggering
122 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
126 $data['target'] = strtolower($data['target']);
127 $data['hid'] = strtolower($data['hid'] ?? '');
131 $data,
142 * @param array $data name, section id and target
145 function html_secedit_get_button($data)
150 if (!isset($data['nam
132 html_secedit_get_button($data) global() argument
428 html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) global() argument
[all...]
H A Dindexer.php23 * The indexer is only compatible with data written by the same version.
27 * add their version info to the event data like so:
28 * $data[$plugin_name] = $plugin_version;
42 $data = ['dokuwiki' => $version];
43 Event::createAndTrigger('INDEXER_VERSION_GET', $data, null, false);
44 unset($data['dokuwiki']); // this needs to be first
45 ksort($data);
46 foreach ($data as $plugin => $vers)
187 $data = ['page' => $page, 'body' => $body, 'metadata' => $metadata, 'pid' => $pid];
188 $evt = new Event('INDEXER_PAGE_ADD', $data);
[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);
/dokuwiki/lib/plugins/popularity/lang/da/
H A Dintro.txt7 Opsamlede data indeholder oplysninger som eksempelvis din udgave af DokuWiki, antallet og størrelsen af dens sider, tilføjede udvidelser og oplysninger om din PHP-opsætning.
9 De egentlige data, som vil blive sendt, er vist herunder. Brug venligst knappen 'Send Data' for at videresende oplys (…)
/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;
/dokuwiki/data/
H A Ddeleted.files220 data/security.png
221 data/security.xcf
895 data/pages/wiki/playground.txt
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php59 $data = file_get_contents($this->imagepath, false, null, 0, 70000);
60 if (preg_match('@\x12\x01\x03\x00\x01\x00\x00\x00(.)\x00\x00\x00@', $data, $matches)) {
63 } else if (preg_match('@\x01\x12\x00\x03\x00\x00\x00\x01\x00(.)\x00\x00@', $data, $matches)) {
/dokuwiki/inc/Cache/
H A DCache.php16 public $ext = ''; // file ext for cache data, secondary identifier for this item
154 * retrieve the cached data
165 * cache $data
167 * @param string $data the data to be cached
170 public function storeCache($data) argument
176 return io_saveFile($this->cache, $data);
180 * remove any cached data associated with this cache instance
/dokuwiki/inc/Debug/
H A DDebugHelper.php159 $data = [
167 $event = new Event(self::INFO_DEPRECATION_LOG_EVENT, $data);
169 $msg = $event->data['called'] . ' is deprecated. It was called from ';
170 $msg .= $event->data['caller'] . ' in ' . $event->data['file'] . ':' . $event->data['line'];
171 if ($event->data['alternative']) {
172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!';
/dokuwiki/inc/Extension/
H A DAdminPlugin.php92 $data = [];
93 $data['instance'] = $this;
94 $data['hasAccess'] = false;
96 $event = new Event('ADMINPLUGIN_ACCESS_CHECK', $data);
99 $data['hasAccess'] = auth_isadmin();
101 $data['hasAccess'] = auth_ismanager();
106 return $data['hasAccess'];
H A DAuthPlugin.php138 $result = call_user_func_array([$this, $validTypes[$type]], $evt->data['params']);
139 $evt->data['modification_result'] = $result;
249 * @param bool $requireGroups whether or not the returned data must include groups
250 * @return false|array containing user data or false
284 * Modify user data [implement only where required/possible]
295 msg("authorisation method does not allow modifying of user data", -1);
331 * Bulk retrieval of user data [implement only where required/possible]
343 msg("authorisation method does not support mass retrieval of user data", -1);
H A DEvent.php16 /** @var mixed|null READWRITE data relevant to the event, no standardised format, refer to event docs */ variable in dokuwiki\\Extension\\Event
17 public $data;
36 * @param mixed $data
38 public function __construct($name, &$data)
42 $this->data =& $data;
59 * $evt = new dokuwiki\Plugin\Doku_Event(name, data);
108 * - carry out the default action using $this->data based on $enablePrevent and
134 $this->result = call_user_func_array($action, [&$this->data]);
189 * @param mixed $data even
37 __construct($name, & $data) global() argument
196 createAndTrigger($name, & $data, $action = null, $canPreventDefault = true) global() argument
[all...]

1234567