Home
last modified time | relevance | path

Searched refs:oni (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DOsxNetworkInterface.cs42 OsxNetworkInterface oni = GetOrCreate(interfacesByName, name); in GetOsxNetworkInterfaces()
43 oni.ProcessIpv4Address(ipAddr, maskAddr); in GetOsxNetworkInterfaces()
58 OsxNetworkInterface oni = GetOrCreate(interfacesByName, name); in GetOsxNetworkInterfaces()
59 oni.ProcessIpv6Address(ipAddr, *scopeId); in GetOsxNetworkInterfaces()
74 OsxNetworkInterface oni = GetOrCreate(interfacesByName, name); in GetOsxNetworkInterfaces()
75 oni.ProcessLinkLayerAddress(llAddr); in GetOsxNetworkInterfaces()
112 OsxNetworkInterface oni; in GetOrCreate()
113 if (!interfaces.TryGetValue(name, out oni)) in GetOrCreate()
115 oni = new OsxNetworkInterface(name); in GetOrCreate()
116 interfaces.Add(name, oni); in GetOrCreate()
[all …]
H A DOsxIpInterfaceProperties.cs16 public OsxIpInterfaceProperties(OsxNetworkInterface oni, int mtu) : base(oni) in OsxIpInterfaceProperties() argument
18 _ipv4Properties = new OsxIPv4InterfaceProperties(oni, mtu); in OsxIpInterfaceProperties()
19 _ipv6Properties = new OsxIPv6InterfaceProperties(oni, mtu); in OsxIpInterfaceProperties()
20 _gatewayAddresses = GetGatewayAddresses(oni.Index); in OsxIpInterfaceProperties()
H A DOsxIPv6InterfaceProperties.cs11 public OsxIPv6InterfaceProperties(OsxNetworkInterface oni, int mtu) in OsxIPv6InterfaceProperties() argument
12 : base(oni) in OsxIPv6InterfaceProperties()
H A DOsxIPv4InterfaceProperties.cs11 public OsxIPv4InterfaceProperties(OsxNetworkInterface oni, int mtu) in OsxIPv4InterfaceProperties() argument
12 : base(oni) in OsxIPv4InterfaceProperties()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Du-opal-heroes.g307 (halberd 88 88 oni)
320 (mage 87 90 oni)
321 (mage 87 89 oni)
322 (weaver 90 88 oni)
323 (weaver 90 89 oni)
324 (weaver 89 90 oni)
325 (weaver 88 90 oni)
326 (weaver 88 89 oni)
329 (tower 87 102 oni)
330 (tower 75 99 oni)
[all …]
H A Dspec-units.g307 (halberd 88 88 oni)
320 (mage 87 90 oni)
321 (mage 87 89 oni)
322 (weaver 90 88 oni)
323 (weaver 90 89 oni)
324 (weaver 89 90 oni)
325 (weaver 88 90 oni)
326 (weaver 88 89 oni)
329 (tower 87 102 oni)
330 (tower 75 99 oni)
[all …]
H A Du-opal.g307 (osword 88 88 oni)
308 (osword 87 88 oni)
309 (osword 86 89 oni)
310 (osword 86 88 oni)
320 (weaver 87 90 oni)
321 (weaver 87 89 oni)
322 (weaver 90 88 oni)
323 (weaver 90 89 oni)
324 (weaver 89 90 oni)
330 (tower 75 99 oni)
[all …]
/dports/cad/electric/electric-7.00/src/rout/
H A Droutauto.c241 oni = ro_nodesinarea[k]; in ro_checkstitching()
248 if (oni->temp1 != 0 && oni->temp1 <= ni->temp1) continue; in ro_checkstitching()
265 if (lx > oni->geom->highx || hx < oni->geom->lowx || in ro_checkstitching()
266 ly > oni->geom->highy || hy < oni->geom->lowy) continue; in ro_checkstitching()
376 ox = (oni->lowx + oni->highx) / 2; in ro_checkstitching()
377 oy = (oni->lowy + oni->highy) / 2; in ro_checkstitching()
524 if (oni->proto->primindex == 0) in ro_testpoly()
527 if (oni->temp2 == 0 || oni->temp2 == -1) bbp = -1; else in ro_testpoly()
552 makerot(oni, trans); in ro_testpoly()
553 rni = oni; rpp = mpp; in ro_testpoly()
[all …]
H A Droutmimic.c327 REGISTER NODEINST *ni, *oni, *node0, *node1; in ro_mimicthis() local
480 for(oni = cell->firstnodeinst; oni != NONODEINST; oni = oni->nextnodeinst) in ro_mimicthis()
502 if (ni != oni) continue; in ro_mimicthis()
505 if (ni == oni) continue; in ro_mimicthis()
509 if (ni->geom->lowx - oni->geom->highx > dist) continue; in ro_mimicthis()
540 oportpos = oni->temp1; in ro_mimicthis()
615 if (ni->proto != proto0 || oni->proto != proto1) in ro_mimicthis()
621 nodesizeoffset(oni, &lx, &ly, &hx, &hy); in ro_mimicthis()
622 wid = oni->highx-hx - (oni->lowx+lx); in ro_mimicthis()
623 hei = oni->highy-hy - (oni->lowy+ly); in ro_mimicthis()
[all …]
H A Drout.c1140 for(oni = ro_copiedtopocell->firstnodeinst; oni != NONODEINST; oni = oni->nextnodeinst) in ro_pastetopology()
1147 ofun = nodefunction(oni); in ro_pastetopology()
1152 for(oni = tonp->firstnodeinst; oni != NONODEINST; oni = oni->nextnodeinst) in ro_pastetopology()
1156 if (oni->proto == ni->proto) tocount++; in ro_pastetopology()
1159 ofun = nodefunction(oni); in ro_pastetopology()
1178 for(oni = ro_copiedtopocell->firstnodeinst; oni != NONODEINST; oni = oni->nextnodeinst) in ro_pastetopology()
1182 if (insamecellgrp(oni->proto, ni->proto)) fromlist[fromcount++] = oni; in ro_pastetopology()
1185 ofun = nodefunction(oni); in ro_pastetopology()
1192 for(oni = tonp->firstnodeinst; oni != NONODEINST; oni = oni->nextnodeinst) in ro_pastetopology()
1196 if (oni->proto == ni->proto) tolist[tocount++] = oni; in ro_pastetopology()
[all …]
/dports/games/wargus/wargus-3.2.0/scripts/menus/
H A Doptions.lua73 …effectscheckbox = menu:addImageRadioButton("", "effectscheckbox", 37, 200, offi, offi2, oni, oni2,…
81 …effectscheckbox = menu:addImageRadioButton("", "effectscheckbox", 37, 222, offi, offi2, oni, oni2,…
141 …musiccheckbox = menu:addImageRadioButton("", "musiccheckbox", 138, 200, offi, offi2, oni, oni2, fu…
150 …musiccheckbox = menu:addImageRadioButton("", "musiccheckbox", 138, 222, offi, offi2, oni, oni2, fu…
204 … showHotkeys = menu:addImageCheckBox(_("Show Hotkeys"), 10, 10 + 18 * row, offi, offi2, oni, oni2,
214 …local grabMouse = menu:addImageCheckBox(_("Grab Mouse"), 10, 10 + 18 * row, offi, offi2, oni, oni2…
302 …fogOfWar = menu:addImageCheckBox(_("Fog of War"), 10, 10 + 18 * row, offi, offi2, oni, oni2, funct…
492 …local opaqueFores = menu:addImageCheckBox(_("Forest"), 200, 28 + 19 * 7, offi, offi2, oni, oni2, …
502 …local opaqueFores = menu:addImageCheckBox(_("Rocks"), 200, 28 + 19 * 8, offi, offi2, oni, oni2, f…
512 …local opaqueFores = menu:addImageCheckBox(_("Walls"), 200, 28 + 19 * 9, offi, offi2, oni, oni2, f…
[all …]
H A Ddiplomacy.lua31 alliedcb = menu:addImageCheckBox("", 126, (18 * j) + 24, offi, offi2, oni, oni2,
41 enemycb = menu:addImageCheckBox("", 186, (18 * j) + 24, offi, offi2, oni, oni2,
50 sharedvisioncb = menu:addImageCheckBox("", 276, (18 * j) + 24, offi, offi2, oni, oni2,
/dports/devel/dbus-c++/dbus-cplusplus-0.9.1pw/src/
H A Dintrospection.cpp118 ObjectPathList::const_iterator oni; in Introspect() local
120 for (oni = nodes.begin(); oni != nodes.end(); ++oni) in Introspect()
122 xml << "\n\t<node name=\"" << (*oni) << "\"/>"; in Introspect()
/dports/sysutils/webmin/webmin-1.981/bind8/lang/
H A Dmt.auto8 index_zones=Żoni DNS eżistenti
39 index_return=lista taż-żoni
41 index_find=Sib żoni li jaqblu :
56 index_all=Iż-żoni kollha
564 acl_zall=Iż-żoni kollha
565 acl_zsel=Żoni magħżula ..
787 zonedef_title=Żoni Defaulti
811 find_title=Sib Żoni
813 find_none=Ma nstabu żoni
877 log_delete_zones=Żoni $1
[all …]
/dports/sysutils/webmin/webmin-1.981/zones/
H A Dmodule.info.mt.auto1 longdesc_mt=Oħloq u mmaniġġja 10 żoni Solaris.
2 desc_mt=Żoni Solaris
/dports/cad/electric/electric-7.00/src/io/
H A Diolout.c126 REGISTER NODEINST *subno, *oni; in io_l_writecell() local
384 oni = subar->end[thatend].nodeinst; in io_l_writecell()
385 enature = io_l_nodetype(oni); in io_l_writecell()
397 for(opi = oni->firstportarcinst; opi != NOPORTARCINST; opi = opi->nextportarcinst) in io_l_writecell()
415 if (oni->firstportexpinst != NOPORTEXPINST && nodefunction(oni) == NPPIN) in io_l_writecell()
417 io_l_fixname(oni->firstportexpinst->exportproto->protoname)); else in io_l_writecell()
418 xprintf(io_fileout, x_(" %s"), io_l_name(oni)); in io_l_writecell()
424 transistorports(oni, &gateleft, &gateright, &activetop, &activebottom); in io_l_writecell()
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DSimCommand.c70 cmdto->oni=cmdfrom->oni; in scmdcopycommand()
109 cmd->oni=cmd->offi=cmd->dti=0; in scmdalloc()
292 cmd->oni=cmd->offi=(Q_LONGLONG)on; in scmdaddcommand()
295 cmd->oni=(Q_LONGLONG)on; in scmdaddcommand()
373 cmd->oni=cmd->offi=iter-1; in scmddocommandtiming()
380 if(cmd->oni<0) cmd->oni=iter+1; } in scmddocommandtiming()
382 cmd->oni=iter; in scmddocommandtiming()
386 cmd->oni=iter; in scmddocommandtiming()
486 cmd->oni+=cmd->dti; in scmdexecute()
487 q_insert(NULL,0,0,cmd->oni,(void*)cmd,cmds->cmdi); } in scmdexecute()
[all …]
/dports/games/klavaro/klavaro-3.11/data/
H A Deo.words332 oni
346 oni
725 oni
1145 oni
1165 oni
1178 oni
1195 oni
1231 oni
1252 oni
1270 oni
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Dlex.c108 struct operator_name_info_t *oni; in init_operators() local
115 oni = (ASSN_P \ in init_operators()
118 oni->identifier = identifier; \ in init_operators()
119 oni->name = NAME; \ in init_operators()
120 oni->mangled_name = MANGLING; \ in init_operators()
121 oni->arity = ARITY; in init_operators()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Dlex.c107 struct operator_name_info_t *oni; in init_operators() local
114 oni = (ASSN_P \ in init_operators()
117 oni->identifier = identifier; \ in init_operators()
118 oni->name = NAME; \ in init_operators()
119 oni->mangled_name = MANGLING; \ in init_operators()
120 oni->arity = ARITY; in init_operators()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Dlex.c107 struct operator_name_info_t *oni; in init_operators() local
114 oni = (ASSN_P \ in init_operators()
117 oni->identifier = identifier; \ in init_operators()
118 oni->name = NAME; \ in init_operators()
119 oni->mangled_name = MANGLING; \ in init_operators()
120 oni->arity = ARITY; in init_operators()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp188 NativeInstruction* oni = nativeInstruction_at(orig_addr); in fix_relocation_after_move() local
191 intptr_t poll_addr = (intptr_t)oni + *orig_disp; in fix_relocation_after_move()
210 NativeInstruction* oni = nativeInstruction_at(orig_addr); in fix_relocation_after_move() local
213 intptr_t poll_addr = (intptr_t)oni + *orig_disp; in fix_relocation_after_move()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp188 NativeInstruction* oni = nativeInstruction_at(orig_addr); in fix_relocation_after_move() local
191 intptr_t poll_addr = (intptr_t)oni + *orig_disp; in fix_relocation_after_move()
210 NativeInstruction* oni = nativeInstruction_at(orig_addr); in fix_relocation_after_move() local
213 intptr_t poll_addr = (intptr_t)oni + *orig_disp; in fix_relocation_after_move()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dlex.c101 struct operator_name_info_t *oni; in init_operators() local
108 oni = (ASSN_P \ in init_operators()
111 oni->identifier = identifier; \ in init_operators()
112 oni->name = NAME; \ in init_operators()
113 oni->mangled_name = MANGLING; \ in init_operators()
114 oni->arity = ARITY; in init_operators()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dlex.c101 struct operator_name_info_t *oni; in init_operators() local
108 oni = (ASSN_P \ in init_operators()
111 oni->identifier = identifier; \ in init_operators()
112 oni->name = NAME; \ in init_operators()
113 oni->mangled_name = MANGLING; \ in init_operators()
114 oni->arity = ARITY; in init_operators()

12345678910>>...45