Home
last modified time | relevance | path

Searched defs:formId (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/HTML/QuickForm2/
H A DJavascriptBuilder.php85 protected $formId = null; variable in HTML_QuickForm2_JavascriptBuilder
181 public function setFormId($formId)
231 public function getFormJavascript($formId = null, $addScriptTags = true)
247 public function getSetupCode($formId = null, $addScriptTags = false)
267 public function getValidator($formId = null, $addScriptTags = false)
/dports/www/nextcloud-forms/forms/lib/Db/
H A DSubmissionMapper.php53 public function findByForm(int $formId): array {
90 public function findParticipantsByForm(int $formId): array {
133 public function deleteByForm(int $formId): void {
H A DQuestionMapper.php49 public function findByForm(int $formId, bool $loadDeleted = false): array {
74 public function deleteByForm(int $formId): void {
H A DSubmission.php42 protected $formId; variable in OCA\\Forms\\Db\\Submission
H A DQuestion.php47 protected $formId; variable in OCA\\Forms\\Db\\Question
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/presentation/
H A DSlideQuizRenderer.cpp38 std::string handleClickFunction(const std::string& formId) in handleClickFunction()
44 const std::string& formId, in asFormInput()
104 std::string formId = "quizForm" + suffix; in renderQuiz() local
/dports/www/nextcloud-forms/forms/lib/Service/
H A DFormsService.php122 public function getQuestions(int $formId): array {
183 public function canSubmit($formId) {
216 public function hasUserAccess(int $formId): bool {
263 public function hasFormExpired(int $formId): bool {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/
H A DFormRequest.cs28 public FormRequest (Response response, string formId) in FormRequest()
44 private void ExtractFormAndHiddenControls (Response response, string formId) in ExtractFormAndHiddenControls()
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/vlans/
H A Dedit.php46 if(isset($_POST['fromSubnet'])) { $formId = "vlanManagementEditFromSubnet"; } variable
47 else { $formId = "vlanManagementEdit"; } variable
/dports/devel/pear-HTML_QuickForm2/HTML_QuickForm2-2.2.2/HTML/QuickForm2/Container/
H A DRepeat.php51 *
52 * @category HTML
/dports/www/nextcloud-forms/forms/lib/Controller/
H A DApiController.php450 public function newQuestion(int $formId, string $type, string $text = ''): DataResponse {
514 public function reorderQuestions(int $formId, array $newOrder): DataResponse {
947 public function insertSubmission(int $formId, array $answers): DataResponse {
1083 public function deleteAllSubmissions(int $formId): DataResponse {
/dports/www/matomo/piwik/libs/HTML/QuickForm2/
H A DJavascriptBuilder.php73 protected $formId = null; variable in HTML_QuickForm2_JavascriptBuilder
/dports/www/joomla3/joomla3-3.9.24/libraries/cms/html/
H A Dsortablelist.php41 …public static function sortable($tableId, $formId, $sortDir = 'asc', $saveOrderingUrl = null, $pro…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/Form/
H A DStubForm.php27 protected $formId; variable in Drupal\\Tests\\system\\Functional\\Form\\StubForm
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/Form/
H A DStubForm.php27 protected $formId; variable in Drupal\\Tests\\system\\Functional\\Form\\StubForm
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DFormAssociatedElement.cpp128 const AtomicString& formId(element->fastGetAttribute(formAttr)); in resetFormOwner() local
/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dgen_ar.c38 static void addFormMenu(int formId, string_t* page) in addFormMenu()
H A Dgen_html.c170 static void addFormMenu(int formId, string_t* page) in addFormMenu()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DPageAdapter.cs110 protected internal virtual string GetPostBackFormReference(string formId) { in GetPostBackFormReference()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.Adapters/
H A DPageAdapter.cs170 protected internal virtual string GetPostBackFormReference (string formId) in GetPostBackFormReference()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/component/ohrmFormComponent/
H A DohrmFormComponentProperty.php12 private $formId = 'ohrmFormComponent_Form'; variable in ohrmFormComponentProperty
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dformula.cpp105 int formId = std::stoi(formName.substr(hi+1)); in readFormulas() local
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/Tracker/
H A DController.php2535 function get_validation_options($formId = '')
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/spider/parser/
H A DSpiderHtmlFormParser.java266 String formId = form.getAttributeValue("id"); in getFormFields() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/payments/
H A Dpayments_form.h42 uint64 formId = 0; member

12