Home
last modified time | relevance | path

Searched refs:field (Results 501 – 525 of 555) sorted by path

1...<<212223

/plugin/struct/types/
H A DLookup.php19 protected $config = ['schema' => '', 'field' => ''];
46 $this->column = $this->getColumn($this->config['schema'], $this->config['field']);
69 $field = str_replace('$LANG', $conf['lang'], $infield);
70 $column = $table->findColumn($field);
72 $field = str_replace('$LANG', 'en', $infield); // fallback to en
73 $column = $table->findColumn($field);
96 // field does not exist
102 // field is multi
103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field),
[all...]
/plugin/structacl/
H A Daction.php58 foreach ($fields as $field) {
59 $col = $schema->findColumn($field);
61 $value = $data[$field]->getValue();
H A Dhelper.php23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
25 $config[$schema][] = $field;
/plugin/structautolink/
H A Drenderer.php84 $field = $this->getConf('field');
85 if (!$schema || !$field) return [];
90 'cols' => ['%pageid%', $field],
/plugin/structcombolookup/
H A Daction.php54 foreach($event->data['fields'] as $field) {
55 if(!is_a($field, 'helper_plugin_struct_field')) continue;
56 if(!$field->column->getType() instanceof NarrowingLookup) continue;
58 $rawvalue = $field->getParam('value');
60 $config = $field->column->getType()->getConfig();
78 $schemaName = $field->column->getTable();
79 $colLabel = $field->column->getLabel();
H A Dstyle.less17 .dokuwiki form.bureaucracy__plugin div.field span.input {
/plugin/structcombolookup/types/
H A DNarrowingLookup.php42 $field = $column->getLabel();
46 $search->addColumn($field);
47 $search->addSort($field);
61 $field = $column->getLabel();
65 $search->addColumn($field);
81 $field = $column->getLabel();
91 $search->addColumn($field);
94 $search->addSort($field);
/plugin/structgeohash/
H A DREADME.md4 [EN] A dokuwiki plugin that extends the functionality to the struct plugin adding geolocation field.
/plugin/structjoin/types/
H A DJoin.php106 $field = $column->getColName();
107 $column->getType()->select($QB, $rightalias, $field, $alias);
158 $field = $column->getColName();
166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
185 $field = $column->getColName();
191 $column->getType()->sort($QB, $rightalias, $field, $order);
/plugin/structnotification/action/
H A Dnotification.php92 $field = $predicate['field'];
120 $rawDate = $this->getValueByLabel($values, $field);
152 list($schema, $field) = explode('.', trim($matches[1]));
153 if (!$field) return '';
159 if ($colLabel == $field) {
/plugin/structnotification/db/
H A Dupdate0001.sql4 field TEXT NOT NULL, field
/plugin/structsection/lib/
H A Dbundle.js1 …st(DOKU_BASE+"lib/exe/ajax.php",{call:"plugin_struct_inline_editor",pid:i,field:n,rid:0,rev:p},(fu…
/plugin/structsection/script/
H A Dmain.js20 const field = $self.data('struct');
25 if (!field) return;
34 $form.append(jQuery('<input type="hidden" name="field">').val(field));
48 field,
/plugin/structsection/
H A Dsyntax.php132 foreach ($data as $field) {
133 … if (!is_a($field->getColumn()->getType(), \dokuwiki\plugin\structsection\types\Section::class)) {
137 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos);
138 $pos += strlen($field->getColumn()->getTranslatedLabel());
141 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
144 $field->render($R, $mode);
/plugin/structstatus/
H A Dscript.js14 field: $self.parent().data('field'), property in AnonymousFunctione2c426950200.data
H A Dsyntax.php76 * @param string $field
79 public function tpl($table, $field) { argument
85 blank($field) ||
100 $col = $schema->findColumn($field);
107 msg(hsc("$table.$field is not a Status field"), -1);
/plugin/structupdate/helper/
H A Dupdate.php51 foreach($fields as $field) {
52 if(!is_a($field, 'helper_plugin_struct_field')) continue;
54 $tbl = $field->column->getTable();
55 $lbl = $field->column->getLabel();
57 $tosave[$tbl][$lbl] = $field->getParam('value');
/plugin/subjectindex/plugins/
H A Dbible_verses.txt88 …to Abel his brother: ["Let us go over into the field."] So it came about that while they were in t…
589 …e field of E'phron that was in Mach·pe'lah, which is in front of Mam're, the field and the cave th…
1768 …g that was in the field, from man to beast, and all sorts of vegetation of the field; and it shatt…
2119field or a vineyard to be grazed over and he does send out his beasts of burden and cause a consum…
3591 Now if he should not buy the field back but if the field is sold to another man, it may not be boug…
3592 And the field when it goes out in the Jubilee must become something holy to Jehovah, as a field tha…
3593 "'And if he sanctifies to Jehovah a field purchased by him that is no part of the field of his poss…
5628 "Cursed will you be in the city, and cursed will you be in the field.
7194 … repurchaser: "The tract of the field that belonged to our brother E·lim'e·lech, Na'o·mi, who has …
7742 …aid to David: "Just come, and let us go out into the field." So both of them went out into the fie…
[all …]
/plugin/svgedit/
H A Dscript.js14 if (!field) return;
15 field = field[0];
26 field = field[0];
51 field = field[0];
54 showhide(field);
76 field = field[0];
84 field.parentNode.insertBefore(el, field);
92 field.parentNode.insertBefore(el, field);
100 field.parentNode.insertBefore(el, field);
114 field = field[0];
[all …]
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt8 - Search for ''Webhook'' in the search field and choose ''Webhooks by Zapier''
/plugin/switchpanel/
H A DREADME.md169 You can use HTML tags in the text field for layout :
/plugin/sympaauth/lang/en/
H A Dintro.txt6 type, and fill the field matching with the address of the sympa-soap server to use.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1field editor|floating|has (resize indicator|shadow)|hides when deactivated|level|minimized (image|…
/plugin/table2csv/
H A DgetTableData.php63 foreach( $fields AS $field ) {
65 if( is_string($field) && (
66 strpos($field, $delimiter)!==false ||
69 strpos($field, "\n")!==false ||
70 strpos($field, "\r")!==false ||
71 strpos($field, "\t")!==false ||
72 strpos($field, ' ')!==false ) ) {
74 $field_len = strlen($field);
78 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
87 $csvline .= $field[$ch];
[all …]
/plugin/tableedit/
H A Dtableedit.js110 function caretPosition(field) { argument
113 if (field != null) {
114 field.focus();
117 return getCaretPositionIE(field);
118 } else if (field.selectionStart || field.selectionStart == '0') {
120 return field.selectionStart;
222 field = document.getElementById(fieldId);
223 if (field == null) { return 0; }
224 var parts = extractTable(field);
244 function extractTable(field) { argument
[all …]

1...<<212223