Home
last modified time | relevance | path

Searched refs:_from (Results 126 – 150 of 2458) sorted by relevance

12345678910>>...99

/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Dserver.ex56 def handle_call(:take_sync_modules, _from, state) do
61 def handle_call(:modules_loaded, _from, %{loaded: :done} = state) do
65 def handle_call(:modules_loaded, _from, %{loaded: loaded} = state) when is_integer(loaded) do
70 def handle_call({:add, name, :async}, _from, %{loaded: loaded} = state)
76 def handle_call({:add, name, :sync}, _from, %{loaded: loaded} = state)
82 def handle_call({:add, _name, _type}, _from, state),
/dports/www/elgg/elgg-3.3.23/vendor/cakephp/database/Expression/
H A DBetweenExpression.php34 protected $_from; variable in Cake\\Database\\Expression\\BetweenExpression
66 $this->_from = $from;
80 'from' => $this->_from,
105 foreach ([$this->_field, $this->_from, $this->_to] as $part) {
/dports/cad/sumo/sumo-1.2.0/tools/sumolib/net/
H A Dedge.py28 self._from = fromN
86 if conn._from not in self._incoming:
87 self._incoming[conn._from] = []
88 self._incoming[conn._from].append(conn)
201 … self._from.getCoord3D(), self._to.getCoord3D())
203 self._rawShape3D = [self._from.getCoord3D(), self._to.getCoord3D()]
218 return self._from
250 … return '<edge id="%s" from="%s" to="%s"/>' % (self._id, self._from.getID(), self._to.getID())
/dports/lang/spidermonkey78/firefox-78.9.0/build/moz.configure/
H A Dutil.configure28 @imports(_from='mozbuild.shellutil', _import='quote')
55 @imports(_from='mozbuild.shellutil', _import='quote')
90 @imports(_from='ctypes', _import='wintypes')
117 @imports(_from='ctypes', _import='wintypes')
171 @imports(_from='os', _import='pathsep')
172 @imports(_from='os', _import='environ')
173 @imports(_from='mozfile', _import='which')
206 @imports(_from='six', _import='ensure_binary')
207 @imports(_from='tempfile', _import='mkstemp')
293 @imports(_from='fnmatch', _import='fnmatch')
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/build/moz.configure/
H A Dutil.configure28 @imports(_from='mozbuild.shellutil', _import='quote')
66 @imports(_from='ctypes', _import='wintypes')
92 @imports(_from='ctypes', _import='wintypes')
104 @imports(_from='mozbuild.shellutil', _import='quote')
140 @imports(_from='which', _import='which')
141 @imports(_from='which', _import='WhichError')
143 @imports(_from='os', _import='pathsep')
163 @imports(_from='tempfile', _import='mkstemp')
237 @imports(_from='__builtin__', _import='WindowsError')
238 @imports(_from='fnmatch', _import='fnmatch')
[all …]
/dports/devel/gengetopt/gengetopt-2.23/src/skels/
H A Dprint_help_string.h33 …print_help_string_gen_class(const string &_from, const string &_full_index, const string &_helpstr… in print_help_string_gen_class() argument
34 …from (_from), full_index (_full_index), helpstring (_helpstring), index (_index), last (_last), sh… in print_help_string_gen_class()
61 void set_from(const string &_from) in set_from() argument
63 from = _from; in set_from()
/dports/www/firefox-esr/firefox-91.8.0/build/moz.configure/
H A Dandroid-sdk.configure11 @imports(_from="os.path", _import="isdir")
33 @imports(_from="os.path", _import="isdir")
56 @imports(_from="os.path", _import="exists")
57 @imports(_from="os.path", _import="isdir")
76 @imports(_from="os.path", _import="isdir")
87 @imports(_from="os.path", _import="exists")
88 @imports(_from="os.path", _import="isdir")
H A Dutil.configure28 @imports(_from="mozbuild.shellutil", _import="quote")
61 @imports(_from="mozbuild.shellutil", _import="quote")
94 @imports(_from="ctypes", _import="wintypes")
120 @imports(_from="ctypes", _import="wintypes")
176 @imports(_from="os", _import="pathsep")
177 @imports(_from="os", _import="environ")
178 @imports(_from="mozfile", _import="which")
212 @imports(_from="six", _import="ensure_binary")
213 @imports(_from="tempfile", _import="mkstemp")
298 @imports(_from="fnmatch", _import="fnmatch")
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/moz.configure/
H A Dandroid-sdk.configure11 @imports(_from="os.path", _import="isdir")
33 @imports(_from="os.path", _import="isdir")
56 @imports(_from="os.path", _import="exists")
57 @imports(_from="os.path", _import="isdir")
76 @imports(_from="os.path", _import="isdir")
87 @imports(_from="os.path", _import="exists")
88 @imports(_from="os.path", _import="isdir")
H A Dutil.configure28 @imports(_from="mozbuild.shellutil", _import="quote")
61 @imports(_from="mozbuild.shellutil", _import="quote")
94 @imports(_from="ctypes", _import="wintypes")
120 @imports(_from="ctypes", _import="wintypes")
176 @imports(_from="os", _import="pathsep")
177 @imports(_from="os", _import="environ")
178 @imports(_from="mozfile", _import="which")
212 @imports(_from="six", _import="ensure_binary")
213 @imports(_from="tempfile", _import="mkstemp")
298 @imports(_from="fnmatch", _import="fnmatch")
[all …]
/dports/www/kohana/kohana-v3.3.6/modules/database/classes/Kohana/Database/Query/Builder/
H A DSelect.php20 protected $_from = array(); variable in Kohana_Database_Query_Builder_Select
109 $this->_from = array_merge($this->_from, $tables);
357 if ( ! empty($this->_from))
360 $query .= ' FROM '.implode(', ', array_unique(array_map($quote_table, $this->_from)));
426 $this->_from =
/dports/lang/spidermonkey60/firefox-60.9.0/build/moz.configure/
H A Dutil.configure28 @imports(_from='__builtin__', _import='unicode')
32 @imports(_from='mozbuild.shellutil', _import='quote')
87 @imports(_from='ctypes', _import='wintypes')
114 @imports(_from='ctypes', _import='wintypes')
163 @imports(_from='which', _import='which')
164 @imports(_from='which', _import='WhichError')
167 @imports(_from='os', _import='pathsep')
168 @imports(_from='os', _import='environ')
203 @imports(_from='tempfile', _import='mkstemp')
289 @imports(_from='fnmatch', _import='fnmatch')
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcMutationSteps.cc25 void cMutationSteps::AddSubstitutionMutation(int _pos, char _from, char _to) in AddSubstitutionMutation() argument
31 m_steps[idx].sub.from = _from; in AddSubstitutionMutation()
35 void cMutationSteps::AddDeletionMutation(int _pos, char _from) in AddDeletionMutation() argument
41 m_steps[idx].indel.inst = _from; in AddDeletionMutation()
/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Dpathfinding.h29 int _from = -1; member
35 : _from( node ) in PathfindingNode()
43 _from = -1; in resetNode()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dcore.h686 : _from(from), _to(to) {}
818 const From& _from;
905 : _from(from), _to(to),
912 bool forward = _from.u(key) != _from.v(key) ?
915 _from.direction(key);
919 const From& _from;
1119 const From& _from;
1223 if (_from.red(key)) {
1230 const From& _from;
1246 const From& _from;
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dcore.h686 : _from(from), _to(to) {}
818 const From& _from;
905 : _from(from), _to(to),
912 bool forward = _from.u(key) != _from.v(key) ?
915 _from.direction(key);
919 const From& _from;
1119 const From& _from;
1223 if (_from.red(key)) {
1230 const From& _from;
1246 const From& _from;
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dcore.h686 : _from(from), _to(to) {}
818 const From& _from;
905 : _from(from), _to(to),
912 bool forward = _from.u(key) != _from.v(key) ?
915 _from.direction(key);
919 const From& _from;
1119 const From& _from;
1223 if (_from.red(key)) {
1230 const From& _from;
1246 const From& _from;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/
H A DPathUtils.cs52 string[] _from = from.Split (PathUtils.DirectorySeparatorChar, in RelativePath()
59 int last_common, min = Math.Min (_from.Length, _to.Length); in RelativePath()
62 if (!_from [last_common].Equals (_to [last_common])) in RelativePath()
66 if (last_common < _from.Length) in RelativePath()
68 for (int i = last_common + 1; i < _from.Length; ++i) in RelativePath()
/dports/devel/py-oci/oci-2.53.1/src/oci/os_management/models/
H A Derratum.py351 def _from(self): member in Erratum
362 @_from.setter
363 def _from(self, _from): member in Erratum
372 self.__from = _from
/dports/www/firefox/firefox-99.0/build/moz.configure/
H A Dutil.configure27 @imports(_from="mozbuild.shellutil", _import="quote")
52 @imports(_from="mozbuild.shellutil", _import="quote")
85 @imports(_from="ctypes", _import="wintypes")
111 @imports(_from="ctypes", _import="wintypes")
122 @imports(_from="mozbuild.shellutil", _import="quote")
167 @imports(_from="os", _import="pathsep")
168 @imports(_from="os", _import="environ")
169 @imports(_from="mozfile", _import="which")
203 @imports(_from="tempfile", _import="mkstemp")
288 @imports(_from="fnmatch", _import="fnmatch")
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dgroup__struct__utils__helix__list.tex43 …@{Helix List Representation of Secondary Structures}!vrna\_hx\_from\_ptable@{vrna\_hx\_from\_ptabl…
44 \index{vrna\_hx\_from\_ptable@{vrna\_hx\_from\_ptable}!Helix List Representation of Secondary Struc…
45 \doxysubsubsection{\texorpdfstring{vrna\_hx\_from\_ptable()}{vrna\_hx\_from\_ptable()}}
/dports/devel/elixir-smppex/smppex-2.2.9/test/support/
H A Dsmpp_session.ex60 def handle_call({:set_pdu_handler, pdu_handler}, _from, st) do
64 def handle_call(:callbacks_received, _from, st) do
73 def handle_call({:send_pdus, pdus}, _from, st) do
77 def handle_call({:stop, reason}, _from, st) do
81 def handle_call(request, _from, st) do
/dports/print/texinfo/texinfo-6.8/tp/maintain/lib/libintl-perl/lib/Locale/RecodeData/
H A D_Encode.pm37 if ($_[0]->{_from} eq 'INTERNAL') {
41 $retval = Encode::from_to ($_[1], $_[0]->{_from}, 'UTF-32BE');
45 $retval = Encode::from_to ($_[1], $_[0]->{_from}, $_[0]->{_to});
/dports/textproc/texi2html/texi2html-5.0/lib/libintl-perl/lib/Locale/RecodeData/
H A D_Encode.pm40 if ($_[0]->{_from} eq 'INTERNAL') {
44 $retval = Encode::from_to ($_[1], $_[0]->{_from}, 'UTF-32BE');
48 $retval = Encode::from_to ($_[1], $_[0]->{_from}, $_[0]->{_to});
/dports/devel/p5-Locale-libintl/libintl-perl-1.32/lib/Locale/RecodeData/
H A D_Encode.pm37 if ($_[0]->{_from} eq 'INTERNAL') {
41 $retval = Encode::from_to ($_[1], $_[0]->{_from}, 'UTF-32BE');
45 $retval = Encode::from_to ($_[1], $_[0]->{_from}, $_[0]->{_to});

12345678910>>...99