Home
last modified time | relevance | path

Searched refs:meta (Results 1501 – 1525 of 1683) sorted by path

1...<<6162636465666768

/plugin/tagentry/
H A Daction.php66 $meta = array();
67 $meta = p_get_metadata( $ID );
68 $assigned = $meta['subject'];
/plugin/tagentry/conf/
H A Dmetadata.php8 $meta['tagsrc'] = array('multichoice', '_choices' => array('All tags','Pagenames in tag NS', …
9 $meta['namespace'] = array('string');
10 $meta['blacklist'] = array('string');
/plugin/tagfilter/conf/
H A Dmetadata.php9 $meta['DropDownList_size'] = array('numeric');
10 $meta['cache_age'] = array('numeric');
11 $meta['nsTagImage'] = array('string');
/plugin/tagfilter/
H A Dhelper.php145 $meta = p_get_metadata($pageID, 'subject');
146 if ($meta === null) {
147 $meta = [];
149 return $meta;
437 * partially copied from tag->helper with less checks (on cache) and no meta lookups
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stri (…) class
/plugin/tagging/conf/
H A Dmetadata.php2 $meta['cloudlimit'] = array('numeric', '_min' => 0);
3 $meta['singleusermode'] = array('onoff');
4 $meta['hiddenprefix'] = array('string');
5 $meta['hidens'] = array('onoff');
/plugin/tagsections/action/
H A Dajax.php95 return $renderer->meta['subject'];
/plugin/tagsections/conf/
H A Dmetadata.php2 $meta['tagsAfterHeading'] = array('onoff');
3 $meta['useTagLinks'] = array('onoff');
4 $meta['addTagsToSectionElements'] = array('onoff');
5 $meta['alternateLinkFormat'] = array('string');
/plugin/tagsections/
H A Dhelper.php96 $meta = p_get_metadata($siteID,'subject');
97 if($meta === NULL) $meta=array();
98 return $meta;
/plugin/talkpage/conf/
H A Dmetadata.php9 $meta['talkns'] = array('string');
10 $meta['showbutton'] = array('onoff');
/plugin/task/conf/
H A Dmetadata.php8 $meta['datefield'] = array('onoff');
9 $meta['tasks_formposition'] = array(
13 $meta['tasks_newestfirst'] = array('onoff');
14 $meta['show_error_msg'] = array('onoff');
15 $meta['show_info_msg'] = array('onoff');
16 $meta['show_success_msg'] = array('onoff');
/plugin/task/
H A Dhelper.php164 $meta = array('task' => NULL);
165 if ($this->writeTask($id, $data)) p_set_metadata($id, $meta);
347 $meta = p_get_metadata($id);
352 'SUMMARY:'.$this->_vsc($meta['title']).CRLF;
353 if ($meta['description']['abstract'])
354 $ret .= 'DESCRIPTION:'.$this->_vsc($meta['description']['abstract']).CRLF;
355 if ($meta['subject'])
356 $ret .= 'CATEGORIES:'.$this->_vcategories($meta['subject']).CRLF;
/plugin/task/syntax/
H A Dtasks.php146 $renderer->meta['relation']['references'][$page['id']] = true;
/plugin/tcycle/conf/
H A Dmetadata.php2 $meta['width'] = array('string');
3 $meta['height'] = array('string');
4 $meta['data-speed'] = array('numeric');
5 $meta['data-timeout'] = array('numeric');
6 $meta['data-fx'] = array('multichoice','_choices' => array('scroll','fade'));
7 $meta['metadata'] = array('onoff');
8 $meta['fit'] = array('multichoice','_choices' => array('fill','contain','cover','scale-dow…
9 $meta['namespace'] = array('onoff');
/plugin/tcycle/
H A Dsyntax.php136 $meta = new JpegMeta($file);
137 $title = $meta->getField('Simple.Title');
139 $alt = $meta->getField('Iptc.Caption');
/plugin/telleveryone/_test/
H A Dgeneral.test.php53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
61 $meta,
66 foreach ($meta as $key => $value) {
/plugin/telleveryone/conf/
H A Dmetadata.php9 $meta['limit'] = array('numeric');
10 $meta['remote'] = array('');
/plugin/templateconfhelper/conf/
H A Dmetadata.php3 $meta['base_tpl'] = array('dirchoice','_dir' => DOKU_INC.'lib/tpl/','_pattern' => '/^[\w-]+$/');
/plugin/templatepagename/conf/
H A Dmetadata.php9 $meta['current_pagename_tpl'] = array('string');
10 $meta['inherited_pagename_tpl'] = array('string');
/plugin/text/
H A Drenderer.php73 $meta = array();
74 $meta['format']['text'] = $metaheader;
75 p_set_metadata($ID,$meta);
/plugin/textinsert/conf/
H A Dmetadata.php2 $meta['stdreplace'] = array('onoff');
3 $meta['farm'] = array('onoff');
/plugin/tfslink/conf/
H A Dmetadata.php2 $meta['debug'] = array('onoff','_caution' => 'security');
3 $meta['defaultCollection'] = array('fieldset');
4 $meta['hideDefaultCollectionTitle'] = array('onoff');
5 $meta['collections'] = array('fieldset');
6 $meta['linktarget'] = array('multichoice','_choices' => array('_blank','_self'));
/plugin/tgnotify/conf/
H A Dmetadata.php2 $meta["enable"] = array('onoff');
3 $meta["debug"] = array('onoff');
4 $meta["token"] = array('string');
5 $meta["chatid"] = array('string');
6 $meta["showuser"] = array('onoff');
7 $meta["showaddr"] = array('onoff');
/plugin/tile/conf/
H A Dmetadata.php9 $meta['iconSize'] = array('numeric');
10 $meta['sampleDelai'] = array('numeric');
/plugin/tiledblog/conf/
H A Dmetadata.php9 $meta['formPosition'] = array('multichoice',
11 $meta['iconSize'] = array('numeric');
12 $meta['adminGroup'] = array('string');
13 $meta['sampleDelai'] = array('numeric');

1...<<6162636465666768