Home
last modified time | relevance | path

Searched refs:custom_ (Results 1 – 25 of 97) sorted by relevance

1234

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_edit.cpp21 wxTextCtrlEx* custom_{}; member
69 impl_->custom_ = new wxTextCtrlEx(this, nullID); in CreateControls()
70 row->Add(impl_->custom_, lay.valigng); in CreateControls()
112 impl_->custom_->ChangeValue(editor); in LoadPage()
150 std::wstring editor = fz::trimmed(impl_->custom_->GetValue().ToStdWstring()); in Validate()
153 return DisplayError(impl_->custom_, _("A default editor needs to be set.")); in Validate()
157 return DisplayError(impl_->custom_, _("Default editor not properly quoted.")); in Validate()
165 impl_->custom_->ChangeValue(editor); in Validate()
193 impl_->custom_->SetFocus(); in OnBrowseEditor()
201 impl_->custom_->ChangeValue(QuoteCommand(cmd)); in OnBrowseEditor()
[all …]
H A Doptionspage_ftpproxy.cpp17 wxRadioButton* custom_{}; member
57 impl_->custom_ = new wxRadioButton(box, nullID, _("Cus&tom")); in CreateControls()
58 inner->Add(impl_->custom_); in CreateControls()
97 impl_->custom_->Bind(wxEVT_RADIOBUTTON, &COptionsPageFtpProxy::OnProxyTypeChanged, this); in CreateControls()
123 impl_->custom_->SetValue(true); in LoadPage()
149 if (impl_->custom_->GetValue()) { in SavePage()
170 if (impl_->custom_->GetValue()) { in Validate()
201 if (impl_->custom_->GetValue()) { in SetCtrlState()
232 impl_->custom_->SetValue(true); in OnLoginSequenceChanged()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DProtocol.cpp29 custom_ = std::move(protocolStruct.custom_ref().value_unchecked()); in Protocol()
43 if (!custom_.empty()) { in name()
44 return custom_; in name()
62 result.set_custom(custom_); in asStruct()
H A DProtocol.h44 explicit Protocol(std::string custom) noexcept : custom_(std::move(custom)) {} in Protocol()
67 const std::string& custom() const noexcept { return custom_; } in custom()
72 bool isCustom() const noexcept { return !custom_.empty(); } in isCustom()
79 std::string custom_; variable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/command/
H A DAppCommandBinding.java26 custom_ = custom; in AppCommandBinding()
67 return custom_; in isUserDefinedBinding()
78 private final boolean custom_; field in AppCommandBinding
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dcascade_expansion.cc82 property_(id_ == CSSPropertyID::kVariable ? &custom_ : o.property_), in CascadeExpansion()
83 custom_(o.custom_) {} in CascadeExpansion()
133 custom_ = CustomProperty(reference.Name().ToAtomicString(), document_); in AdvanceNormal()
134 property_ = &custom_; in AdvanceNormal()
H A Dcascade_expansion.h138 CustomProperty custom_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dcascade_expansion.cc84 property_(id_ == CSSPropertyID::kVariable ? &custom_ : o.property_), in CascadeExpansion()
85 custom_(o.custom_) {} in CascadeExpansion()
135 custom_ = CustomProperty(reference.Name().ToAtomicString(), document_); in AdvanceNormal()
136 property_ = &custom_; in AdvanceNormal()
H A Dcascade_expansion.h139 CustomProperty custom_; variable
/dports/irc/sic/sic-0.23a/
H A Dstruct.h78 struct custom_ struct
172 struct custom_ custw;
241 struct custom_ custs;
277 struct custom_ custc;
H A Doption.c26 static const struct custom_ defcust =
49 static struct custom_ topcust;
50 static struct custom_ protocust[P_MAX];
76 struct custom_ *cust; in opt_free()
128 struct custom_ *all_list[5] = { &topcust, NULL, NULL, NULL, NULL};
571 struct custom_ *cust;
H A Doption.h13 void opt_free(struct custom_ *);
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DSequenceInfo.inl20 custom_ == other.custom_;
39 { return custom_; }
42 { custom_ = std::move(custom); return *this; }
H A DProgramInfo.inl19 { return custom_; }
23 { custom_ = std::move(custom); return *this; }
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/
H A D.gitignore2 queries/custom_*
3 templates/*/custom_*
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dtheme_specifics.proto21 // If set, we're using a extension and all custom_* fields should be
22 // present. If not set, and all custom_* fields should be omitted.
36 // TODO(gayane): Migrate custom_* fields to a separate message.
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dfake_device_information_pairing_winrt.cc31 : custom_(Make<FakeDeviceInformationCustomPairingWinrt>(this, in FakeDeviceInformationPairingWinrt()
64 return custom_.CopyTo(value); in get_Custom()
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/products/
H A Dfeatures.tpl53 onchange="$('.custom_{$available_feature.id_feature}_').val('');">
73 …<textarea class="custom_{$available_feature.id_feature}_ALL textarea-autosize" name="custom_{$avai…
74 …#CCF' rows="1" onkeyup="{foreach from=$languages key=k item=language}$('.custom_{$available_featur…
100 class="custom_{$available_feature.id_feature}_{$language.id_lang} textarea-autosize"
101 name="custom_{$available_feature.id_feature}_{$language.id_lang}"
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DReadGroupInfo.cpp510 for (const auto& attribute : custom_) in ToSam()
537 custom_.size() == other.custom_.size() && in operator ==()
538 std::equal(custom_.begin(), custom_.end(), other.custom_.cbegin()); in operator ==()
/dports/security/rkhunter/rkhunter-1.4.6/
H A Dinstaller.sh132 /usr|/usr/local|default|custom_*|RPM|DEB|TGZ|TXZ)
137 custom_*)
237 /usr/local|custom_*)
274 custom_*)
448 custom_.)
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dedithandler.cpp1723 wxTextCtrlEx* custom_{}; member
1805 impl_->custom_ = new wxTextCtrlEx(this, -1, wxString()); in Run()
1806 row->Add(impl_->custom_, lay.valigng); in Run()
1831 if (impl_->custom_) { in SetCtrlState()
1832 impl_->custom_->Enable(impl_->rbCustom_ && impl_->rbCustom_->GetValue()); in SetCtrlState()
1857 std::wstring cmd = impl_->custom_->GetValue().ToStdWstring(); in OnOK()
1860 impl_->custom_->SetFocus(); in OnOK()
1865 impl_->custom_->SetFocus(); in OnOK()
1870 impl_->custom_->ChangeValue(cmd); in OnOK()
1917 impl_->custom_->SetFocus(); in OnBrowseEditor()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/cxx/tree/
H A Delements.cxx705 custom_ (false), in GenerateFromBaseCtor()
706 traverser_ (c, generate, custom_) in GenerateFromBaseCtor()
716 if (!generate_ && custom_) in traverse()
730 : Context (c), generate_ (generate), custom_ (custom) in Traverser()
739 if (!custom_) in traverse()
742 custom_ = custom_type (t, tmp); in traverse()
/dports/devel/mk-configure/mk-configure-0.37.0/mk/
H A Dmkc_imp.conf_custom.mk36 _fake != env ${mkc.environ} mkc_check_custom -t custom_${c:Q} -d ${MKC_CUSTOM_FN.${c}} && echo
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DProgramInfo.h176 std::map<std::string, std::string> custom_; // tag => value variable
H A DSequenceInfo.h186 std::map<std::string, std::string> custom_; // tag => value variable

1234