Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 4630) sorted by relevance

12345678910>>...186

/dports/games/wyrmsun/Wyrmsun-3.5.4/scripts/
H A Dupgrade_functions.lua136 local function IsTechnologyUnderMinimumTechLevel(technology, player)
137 if (GetArrayIncludes(default_law_upgrades, technology)) then
139 …elseif ((GetArrayIncludes(bronze_upgrades, technology) or GetUpgradeData(technology, "Class") == "…
141 …elseif ((GetArrayIncludes(agrarian_upgrades, technology) or GetUpgradeData(technology, "Class") ==…
145 GetArrayIncludes(iron_upgrades, technology)
146 or GetUpgradeData(technology, "Class") == "mathematics"
147 or GetUpgradeData(technology, "Class") == "philosophy"
148 or GetUpgradeData(technology, "Class") == "alchemy"
149 or GetUpgradeData(technology, "Class") == "gunpowder"
150 or GetUpgradeData(technology, "Class") == "engineering"
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A Dnetwork_change_manager_client.cc205 const std::string& technology) { in ConnectionTypeFromShill() argument
216 technology == shill::kNetworkTechnologyGsm || in ConnectionTypeFromShill()
222 technology == shill::kNetworkTechnologyLte || in ConnectionTypeFromShill()
235 const std::string& technology) { in GetConnectionSubtype() argument
241 if (technology == shill::kNetworkTechnologyEvdo) in GetConnectionSubtype()
243 if (technology == shill::kNetworkTechnologyGsm) in GetConnectionSubtype()
245 if (technology == shill::kNetworkTechnologyGprs) in GetConnectionSubtype()
247 if (technology == shill::kNetworkTechnologyEdge) in GetConnectionSubtype()
249 if (technology == shill::kNetworkTechnologyUmts) in GetConnectionSubtype()
251 if (technology == shill::kNetworkTechnologyHspa) in GetConnectionSubtype()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dshill_property_handler.cc129 const std::string& technology) const { in IsTechnologyAvailable()
134 const std::string& technology) const { in IsTechnologyEnabled()
139 const std::string& technology) const { in IsTechnologyEnabling()
144 const std::string& technology) const { in IsTechnologyDisabling()
159 const std::string& technology, in SetTechnologyEnabled() argument
168 technology); in SetTechnologyEnabled()
174 technology, base::DoNothing(), in SetTechnologyEnabled()
182 technology, base::DoNothing(), in SetTechnologyEnabled()
200 technology, base::DoNothing(), in SetProhibitedTechnologies()
534 const std::string& technology, in EnableTechnologyFailed() argument
[all …]
H A Dshill_property_handler.h114 bool IsTechnologyAvailable(const std::string& technology) const; in COMPONENT_EXPORT()
115 bool IsTechnologyEnabled(const std::string& technology) const; in COMPONENT_EXPORT()
116 bool IsTechnologyEnabling(const std::string& technology) const; in COMPONENT_EXPORT()
117 bool IsTechnologyDisabling(const std::string& technology) const; in COMPONENT_EXPORT()
118 bool IsTechnologyProhibited(const std::string& technology) const; in COMPONENT_EXPORT()
119 bool IsTechnologyUninitialized(const std::string& technology) const; in COMPONENT_EXPORT()
123 void SetTechnologyEnabled(const std::string& technology, in COMPONENT_EXPORT()
195 void EnableTechnologyFailed(const std::string& technology, in COMPONENT_EXPORT()
200 void DisableTechnologyFailed(const std::string& technology, in COMPONENT_EXPORT()
H A Dprohibited_technologies_handler.cc117 const std::string& technology) { in AddGloballyProhibitedTechnology() argument
120 technology) == globally_prohibited_technologies_.end()) { in AddGloballyProhibitedTechnology()
121 globally_prohibited_technologies_.push_back(technology); in AddGloballyProhibitedTechnology()
127 const std::string& technology) { in RemoveGloballyProhibitedTechnology() argument
129 globally_prohibited_technologies_.end(), technology); in RemoveGloballyProhibitedTechnology()
/dports/finance/R-cran-AER/AER/man/
H A DTechChange.Rd16 \item{technology}{Index of technology.}
40 fm1 <- lm(I(output/technology) ~ log(clr), data = TechChange)
41 fm2 <- lm(I(output/technology) ~ I(1/clr), data = TechChange)
42 fm3 <- lm(log(output/technology) ~ log(clr), data = TechChange)
43 fm4 <- lm(log(output/technology) ~ I(1/clr), data = TechChange)
46 plot(I(output/technology) ~ clr, data = TechChange)
49 sctest(I(output/technology) ~ log(clr), data = TechChange, type = "Chow", point = c(1942, 1))
/dports/devel/efl/efl-1.25.1/src/lib/ecore_con/
H A Defl_net_control_technology.eo17 [[A technology that allows control of network access points.
22 When powered, the technology will dynamically create and remove
32 …[[If $true the technology is available. If $false technology is disabled and if possible rfkill is…
36 powered: bool; [[$true if technology is powered, $false otherwise]]
41 …ring allows the default access point to be bridged to all clients connected through the technology.
50 enabled: bool; [[When to enable or disable tethering for this technology.]]
59 [[If $true the technology has at least one access point connected.]]
62 connected: bool; [[$true if technology is connected, $false otherwise]]
67 [[The technology type, such as "ethernet" or "wifi"]]
79 technology, @Efl.Net.Control.Manager or @Efl.Net.Control.Access_Point
[all …]
/dports/net/p5-Net-SMPP/Net-SMPP-1.19/
H A DSMPP.pm378 0x0005 => { name => 'dest_addr_subunit', technology => 'GSM', },
381 0x0008 => { name => 'dest_telematics_id', technology => 'GSM', },
383 0x000d => { name => 'source_addr_subunit', technology => 'GSM', },
386 0x0010 => { name => 'source_telematics_id', technology => 'GSM', },
389 0x0019 => { name => 'payload_type', technology => 'Generic', },
404 0x020a => { name => 'source_port', technology => 'WAP', },
405 0x020b => { name => 'destination_port', technology => 'WAP', },
418 0x0420 => { name => 'dpf_result', technology => 'Generic', },
419 0x0421 => { name => 'set_dpf', technology => 'Generic', },
451 0x1203 => { name => 'sms_signal', technology => 'TDMA', },
[all …]
/dports/sysutils/upower/upower-0.99.13/libupower-glib/
H A Dup-types.c284 up_device_technology_from_string (const gchar *technology) in up_device_technology_from_string() argument
286 if (technology == NULL) in up_device_technology_from_string()
288 if (g_str_equal (technology, "lithium-ion")) in up_device_technology_from_string()
290 if (g_str_equal (technology, "lithium-polymer")) in up_device_technology_from_string()
292 if (g_str_equal (technology, "lithium-iron-phosphate")) in up_device_technology_from_string()
294 if (g_str_equal (technology, "lead-acid")) in up_device_technology_from_string()
296 if (g_str_equal (technology, "nickel-cadmium")) in up_device_technology_from_string()
298 if (g_str_equal (technology, "nickel-metal-hydride")) in up_device_technology_from_string()
/dports/biology/freebayes/freebayes-1.3.5/test/regression/
H A DNA12878.chr22.tiny.vcf49 ##INFO=<ID=technology.ILLUMINA,Number=A,Type=Float,Description="Fraction of observations supporting…
63 …RPR=1;RUN=1;SAF=3;SAP=9.52472;SAR=0;SRF=18;SRP=3.60252;SRR=15;TYPE=snp;technology.ILLUMINA=1 GT:DP…
64 …RPR=0;RUN=1;SAF=3;SAP=9.52472;SAR=0;SRF=18;SRP=4.76149;SRR=13;TYPE=snp;technology.ILLUMINA=1 GT:DP…
68 …;RPR=0;RUN=1;SAF=2;SAP=7.35324;SAR=0;SRF=20;SRP=3.9754;SRR=16;TYPE=snp;technology.ILLUMINA=1 GT:DP…
79 …3;RPR=0;RUN=1;SAF=0;SAP=7.35324;SAR=2;SRF=23;SRP=18.771;SRR=8;TYPE=snp;technology.ILLUMINA=1 GT:DP…
85 …;RPR=1;RUN=1;SAF=1;SAP=3.0103;SAR=1;SRF=16;SRP=4.47751;SRR=21;TYPE=snp;technology.ILLUMINA=1 GT:DP…
131 …RPR=0;RUN=1;SAF=2;SAP=7.35324;SAR=0;SRF=12;SRP=11.6962;SRR=24;TYPE=snp;technology.ILLUMINA=1 GT:DP…
133 …RPR=1;RUN=1;SAF=0;SAP=7.35324;SAR=2;SRF=14;SRP=4.65535;SRR=19;TYPE=snp;technology.ILLUMINA=1 GT:DP…
162 …RPR=1;RUN=1;SAF=2;SAP=7.35324;SAR=0;SRF=21;SRP=5.18177;SRR=15;TYPE=snp;technology.ILLUMINA=1 GT:DP…
163 …;RPR=1;RUN=1;SAF=1;SAP=3.0103;SAR=1;SRF=23;SRP=6.66752;SRR=15;TYPE=snp;technology.ILLUMINA=1 GT:DP…
[all …]
/dports/cad/magic/magic-8.3.245/scmos/
H A DREADME6 # Magic related technology files and system libraries.... #
15 This officail MOSIS SCMOS technology release consists a famaly of
16 SCMOS technology files for Magic version 6.4.4 (available from
19 * "scmos" - standard SCMOS technology for MOSIS process with
23 * "scmos-tm" - SCMOS technology with tighter metal spacing rules
28 * "scmos-sub" - SCMOS technology for HP's sub-micron CMOS processes.
31 * "scmos-ibm" - SCMOS technology for IBM CMSX-2185 process.
34 To invoke Magic with appropriate technology selection, you need to
41 MOSIS's distribution of Magic technolofy file for SCMOS technology
56 To generate all technology files, simply type
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dlego_ev3_battery.c32 int technology; member
46 val->intval = batt->technology; in lego_ev3_battery_get_property()
107 if (batt->technology != POWER_SUPPLY_TECHNOLOGY_UNKNOWN) in lego_ev3_battery_set_property()
111 batt->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in lego_ev3_battery_set_property()
132 batt->technology == POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_property_is_writeable()
191 batt->technology = POWER_SUPPLY_TECHNOLOGY_LION; in lego_ev3_battery_probe()
196 batt->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dlego_ev3_battery.c32 int technology; member
46 val->intval = batt->technology; in lego_ev3_battery_get_property()
107 if (batt->technology != POWER_SUPPLY_TECHNOLOGY_UNKNOWN) in lego_ev3_battery_set_property()
111 batt->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in lego_ev3_battery_set_property()
132 batt->technology == POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_property_is_writeable()
191 batt->technology = POWER_SUPPLY_TECHNOLOGY_LION; in lego_ev3_battery_probe()
196 batt->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dlego_ev3_battery.c32 int technology; member
46 val->intval = batt->technology; in lego_ev3_battery_get_property()
107 if (batt->technology != POWER_SUPPLY_TECHNOLOGY_UNKNOWN) in lego_ev3_battery_set_property()
111 batt->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in lego_ev3_battery_set_property()
132 batt->technology == POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_property_is_writeable()
191 batt->technology = POWER_SUPPLY_TECHNOLOGY_LION; in lego_ev3_battery_probe()
196 batt->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_probe()
/dports/sysutils/mate-power-manager/mate-power-manager-1.26.0/src/
H A Dgpm-upower.c328 UpDeviceTechnology technology; in gpm_upower_get_device_description() local
352 "technology", &technology, in gpm_upower_get_device_description()
590 const gchar *technology = NULL; in gpm_device_technology_to_localised_string() local
594 technology = _("Lithium Ion"); in gpm_device_technology_to_localised_string()
598 technology = _("Lithium Polymer"); in gpm_device_technology_to_localised_string()
602 technology = _("Lithium Iron Phosphate"); in gpm_device_technology_to_localised_string()
606 technology = _("Lead acid"); in gpm_device_technology_to_localised_string()
610 technology = _("Nickel Cadmium"); in gpm_device_technology_to_localised_string()
614 technology = _("Nickel metal hydride"); in gpm_device_technology_to_localised_string()
618 technology = _("Unknown technology"); in gpm_device_technology_to_localised_string()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/aop/aspectj/autoproxy/benchmark/
H A DBenchmarkTests.java102 private long testRepeatedAroundAdviceInvocations(String file, int howmany, String technology) { in testRepeatedAroundAdviceInvocations() argument
106 sw.start(howmany + " repeated around advice invocations with " + technology); in testRepeatedAroundAdviceInvocations()
121 private long testBeforeAdviceWithoutJoinPoint(String file, int howmany, String technology) { in testBeforeAdviceWithoutJoinPoint() argument
125 sw.start(howmany + " repeated before advice invocations with " + technology); in testBeforeAdviceWithoutJoinPoint()
142 …private long testAfterReturningAdviceWithoutJoinPoint(String file, int howmany, String technology)… in testAfterReturningAdviceWithoutJoinPoint() argument
146 sw.start(howmany + " repeated after returning advice invocations with " + technology); in testAfterReturningAdviceWithoutJoinPoint()
164 private long testMix(String file, int howmany, String technology) { in testMix() argument
168 sw.start(howmany + " repeated mixed invocations with " + technology); in testMix()
/dports/cad/xcircuit/xcircuit-3.10.30/lib/tcl/
H A Dfiles.tcl19 set techlist [technology used $i]
21 if {[technology writable $tech]} {technology changed $tech 1}
46 set fname [technology filename $tname]
51 technology save $tname
88 foreach tech [technology list] {
89 if {[technology changed $tech] > 0} {
90 if {[technology writable $tech] > 0} {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dssh_public_key.rb14 def self.technology(name) singletonMethod in Gitlab.SSHPublicKey
23 technology(name)&.supported_sizes
62 technology.name if key.present?
84 def technology method in Gitlab.SSHPublicKey
/dports/games/lincity/lincity-1.13.1/help/
H A Dtech-level.hlp4 text -1 40 Your city's technology level determines
9 text -1 85 To increase your technology, you must
18 text -1 170 produce more technology than monuments.
23 text -1 215 technology than schools, but are VERY
26 text -1 240 The more technology you have, the faster
/dports/print/makeindex/makeindex/test/
H A Dbook.idx7 \indexentry{war!technology}{v}
8 \indexentry{information technology}{v}
30 \indexentry{information technology}{vi}
31 \indexentry{information technology}{vi}
38 \indexentry{information technology}{vi}
45 \indexentry{information technology}{vii}
53 \indexentry{information technology}{vii}
106 \indexentry{information technology}{3}
110 \indexentry{information technology}{3}
112 \indexentry{information technology}{3}
[all …]
/dports/print/makeindex/makeindex/src-3.0/test/
H A Dbook.idx7 \indexentry{war!technology}{v}
8 \indexentry{information technology}{v}
30 \indexentry{information technology}{vi}
31 \indexentry{information technology}{vi}
38 \indexentry{information technology}{vi}
45 \indexentry{information technology}{vii}
53 \indexentry{information technology}{vii}
106 \indexentry{information technology}{3}
110 \indexentry{information technology}{3}
112 \indexentry{information technology}{3}
[all …]
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/sam/
H A DSamHeaderValidator_p.cpp456 bool SamHeaderValidator::CheckSequencingTechnology(const std::string& technology) in CheckSequencingTechnology() argument
460 if (technology.empty()) { in CheckSequencingTechnology()
465 if (caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_CAPILLARY) || in CheckSequencingTechnology()
466 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_HELICOS) || in CheckSequencingTechnology()
467 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_ILLUMINA) || in CheckSequencingTechnology()
468 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_IONTORRENT) || in CheckSequencingTechnology()
469 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_LS454) || in CheckSequencingTechnology()
470 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_PACBIO) || in CheckSequencingTechnology()
471 caseInsensitiveCompare(technology, Constants::SAM_RG_SEQTECHNOLOGY_SOLID)) { in CheckSequencingTechnology()
476 AddError("Invalid read group sequencing platform (PL): " + technology); in CheckSequencingTechnology()
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/power/
H A Dgpm-common.c411 UpDeviceTechnology technology; in gpm_upower_get_device_description() local
435 "technology", &technology, in gpm_upower_get_device_description()
473 if (technology != UP_DEVICE_TECHNOLOGY_UNKNOWN) { in gpm_upower_get_device_description()
683 const gchar *technology = NULL; in gpm_device_technology_to_localised_string() local
687 technology = _("Lithium Ion"); in gpm_device_technology_to_localised_string()
691 technology = _("Lithium Polymer"); in gpm_device_technology_to_localised_string()
699 technology = _("Lead acid"); in gpm_device_technology_to_localised_string()
703 technology = _("Nickel Cadmium"); in gpm_device_technology_to_localised_string()
707 technology = _("Nickel metal hydride"); in gpm_device_technology_to_localised_string()
711 technology = _("Unknown technology"); in gpm_device_technology_to_localised_string()
[all …]
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHPNSAPCI-MIB356 vlsi-technology-inc (4100),
390 wyse-technology (4141),
391 olivetti-advanced-technology (4142),
410 pc-technology-inc (4162),
412 distributed-processing-technology (4164),
417 fountain-technology (4169),
422 oak-technology-inc (4174),
493 appian-technology-inc (4247),
565 tekram-technology-co-ltd (4321),
593 soyo-technology-co-ltd (4349),
[all …]
/dports/sysutils/py-hpilo/python-hpilo-4.4.3/docs/output/
H A Dget_embedded_health31 'technology': 'RDIMM',
41 'technology': 'N/A',
51 'technology': 'RDIMM',
61 'technology': 'N/A',
71 'technology': 'N/A',
81 'technology': 'N/A',
91 'technology': 'N/A',
121 'technology': 'N/A',
141 'technology': 'N/A',
151 'technology': 'N/A',
[all …]

12345678910>>...186