Home
last modified time | relevance | path

Searched refs:the_item (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python3/
H A DObjects.hxx1091 T the_item; // lvalue member in Py::seqref
1103 , the_item( range.the_item ) in seqref()
1118 return the_item; in operator T()
1123 the_item = rhs.the_item; in operator =()
1130 the_item = ob; in operator =()
2556 T the_item; member in Py::mapref
2560 : s( map ), the_item()
2581 the_item = other.the_item; in operator =()
2589 the_item = ob; in operator =()
2597 return the_item; in operator T()
[all …]
/dports/devel/pysvn/pysvn-1.9.12/Import/pycxx-7.1.4/CXX/Python2/
H A DObjects.hxx1236 T the_item; // lvalue member in Py::seqref
1244 : s(range.s), offset(range.offset), the_item(range.the_item) in seqref()
1258 return the_item; in operator T()
1263 the_item = rhs.the_item; in operator =()
1270 the_item = ob; in operator =()
2730 T the_item; member in Py::mapref
2754 the_item = other.the_item; in operator =()
2761 the_item = ob; in operator =()
2769 return the_item; in operator T()
3619 return the_item.str(); in str()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python3/
H A DObjects.hxx1091 T the_item; // lvalue member in Py::seqref
1103 , the_item( range.the_item ) in seqref()
1118 return the_item; in operator T()
1123 the_item = rhs.the_item; in operator =()
1130 the_item = ob; in operator =()
2559 T the_item; member in Py::mapref
2563 : s( map ), the_item()
2584 the_item = other.the_item; in operator =()
2592 the_item = ob; in operator =()
2600 return the_item; in operator T()
[all …]
/dports/devel/py-cxx/pycxx-7.1.5/CXX/Python2/
H A DObjects.hxx1236 T the_item; // lvalue member in Py::seqref
1244 : s(range.s), offset(range.offset), the_item(range.the_item) in seqref()
1258 return the_item; in operator T()
1263 the_item = rhs.the_item; in operator =()
1270 the_item = ob; in operator =()
2730 T the_item; member in Py::mapref
2754 the_item = other.the_item; in operator =()
2761 the_item = ob; in operator =()
2769 return the_item; in operator T()
3619 return the_item.str(); in str()
[all …]
/dports/math/gri/gri-2.12.23/doc/
H A Dtexinfo2HTML349 $the_item = $1;
350 $the_item =~ s:\@\{:{:og;
351 $the_item =~ s:\@}:}:og;
352 $the_item =~ s:\@\@:\@:og;
353 $the_item =~ s:\@code\{([^}]*)}:`<font color="$ex_color"><code>$1</code></font>':og;
354 print "<dt> $start_item$the_item$end_item\n<dd>";
/dports/games/scummvm/scummvm-2.5.1/engines/glk/archetype/
H A Dlinked_list.cpp76 void insert_item(ListType &the_list, NodePtr the_item) { in insert_item() argument
78 for (p = the_list; p->next != the_list && p->next->key > the_item->key; p = p->next) {} in insert_item()
80 the_item->next = p->next; in insert_item()
81 p->next = the_item; in insert_item()
H A Dlinked_list.h71 extern void insert_item(ListType &the_list, NodePtr the_item);
/dports/devel/aegis/aegis-4.25.D510/libaegis/xml_node/rss/
H A Dchannel.cc33 xml_node_rss_channel::xml_node_rss_channel(rss_item *the_item, in xml_node_rss_channel() argument
37 new_item(the_item) in xml_node_rss_channel()
H A Ditem.cc33 xml_node_rss_item::xml_node_rss_item(rss_item *the_item, in xml_node_rss_item() argument
37 new_item(the_item), in xml_node_rss_item()
H A Dchannel.h67 xml_node_rss_channel(rss_item *the_item, xml_text_reader_by_node &reader,
H A Ditem.h65 xml_node_rss_item(rss_item *the_item, xml_text_reader_by_node &reader,
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Ddynload_beos.c82 PyObject *the_item; in beos_cleanup_dyn() local
84 the_item = PyList_GetItem( id_list, idx ); in beos_cleanup_dyn()
85 beos_nuke_dyn( the_item ); in beos_cleanup_dyn()
/dports/lang/python27/Python-2.7.18/Python/
H A Ddynload_beos.c82 PyObject *the_item; in beos_cleanup_dyn() local
84 the_item = PyList_GetItem( id_list, idx ); in beos_cleanup_dyn()
85 beos_nuke_dyn( the_item ); in beos_cleanup_dyn()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Ddynload_beos.c82 PyObject *the_item; in beos_cleanup_dyn() local
84 the_item = PyList_GetItem( id_list, idx ); in beos_cleanup_dyn()
85 beos_nuke_dyn( the_item ); in beos_cleanup_dyn()
/dports/math/blis/blis-0.8.1/build/gen-make-frags/
H A Dgen-make-frag.sh553 local cur_item the_item item_list
556 the_item="$1"
563 if [ "${cur_item}" = "${the_item}" ]; then
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcivserver.c505 short the_item, old_item=16; in Mac_options()
543 ModalDialog(0L, &the_item);/* don't feed 0 where a upp is expected? */ in Mac_options()
546 switch (the_item) { in Mac_options()
563 old_item=the_item; in Mac_options()
564 GetDItem(optptr, the_item, &the_type, &the_handle, &the_rect); in Mac_options()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcivserver.c505 short the_item, old_item=16; in Mac_options()
543 ModalDialog(0L, &the_item);/* don't feed 0 where a upp is expected? */ in Mac_options()
546 switch (the_item) { in Mac_options()
563 old_item=the_item; in Mac_options()
564 GetDItem(optptr, the_item, &the_type, &the_handle, &the_rect); in Mac_options()
/dports/math/libflame/libflame-5.2.0/build/
H A Dgen-make-frag.sh617 local cur_item the_item item_list
620 the_item="$1"
627 if [ "${cur_item}" = "${the_item}" ]; then
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Djson_io.cpp119 json the_item = items[j]; in load() local
120 if (the_item.is_null()) in load()
122 …recipes_store[i].items[j].id = (the_item["id"].is_number_unsigned()) ?the_item["id"].get<Uint16>()… in load()
123 …recipes_store[i].items[j].image_id = (the_item["image_id"].is_number_integer()) ?the_item["image_i… in load()
124 …recipes_store[i].items[j].quantity = (the_item["quantity"].is_number_integer()) ?the_item["quantit… in load()
/dports/net-mgmt/phpweathermap/weathermap/
H A DWeathermap.class.php544 $the_item = $this;
562 $the_item = NULL;
565 $the_item = $context;
572 $the_item = $context->a;
577 $the_item = $context->b;
598 if(is_null($the_item))
605 debug("ProcessString: Found appropriate item: ".get_class($the_item)." ".$the_item->name."\n");
613 if(isset($the_item->hints[$args]))
615 $value = $the_item->hints[$args];
627 elseif(isset($the_item->$args))
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/rss/
H A Dfeed.h63 void push_back(rss_item *the_item);
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtempo_curve.h50 ArdourCanvas::Item& the_item() const;
H A Dmarker.h78 ArdourCanvas::Item& the_item() const;
H A Dtempo_curve.cc129 TempoCurve::the_item() const in the_item() function in TempoCurve
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dview.c1351 item *the_item = (item*)e->element_pointer; in blit_preput_objects_according_to_blitting_list() local
1353 if (the_item->throw_time <= 0) { in blit_preput_objects_according_to_blitting_list()
1356 the_item->pos.z == item_under_cursor_lvl->levelnum && item_under_cursor == e->code_number) in blit_preput_objects_according_to_blitting_list()
1357 PutItem(the_item, mask, PUT_NO_THROWN_ITEMS, TRUE); in blit_preput_objects_according_to_blitting_list()
1359 PutItem(the_item, mask, PUT_NO_THROWN_ITEMS, FALSE); in blit_preput_objects_according_to_blitting_list()
1443 item *the_item = (item*)e->element_pointer; in blit_nonpreput_objects_according_to_blitting_list() local
1444 if (the_item->throw_time > 0) { in blit_nonpreput_objects_according_to_blitting_list()
1446 && item_under_cursor_lvl->levelnum == the_item->pos.z) in blit_nonpreput_objects_according_to_blitting_list()
1447 PutItem(the_item, mask, PUT_ONLY_THROWN_ITEMS, TRUE); in blit_nonpreput_objects_according_to_blitting_list()
1449 PutItem(the_item, mask, PUT_ONLY_THROWN_ITEMS, FALSE); in blit_nonpreput_objects_according_to_blitting_list()

12