/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/Resource/ |
H A D | FormsWatches.php | 42 * @param string $formId Required. ID of the Form to watch. 47 public function create($formId, CreateWatchRequest $postBody, $optParams = []) argument 49 $params = ['formId' => $formId, 'postBody' => $postBody]; 56 * @param string $formId Required. The ID of the Form. 61 public function delete($formId, $watchId, $optParams = []) argument 63 $params = ['formId' => $formId, 'watchId' => $watchId]; 72 * @param string $formId Required. ID of the Form whose watches to list. 76 public function listFormsWatches($formId, $optParams = []) argument 78 $params = ['formId' => $formId]; 89 * @param string $formId Required. The ID of the Form. [all …]
|
H A D | FormsResponses.php | 36 * @param string $formId Required. The form ID. 41 public function get($formId, $responseId, $optParams = []) argument 43 $params = ['formId' => $formId, 'responseId' => $responseId]; 50 * @param string $formId Required. ID of the Form whose responses to list. 68 public function listFormsResponses($formId, $optParams = []) argument 70 $params = ['formId' => $formId];
|
H A D | Forms.php | 37 * @param string $formId Required. The form ID. 42 public function batchUpdate($formId, BatchUpdateFormRequest $postBody, $optParams = []) argument 44 $params = ['formId' => $formId, 'postBody' => $postBody]; 70 * @param string $formId Required. The form ID. 74 public function get($formId, $optParams = []) argument 76 $params = ['formId' => $formId];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Forms.php | 86 'formId' => [ 97 'path' => 'v1/forms/{formId}', 100 'formId' => [ 120 'formId' => [ 135 'formId' => [ 164 'path' => 'v1/forms/{formId}/watches', 167 'formId' => [ 177 'formId' => [ 189 'path' => 'v1/forms/{formId}/watches', 192 'formId' => [ [all …]
|
/plugin/doodle3/ |
H A D | script.js | 13 function editEntry(formId, fullname) { argument 14 var doodleForm = document.getElementById(formId); 15 doodleForm.formId = formId; 25 function deleteEntry(formId, fullname) { argument 26 var doodleForm = document.getElementById(formId); 27 doodleForm.formId = formId;
|
/plugin/doodle4/ |
H A D | script.js | 14 function editEntry(formId, fullname) { argument 15 var doodleForm = document.getElementById(formId); 16 doodleForm.formId = formId; 26 function deleteEntry(formId, fullname) { argument 27 var doodleForm = document.getElementById(formId); 28 doodleForm.formId = formId;
|
/plugin/doodle2/ |
H A D | script.js | 13 function editEntry(formId, fullname) { argument 14 var doodleForm = document.getElementById(formId); 15 doodleForm.formId = formId; 25 function deleteEntry(formId, fullname) { argument 26 var doodleForm = document.getElementById(formId); 27 doodleForm.formId = formId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
H A D | FormResponse.php | 31 public $formId; variable in Google\\Service\\Forms\\FormResponse 77 public function setFormId($formId) argument 79 $this->formId = $formId; 86 return $this->formId;
|
H A D | Form.php | 26 public $formId; variable in Google\\Service\\Forms\\Form 49 public function setFormId($formId) argument 51 $this->formId = $formId; 58 return $this->formId;
|
/plugin/combo/resources/library/combo/ |
H A D | FormMeta.js | 62 static createFromJson(formId, json) { argument 63 let form = FormMeta.createFromId(formId); 157 let formId = this.getId(); 172 return `${formId}-tab-pane-${htmlId}`; 180 return `${formId}-tab-nav-${htmlId}`; 184 return `${formId}-control-${htmlId}`; 320 form.setAttribute("id", formId);
|
H A D | combo.js | 43 static createFormFromJson(formId, json) { argument 44 return FormMeta.createFromJson(formId, json);
|
/plugin/contactmodern/ |
H A D | syntax.php | 37 private $formId = 0; variable in syntax_plugin_moderncontact 260 …ion=\"".$_SERVER['REQUEST_URI']."#form-".$this->formId."\" method=\"POST\"><a name=\"form-".$this-… 264 if (isset($_POST['submit-form-'.$this->formId])) 293 …$ret .= "<input type=\"submit\" name=\"submit-form-".$this->formId."\" value=\"".$this->getLang("c… 312 …$value = (isset($_POST['submit-form-'.$this->formId]) && $this->status == 0)?$_POST[$name]:$defaul…
|
/plugin/combo/resources/library/combo/__tests__/ |
H A D | FormMeta.test.js | 15 let formId = "formId"; 90 let formMeta = FormMeta.createFromJson(formId, formMetadata); 91 expect(formMeta.getId()).toBe(formId);
|
/plugin/groupmail/ |
H A D | syntax.php | 44 private $formId = ''; variable in syntax_plugin_groupmail 209 $this->formId = 'groupmail-form-'.(syntax_plugin_groupmail::$lastFormIdx++); 233 …$ret = '<form id="'.$this->formId.'" action="'.$_SERVER['REQUEST_URI'].'#'.$this->formId.'" method… 236 if (isset($_POST['submit-'.$this->formId])) 294 …$ret .= '<input type="submit" name="submit-'.$this->formId.'" value="'.$this->getLang('send').'" /… 473 $value = (isset($_POST['submit-'.$this->formId]) && $this->status == 0)?$_POST[$name]:$default;
|
/plugin/combo/resources/snippet/js/ |
H A D | metadata.js | 126 let formId = combo.toHtmlId(`${modalManagerId}-form`); 127 let form = combo.createFormFromJson(formId, formMetadata); 149 submitButton.setAttribute("form", formId);
|
/plugin/selfmeasurement/ |
H A D | syntax.php | 22 private $formId = 0; variable in syntax_plugin_selfmeasurement
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | controls.js | 489 if (!this.options.formId && this.element.id) { 490 this.options.formId = this.element.id + '-inplaceeditor'; 491 if ($(this.options.formId)) 492 this.options.formId = ''; 569 this._form.id = this.options.formId; 882 formId: null, // id|elt
|
/plugin/combo/resources/library/combo/dist/ |
H A D | combo.min.js.map | 1 …formId\n * @param {Object} json\n * @return {FormMeta}\n */\n static createFromJson…
|