Home
last modified time | relevance | path

Searched refs:isPassword (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsMercurial/
H A DHgClient.py275 inputData, isPassword = inputChannels[channel](data)
277 if not isPassword:
314 isPassword = False
318 isPassword = dlg.isPassword()
319 return inputData, isPassword
375 reply, isPassword = prompt(size, msg)
376 return reply, isPassword
382 reply, isPassword = self.__prompt(size, msg)
383 return reply, isPassword
H A DHgDialog.py231 isPassword = self.passwordCheckBox.isChecked()
236 return message, isPassword
H A DHgClientPromptDialog.py75 def isPassword(self): member in HgClientPromptDialog
/dports/mail/cone/cone-1.1/cone/
H A Dmyserverpromptinfo.C17 : prompt(promptArg), value(""), isPassword(false), in promptInfo()
35 isPassword=true; in password()
68 if (info.isPassword) in prompt()
H A Dmyserverpromptinfo.H27 bool isPassword; // true - password prompt variable
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/telegram/types/
H A Dauthsentcode.cpp31 void AuthSentCode::setIsPassword(bool isPassword) { in setIsPassword() argument
32 m_isPassword = isPassword; in setIsPassword()
35 bool AuthSentCode::isPassword() const { in isPassword() function in AuthSentCode
H A Dauthsentcode.h24 void setIsPassword(bool isPassword);
25 bool isPassword() const;
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/config/
H A DJConfigAdvancedTab.java68 boolean isPassword = selected.indexOf("password") != -1; in buildNewConfigList()
69 if(selected.length() == 0 || isPassword) { in buildNewConfigList()
71 if(isPassword) { in buildNewConfigList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Ddocpasswordrequest.hxx51 bool isPassword() const;
84 bool isPassword() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Ddocpasswordrequest.hxx51 bool isPassword() const;
84 bool isPassword() const;
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dtextdialog.cpp48 const bool isPassword) : in TextDialog() argument
68 if (isPassword) in TextDialog()
H A Dtextdialog.h52 const bool isPassword);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/integrations/edit/components/
H A Ddynamic_field.vue85 isPassword() {
95 return this.isPassword && !isEmpty(this.value);
178 v-else-if="isPassword"
/dports/net/storj/storj-1.45.3/web/satellite/src/components/common/
H A DHeaderlessInput.vue14 :class="{'inputError' : error, 'password': isPassword}"
88 protected readonly isPassword: boolean;
114 this.type = this.isPassword ? this.passwordType : this.textType;
190 return this.isPassword && !this.isPasswordShown;
194 return this.isPassword && this.isPasswordShown;
/dports/net/storj/storj-1.45.3/web/multinode/src/app/components/common/
H A DHeaderlessInput.vue24 :class="{'inputError' : error, 'password': isPassword}"
87 protected readonly isPassword: boolean;
103 this.type = this.isPassword ? this.passwordType : this.textType;
165 return this.isPassword && !this.isPasswordShown;
169 return this.isPassword && this.isPasswordShown;
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Ddocpasswordrequest.cxx94 bool SimplePasswordRequest::isPassword() const in isPassword() function in comphelper::SimplePasswordRequest
146 bool DocPasswordRequest::isPassword() const in isPassword() function in comphelper::DocPasswordRequest
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Ddocpasswordrequest.cxx92 bool SimplePasswordRequest::isPassword() const in isPassword() function in comphelper::SimplePasswordRequest
144 bool DocPasswordRequest::isPassword() const in isPassword() function in comphelper::DocPasswordRequest
/dports/x11-fm/konqueror/konqueror-21.12.3/webenginepart/src/
H A Dwebfieldsdataview.cpp25 bool WebFieldsDataViewPasswordDelegate::isPassword(const QModelIndex& idx) in isPassword() function in WebFieldsDataViewPasswordDelegate
40 if (!isPassword(index)) { in paint()
50 if (!isPassword(index)) { in sizeHint()
H A Dwebfieldsdataview.h66 static bool isPassword(const QModelIndex &idx);
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dkeychain.cpp336 bool isPassword = typeStr == "P"; in loadItem() local
337 item.addField("", {field["designation"], field["value"], typeStr, isPassword}); in loadItem()
360 bool isPassword = typeStr == "concealed"; in loadItem() local
386 item.addField(section_title, {nameStr, valueStr, typeStr, isPassword}); in loadItem()
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_textentry.h42 bool isPassword; /**< Display '*' instead of the real text */ member
H A Dui_node_textentry.cpp314 if (EXTRADATA(node).isPassword) { in draw()
375 …UI_RegisterExtradataNodeProperty(behaviour, "isPassword", V_BOOL, textEntryExtraData_t, isPassword in UI_RegisterTextEntryNode()
/dports/devel/fuel/fuel-1.0.1/src/
H A DUtils.cpp21 …(QWidget *parent, const QString &title, const QString &query, QString &text, bool isPassword=false)
30 if(isPassword)
/dports/net/storj/storj-1.45.3/web/satellite/tests/unit/common/
H A DHeaderlessInput.spec.ts32 propsData: {isPassword: true},
/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/service/xp/
H A Dap_Dialog_GenericInput.h36 bool isPassword() in isPassword() function

1234567