Home
last modified time | relevance | path

Searched refs:Place (Results 1 – 25 of 8505) sorted by relevance

12345678910>>...341

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DPlace.cs8 public struct Place : IEquatable<Place> struct
25 public bool Equals(Place other) in Equals() argument
32 return (obj is Place) && Equals((Place)obj); in Equals()
40 public static bool operator !=(Place p1, Place p2) in operator !=() argument
45 public static bool operator ==(Place p1, Place p2) in operator ==() argument
50 public static bool operator <(Place p1, Place p2) in operator <() argument
58 public static bool operator <=(Place p1, Place p2) in operator <=() argument
67 public static bool operator >(Place p1, Place p2) in operator >() argument
75 public static bool operator >=(Place p1, Place p2) in operator >=() argument
84 public static Place operator +(Place p1, Place p2) in operator +() argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_place.go526 type Place struct { struct
1654 func (t *Place) NameLen() (l int) { argument
1998 func (t *Place) IconLen() (l int) { argument
2999 func (t *Place) TagLen() (l int) { argument
3215 func (t *Place) UrlLen() (l int) { argument
3308 func (t *Place) ToLen() (l int) { argument
3433 func (t *Place) BtoLen() (l int) { argument
3558 func (t *Place) CcLen() (l int) { argument
3683 func (t *Place) BccLen() (l int) { argument
4851 func (t *Place) AddUnknown(k string, i interface{}) (this *Place) { argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_place.go11 type Place struct { struct
13 raw *vocab.Place argument
17 func (t *Place) Raw() (n *vocab.Place) { argument
57 func (t *Place) SetAccuracy(k float64) { argument
193 func (t *Place) SetRadius(k float64) { argument
227 func (t *Place) SetUnits(k string) { argument
802 func (t *Place) SetId(k *url.URL) { argument
1416 func (t *Place) LenTo() (idx int) { argument
1452 func (t *Place) RemoveTo(idx int) { argument
1528 func (t *Place) LenCc() (idx int) { argument
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Graphs/
H A DCTrick.pas61 Place:=0;
65 Inc(Place);
140 Place:=0;
148 Start:=Place;
155 Finish:=Place;
275 Place:=-1;
282 Place:=J;
285 Order[I]:=Place;
353 Place:=0;
358 Inc(Place);
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/orm/
H A Dtest_manytomany.py125 Place,
157 Place,
161 Place,
205 Place,
209 Place,
241 Place,
256 Place,
305 Place,
313 Place,
349 Place,
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/orm/
H A Dtest_manytomany.py125 Place,
157 Place,
161 Place,
205 Place,
209 Place,
241 Place,
256 Place,
305 Place,
313 Place,
349 Place,
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/orm/
H A Dtest_manytomany.py99 Place,
108 p1 = Place('place1')
109 p2 = Place('place2')
110 p3 = Place('place3')
111 p4 = Place('place4')
112 p5 = Place('place5')
113 p6 = Place('place6')
114 p7 = Place('place7')
141 Place,
151 p1 = Place('place1')
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/orm/
H A Dtest_manytomany.py111 p1 = Place('place1')
112 p2 = Place('place2')
113 p3 = Place('place3')
114 p4 = Place('place4')
115 p5 = Place('place5')
116 p6 = Place('place6')
117 p7 = Place('place7')
154 p1 = Place('place1')
155 p2 = Place('place2')
216 mapper(Place, place)
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DPlace.h33 class AWS_LOCATIONSERVICE_API Place
36 Place();
37 Place(Aws::Utils::Json::JsonView jsonValue);
38 Place& operator=(Aws::Utils::Json::JsonView jsonValue);
123 inline Place& WithCountry(const Aws::String& value) { SetCountry(value); return *this;} in WithCountry()
137 inline Place& WithCountry(const char* value) { SetCountry(value); return *this;} in WithCountry()
193 inline Place& WithLabel(const Aws::String& value) { SetLabel(value); return *this;} in WithLabel()
205 inline Place& WithLabel(const char* value) { SetLabel(value); return *this;} in WithLabel()
393 inline Place& WithRegion(const char* value) { SetRegion(value); return *this;} in WithRegion()
442 inline Place& WithStreet(const char* value) { SetStreet(value); return *this;} in WithStreet()
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/
H A Dtest_manytomany.py123 Place,
155 Place,
159 Place,
203 Place,
207 Place,
239 Place,
254 Place,
303 Place,
311 Place,
347 Place,
[all …]
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Derror.h169 } Place; typedef
174 void Place_init(Place *p, const char *fileName);
175 void Place_copy(Place *p, Place *srcP);
176 void Place_incLineno(Place *p, int delta);
178 void Place_endModule(Place *p);
179 void Place_startMTag(Place *p, const char *modName);
180 void Place_endMTag(Place *p);
183 void Place_setCurrent(Place*);
184 void Place_resetModLine(Place*);
185 Place *Place_getCurrent();
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DQueue.h73 return theHead ? Place(*theHead).thePrev : 0; in lastIn()
86 Assert(Place(*i).isolated()); in enqueueAfter()
89 Next(*i, Place(*pos).theNext); in enqueueAfter()
103 Assert(!Place(*i).isolated()); in dequeue()
105 Next(*Place(*i).thePrev, Place(*i).theNext); in dequeue()
107 theHead = Place(*i).theNext; in dequeue()
108 Place(*i).isolate(); in dequeue()
154 Place(i).theNext = n; in Next()
156 Place(*n).thePrev = &i; in Next()
162 Place(i).thePrev = p; in Prev()
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/doc/snippets/declarative/
H A Dplaces.qml63 Place {
318 Place {
348 //! [Place savePlace]
350 //! [Place savePlace]
382 //! [Place placeId]
386 //! [Place placeId]
390 //! [Place primaryPhone]
395 //! [Place primaryFax]
399 //! [Place primaryFax]
412 //! [Place favorite]
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/Clonkomotive.ocs/
H A DScript.c112 Cloud->Place(16); in InitEnvironment()
145 Grass->Place(100); in InitVegetation()
146 Wheat->Place(10); in InitVegetation()
147 SproutBerryBush->Place(3); in InitVegetation()
148 Flower->Place(20 + 4 * map_size); in InitVegetation()
150 Trunk->Place(6 + 2 * map_size); in InitVegetation()
151 Fern->Place(20 + 4 * map_size); in InitVegetation()
157 Coral->Place(10 + 2 * map_size); in InitVegetation()
169 Fish->Place(20 + 4 * map_size); in InitAnimals()
171 Shark->Place(difficulty - 1); in InitAnimals()
[all …]
/dports/security/fprintd/libfprint-fprintd-V_0_8_1/po/
H A Den_GB.po61 msgid "Place your finger on %s"
62 msgstr "Place your finger on %s"
79 msgid "Place your left thumb on %s"
80 msgstr "Place your left thumb on %s"
97 msgid "Place your left index finger on %s"
98 msgstr "Place your left index finger on %s"
115 msgid "Place your left middle finger on %s"
133 msgid "Place your left ring finger on %s"
134 msgstr "Place your left ring finger on %s"
169 msgid "Place your right thumb on %s"
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/AcidRift.ocs/
H A DScript.c140 SproutBerryBush->Place(2, top); in InitVegetation()
141 SproutBerryBush->Place(2, middle); in InitVegetation()
143 Fern->Place(20, top); in InitVegetation()
144 Fern->Place(20, middle); in InitVegetation()
145 Fern->Place(20, bottom); in InitVegetation()
146 Mushroom->Place(10, top); in InitVegetation()
147 Mushroom->Place(10, middle); in InitVegetation()
148 Mushroom->Place(10, bottom); in InitVegetation()
151 Branch->Place(24 + Random(12)); in InitVegetation()
152 Trunk->Place(12 + Random(8)); in InitVegetation()
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/datatypes/
H A Dplace.cpp77 KITINERARY_PRIVATE_BASE_GADGET(Place)
86 KITINERARY_MAKE_BASE_CLASS(Place)
87 KITINERARY_MAKE_PROPERTY(Place, QString, name, setName)
89 KITINERARY_MAKE_PROPERTY(Place, GeoCoordinates, geo, setGeo)
90 KITINERARY_MAKE_PROPERTY(Place, QString, telephone, setTelephone)
92 KITINERARY_MAKE_OPERATOR(Place)
102 KITINERARY_MAKE_SUB_CLASS(Airport, Place)
110 KITINERARY_MAKE_SUB_CLASS(BoatTerminal, Place)
117 KITINERARY_MAKE_SUB_CLASS(TrainStation, Place)
124 KITINERARY_MAKE_SUB_CLASS(BusStation, Place)
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Worlds.ocf/RapidRefining.ocs/
H A DScript.c174 Tree_Deciduous->Place(16, Shape->Rectangle(0, 0, 240, 160)); in InitVegetation()
176 Cotton->Place(4, Shape->Rectangle(0, 0, 240, 160)); in InitVegetation()
178 Grass->Place(100); in InitVegetation()
182 Fern->Place(40 + 6 * map_size); in InitVegetation()
183 Mushroom->Place(40 + 6 * map_size); in InitVegetation()
184 Branch->Place(20 + 3 * map_size); in InitVegetation()
193 Seaweed->Place(12, place_rect); in InitVegetation()
194 Coral->Place(8, place_rect); in InitVegetation()
211 Wipf->Place(10); in InitAnimals()
216 Fish->Place(fish_count * (3 - difficulty), place_rect); in InitAnimals()
[all …]
/dports/devel/py-urwid/urwid-2.1.2/docs/tutorial/
H A Dadventure.py10 class Place(urwid.WidgetWrap): class
12 super(Place, self).__init__(
36 map_top = Place(u'porch', [
37 Place(u'kitchen', [
39 Place(u'cupboard', [
43 Place(u'garden', [
44 Place(u'tree', [
49 Place(u'street', [
50 Place(u'store', [
53 Place(u'lake', [
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dmochinum.erl35 R = insert_decimal(Place, Digits),
80 insert_decimal(Place, S) when Place > 0 ->
82 case Place - L of
94 insert_decimal(Place, S) when Place > -6 ->
96 insert_decimal(Place, S) ->
97 insert_decimal_exp(Place, S).
99 insert_decimal_exp(Place, S) ->
107 Exp = case Place < 0 of
230 transform_digits(Place, Rest);
231 transform_digits(Place, Digits) ->
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochinum.erl53 R = insert_decimal(Place, Digits),
98 insert_decimal(Place, S) when Place > 0 ->
100 case Place - L of
112 insert_decimal(Place, S) when Place > -6 ->
114 insert_decimal(Place, S) ->
115 insert_decimal_exp(Place, S).
117 insert_decimal_exp(Place, S) ->
125 Exp = case Place < 0 of
248 transform_digits(Place, Rest);
249 transform_digits(Place, Digits) ->
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_numerical.erl39 R = insert_decimal(Place, Digits),
84 insert_decimal(Place, S) when Place > 0 ->
86 case Place - L of
98 insert_decimal(Place, S) when Place > -6 ->
100 insert_decimal(Place, S) ->
101 insert_decimal_exp(Place, S).
103 insert_decimal_exp(Place, S) ->
111 Exp = case Place < 0 of
234 transform_digits(Place, Rest);
235 transform_digits(Place, Digits) ->
[all …]
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochinum.erl53 R = insert_decimal(Place, Digits),
98 insert_decimal(Place, S) when Place > 0 ->
100 case Place - L of
112 insert_decimal(Place, S) when Place > -6 ->
114 insert_decimal(Place, S) ->
115 insert_decimal_exp(Place, S).
117 insert_decimal_exp(Place, S) ->
125 Exp = case Place < 0 of
248 transform_digits(Place, Rest);
249 transform_digits(Place, Digits) ->
[all …]
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dmochinum.erl35 R = insert_decimal(Place, Digits),
80 insert_decimal(Place, S) when Place > 0 ->
82 case Place - L of
94 insert_decimal(Place, S) when Place > -6 ->
96 insert_decimal(Place, S) ->
97 insert_decimal_exp(Place, S).
99 insert_decimal_exp(Place, S) ->
107 Exp = case Place < 0 of
230 transform_digits(Place, Rest);
231 transform_digits(Place, Digits) ->
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochinum.erl53 R = insert_decimal(Place, Digits),
98 insert_decimal(Place, S) when Place > 0 ->
100 case Place - L of
112 insert_decimal(Place, S) when Place > -6 ->
114 insert_decimal(Place, S) ->
115 insert_decimal_exp(Place, S).
117 insert_decimal_exp(Place, S) ->
125 Exp = case Place < 0 of
248 transform_digits(Place, Rest);
249 transform_digits(Place, Digits) ->
[all …]

12345678910>>...341