Home
last modified time | relevance | path

Searched refs:field (Results 76 – 100 of 555) sorted by last modified time

12345678910>>...23

/plugin/combo/action/
H A Dlogin.php66 foreach ($form->_content as $field) {
67 if (!is_array($field)) {
70 $fieldName = $field["name"];
72 // this is not an input field
73 if ($field["type"] == "submit") {
80 if (isset($field["class"])) {
81 $field["class"] = $field["class"] . " " . $classes;
83 $field["class"] = $classes;
85 $newFormContent[] = $field;
[all...]
H A Dprofile.php187 foreach ($form->_content as $field) {
188 if (!is_array($field)) {
191 $fieldName = $field["name"];
193 // this is not an input field
194 if ($field["type"] == "submit") {
201 if (isset($field["class"])) {
202 $field["class"] = $field["class"] . " " . $classes;
204 $field["class"] = $classes;
206 $newFormContent[] = $field;
[all...]
H A Dregistration.php25 * If true, there is no password field
171 * Replace the field
174 * between the password and the password check field
177 foreach ($form->_content as $pos => $field) {
178 if (!is_array($field)) {
181 $fieldName = $field["name"];
183 // this is not an input field
184 if ($field["type"] == "submit") {
191 if (isset($field["class"])) {
192 $field["clas
[all...]
H A Dresend.php100 foreach ($form->_content as $field) {
101 if (!is_array($field)) {
104 $fieldName = $field["name"];
106 // this is not an input field
107 if ($field["type"] == "submit") {
114 if (isset($field["class"])) {
115 $field["class"] = $field["class"] . " " . $classes;
117 $field["class"] = $classes;
119 $newFormContent[] = $field;
[all...]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php152 foreach ($fields as $field) {
154 if ($field->isMutable()) {
156 $value = $field->getValue();
157 if ($field->getType() === DataType::BOOLEAN_TYPE_VALUE) {
158 if ($value === $field->getDefaultValue() || $value === null) {
172 if (is_array($subValue) && $field->isMultiple()) {
181 $data[$field->getName()] = $value;
184 $formMetaChildren = $field->getChildren();
198 $field = FormMetaField::createFromMetadata($metadata);
199 $this->addField($field);
[all...]
H A DFormMetaField.php27 * A class that represents a tree of form field.
29 * Each field can be a scalar, a list or
114 throw new ExceptionRuntimeInternal("The type ($type) is not a known field type");
133 $field = FormMetaField::create($metadata->getName(), $metadata->getDataType());
135 self::setCommonDataToFieldFromMetadata($field, $metadata);
143 * Only the top field have a tab value
145 $field->setTab($metadata->getTab());
154 static::setLeafDataToFieldFromMetadata($field, $metadata);
162 $field->addValue($value, $defaultValue);
182 $field
528 setCommonDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
543 setLeafDataToFieldFromMetadata(FormMetaField $field, Metadata $metadata) global() argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md195 * Added support for customizing the YAML parser behavior through an optional bit field:
201 * Added support for customizing the dumped YAML string through an optional bit field:
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php191 $field = $form->findPositionByType($type);
192 if ($field !== false) {
193 $form->removeElement($field);
/plugin/data/syntax/
H A Dentry.php110 // Note that multiple occurrences of the field are
435 foreach (['multi', 'comment', 'type'] as $field) {
436 $renderer->form->addHidden($fieldid . "[$field]", $vals[$field]);
587 foreach (['multi', 'comment', 'type'] as $field) {
588 $renderer->form->setHiddenField($fieldid . "[$field]", $vals[$field] ?? '');
665 foreach ($data['data'] as $field) {
666 if (is_array($field['value'])) {
667 $field['valu
[all...]
/plugin/data/lang/en/
H A Dadmin_intro.txt3 This interface allows you to define new field type aliases based on the existing ones.
5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md88 * The input variable field is removed. Use [camunda/camunda-dmn-js](https://github.com/camunda/camu…
/plugin/bpmnio/action/
H A Deditor.php84 private function _addHidden($form, $field, $data) argument
87 $form->setHiddenField($field, $data);
89 $form->addHidden($field, $data);
/plugin/farmer/css/
H A Dchosen.less238 .chosen-container-multi .chosen-choices li.search-field {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
396 .chosen-rtl .chosen-choices li.search-field input[type="text"] {
/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/odt/ODT/styles/
H A DODTStyle.php189 foreach ($fields as $property => $field) {
195 if (preg_match ('/'.$field[0].'="[^"]*"/', $xmlCode, $matches) === 1) {
196 $value = substr ($matches [0], strlen($field[0].'="'));
198 $this->setPropertyInternal($property, $field[0], $value, $field[1], $properties);
199 if ( $field[2] == true ) {
/plugin/openid/Auth/OpenID/
H A DAssociation.php346 foreach ($signed_list as $field) {
348 $field, Auth_OpenID::arrayGet($data,
350 $field, '')
H A DConsumer.php1387 foreach ($require_fields[$message->getOpenIDNamespace()] as $field) {
1388 if (!$message->hasKey(Auth_OpenID_OPENID_NS, $field)) {
1390 "Missing required field '".$field."'");
1402 foreach ($require_sigs[$message->getOpenIDNamespace()] as $field) {
1404 if ($message->hasKey(Auth_OpenID_OPENID_NS, $field) &&
1405 (!in_array($field, $signed_list))) {
1407 "'".$field."' not signed");
H A DSReg.php500 foreach ($request->allRequestedFields() as $field) {
501 $value = Auth_OpenID::arrayGet($data, $field);
503 $obj->data[$field] = $value;
/plugin/openid/lang/en/
H A Dintro.txt4 Just enter your OpenID identifier (a URL) into the login field.
/plugin/prosemirror/
H A DREADME.md59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
/plugin/blogtng/helper/
H A Dcomments.php485 foreach(array('name', 'mail', 'web') as $field) {
487 if($field == 'web' && !$this->getConf('comments_allow_web')) {
490 $functionname = "get{$field}";
491 … $input = $form->addTextInput('comment-' . $field , $this->getLang('comment_'.$field))
492 ->id('blogtng__comment_' . $field)
496 if($BLOGTNG['comment_submit_errors'][$field]){
/plugin/blogtng/
H A Dadmin.php745 * @param string $field 'blog' or 'commentstatus'
751 private function htmlEntryEditForm($entry, $query, $field = 'commentstatus') { argument
755 if(!in_array($field, $changablefields)) return hsc($entry[$field]);
757 $form = new Doku_Form(['id'=>"blogtng__entry_set_{$field}_form"]);
763 if($field == 'commentstatus') {
768 … $form->addElement(form_makeListBoxField("entry-$field", $availableoptions, $entry[$field], ''));
769 …$form->addElement('<input type="submit" name="admin[entry_set_'.$field.']" class="edit button" val…
772 html_form("blotng__btn_entry_set_$field", $form);
/plugin/structautolink/
H A Drenderer.php84 $field = $this->getConf('field');
85 if (!$schema || !$field) return [];
90 'cols' => ['%pageid%', $field],
/plugin/odtsupport/
H A DREADME.md2 …he odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT res…

12345678910>>...23