Home
last modified time | relevance | path

Searched refs:metas (Results 1 – 10 of 10) sorted by relevance

/plugin/mailto/
H A Daction.php78 $metas=p_get_metadata($ID);
79 if ($metas['plugin']['mailto']['sent']) {
81 . " {$metas['plugin']['mailto']['to']}, {$metas['plugin']['mailto']['cc']} "
82 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']), 2) ;
90 if(!mail_send($metas['plugin']['mailto']['to'],
91 $metas['title'],
94 $metas['plugin']['mailto']['cc'],
102 array('plugin' => array('mailto' => array('to' => $metas['plugin']['mailto']['to'],
103 'cc' => $metas['plugin']['mailto']['cc'],
106 . " {$metas['plugin']['mailto']['to']}, {$metas['plugin']['mailto']['cc']} "
[all …]
H A Dsyntax.php62 $metas=p_get_metadata($ID);
63 if ($metas['plugin']['mailto']['sent'])
65 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']) . ' ) ';
/plugin/combo/syntax/
H A Dmetadata.php55 $metas = $metadata['persistent'];
60 \ComboStrap\ArrayUtility::filterArrayByKey($metas, $filter);
62 if (!array_key_exists("canonical", $metas)) {
63 $metas["canonical"] = PluginUtility::getDocumentationHyperLink("canonical", "No Canonical");
66 $content .= \ComboStrap\ArrayUtility::formatAsHtmlList($metas);
/plugin/combo/action/
H A Dmetacanonical.php181 private function getMetaArrayIndex(string $keyToSearch, string $keyValueToSearch, $metas) argument
184 foreach ($metas as $metaKey => $metaValue) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php172 $metas = [];
175 $metas[] = $metadata;
178 return $metas;
H A DMetadataTabular.php336 * @var Metadata[] $metas
338 public function addRow(array $metas): MetadataTabular
342 foreach ($metas as $meta) {
339 addRow(array $metas) global() argument
/plugin/jspwiki_import/importer/
H A Dgwt.js377 var metas = document.getElementsByTagName("meta");
378 for (var i = 0, n = metas.length; i < n; ++i) {
379 var meta = metas[i];
/plugin/dokutranslate/
H A Daction.php237 $metas = metaFiles($ID);
239 foreach ($metas as $f) {
/plugin/dokumicrobugtracker/
H A DREADME.md33 … an md5 of the project name with the bugs extension, and store in the datas/metas doku wiki folder.
/plugin/scrape/
H A DHTMLPurifier.standalone.php