Home
last modified time | relevance | path

Searched refs:meta (Results 1 – 22 of 22) sorted by path

/dokuwiki/bin/
H A Ddwpage.php190 $meta = p_get_metadata($wiki_id, $key, METADATA_RENDER_UNLIMITED);
191 echo trim(json_encode($meta, JSON_PRETTY_PRINT));
/dokuwiki/conf/
H A Dinterwiki.conf26 wpmeta https://meta.wikipedia.org/wiki/{NAME}
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/File/
H A DMediaFile.php19 protected $meta;
171 if ($this->meta === null) $this->meta = new JpegMeta($this->path);
172 return $this->meta;
18 protected $meta; global() variable in dokuwiki\\File\\MediaFile
H A DPageFile.php178 // don't remove old meta info as it should be saved, plugins can use
180 // purge non-persistant meta data
301 $meta = [];
308 $meta['date']['created'] = $createdDate;
310 $meta['creator'] = $INFO['userinfo']['name'] ?? null;
311 $meta['user'] = $user;
315 $meta['date']['created'] = $oldmeta['date']['created'];
316 $meta['date']['modified'] = $createdDate; // use the files ctime here
317 $meta['creator'] = $oldmeta['creator'] ?? null;
319 $meta['contributo
[all...]
/dokuwiki/inc/
H A DJpegMeta.php1624 * @param mixed $meta argument
1627 function _parseXmpNode($values, &$i, &$meta, $count) {
1632 $meta = $values[$i]['value'] ?? '';
1641 $meta = array();
1643 $this->_parseXmpNode($values, $i, $meta[], $count);
1651 $this->_parseXmpNode($values, $i, $meta, $count);
1658 $meta = array();
1661 $this->_parseXmpNode($values, $i, $meta[$values[$i]['tag']], $count);
H A Dmedia.php58 * Handles the saving of image meta data
76 $meta = new JpegMeta($src);
77 $meta->_parseAll();
82 $meta->deleteField($key);
84 $meta->setField($key, $val);
94 if ($meta->save()) {
143 * Display the form to edit image meta data
175 'class' => 'meta'
192 'name' => 'meta[' . $field[0] . ']'
1015 $meta
1025 media_preview($image, $auth, $rev = '', $meta = false) global() argument
1128 media_image_preview_size($image, $rev, $meta = false, $size = 500) global() argument
1155 media_getTag($tags, $meta = false, $alt = '') global() argument
1170 media_file_tags($meta) global() argument
1203 media_details($image, $auth, $rev = '', $meta = false) global() argument
[all...]
H A Dparserutils.php264 $meta = p_read_metadata($id, $cache);
285 $metafn = metaFN($id, '.meta');
298 $old_meta = $meta;
299 $meta = p_render_metadata($id, $meta);
301 if ($meta == $old_meta || p_save_metadata($id, $meta)) {
303 // this timestamp is also stored when the meta data is still the same
313 $val = $meta['current'] ?? null;
349 $meta
481 p_save_metadata($id, $meta) global() argument
[all...]
H A Dtemplate.php155 $meta = p_get_metadata($ID, '', METADATA_RENDER_USING_CACHE);
156 $tocok = $meta['internal']['toc'] ?? true;
157 $toc = $meta['description']['tableofcontents'] ?? null;
214 * Print the correct HTML meta headers
250 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki'];
280 $head['meta'][] = [
342 $head['meta'][] = ['name' => 'robots', 'content' => 'index,follow'];
344 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,nofollow'];
352 $head['meta'][] = ['name' => 'robots', 'content' => 'noindex,follow'];
355 $head['meta'][]
[all...]
/dokuwiki/inc/Remote/
H A DApi.php
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php78 $meta = p_get_metadata($target);
79 $changes = [$meta['last_change']];
/dokuwiki/inc/Ui/
H A DMediaDiff.php97 $meta = new JpegMeta(mediaFN($this->id, $rev));
100 'previewSize' => media_image_preview_size($this->id, $rev, $meta)
/dokuwiki/inc/parser/
H A Dmetadata.php11 * but also it's own filesystem data (like the creation time). All metadata is stored in the fields $meta and
26 /** @var array transient meta data, will be reset on each rendering */
27 public $meta = [];
29 /** @var array persistent meta data, will be kept until explicitly deleted */
82 $this->meta = $this->persistent;
95 $this->meta['internal'] = $this->info;
97 if (!isset($this->meta['description']['abstract'])) {
103 $this->meta['description']['abstract'] = $this->doc;
106 $this->meta['relation']['firstimage'] = $this->firstimage;
108 if (!isset($this->meta['dat
22 public $meta = array(); global() variable in Doku_Renderer_metadata
[all...]
/dokuwiki/lib/plugins/authad/conf/
H A Dmetadata.php3 $meta['account_suffix'] = array('string','_caution' => 'danger');
4 $meta['base_dn'] = array('string','_caution' => 'danger');
5 $meta['domain_controllers'] = array('string','_caution' => 'danger');
6 $meta['sso'] = array('onoff','_caution' => 'danger');
7 $meta['sso_charset'] = array('string','_caution' => 'danger');
8 $meta['admin_username'] = array('string','_caution' => 'danger');
9 $meta['admin_password'] = array('password','_caution' => 'danger','_code' => 'base64');
10 $meta['real_primarygroup'] = array('onoff','_caution' => 'danger');
11 $meta['use_ssl'] = array('onoff','_caution' => 'danger');
12 $meta['use_tl
[all...]
/dokuwiki/lib/plugins/authldap/conf/
H A Dmetadata.php3 $meta['server'] = array('string','_caution' => 'danger');
4 $meta['port'] = array('numeric','_caution' => 'danger');
5 $meta['usertree'] = array('string','_caution' => 'danger');
6 $meta['grouptree'] = array('string','_caution' => 'danger');
7 $meta['userfilter'] = array('string','_caution' => 'danger');
8 $meta['groupfilter'] = array('string','_caution' => 'danger');
9 $meta['version'] = array('numeric','_caution' => 'danger');
10 $meta['starttls'] = array('onoff','_caution' => 'danger');
11 $meta['referrals'] = array('multichoice','_choices' => array(-1,0,1),'_caution' => 'danger');
12 $meta['dere
[all...]
/dokuwiki/lib/plugins/authpdo/conf/
H A Dmetadata.php9 $meta['debug'] = array('onoff', '_caution' => 'security');
10 $meta['dsn'] = array('string', '_caution' => 'danger');
11 $meta['user'] = array('string', '_caution' => 'danger');
12 $meta['pass'] = array('password', '_caution' => 'danger', '_code' => 'base64');
13 $meta['select-user'] = array('', '_caution' => 'danger');
14 $meta['check-pass'] = array('', '_caution' => 'danger');
15 $meta['select-user-groups'] = array('', '_caution' => 'danger');
16 $meta['select-groups'] = array('', '_caution' => 'danger');
17 $meta['insert-user'] = array('', '_caution' => 'danger');
18 $meta['delet
[all...]
/dokuwiki/lib/plugins/config/core/
H A DLoader.php10 * Loads configuration meta data and settings from the various files. Honors the
39 * Read the settings meta data
41 * Reads the main file, plugins and template settings meta data
48 $meta = [];
53 $meta = array_merge(
54 $meta,
64 $meta = array_merge(
65 $meta,
73 return $meta;
208 $meta
[all...]
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php9 * $meta[<setting name>] = array(<handler class id>,<param name> => <param value>);
84 $meta['_basic'] = ['fieldset'];
85 $meta['title'] = ['string'];
86 $meta['start'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept namespaces
87 $meta['lang'] = ['dirchoice', '_dir' => DOKU_INC . 'inc/lang/'];
88 $meta['template'] = ['dirchoice', '_dir' => DOKU_INC . 'lib/tpl/', '_pattern' => '/^[\w-]+$/'];
89 $meta['tagline'] = ['string'];
90 $meta['sidebar'] = ['string'];
91 $meta['license'] = ['license'];
92 $meta['savedi
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_fullscreen.css413 /* file meta data edit form */
415 #mediamanager__page form.meta div.row {
419 #mediamanager__page form.meta label span {
423 #mediamanager__page form.meta input {
427 #mediamanager__page form.meta button {
431 #mediamanager__page form.meta textarea.edit {
H A D_search.less138 dd.meta {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG814 slightly to allow more "meta characters" (like #) in
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];