Home
last modified time | relevance | path

Searched refs:submit (Results 26 – 50 of 306) sorted by relevance

12345678910>>...13

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js146 if ( typeof( oForm.submit ) == 'function' )
147 oForm.submit() ;
149 oForm.submit.click() ;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php127 public function submit(); function
/plugin/news/syntax/
H A Dbutton.php73 …/><input type='hidden' name='feed_ref' value='" . $ID. "' /><input type='submit' value='$button_na…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/Resource/
H A DProjectsUris.php51 public function submit($parent, GoogleCloudWebriskV1SubmitUriRequest $postBody, $optParams = []) function in Google\\Service\\WebRisk\\Resource\\ProjectsUris
/plugin/components/
H A Dscript.js2 jQuery('.wiki_slice_form').submit(function() {
/plugin/mantisreporter/
H A Dstyle.css25 .mantisreporter .submit {
/plugin/addnewpage/
H A Dscript.js17 jQuery(".addnewpage form").submit(function(e) {
/plugin/copypage/
H A Dscript.js41 e.target.form.submit();
/plugin/ckgdoku/ckeditor/adapters/
H A Djquery.js8submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).…
/plugin/ckgedit/ckeditor/adapters/
H A Djquery.js8submit();return!1},null,null,20);if(e.config.autoUpdateElementJquery&&b.is("textarea")&&a(h.form).…
/plugin/tagging/script/
H A Deditable.js87 buttons: '<button type="submit" class="editable-submit">ok</button>'+
105 this.$form.find('.editable-submit').button({
127 //attach submit handler
128 this.$form.submit($.proxy(this.submit, this));
178 submit: function(e) { method in EditableForm
358 save: $.proxy(function(){ this.hide(); }, this), //click on submit button (value changed)
359 nochange: $.proxy(function(){ this.hide(); }, this), //click on submit button (value NOT changed)
/plugin/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php94 $rawResponse = $this->requestMethod->submit($params);
/plugin/eshop/
H A Dstyle.css20 .eshop_plugin .button .submit {
/plugin/selfmeasurement/
H A Dsyntax.php76 if (isset($_POST['submit-form-'.$this->formId])) {
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs10 <button class="btn btn-primary" type="submit">Subscribe</button>
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php86 public function submit(RequestParameters $params) function in ReCaptcha\\RequestMethod\\SocketPost
/plugin/feedback/
H A Dscript.js36 text: LANG.plugins.feedback.submit,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/
H A DSitemaps.php94 public function submit($siteUrl, $feedpath, $optParams = []) function in Google\\Service\\SearchConsole\\Resource\\Sitemaps
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/Resource/
H A DSitemaps.php92 public function submit($siteUrl, $feedpath, $optParams = []) function in Google\\Service\\Webmasters\\Resource\\Sitemaps
/plugin/move/script/
H A Drename.js85 $dialog.find('form').submit(renameFN);
/plugin/tagsections/
H A Dscript.js14 jQuery('form.sectiontag__form').submit(function(event){
101 $form.submit(function(){
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css115 .btn, button, input[type=submit] {
207 .actions input[type=submit] {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css115 .btn, button, input[type=submit] {
207 .actions input[type=submit] {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
H A DServicesConfigs.php114 public function submit($serviceName, SubmitConfigSourceRequest $postBody, $optParams = []) function in Google\\Service\\ServiceManagement\\Resource\\ServicesConfigs
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/Resource/
H A DProjectsLocationsProvisioningConfigs.php93 public function submit($parent, SubmitProvisioningConfigRequest $postBody, $optParams = []) function in Google\\Service\\Baremetalsolution\\Resource\\ProjectsLocationsProvisioningConfigs

12345678910>>...13