Home
last modified time | relevance | path

Searched refs:meta (Results 401 – 425 of 1683) sorted by relevance

1...<<11121314151617181920>>...68

/plugin/structgroupby/syntax/
H A Done.php10 use dokuwiki\plugin\struct\meta\AggregationTable;
11 use dokuwiki\plugin\struct\meta\ConfigParser;
12 use dokuwiki\plugin\struct\meta\SearchConfig;
13 use dokuwiki\plugin\struct\meta\StructException;
14 use dokuwiki\plugin\struct\meta\Value;
84 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
/plugin/struct/action/
H A Dcache.php7 use dokuwiki\plugin\struct\meta\Assignments;
8 use dokuwiki\plugin\struct\meta\SearchConfig;
9 use dokuwiki\plugin\struct\meta\SearchConfigParameters;
79 $meta = p_get_metadata($cache->page, 'plugin struct');
80 if (isset($meta['hasaggregation'])) {
101 if ($meta['hasaggregation'] & SearchConfig::$CACHE_DATE) {
108 if ($meta['hasaggregation'] & SearchConfig::$CACHE_USER) {
H A Daggregationeditor.php13 use dokuwiki\plugin\struct\meta\AccessTable;
14 use dokuwiki\plugin\struct\meta\AccessTableGlobal;
15 use dokuwiki\plugin\struct\meta\AggregationEditorTable;
16 use dokuwiki\plugin\struct\meta\Column;
17 use dokuwiki\plugin\struct\meta\Schema;
18 use dokuwiki\plugin\struct\meta\SearchConfig;
19 use dokuwiki\plugin\struct\meta\StructException;
20 use dokuwiki\plugin\struct\meta\Value;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php226 $meta = (string) $request->getBody();
227 $meta = is_string($meta) ? json_decode($meta, true) : $meta;
229 $uploadType = $this->getUploadType($meta);
238 $postBody = is_string($meta) ? $meta : json_encode($meta);
249 $related .= "\r\n" . json_encode($meta) . "\r\n";
276 public function getUploadType($meta) argument
282 if (false == $meta && $this->data) {
/plugin/tag/syntax/
H A Dtag.php97 $renderer->meta['subject'] = [];
100 if (!isset($renderer->meta['subject'])) {
101 $renderer->meta['subject'] = [];
107 $renderer->meta['subject'] = array_unique(array_merge($renderer->meta['subject'], $data));
124 $renderer->meta['relation']['references'][$tag] = page_exists($tag);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DVirtualPropertyMetadataTest.php14 $meta = new VirtualPropertyMetadata(ObjectWithVirtualProperties::class, 'getEmptyValue');
15 $this->setNonDefaultMetadataValues($meta);
17 $restoredMeta = unserialize(serialize($meta));
18 $this->assertEquals($meta, $restoredMeta);
/plugin/translate/
H A Daction.php262 $meta = array();
263 $meta['date']['created'] = $created;
265 if ($user) $meta['creator'] = $INFO['userinfo']['name'];
266 $meta['language'] = $lang;
267 p_set_metadata($target_id, $meta);
374 $meta = array();
375 $meta['date']['created'] = $created;
377 if ($user) $meta['creator'] = $INFO['userinfo']['name'];
379 $meta['language'] = $target_lang;
380 p_set_metadata($target_id, $meta);
[all …]
H A Dhelper.php60 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
64 if (isset($meta['language'])) {
65 $lang = $meta['language'];
186 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
187 if (empty($meta['relation']['istranslationof'])) return $id;
201 $meta = $id!==$ID ? p_get_metadata($id) : $INFO['meta'];
202 if (!isset($meta['relation']['translations'])) return null;
203 foreach ($meta['relation']['translations'] as $tid => $tlang) {
453 $meta = $id === $ID ? $INFO['meta'] : p_get_metadata($id);
458 unset($meta['relation']['translations'][$page_id]);
[all …]
/plugin/galleryv1.5/
H A Dsyntax.php323 $w = $img['meta']->getField('File.Width');
324 $h = $img['meta']->getField('File.Height');
333 $ratio = $img['meta']->getResizeRatio($data['w'],$data['h']);
344 $i['alt'] = $img['meta']->getField('Simple.Title');
350 $w_lightbox = $img['meta']->getField('File.Width');
351 $h_lightbox = $img['meta']->getField('File.Height');
354 $ratio = $img['meta']->getResizeRatio($data['w_lightbox'],$data['h_lightbox']);
362 $a['title'] = $img['meta']->getField('Simple.Title');
/plugin/noiewarning/conf/
H A Dmetadata.php39 $meta['method'] = array('multichoice', '_choices'=> array(
43 $meta['wikipage'] = array('string');
46 $meta['better'] = array('multichoice' , '_choices'=>$recs );
48 $meta['min_ie_version'] = array('numeric');
/plugin/bloglinks/
H A Daction.php97 $meta = p_get_metadata($ID);
99 $date = $meta['date']['modified'];
102 $date = $meta['date']['created'];
109 'title' => $meta['title'],
111 'user' => $meta['creator'],
112 'desc' => $meta['description']['abstract'],
115 'draft' => (isset($meta['type']) && $meta['type'] == 'draft'),
/plugin/qna/syntax/
H A Dblock.php103 $meta['title'] = $data[1];
104 $meta['id'] = $data[2];
105 $meta['level'] = $data[3];
106 $meta['class'] = 'question';
108 $renderer->meta['description']['tableofquestions'][] = $meta;
/plugin/dwcommits/conf/
H A Dmetadata.php21 $meta['default_date'] = array('multichoice','_choices' => $dwc_dates);
22 $meta['default_git'] = array('multichoice','_choices' => $dwc_gits);
23 $meta['git_binary'] = array('string');
24 $meta['auto_id'] = array('string');
/plugin/odt/ODT/
H A DODTmeta.php14 var $meta = array(); variable in ODTMeta
20 $this->meta = array(
36 $this->meta ['dc:title'] = $title;
54 foreach($this->meta as $meta_key => $meta_value) {
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js121 var binary = /\.png$/i.test(meta.name);
129 if (/\.v(dx|sdx?)$/i.test(meta.name) || /\.gliffy$/i.test(meta.name) ||
132 … this.ui.convertFile(PROXY_URL + '?url=' + encodeURIComponent(meta.url), meta.name, meta.mimeType,
152 meta.compoundId = id;
176 success(new TrelloFile(this.ui, data, meta));
194 }), binary || (meta.mimeType != null &&
242 success(new TrelloLibrary(this.ui, data, meta));
246 success(new TrelloFile(this.ui, data, meta));
274 var ids = file.meta.compoundId.split(this.SEPARATOR);
278 this.writeFile(file.meta.name, data, ids[0], function(meta) argument
[all …]
/plugin/meta/
H A Dsyntax.php92 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = @file_exists(mediaFN($subvalue));
100 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = page_exists($subvalue);
105 if (is_array($renderer->meta) && array_key_exists($key, $renderer->meta)) {
106 $renderer->meta[$key] = array_merge($renderer->meta[$key], array($value));
108 $renderer->meta[$key] = $value;
112 $renderer->meta[$key] = $value;
/plugin/webcomponent/_test/
H A Dgeneral.test.php74 $meta = array();
83 gettype($meta),
87 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
91 $meta,
96 foreach ($meta as $key => $value) {
/plugin/pagetemplater/
H A Daction.php84 $meta = p_get_metadata( $template, '', METADATA_RENDER_UNLIMITED );
88 if ( !is_array($meta['internal']) ) $meta['internal'] = array();
89 …>data['current']['internal'] = array_merge($event->data['current']['internal'], $meta['internal']);
92 if ( !is_array($meta['toc']) ) $meta['toc'] = array();
93 $event->data['current']['toc'] = array_merge($event->data['current']['toc'], $meta['toc']);
/plugin/abstract/_test/
H A Dsyntax.test.php19 $meta = p_get_metadata('test:plugin_abstract:syntax','description');
25 $this->assertEquals('Test', $meta['abstract']);
34 $meta = p_get_metadata('test:plugin_abstract:syntax','description');
40 $this->assertEquals('Test', $meta['abstract']);
/plugin/include/
H A Daction.php91 $meta = p_read_metadata($event->data['page']); // load the original metdata
92 $meta = p_render_metadata($event->data['page'], $meta); // render the metadata
93 p_save_metadata($event->data['page'], $meta); // save the metadata so other event handlers get the public metadata, too
95 $meta = $meta['current']; // we are only interested in current metadata.
101 $event->data['metadata'] = array('title' => $meta['title']);
104 if (isset($meta['relation']['references'])) {
105 $event->data['metadata']['relation_references'] = array_keys($meta['relation']['references']);
114 if (isset($meta['subjec
[all...]
/plugin/struct/syntax/
H A Dvalue.php12 use dokuwiki\plugin\struct\meta\AggregationValue;
13 use dokuwiki\plugin\struct\meta\InlineConfigParser;
14 use dokuwiki\plugin\struct\meta\SearchConfig;
15 use dokuwiki\plugin\struct\meta\StructException;
113 $renderer->meta['plugin']['struct']['hasaggregation'] = $search->getCacheFlag();
/plugin/markdownextra/
H A Dsyntax.php68 if (!$renderer->meta['title']){
69 $renderer->meta['title'] = $this->_markdown_header($match);
93 …$meta = '<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=ut…
94 $doc->loadHTML($meta.$text);
124 …$meta = '<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=ut…
125 $doc->loadHTML($meta.$text);
/plugin/farmsync/_test/
H A DaddRemoteChangelogRevision.test.php30 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
48 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
72 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
91 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
115 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
141 $farm_util = new \dokuwiki\plugin\farmsync\meta\FarmSyncUtil();
/plugin/stale/_test/
H A DbaseTest.php73 $meta = array();
82 gettype($meta),
86 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
90 $meta,
95 foreach ($meta as $key => $value) {
151 foreach ($meta as $key => $value) {
/plugin/sqlcomp/conf/
H A Dmetadata.php7 $meta['default_refresh'] = array('numeric');
8 $meta['sql_locale'] = array('multichoice','_choices' => array('de_DE','en_US','C'));
9 $meta['dbaliases'] = array('');

1...<<11121314151617181920>>...68