Home
last modified time | relevance | path

Searched refs:meta (Results 301 – 325 of 1683) sorted by path

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

/plugin/codemirror/dist/modes/
H A Dvue.min.js.map1 …nction (stream) {\n if (stream.match(/^\\{\\{.*?\\}\\}/)) return \"meta mustache\";\n …
H A Dwast.min.js1 …egex:/.*?;\)/,token:"comment",next:"start"},{regex:/.*/,token:"comment"}],meta:{dontIndentStates:[…
H A Dwast.min.js.map1meta","dontIndentStates","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,…
H A Dxml.min.js1 …e,embed:true,frame:true,hr:true,img:true,input:true,keygen:true,link:true,meta:true,param:true,sou… property in AnonymousFunctiona693641a0100.b.autoSelfClosers
H A Dxml.min.js.map1meta","param","source","track","wbr","menuitem","implicitlyClosed","dd","li","optgroup","option","…
H A Dxquery.min.js.map1 …, true)) {\n state.tokenize = tokenBase;\n return \"comment meta\";\n }\n }\…
H A Dyaml.min.js.map1meta'; }\n }\n /* inline pairs/lists */\n if (stream.match(/^(\\{|\\}|\\[|\\])/)) {…
/plugin/codemirror/dist/
H A Dscripts.min.js7 …a.simpleMode(b,c)})};a.simpleMode=function(c,d){b(d,"start");var g={},h=d.meta||{},i=false;for(var…
H A Dscripts.min.js.map1meta","hasIndentation","orig","Rule","dedent","pending","local","localState","s","pers","persisten…
H A Dstyles.min.css1meta,#dokuwiki__content .cm-s-default .cm-meta{color:#555}form#dw__editform .cm-s-default .cm-qual…
H A Dstyles.min.css.map1meta {color: #555;}\n.cm-s-default .cm-qualifier {color: #555;}\n.cm-s-default .cm-builtin {color:…
/plugin/codeprettify/conf/
H A Dmetadata.php9 $meta['override'] = array('onoff'); // override DW syntax
10 $meta['linenums'] = array('onoff'); // implicitly line numbering
12 $meta['url_prettify_handlers'] = array('string');
13 $meta['url_prettify_skins'] = array('string');
15 $meta['lang_handlers'] = array('string');
16 $meta['skin'] = array('string');
/plugin/codify/conf/
H A Dmetadata.php3 $meta['theme'] = [
/plugin/coinhive/conf/
H A Dmetadata.php7 $meta['ch-enable'] = array('onoff');
8 $meta['ch-onmobile'] = array('onoff');
9 $meta['ch-nooptin-url'] = array('string', '_pattern' => '/^(http)+.*(.js)+$/');
10 $meta['ch-optin-url'] = array('string', '_pattern' => '/^(http)+.*(.js)+$');
11 $meta['ch-key'] = array('string');
14 $meta['ch-autothreads'] = array('onoff');
15 $meta['ch-throttle'] = array('numeric', '_pattern' => '/[0-9]{1,3}/');
16 $meta['ch-optInAgain'] = array('numeric');
17 $meta['ch-forceASMJS'] = array('onoff');
20 $meta['ch-language'] = array(
[all …]
/plugin/colorbox/
H A Dsyntax.php64 $R->meta['plugin']['colorbox'] = true;
/plugin/colorpicker/conf/
H A Dmetadata.php3 $meta['colorscheme'] = array('');
/plugin/colorswatch/conf/
H A Dmetadata.php9 $meta['colorswatch_size'] = array('multichoice', '_choices' => array('colorswatch_tiny', 'colorswat…
/plugin/columns/conf/
H A Dmetadata.php10 $meta['kwcolumns'] = array('string');
11 $meta['kwnewcol'] = array('string');
12 $meta['wrapnewcol'] = array('onoff');
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php144 private array $meta; variable in ComboStrap\\FetcherMarkup
1153 return $this->meta;
1174 if (isset($this->meta)) {
1189 * Can we read from the meta file
1196 * If the meta file exists
1212 $this->meta = $actualMeta;
1219 * Process and derived meta
1251 * The runtime meta are not even deleted
1254 $renderer->meta =& $actualMeta['current'];
1263 $renderer->meta['dat
[all...]
H A DHeadingTag.php202 $renderer->meta[PageH1::H1_PARSED] = $parsedLabel;
H A DMarkupPath.php672 * $this->meta['relation']['media'][$src] = $exists;
776 // not a wiki path, no meta
1030 $meta = p_read_metadata($this->getPathObject()->getWikiId());
1031 if (isset($meta['persistent'][$property])) {
1032 unset($meta['persistent'][$property]);
1034 p_save_metadata($this->getPathObject()->getWikiId(), $meta);
1619 * $meta = p_read_metadata($id, $cache);
1627 * New meta system
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php547 * This function will upsert the meta array
556 foreach ($metaArray as $key => $meta) {
558 LogUtility::msg("The passed array is not a meta array because the index are not numeric. Unable to update it.");
561 if (isset($meta[$uniqueAttribute])) {
562 $value = $meta[$uniqueAttribute];
593 * The meta that are modifiable by the user (in the form, ...)
597 * * Replication: this meta could be replicated
607 * @return bool if true the metadata will be shown on the meta manager form
608 * Note that a non-mutable meta may also be shown for information purpose
H A DMetadataTabular.php342 foreach ($metas as $meta) {
343 $row[$meta::getPersistentName()] = $meta;
344 if (get_class($meta) === $this->getUidClass()) {
345 $identifier = $meta->getValue();
389 throw ExceptionRuntimeInternal::withMessageAndError("The meta identifier ($identifierMetadata) should have a value", $e);
/plugin/combo/action/
H A Dmetacanonical.php88 * Canonical from meta
98 * Replace the meta entry
100 * First search the key of the meta array
118 * Add the Og canonical meta
125 foreach ($event->data['meta'] as $key => $meta) {
126 if (array_key_exists("property", $meta)) {
130 if ($meta["property"] == $canonicalPropertyKey) {
137 $event->data['meta'][$canonicalOgKeyKey] = $canonicalOgArray;
140 $event->data['meta'][]
[all...]
H A Dmetacsp.php43 * HTML meta directives
51 foreach ($event->data['meta'] as $key => $meta) {
52 if (isset($meta["http-equiv"])) {
53 if ($meta["http-equiv"] == "content-security-policy") {
59 $actualDirectives = StringUtility::explodeAndTrim($event->data['meta'][$cspKey]["content"], ",");
61 $event->data['meta'][$cspKey] = [
66 $event->data['meta'][] = [

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