Home
last modified time | relevance | path

Searched refs:field (Results 126 – 150 of 555) sorted by path

12345678910>>...23

/plugin/bureaucracy-au/
H A Dsyntax.php121 $field = $this->loadHelper($name, false);
122 if($field && is_a($field, 'helper_plugin_bureaucracyau_field')) {
123 $field->initialize($args);
124 $cmds[] = $field;
206 foreach($data['fields'] as &$field) {
207 if(isset($field->opt['value'])) {
208 $field->opt['value'] = $this->replace($field->opt['value']);
316 } elseif($field->getFieldType() === 'fieldset' || !$field->hidden) {
354 foreach($data['fields'] as $field) {
355 $field->after_action();
[all …]
/plugin/bureaucracy/helper/
H A Daction.php66 * @param helper_plugin_bureaucracy_field $field
68 function prepareFieldReplacement($field) { argument
69 $label = $field->getParam('label');
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
92 foreach ($fields as $field) {
94 $this->prepareFieldReplacement($field);
H A Dactionmail.php108 foreach($fields as $field) {
110 $value = $field->getParam('value');
111 $label = $field->getParam('label');
113 switch($field->getFieldType()) {
115 if(!empty($field->depends_on)) {
118 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f…
128 $file = $field->getParam('file');
144 if (!is_null($field->getParam('template')) ) {
145 $this->mailtemplate = $this->replace($field->getParam('template'));
155 if(!is_null($field->getParam('replyto'))) {
H A Dactiontemplate.php84 foreach ($fields as $field) {
85 $pname = $field->getParam('pagename');
110 foreach ($fields as $field) {
111 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
115 $templatepage = $this->replace($field->getParam('page_tpl'));
119 $relativetargetpage = $resolver->resolveId($field->getParam('page_tgt'));
390 foreach($fields as $field) {
392 if($field->getFieldType() !== 'file') continue;
394 $label = $field->getParam('label');
395 $file = $field->getParam('file');
[all …]
H A Dfieldfieldset.php76 $field = $fields[$n];
77 if ($field->getParam('label') != $this->depends_on[0]) {
81 $hidden = $field->getParam('value') != $this->depends_on[1];
83 $hidden = !$field->isSet_();
91 $field = $fields[$n];
92 if ($field->getFieldType() === 'fieldset') {
95 $field->hidden = true;
/plugin/bureaucracy/
H A Dsyntax.php126 $field = $this->loadHelper($name, false);
127 if($field && is_a($field, 'helper_plugin_bureaucracy_field')) {
128 $field->initialize($args);
129 $cmds[] = $field;
211 foreach($data['fields'] as &$field) {
212 if(isset($field->opt['value'])) {
213 $field->opt['value'] = $this->replace($field->opt['value']);
321 } elseif($field->getFieldType() === 'fieldset' || !$field->hidden) {
359 foreach($data['fields'] as $field) {
360 $field->after_action();
[all …]
/plugin/bureaucracyau/_test/
H A DBureaucracyauTest.php50 foreach ($data['fields'] as $i => $field) {
55 $isValid = $field->handle_post($values[$i], $data['fields'], $i, $form_id);
57 $validation_errors[] = $field->getParam('label');
H A Dsyntax.test.php62 $field = pq('form.bureaucracyau__plugin label span:contains(' . $name . ')', $doc);
63 $this->assertEquals(1, $field->length, "find span of $name");
66 $this->assertEquals(1, pq('sup', $field)->length, "is mandatory of $name");
69 $label = $field->parent();
/plugin/bureaucracyau/helper/
H A Daction.php66 * @param helper_plugin_bureaucracyau_field $field
68 function prepareFieldReplacement($field) { argument
69 $label = $field->getParam('label');
72 $this->patterns[$label] = $field->getReplacementPattern();
73 $this->values[$label] = $field->getReplacementValue();
92 foreach ($fields as $field) {
94 $this->prepareFieldReplacement($field);
H A Dactionmail.php99 foreach($fields as $field) {
101 $value = $field->getParam('value');
102 $label = $field->getParam('label');
104 switch($field->getFieldType()) {
106 if(!empty($field->depends_on)) {
109 …if($field_tmp->getParam('label') === $field->depends_on[0] && $field_tmp->getParam('value') === $f…
119 $file = $field->getParam('file');
135 if (!is_null($field->getParam('template')) ) {
136 $this->mailtemplate = $this->replace($field->getParam('template'));
146 if(!is_null($field->getParam('replyto'))) {
H A Dactiontemplate.php70 foreach ($fields as $field) {
71 $pname = $field->getParam('pagename');
98 foreach ($fields as $field) {
99 if (!is_null($field->getParam('page_tpl')) && !is_null($field->getParam('page_tgt')) ) {
101 $templatepage = $this->replace($field->getParam('page_tpl'));
105 $relativetargetpage = $field->getParam('page_tgt');
344 foreach($fields as $field) {
346 if($field->getFieldType() !== 'file') continue;
348 $label = $field->getParam('label');
349 $file = $field->getParam('file');
[all …]
H A Dfieldfieldset.php76 $field = $fields[$n];
77 if ($field->getParam('label') != $this->depends_on[0]) {
81 $hidden = $field->getParam('value') != $this->depends_on[1];
83 $hidden = !$field->isSet_();
91 $field = $fields[$n];
92 if ($field->getFieldType() === 'fieldset') {
95 $field->hidden = true;
/plugin/bureaucracyau/
H A Dsyntax.php121 $field = $this->loadHelper($name, false);
122 if($field && is_a($field, 'helper_plugin_bureaucracyau_field')) {
123 $field->initialize($args);
124 $cmds[] = $field;
206 foreach($data['fields'] as &$field) {
207 if(isset($field->opt['value'])) {
208 $field->opt['value'] = $this->replace($field->opt['value']);
316 } elseif($field->getFieldType() === 'fieldset' || !$field->hidden) {
354 foreach($data['fields'] as $field) {
355 $field->after_action();
[all …]
/plugin/calendoku/
H A Dhelper.php206 function renderSTRING($field) { argument
207 $this->renderfields[$field] = $this->icalfields[$field];
212 if (isset($this->icalfields[$field]))
213 $this->renderfields[$field] = $this->icalfields[$field];
215 $this->renderfields[$field] = '';
232 $this->renderfields[$field] = $this->icalfields[$field];
235 function renderCALADDRESS($field) { argument
236 $this->renderfields[$field] = $this->icalfields[$field];
247 if (!strcmp($field, 'DTSTART'))
256 else if (!strcmp($field, 'GEO'))
[all …]
/plugin/calendoku/syntax/
H A Dshowicalendar.php78 foreach ($component->renderfields as $field => $value) {
79 $componenttext = preg_replace('/@@'.$field.'@@/', $value, $componenttext);
H A Dshowtable.php155 foreach ($this->fields as $field) {
156 preg_match_all('/(@@.*?@@)/', $field, $matches);
160 $field = preg_replace('/'.$match.'/', $pagename, $field);
162 $field = preg_replace('/'.$match.'/', $pagename.'?do=ical', $field);
164 … $field = preg_replace('/'.$match.'/', $component->renderfields[$sfield], $field);
166 $field = preg_replace('/'.$match.'/', '', $field);
169 reHandleText($field, $pos, $handler);
/plugin/catlist/
H A Dsyntax.php446 $field = $data['sort_by_date'];
447 $a_date = (isset($a['metadata']['date'][$field]) ? $a['metadata']['date'][$field] : 0);
448 $b_date = (isset($b['metadata']['date'][$field]) ? $b['metadata']['date'][$field] : 0);
/plugin/chat/
H A Dreadme.txt23 How to use it? Just type your message into text field below and hit [Enter]. That's it...
123 * Security: Limited length of Name field to 30 characters.
124 * Security: Limited length of Message field. Can be specified in configuration
125 …* Security: Filtering of Name field. Now it can consist of alphanumeric characters, dashes, unders…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md121 …tor.com/addon/image2) plugin to allow making alternative text a mandatory field. Thanks to [Andrey…
183 * [#7154](http://dev.ckeditor.com/ticket/7154): Added support for the "Display Text" field to the […
248 * [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required …
555 * [#13164](http://dev.ckeditor.com/ticket/13164): Fixed: Error when inserting a hidden field.
H A Dconfig.js.unc390 Validate: 'The footnote text field cannot be empty.',
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified67 …invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a …
68 …invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a…
745 Validate: "The footnote text field cannot be empty."
H A Den.js.ckgedit94 Validate: 'The footnote text field cannot be empty.',
H A Den.js.unc5field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, e…
100 Validate: 'The footnote text field cannot be empty.',
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
733 Validate: 'The footnote text field cannot be empty.',
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc323 // Dialog window UI element: HTML code field.
327 // HTML code to be shown inside the field.
335 // Text that labels the field.
343 // Text that labels the field.
371 … // Items that will appear inside the selection field, in pairs of displayed text and value.
391 … // Items that will appear inside the selection field, in pairs of displayed text and value.
439 // HTML code to be shown inside the field.
446 // HTML code to be shown inside the field.
504 // HTML code to be shown inside the field.
511 // HTML code to be shown inside the field.

12345678910>>...23