Home
last modified time | relevance | path

Searched refs:meta (Results 501 – 525 of 1683) sorted by path

1...<<21222324252627282930>>...68

/plugin/dw2markdown/
H A Drenderer.php30 $meta = array();
31 $meta['format']['dw2markdown'] = $metaheader;
32 p_set_metadata($ID,$meta);
/plugin/dw2pdf/_test/
H A DGeneralTest.php42 * Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] entry in
63 gettype($meta),
67 if ($conf !== null && $meta !== null) {
71 $meta,
72 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'dw2pdf/conf/metadata.php'
76 foreach ($meta as $key => $value) {
/plugin/dw2pdf/conf/
H A Dmetadata.php3 $meta['pagesize'] = array('string');
4 $meta['orientation'] = array('multichoice', '_choices' => array('portrait', 'landscape'));
5 $meta['font-size'] = array('numeric');
6 $meta['doublesided'] = array('onoff');
7 $meta['toc'] = array('onoff');
8 $meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
9 $meta['headernumber'] = array('onoff');
10 $meta['maxbookmarks'] = array('numeric');
11 $meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
12 $meta['outpu
[all...]
/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/dwcommits/
H A Dhelper.php755 $meta = DOKU_INC . 'data/meta/';
772 $sql = $meta . $db . '.sqlite';
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt118 …lso delete the sqlite database file for this entry, which is kept in data/meta. The sqlite dtabas…
/plugin/dwinsect/conf/
H A Dmetadata.php9 $meta['linklistname'] = array('string');
10 $meta['insecttext'] = array('multichoice', '_choices' => array('none', 'plain', 'footnote'));
11 $meta['insectlink'] = array('multichoice', '_choices' => array('none', 'plain', 'translate'));
12 $meta['insectinclude'] = array('multichoice', '_choices' => array('none', 'plain', 'link'));
/plugin/dwspecialist/conf/
H A Dmetadata.php9 $meta['topbarname'] = array('string');
/plugin/dwtimeline/conf/
H A Dmetadata.php8 $meta['direction'] = array('multichoice', '_choices' => array('left','right'));
9 $meta['align'] = array('multichoice', '_choices' => array('vert','horz'));
/plugin/dx/_test/
H A DGeneralTest.php65 gettype($meta),
69 if ($conf !== null && $meta !== null) {
73 $meta,
78 foreach ($meta as $key => $value) {
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel44 …* Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] …
65 gettype($meta),
69 if ($conf !== null && $meta !== null) {
73 $meta,
74 … 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
78 foreach ($meta as $key => $value) {
/plugin/ebnf/
H A Debnf.php87 $syntax->setAttribute('meta', $e->getMessage());
204 $meta = $node->getAttribute('meta');
220 if ($meta=='') $h -= 2*EBNF_U;
221 $w = max($wr+$wn+3*EBNF_U, imagefontwidth(1)*strlen($meta)+2*EBNF_U);
239 $meta, $silver);
281 $syntax->setAttribute('meta', META);
300 $syntax->setAttribute('meta',
/plugin/eclipseupdateurl/conf/
H A Dmetadata.php7 $meta['showamount'] = array('number');
/plugin/editions/conf/
H A Dmetadata.php7 $meta['editionNamespace'] = array('string');
/plugin/editor/
H A Dsyntax.php93 $renderer->meta['relation']['references'][$page['id']] = true;
/plugin/editsections/conf/
H A Dmetadata.php9 $meta['cache'] = array('multichoice','_choices' => array("enabled","disabled"));
10 $meta['order_type'] = array('multichoice','_choices' => array("flat","nested"));
/plugin/editsections2/conf/
H A Dmetadata.php9 $meta['order_type'] = array(
14 $meta['highlight_target'] = array(
/plugin/edittable/action/
H A Deditor.php134 $TEXT = $this->build_table($data, $meta);
143 * @param array $meta meta data for each cell
146 public function build_table($data, $meta) argument
160 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') {
167 $meta[$row][$col]['length'] = $len;
178 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'center') {
181 … } elseif (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') {
200 $meta[$row + $i][$col]['colspan'] = $meta[$row][$col]['colspan'];
209 if (isset($meta[$row][$col]['align']) && $meta[$row][$col]['align'] == 'right') {
217 if (!(isset($meta[$row][$col]['hide']) && $meta[$row][$col]['hide']) || $cdata) {
[all …]
/plugin/edittable/conf/
H A Dmetadata.php3 $meta['default colwidth'] = array('numericopt', '_min' => 50);
/plugin/edittable/lib/
H A Dhandsontable.full.js12184 if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);
12187 var meta = module.exports = {
13704 var meta = __webpack_require__(47);
13738 meta.NEED = true;
20103 var col, colLen, value, meta;
20110 meta = this.getCellMeta(row, col);
20112 return (0, _object.isObjectEquals)(this.getSchema()[meta.prop], value);
22645 var meta = __webpack_require__(47);
22652 var getWeak = meta.getWeak;
22686 meta.NEED = true;
/plugin/edittable/script/
H A Dcontextmenu.js37 var meta = getMeta();
42 if (meta[row][col].tag && meta[row][col].tag === 'th') {
54 var meta = getMeta();
63 var meta = getMeta();
67 return (!meta[row][col].align || meta[row][col].align === 'left');
73 var meta = getMeta();
82 var meta = getMeta();
86 return (meta[row][col].align && meta[row][col].align === 'center');
92 var meta = getMeta();
101 var meta = getMeta();
[all …]
H A Deditor.js76 edittable.getMerges = function (meta) { argument
80 if (meta[row][col].hasOwnProperty('rowspan') && meta[row][col].rowspan > 1 ||
81 meta[row][col].hasOwnProperty('colspan') && meta[row][col].colspan > 1) {
127 function getMeta() {return meta;}
165 meta: meta, property in edittable.loadEditor.handsontable_config.afterLoadData.raw
187 return meta[row][col];
388 meta = edittable.moveCol(movingCols, target, meta);
399 meta = edittable.moveRow(movingRows, target, meta);
414 meta = edittable.addRowToMeta(index, amount, meta);
442 meta.splice(index, amount);
[all …]
/plugin/editx/conf/
H A Dmetadata.php5 $meta['user_rename'] = array('string');
6 $meta['user_rename_nr'] = array('string');
7 $meta['user_delete'] = array('string');
8 $meta['redirecttext'] = array('string');
/plugin/elasticsearch/action/
H A Dindexing.php220 $meta = p_get_metadata($id, '', METADATA_RENDER_UNLIMITED);
224 $data['created'] = date('Y-m-d\TH:i:s\Z', $meta['date']['created']);
225 $data['modified'] = date('Y-m-d\TH:i:s\Z', $meta['date']['modified']);
226 $data['user'] = $meta['user'];
227 $data['title'] = $meta['title'] ?? $id;
228 $data['abstract'] = $meta['description']['abstract'];
/plugin/elasticsearch/cli/
H A Dimg.php38 $meta = new JpegMeta($args[0]);
41 'title' => $meta->getTitle(0),
43 $meta->getField([
50 $meta->getField([
56 $meta->getField([
60 $meta->getField([
66 'created' => date('Y-m-d\TH:i:s\Z', $meta->getField('Date.EarliestTime')),

1...<<21222324252627282930>>...68