Home
last modified time | relevance | path

Searched refs:identifier1 (Results 1 – 25 of 86) sorted by relevance

1234

/dports/devel/py-pyhcl/pyhcl-0.4.4/tests/lex-fixtures/
H A Dconditional_operator.hcl2 identifier1 = identifier2 ? identifier3 : identifier4
4 identifier1 = identifier2 ? identifier3 : 1
6 identifier1 = identifier2 ? identifier3 : True
10 identifier1 = identifier2 ? 1 : identifier3
12 identifier1 = identifier2 ? True : identifier3
16 identifier1 = identifier2 ? 1 : 2
18 identifier1 = identifier2 ? 1 : True
22 identifier1 = identifier2 ? True : 1
26 identifier1 = identifier2 ? True : False
43 identifier1 = identifier2 == identifier3 ? 1 : 2
[all …]
/dports/dns/py-cloudflare/cloudflare-2.8.15/CloudFlare/
H A Dcloudflare.py64 identifier1, identifier2, identifier3,
127 identifier1, identifier2, identifier3,
159 identifier1, identifier2, identifier3,
163 identifier1=None, identifier2=None, identifier3=None, argument
172 if identifier1 is None:
177 + identifier1 + '/'
182 + identifier1 + '/'
186 if identifier1 is None:
192 + identifier1)
271 identifier1=None, identifier2=None, identifier3=None, argument
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.BmpGifJpegPngTiff/
H A DPlugin.cs39 uint identifier1 = reader.ReadUInt32(); in QueryTextureDimensions()
41 if ((identifier1 & 0xFFFF) == 0x4D42) { in QueryTextureDimensions()
48 …if (identifier1 == 0x38464947 & ((identifier2 & 0xFFFF) == 0x6137 | (identifier2 & 0xFFFF) == 0x61… in QueryTextureDimensions()
55 if (identifier1 == 0x474E5089 & identifier2 == 0x0A1A0A0D) { in QueryTextureDimensions()
91 uint identifier1 = reader.ReadUInt32(); in CanLoadTexture()
93 if ((identifier1 & 0xFFFF) == 0x4D42) { in CanLoadTexture()
96 …} else if (identifier1 == 0x38464947 & ((identifier2 & 0xFFFF) == 0x6137 | (identifier2 & 0xFFFF) … in CanLoadTexture()
99 } else if (identifier1 == 0xE0FFD8FF | identifier1 == 0xE1FFD8FF) { in CanLoadTexture()
102 } else if (identifier1 == 0x474E5089 & identifier2 == 0x0A1A0A0D) { in CanLoadTexture()
105 } else if (identifier1 == 0x002A4949 | identifier1 == 0x2A004D4D) { in CanLoadTexture()
/dports/dns/py-cloudflare/cloudflare-2.8.15/cli4/
H A Dcli4.py51 identifier1 = None
63 if identifier1 is None:
66 identifier1 = element
69 identifier1 = element
72 identifier1 = element[1:]
97 cmd.append(':' + identifier1)
175 r = m.get(identifier1=identifier1,
180 r = m.patch(identifier1=identifier1,
185 r = m.post(identifier1=identifier1,
190 r = m.put(identifier1=identifier1,
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/doc/
H A Dr6rs.scrbl22 @snipet{(@var{identifier1 identifier2} @dots{} @var{version})}
34 @item{@code{(rename (@var{identifier1 identifier2}) @dots{})}}
39 exports the binding named by @var{identifier1} in each
40 @code{(@var{identifier1 identifier2})} pairing, using @var{identifier2} as
76 @item{@code{(rename @var{import-set} (@var{identifier1 identifier2}) @dots{})}}
81 @item{@code{(@var{identifier1 identifier2} @dots{})}}
82 @item{@code{(@var{identifier1 identifier2} @dots{} @var{version})}}
112 A @code{rename} form @code{(rename @var{identifier1 identifier2} @dots{})},
113 removes the bindings for @var{identifier1 @dots{}} to form an intermediate
116 @var{identifier1} should be the original @var{import-set}, each
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgmacros.h148 #define G_PASTE_ARGS(identifier1,identifier2) identifier1 ## identifier2 argument
149 #define G_PASTE(identifier1,identifier2) G_PASTE_ARGS (identifier1, identifier2) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dmemory_cache_test.cc187 const String& identifier1, in TestResourcePruningLater() argument
211 if (!identifier1.IsEmpty()) in TestResourcePruningLater()
212 resource1->SetCacheIdentifier(identifier1); in TestResourcePruningLater()
259 const String& identifier1, in TestClientRemoval() argument
280 if (!identifier1.IsEmpty()) in TestClientRemoval()
281 resource1->SetCacheIdentifier(identifier1); in TestClientRemoval()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dmemory_cache_test.cc181 const String& identifier1, in TestResourcePruningLater() argument
204 if (!identifier1.IsEmpty()) in TestResourcePruningLater()
205 resource1->SetCacheIdentifier(identifier1); in TestResourcePruningLater()
251 const String& identifier1, in TestClientRemoval() argument
270 if (!identifier1.IsEmpty()) in TestClientRemoval()
271 resource1->SetCacheIdentifier(identifier1); in TestClientRemoval()
/dports/devel/kdev-python/kdev-python-21.12.3/codecompletion/
H A Dhelpers.cpp48 QString identifier1 = camelCaseToUnderscore(identifier1_).toLower().replace('.', '_'); in identifierMatchQuality() local
51 if ( identifier1 == identifier2 ) { in identifierMatchQuality()
54 if ( identifier1.contains(identifier2) || identifier2.contains(identifier1) ) { in identifierMatchQuality()
57 QStringList parts1 = identifier1.split('_'); in identifierMatchQuality()
/dports/net/p5-Net-Packet/Net-Packet-3.27/lib/Net/Packet/
H A DSTP.pm76 $root, $identifier1, $rootPathCost, $bridge, $identifier2,
81 my $id1 = $root.'/'.convertMac($identifier1);
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/linux/
H A Dfile_id_unittest.cc90 uint8_t identifier1[sizeof(MDGUID)]; in TEST() local
93 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
98 FileID::ConvertIdentifierToString(identifier1, identifier_string1, in TEST()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DHotkeyController.m51 - (void)mapOutletToIdentifier:(id)outlet forIdentifier:(NSString*)identifier1
53 (self.hotkeyOutlets)[identifier1] = outlet;
54 [self setHotkeyDisplay:identifier1];
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize);
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1));
101 FileID::ConvertIdentifierToUUIDString(identifier1);
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/huawei/
H A DHUAWEI-ERPS-MIB480 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
481 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
524 …"The port identifier1, when the hwConfigPortType is 1, the value of the object is the IfIndex of t…
612 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
613 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
695 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
696 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
869 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
870 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/huawei/
H A Dhuawei-erps-mib.mib480 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
481 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
524 …"The port identifier1, when the hwConfigPortType is 1, the value of the object is the IfIndex of t…
612 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
613 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
695 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
696 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
869 …The index of the table is ERPS ring identifier, port type, port identifier1, port identifier2, por…
870 …fast ethernet/gigabit ethernet/eth-trunk, the port type is 1, the port identifier1 is the IfIndex …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Dfile_id_unittest.cc101 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
105 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
110 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc346 uint8_t identifier1[sizeof(MDGUID)]; in TEST_F() local
349 identifier1)); in TEST_F()
354 FileID::ConvertIdentifierToString(identifier1, identifier_string1, in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc354 id_vector identifier1(make_vector()); in TEST_F() local
357 identifier1)); in TEST_F()
362 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc354 id_vector identifier1(make_vector());
357 identifier1));
362 FileID::ConvertIdentifierToUUIDString(identifier1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc92 id_vector identifier1(&allocator, kDefaultBuildIdSize); in TEST() local
96 EXPECT_TRUE(fileid1.ElfFileIdentifier(identifier1)); in TEST()
101 FileID::ConvertIdentifierToUUIDString(identifier1); in TEST()

1234