Home
last modified time | relevance | path

Searched refs:meta (Results 1426 – 1450 of 1683) sorted by relevance

1...<<51525354555657585960>>...68

/plugin/structtasks/meta/
H A DAbstractNotifier.php10 namespace dokuwiki\plugin\structtasks\meta;
/plugin/htmlmetatags/
H A DREADME.md3 Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header
/plugin/bez/mdl/
H A DSubscriptionFactory.php6 use dokuwiki\plugin\bez\meta\PermissionDeniedException;
H A DTask_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
H A DThread_commentFactory.php5 use dokuwiki\plugin\bez\meta\ConsistencyViolationException;
/plugin/bez/action/
H A Dbase.php10 /** @var bez\meta\Tpl */
69 $this->tpl = new bez\meta\Tpl($this);
/plugin/struct/meta/
H A DSearchCloud.php3 namespace dokuwiki\plugin\struct\meta;
10 * @package dokuwiki\plugin\struct\meta
H A DCSVPageImporter.php3 namespace dokuwiki\plugin\struct\meta;
H A DSchemaEditor.php3 namespace dokuwiki\plugin\struct\meta;
15 * @package dokuwiki\plugin\struct\meta
/plugin/struct/types/
H A DColor.php5 use dokuwiki\plugin\struct\meta\ValidationException;
/plugin/ckgdoku/action/
H A Dmeta.php532 $meta = metaFN('fckl:symchk','.meta');
533 $symcheck = io_readFile($meta);
614 io_saveFile($meta,$version);
615 chmod($meta, 0666);
/plugin/ckgedit/action/
H A Dmeta.php567 $meta = metaFN('fckl:symchk','.meta');
568 $symcheck = io_readFile($meta);
651 io_saveFile($meta,$version);
652 chmod($meta, 0666);
/plugin/openlayersmap/syntax/
H A Dolmap.php813 $renderer->meta ['geo'] ['lat'] = $mainLat;
814 $renderer->meta ['geo'] ['lon'] = $mainLon;
818 $renderer->meta['geo']['geohash'] = (new Point($mainLon, $mainLat))->out('geohash');
836 // This seems to never work; the firstimage entry in the .meta file is empty
837 // $renderer->meta['relation']['firstimage'] = $_firstimage;
838 // ... and neither does this; the firstimage entry in the .meta file is empty
/plugin/toctweak/syntax/
H A Dmetatoc.php86 $renderer->meta['relation']['toctweak'][] = metaFN($id,'.meta');
/plugin/bez/ctl/
H A Dtasks.php7 throw new bez\meta\PermissionDeniedException();
/plugin/bez/struct/
H A DBezType.php5 use dokuwiki\plugin\struct\meta\ValidationException;
/plugin/pagelist/
H A Dsyntax.php134 $renderer->meta['relation']['references'][$page['id']] = $page['exists'];
/plugin/semanticdata/syntax/
H A Dentry.php67 $meta = array();
111 $this->_saveData($data,$ID,$renderer->meta['title']);
/plugin/imagebox/
H A Dsyntax.php
/plugin/backup/lang/en/
H A Dintro.txt1 This tool allows you to backup your page and meta data, as well as configuration for the wiki, temp…
/plugin/tagsections/action/
H A Dajax.php95 return $renderer->meta['subject'];
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js43 EmptyElements : { base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 }, property in FCKListsLib.EmptyElements
/plugin/wikipediasnippet/
H A Dsyntax.php138 $url = $wpUrl.'w/api.php?action=query&meta=siteinfo&siprop=rightsinfo&format=xml';
/plugin/semantic/
H A Dhelper.php13 private $meta = array(); variable in helper_plugin_semantic
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1272 …* `$('meta[name="DC.title"]').attr('content') + ' - ' + $('meta[name="DC.creator"]').attr('content…
1273 * `$('meta[name="DC.title"]').attr('content')`
1274 * `$('meta[property="og:title"]').attr('content')`
1284 * `$('meta[property="image"], meta[property="og:image"], meta[property="og:image:url"], ' +`<br/>
1301 first searches for a meta element with the name `twitter:player` and use it's
1302 content as the `src` of an iframe element. If meta tags with the names
1304 width and height attributes of the iframe. If no `twitter:player` meta elements is
1315 * `$('meta[name="twitter:description"]').attr('content')`
1316 * `$('meta[itemprop="description"]').attr('content')`
1317 * `$('meta[name="description"]').attr('content')`
[all …]

1...<<51525354555657585960>>...68