Home
last modified time | relevance | path

Searched refs:userForm (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/
H A DFormTest.php20 $userForm = new UserForm($user); variable
24 $userForm->embedForm('Profile', $profileForm);
33 $userForm->bind($data);
34 $userForm->save();
90 $userForm = new UserForm($user); variable
91 $userForm->embedRelation('Groups', 'UserGroupForm');
106 $userForm->bind($data);
107 $t->is($userForm->isValid(), true);
109 if ($userForm->isValid())
111 $userForm->save();
/dports/www/miniflux/v2-2.0.35/ui/
H A Duser_save.go33 userForm := form.NewUserForm(r)
41 view.Set("form", userForm)
43 if err := userForm.ValidateCreation(); err != nil {
49 if h.store.UserExists(userForm.Username) {
56 Username: userForm.Username,
57 Password: userForm.Password,
58 IsAdmin: userForm.IsAdmin,
H A Duser_update.go43 userForm := form.NewUserForm(r)
52 view.Set("form", userForm)
54 if err := userForm.ValidateModification(); err != nil {
60 if h.store.AnotherUserExists(selectedUser.ID, userForm.Username) {
66 userForm.Merge(selectedUser)
H A Duser_edit.go45 userForm := &form.UserForm{
50 view.Set("form", userForm)
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
39 $userForm->addVar('userid', $data['userid']);
95 $userForm->addVar('change_password', $this->data['change_password']);
197 $userForm->addVar('user_medias', $this->data['user_medias']);
208 ->onClick('return create_var("'.$userForm->getName().'","disable_media",'.$id.', true);');
214 ->onClick('return create_var("'.$userForm->getName().'","enable_media",'.$id.', true);');
218 '?dstfrm='.$userForm->getName().
263 ->onClick('return PopUp("popup_media.php?dstfrm='.$userForm->getName().'");')
390 $userForm->addVar('user_type', $this->data['user_type']);
430 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
39 $userForm->addVar('userid', $data['userid']);
95 $userForm->addVar('change_password', $this->data['change_password']);
197 $userForm->addVar('user_medias', $this->data['user_medias']);
208 ->onClick('return create_var("'.$userForm->getName().'","disable_media",'.$id.', true);');
214 ->onClick('return create_var("'.$userForm->getName().'","enable_media",'.$id.', true);');
218 '?dstfrm='.$userForm->getName().
263 ->onClick('return PopUp("popup_media.php?dstfrm='.$userForm->getName().'");')
390 $userForm->addVar('user_type', $this->data['user_type']);
430 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
39 $userForm->addVar('userid', $data['userid']);
95 $userForm->addVar('change_password', $this->data['change_password']);
197 $userForm->addVar('user_medias', $this->data['user_medias']);
208 ->onClick('return create_var("'.$userForm->getName().'","disable_media",'.$id.', true);');
214 ->onClick('return create_var("'.$userForm->getName().'","enable_media",'.$id.', true);');
218 '?dstfrm='.$userForm->getName().
263 ->onClick('return PopUp("popup_media.php?dstfrm='.$userForm->getName().'");')
390 $userForm->addVar('user_type', $this->data['user_type']);
430 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
39 $userForm->addVar('userid', $data['userid']);
95 $userForm->addVar('change_password', $this->data['change_password']);
197 $userForm->addVar('user_medias', $this->data['user_medias']);
208 ->onClick('return create_var("'.$userForm->getName().'","disable_media",'.$id.', true);');
214 ->onClick('return create_var("'.$userForm->getName().'","enable_media",'.$id.', true);');
218 '?dstfrm='.$userForm->getName().
263 ->onClick('return PopUp("popup_media.php?dstfrm='.$userForm->getName().'");')
390 $userForm->addVar('user_type', $this->data['user_type']);
430 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
39 $userForm->addVar('userid', $data['userid']);
95 $userForm->addVar('change_password', $this->data['change_password']);
197 $userForm->addVar('user_medias', $this->data['user_medias']);
208 ->onClick('return create_var("'.$userForm->getName().'","disable_media",'.$id.', true);');
214 ->onClick('return create_var("'.$userForm->getName().'","enable_media",'.$id.', true);');
218 '?dstfrm='.$userForm->getName().
263 ->onClick('return PopUp("popup_media.php?dstfrm='.$userForm->getName().'");')
390 $userForm->addVar('user_type', $this->data['user_type']);
430 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
40 $userForm->addVar('userid', $data['userid']);
89 'dstfrm' => $userForm->getName(),
101 $userForm->disablePasswordAutofill();
128 $userForm->addVar('change_password', $data['change_password']);
243 $userForm->addVar('user_medias', $data['user_medias']);
264 'dstfrm' => $userForm->getName(),
331 'dstfrm' => $userForm->getName()
474 $userForm->addItem((new CVar('user_type', $data['user_type']))->removeId());
541 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
40 $userForm->addVar('userid', $data['userid']);
89 'dstfrm' => $userForm->getName(),
101 $userForm->disablePasswordAutofill();
128 $userForm->addVar('change_password', $data['change_password']);
243 $userForm->addVar('user_medias', $data['user_medias']);
264 'dstfrm' => $userForm->getName(),
331 'dstfrm' => $userForm->getName()
474 $userForm->addItem((new CVar('user_type', $data['user_type']))->removeId());
541 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
40 $userForm->addVar('userid', $data['userid']);
89 'dstfrm' => $userForm->getName(),
101 $userForm->disablePasswordAutofill();
128 $userForm->addVar('change_password', $data['change_password']);
243 $userForm->addVar('user_medias', $data['user_medias']);
264 'dstfrm' => $userForm->getName(),
331 'dstfrm' => $userForm->getName()
474 $userForm->addItem((new CVar('user_type', $data['user_type']))->removeId());
541 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
40 $userForm->addVar('userid', $data['userid']);
89 'dstfrm' => $userForm->getName(),
101 $userForm->disablePasswordAutofill();
128 $userForm->addVar('change_password', $data['change_password']);
243 $userForm->addVar('user_medias', $data['user_medias']);
264 'dstfrm' => $userForm->getName(),
331 'dstfrm' => $userForm->getName()
474 $userForm->addItem((new CVar('user_type', $data['user_type']))->removeId());
541 $userForm->addItem($userTab);
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/views/
H A Dadministration.users.edit.php34 $userForm = (new CForm()) variable
40 $userForm->addVar('userid', $data['userid']);
89 'dstfrm' => $userForm->getName(),
101 $userForm->disablePasswordAutofill();
128 $userForm->addVar('change_password', $data['change_password']);
243 $userForm->addVar('user_medias', $data['user_medias']);
264 'dstfrm' => $userForm->getName(),
331 'dstfrm' => $userForm->getName()
474 $userForm->addItem((new CVar('user_type', $data['user_type']))->removeId());
541 $userForm->addItem($userTab);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/test/functional/Ticket/
H A D5269Test.php34 $userForm = new TestUserForm($user); variable
35 $userForm->bind(array('id' => $user->id, 'username' => 'nullvaluetest', 'password' => 'changeme2'));
36 if ($userForm->isValid())
38 $userForm->save();
/dports/databases/fastdb/fastdb/examples/
H A Dbugdb.cpp495 return userForm(con); in addUser()
511 return userForm(con); in addEngineer()
640 return userForm(con); in updatePerson()
656 return userForm(con); in login()
816 bool userForm(WWWconnection& con) in userForm() function
1188 return userForm(con); in bugForm()
1841 return userForm(con); in softwareForm()
1856 return userForm(con); in softwareForm()
2018 return userForm(con); in updateSoftware()
2161 {"userForm", userForm},
[all …]
/dports/databases/gigabase/gigabase/
H A Dbugdb.cpp495 return userForm(con); in addUser()
511 return userForm(con); in addEngineer()
640 return userForm(con); in updatePerson()
656 return userForm(con); in login()
816 bool userForm(WWWconnection& con) in userForm() function
1188 return userForm(con); in bugForm()
1840 return userForm(con); in softwareForm()
1855 return userForm(con); in softwareForm()
2017 return userForm(con); in updateSoftware()
2160 {"userForm", userForm},
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialEmailUser.php159 $this->userForm( $this->mTarget );
294 protected function userForm( $name ) { function in SpecialEmailUser
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialEmailUser.php184 $this->userForm( $this->mTarget );
320 protected function userForm( $name ) { function in SpecialEmailUser
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialEmailUser.php184 $this->userForm( $this->mTarget );
321 protected function userForm( $name ) { function in SpecialEmailUser
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_color.c187 static Widget userLabel, userForm, userViewport, userBox; variable
500 userForm = XtCreateManagedWidget("userForm", formWidgetClass, in create_color_panel()
515 userForm, Args, ArgCount); in create_color_panel()
544 userForm, Args, ArgCount); in create_color_panel()
556 userForm, Args, ArgCount); in create_color_panel()
569 userForm, Args, ArgCount); in create_color_panel()
581 userForm, Args, ArgCount); in create_color_panel()
593 userForm, Args, ArgCount); in create_color_panel()
608 userForm, Args, ArgCount); in create_color_panel()
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/
H A Dbind_test.go145 testBindOkay(assert, strings.NewReader(userForm), MIMEApplicationForm)
148 req := httptest.NewRequest(http.MethodPost, "/", strings.NewReader(userForm))
H A Decho_test.go27 userForm = `id=1&name=Jon Snow` const
/dports/graphics/xfig/xfig-3.2.8a/app-defaults/
H A DFig-color.classic.ad249 Fig*set_indicator_panel.form.userForm.background: grey90
250 Fig*set_indicator_panel.form.userForm.foreground: black
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D3144.0e38943fa459e872fe93.js.map1userForm\">\n <label>Name:\n <input type=\"text\" name=\"userName\"\n …

12