Home
last modified time | relevance | path

Searched refs:ContactName (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/vala/
H A DEBookContacts-1.2.metadata4 ContactName.family unowned=false
5 ContactName.given unowned=false
6 ContactName.additional unowned=false
7 ContactName.prefixes unowned=false
8 ContactName.suffixes unowned=false
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Dtheme.cpp124 m_fonts[ContactName].setFamily("Arial"); in setBlueTheme()
125 m_fonts[ContactName].setPixelSize(16); in setBlueTheme()
126 m_fonts[ContactName].setStyle(QFont::StyleNormal); in setBlueTheme()
127 m_fonts[ContactName].setWeight(QFont::Normal); in setBlueTheme()
174 m_fonts[ContactName].setFamily("Arial"); in setLimeTheme()
175 m_fonts[ContactName].setPixelSize(16); in setLimeTheme()
176 m_fonts[ContactName].setStyle(QFont::StyleItalic); in setLimeTheme()
177 m_fonts[ContactName].setWeight(QFont::Bold); in setLimeTheme()
/dports/security/keybase/client-v5.7.1/go/contacts/
H A Dphonebook.go98 resolved[contact.ContactName] = true
100 if resolved[contact.ContactName] {
102 delete(unresolved, contact.ContactName)
106 unresolved[contact.ContactName] = true
111 if unresolved[resolution.ContactName] && resolution.Resolved && !resolution.Following {
126 contactDisplay := contact.ContactName
156 res[contact.Assertion] = contact.ContactName
249 con.DisplayName = con.ContactName
H A Dphonebook_test.go17 ContactName: "Example 1",
21 ContactName: "Mr. Contact",
25 ContactName: "Example 2",
H A Dcontacts.go189 ContactName: contact.Name,
203 ContactName: contact.Name,
233 case v.ContactName != "":
234 v.DisplayLabel = v.ContactName
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/Linq_101_Samples/
H A DPaging.cs40 x.ContactName == y.ContactName && in Equals()
66 orderby c.ContactName in LinqToSqlPaging01()
76 ContactName = "Alexander Feuer", in LinqToSqlPaging01()
89 ContactName = "Ana Trujillo", in LinqToSqlPaging01()
H A DSelect_Distinct.cs41 select c.ContactName; in LinqToSqlSelect01()
53 select new { c.ContactName, c.Phone }; in LinqToSqlSelect02()
103 select c.ContactName; in LinqToSqlSelect07()
119 ContactInfo = new { c.ContactName, c.ContactTitle } in LinqToSqlSelect08()
H A DString_Date_functions.cs103 where c.ContactName.Contains("Anders") in LinqToSqlString03()
116 select new { c.ContactName, SpacePos = c.ContactName.IndexOf(" ") }; in LinqToSqlString04()
128 where c.ContactName.StartsWith("Maria") in LinqToSqlString05()
141 where c.ContactName.EndsWith("Anders") in LinqToSqlString06()
H A DJoin.cs131 select new { c.ContactName, OrderCount = orders.Count() }; in LinqToSqlJoin05()
149 select new { c.ContactName, ords = ords.Count(), emps = emps.Count() }; in LinqToSqlJoin06()
184 select new { c.ContactName, o.OrderID, z }; in LinqToSqlJoin08()
H A DInsert_Update_Delete.cs68 ContactName = "John Doe", in LinqToSqlInsert01()
85 Assert.AreEqual(reloadedCustomer.ContactName, newCustomer.ContactName); in LinqToSqlInsert01()
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtparsesql.nim21 ContactName,
27 ContactName,
32 …OM table;""") == "select CustomerName, ContactName, Address, City, PostalCode, Country, CustomerNa…
183 INSERT INTO Customers (CustomerName, ContactName, Address, City, PostalCode, Country)
185 """) == "insert into Customers (CustomerName , ContactName , Address , City , PostalCode , Country …
193 SET ContactName = 'Alfred Schmidt', City= 'Frankfurt'
195 """) == "update Customers set ContactName = 'Alfred Schmidt' , City = 'Frankfurt' where CustomerI…
198 SET ContactName = 'Alice', City= 'Frankfurt';""")
205 nkIdent ContactName
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/
H A DReadTest_Complex.cs246 select new { Name = c.ContactName, c.Phone } into x in F9_Project_AndContinue()
344 orderby c.ContactName ?? "" in F15_OrderByCoalesce()
356 …rder() { OrderID = o.OrderID, Customer = new Customer() { ContactName = o.Customer.ContactName } }; in F16_NestedObjectSelect()
371 ContactName = order.Customer.ContactName, in F17_NestedObjectSelect_Ver2()
579 select new { c.CustomerID, c.ContactName }; in O1_OperatorAll()
596 select new { customer.CustomerID, customer.ContactName }; in O2_OperatorAny()
607 select new { ContactName = c.ContactName }) in O3_OperatorUnion()
609 select new { ContactName = e.LastName }); in O3_OperatorUnion()
H A DReadTests_AnyCountFirst.cs54 where !c.Orders.Any(o => o.Customer.ContactName == "WARTH") in AnyInternal02()
70 where !c.Orders.Where(o => o.Customer.ContactName == "WARTH") in AnyInternal03()
151 where c.Orders.Count(o => o.Customer.ContactName == "WARTH") % 2 == 0 in CountInternal02()
167 where c.Orders.Where(o => o.Customer.ContactName == "WARTH") in CountInternal03()
252 where c.Orders.FirstOrDefault(o => o.Customer.ContactName == "WARTH") != null in FirstInternal02()
267 where c.Orders.Where(o => o.Customer.ContactName == "WARTH") in FirstInternal03()
H A DReadTests_Join.cs156 order.CustomerShipCity.ContactName in RetrieveParentAssociationProperty()
178 ShipAddress = e.CustomerShipCity.ContactName in DifferentParentAndAssociationPropertyNames()
275 ShipCity = dok.Customer.ContactName, in WhereBeforeSelect()
/dports/security/keybase/client-v5.7.1/go/chat/utils/
H A Dutils_test.go916 ContactName: &tofurkeyhq,
920 ContactName: &tofurus,
932 require.Equal(t, res[0].ContactName, &tofurkeyhq)
935 require.Equal(t, res[1].ContactName, &tofurus)
995 require.NotNil(t, rawParticipants[0].ContactName)
996 require.Equal(t, "Tofu R-Key", *rawParticipants[0].ContactName)
997 require.NotNil(t, rawParticipants[1].ContactName)
998 require.Equal(t, "Alice", *rawParticipants[1].ContactName)
999 require.Nil(t, rawParticipants[2].ContactName)
1000 require.Nil(t, rawParticipants[3].ContactName)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dcontacts.go56 ContactName string `codec:"contactName" json:"contactName"` member
72 ContactName: o.ContactName,
/dports/science/siconos/siconos-4.4.0/mechanisms/src/MBTB/
H A DMBTB_Contact.cpp7 MBTB_Contact::MBTB_Contact(unsigned int id,const std::string& ContactName, unsigned int indexBody1,… in MBTB_Contact() argument
9 strcpy(_ContactName,ContactName.c_str()); in MBTB_Contact()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.sql30 SELECT 'Customer' As Type, ContactName, City, Country
33 SELECT 'Supplier', ContactName, City, Country
/dports/finance/weberp/webSHOP/
H A DRegister.php59 } elseif (mb_strlen($_POST['ContactName']) < 3) {
62 $Errors[$i] = 'ContactName';
98 $CustomerName = $_POST['ContactName'];
257 <td>' . DB_escape_string($_POST['ContactName']) . '</td>
409 ContactName: {
449 ContactName: {
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Http.Data.Test/Models/
H A DCatalogEntities.cs36 public string ContactName { get; set; } property in Microsoft.Web.Http.Data.Test.Models.Customer
159 public string ContactName { get; set; } property in Microsoft.Web.Http.Data.Test.Models.Supplier
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtest.sql.fold30 SELECT 'Customer' As Type, ContactName, City, Country
33 SELECT 'Supplier', ContactName, City, Country
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dcontacts.go62 ContactName string `codec:"contactName" json:"contactName"` member
78 ContactName: o.ContactName,
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudcallcenter/
H A Dstruct_contact.go20 ContactName string `json:"ContactName" xml:"ContactName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/arms/
H A Dstruct_contact.go20 ContactName string `json:"ContactName" xml:"ContactName"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/outboundbot/
H A Dstruct_contact.go27 ContactName string `json:"ContactName" xml:"ContactName"` member

12345678910>>...19