Home
last modified time | relevance | path

Searched refs:target_fullname (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/win32/setup/src/
H A DChangeAutorun.c175 TCHAR *target_fullname; variable
322 if( target_fullname ) in free_global_variables()
324 free( target_fullname ); in free_global_variables()
325 target_fullname = NULL; in free_global_variables()
433 if( !target_fullname ) in init_global_variables()
441 temp = target_fullname; in init_global_variables()
455 target_fullname in init_global_variables()
492 target_fullname, in init_global_variables()
501 target_fullname, in init_global_variables()
524 target_fullname = NULL; in init_global_variables()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dcopybgmessage.hh48 const std::string &target_fullname ) in CopyBGMessage() argument
57 m_target_fullname( target_fullname ) in CopyBGMessage()
H A Dcopycore.hh69 const std::string &target_fullname ) > cb );
167 const std::string &target_fullname ) > m_post_cb;
H A Dcopycore.cc1850 std::string target_fullname; in executeCopyThread() local
1854 ce1 = copydir( &cbe.entry(), tcod, true, destdir.c_str(), &target_fullname ); in executeCopyThread()
1858 target_fullname, in executeCopyThread()
1880 target_fullname ); in executeCopyThread()
1884 std::string target_fullname; in executeCopyThread() local
1888 ce1 = copyfile( &cbe.entry(), true, destdir.c_str(), &target_fullname ); in executeCopyThread()
1893 target_fullname, in executeCopyThread()
1915 target_fullname ); in executeCopyThread()
1933 const std::string &target_fullname ) > cb ) in setPostCopyCallback()
H A Dvirtualdirmode_copy.cc253 const std::string &target_fullname ) in copy()
259target_fullname ) ); in copy()
263 …_status.post_copy_cb_replies.pers_path_store_relocates.push_back( std::make_tuple( target_fullname, in copy()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dgn_processor.py162 for target_fullname in all_deps:
163 raw_spec = gn_result["targets"][target_fullname]
180 gn_out["targets"][target_fullname] = spec
202 path, name = target_fullname.split(":")
209 for target_fullname, spec in six.iteritems(targets):
211 target_path, target_name = target_info(target_fullname)
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dgn_processor.py162 for target_fullname in all_deps:
163 raw_spec = gn_result["targets"][target_fullname]
180 gn_out["targets"][target_fullname] = spec
202 path, name = target_fullname.split(":")
209 for target_fullname, spec in six.iteritems(targets):
211 target_path, target_name = target_info(target_fullname)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dgn_processor.py161 for target_fullname in all_deps:
162 raw_spec = gn_result['targets'][target_fullname]
173 gn_out['targets'][target_fullname] = spec
193 path, name = target_fullname.split(':')
200 for target_fullname, spec in targets.iteritems():
202 target_path, target_name = target_info(target_fullname)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dgn_processor.py162 for target_fullname in all_deps:
163 raw_spec = gn_result["targets"][target_fullname]
180 gn_out["targets"][target_fullname] = spec
202 path, name = target_fullname.split(":")
209 for target_fullname, spec in six.iteritems(targets):
211 target_path, target_name = target_info(target_fullname)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dgn_processor.py163 for target_fullname in all_deps:
164 raw_spec = gn_result['targets'][target_fullname]
175 gn_out['targets'][target_fullname] = spec
195 path, name = target_fullname.split(':')
202 for target_fullname, spec in six.iteritems(targets):
204 target_path, target_name = target_info(target_fullname)
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Dnaming.py68 refs = fk.target_fullname.split(".")
77 refs = fk.target_fullname.split(".")
H A Dschema.py1821 target_fullname = property(_get_colspec) variable in ForeignKey
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Dnaming.py59 refs = fk.target_fullname.split(".")
68 refs = fk.target_fullname.split(".")
H A Dschema.py1701 target_fullname = property(_get_colspec) variable in ForeignKey
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/sql/
H A Dnaming.py59 refs = fk.target_fullname.split(".")
68 refs = fk.target_fullname.split(".")
H A Dschema.py1667 target_fullname = property(_get_colspec) variable in ForeignKey
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dtypeops.py594 target_fullname: str) -> Optional[List[T]]:
611 if isinstance(lit, LiteralType) and lit.fallback.type.fullname == target_fullname:
672 def try_expanding_enum_to_union(typ: Type, target_fullname: str) -> ProperType:
694 items = [try_expanding_enum_to_union(item, target_fullname) for item in typ.items]
696 elif isinstance(typ, Instance) and typ.type.is_enum and typ.type.fullname == target_fullname:
H A Dnodes.py411 def __init__(self, target_fullname: str) -> None:
413 self.target_fullname = target_fullname
417 return self.target_fullname.split('.')[-1]
421 return self.target_fullname
431 return 'ImportedName(%s)' % self.target_fullname
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Dnaming.py83 refs = fk.target_fullname.split(".")
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Dnaming.py83 refs = fk.target_fullname.split(".")
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/doc/build/core/
H A Dconstraints.rst526 element.target_fullname for element in constraint.elements
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/doc/build/core/
H A Dconstraints.rst527 element.target_fullname for element in constraint.elements
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/doc/build/core/
H A Dconstraints.rst527 element.target_fullname for element in constraint.elements
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/doc/build/core/
H A Dconstraints.rst589 element.target_fullname for element in constraint.elements
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/doc/build/core/
H A Dconstraints.rst589 element.target_fullname for element in constraint.elements

12