Home
last modified time | relevance | path

Searched refs:targettype (Results 1 – 25 of 764) sorted by relevance

12345678910>>...31

/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/build/ninja/
H A Dgcc.py173 def make_targetarchflags(self, arch, targettype): argument
181 def make_carchflags(self, arch, targettype): argument
183 if targettype == 'sharedlib':
190 def make_cconfigflags(self, config, targettype): argument
202 def make_ararchflags(self, arch, targettype): argument
206 def make_arconfigflags(self, config, targettype): argument
210 def make_linkarchflags(self, arch, targettype): argument
218 if targettype == 'sharedlib':
220 elif targettype == 'bin':
223 if targettype == 'sharedlib' or targettype == 'multisharedlib':
[all …]
H A Dclang.py271 def make_targetarchflags(self, arch, targettype): argument
309 def make_carchflags(self, arch, targettype): argument
311 if targettype == 'sharedlib':
318 def make_cconfigflags(self, config, targettype): argument
330 def make_ararchflags(self, arch, targettype): argument
334 def make_arconfigflags(self, config, targettype): argument
356 if targettype == 'sharedlib':
358 elif targettype == 'bin':
361 if targettype == 'sharedlib' or targettype == 'multisharedlib':
364 if targettype == 'sharedlib':
[all …]
H A Dmsvc.py249 def make_carchflags(self, arch, targettype): argument
251 if targettype == 'sharedlib':
261 def make_cconfigflags(self, config, targettype): argument
275 def make_ararchflags(self, arch, targettype): argument
283 def make_arconfigflags(self, config, targettype): argument
289 def make_linkarchflags(self, arch, targettype): argument
297 def make_linkconfigflags(self, config, targettype): argument
353 carchflags = self.make_carchflags(arch, targettype)
356 cconfigflags = self.make_cconfigflags(config, targettype)
368 ararchflags = self.make_ararchflags(arch, targettype)
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/lib/
H A Drepair.lib.php54 * @param string $targettype Target element type
57 function checkLinkedElements($sourcetype, $targettype) argument
65 $targettable = $targettype;
69 } elseif ($targettype == 'shipping') {
74 } elseif ($targettype == 'delivery') {
79 } elseif ($targettype == 'order_supplier') {
84 } elseif ($targettype == 'invoice_supplier') {
88 …angs->trans('SourceType').': '.$sourcetype.' => '.$langs->trans('TargetType').': '.$targettype.' ';
91 $sql .= ' WHERE sourcetype="'.$sourcetype.'" AND targettype="'.$targettype.'"';
99 $elements[$obj->rowid] = array($sourcetype => $obj->fk_source, $targettype => $obj->fk_target);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/lib/
H A Drepair.lib.php50 * @param string $targettype Target element type
53 function checkLinkedElements($sourcetype, $targettype) argument
61 $targettable = $targettype;
64 elseif ($targettype == 'shipping') $targettable = 'expedition';
66 elseif ($targettype == 'delivery') $targettable = 'livraison';
68 elseif ($targettype == 'order_supplier') $targettable = 'commande_fournisseur';
70 elseif ($targettype == 'invoice_supplier') $targettable = 'facture_fourn';
72 …angs->trans('SourceType').': '.$sourcetype.' => '.$langs->trans('TargetType').': '.$targettype.' ';
75 $sql .= ' WHERE sourcetype="'.$sourcetype.'" AND targettype="'.$targettype.'"';
86 $elements[$obj->rowid] = array($sourcetype => $obj->fk_source, $targettype => $obj->fk_target);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A DHDF5Scilab.hxx152 hid_t targettype; in create() local
174 H5Tclose(targettype); in create()
181 H5Tclose(targettype); in create()
191 H5Tclose(targettype); in create()
272 H5Tclose(targettype); in create()
281 H5Tclose(targettype); in create()
311 hid_t targettype; in createObjectFromStack() local
329 if (targettype < 0) in createObjectFromStack()
446 if (targettype > 0) in createObjectFromStack()
483 if (targettype > 0) in createObjectFromStack()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLEventTarget.cpp76 delete [] this->targettype; this->targettype = NULL; in ~DelayEventData()
81 char * targettype; member in DelayEventData
127 assert(eventdata->targettype); in delay_event_alarm_cb()
309 const SbName targettypename(targettype); in getEventTarget()
357 targettype(NULL), in ScXMLEventTarget()
372 delete [] this->targettype; in ~ScXMLEventTarget()
373 this->targettype = NULL; in ~ScXMLEventTarget()
385 delete [] this->targettype; in setEventTargetType()
386 this->targettype = NULL; in setEventTargetType()
390 assert(this->targettype); in setEventTargetType()
[all …]
H A DScXMLP.cpp76 ScXMLP::registerInvokeClassType(const char * xmlns, const char * targettype, const char * source, S… in registerInvokeClassType() argument
90 ScXMLP::NamespaceDict * nsdict = ScXMLP::getNamespaceDict(ScXMLP::targettypes, targettype); in registerInvokeClassType()
168 ScXMLP::getNamespaceDict(TargettypeDict * ttdict, const char * targettype) in getNamespaceDict() argument
170 SbName targettypename(targettype); // uniqify on string pointer in getNamespaceDict()
191 ScXMLP::getInvokeClassType(const char * xmlns, const char * targettype, const char * source) in getInvokeClassType() argument
193 NamespaceDict * nsdict = ScXMLP::getNamespaceDict(ScXMLP::targettypes, targettype); in getInvokeClassType()
/dports/biology/recombine/recombine1.41/
H A Dfiletran14 $targettype = lc(<>);
15 chomp($targettype);
22 if ($sourcetype =~ /^l|^lamarc/ && $targettype =~ /^p|^phylip/) {
67 open(TARGET,">$targettype" . "_infile_pop$popout");
107 if ($targettype =~ /^l|^lamarc/ && $sourcetype =~ /^p|^phylip/) {
117 open(TARGET,">$targettype" . "_infile");
171 print "Could not translate between $sourcetype and $targettype.\n";
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dspecs.c120 const char *targettype = parv[0]; in os_cmd_specs() local
131 if (targettype != NULL) in os_cmd_specs()
140 if (!strcasecmp(targettype, "USER")) in os_cmd_specs()
159 else if (!strcasecmp(targettype, "OPERCLASS") || !strcasecmp(targettype, "CLASS")) in os_cmd_specs()
177 if (targettype == NULL) in os_cmd_specs()
192 …if (targettype == NULL ? has_priv(si, cat->privs[j].priv) : (tu ? has_priv_user(tu, cat->privs[j].… in os_cmd_specs()
205 if (targettype == NULL) in os_cmd_specs()
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/invoices/
H A Demail_unpaid_invoices_to_customers.php51 $targettype = $argv[2]; variable
83 if ($targettype == 'contacts')
86 if ($targettype == 'contacts')
94 if ($targettype == 'contacts')
97 if ($targettype == 'contacts')
114 print "We found ".$num." couples (unpayed validated invoices-".$targettype.") qualified\n";
115 dol_syslog("We found ".$num." couples (unpayed validated invoices-".$targettype.") qualified");
133 if ($targettype == 'contacts') {
153 if ($targettype == 'contacts') {
/dports/www/dolibarr/dolibarr-14.0.3/scripts/invoices/
H A Demail_unpaid_invoices_to_customers.php53 $targettype = $argv[2]; variable
85 if ($targettype == 'contacts') {
89 if ($targettype == 'contacts') {
100 if ($targettype == 'contacts') {
104 if ($targettype == 'contacts') {
122 print "We found ".$num." couples (unpayed validated invoices-".$targettype.") qualified\n";
123 dol_syslog("We found ".$num." couples (unpayed validated invoices-".$targettype.") qualified");
141 if ($targettype == 'contacts') {
163 if ($targettype == 'contacts') {
/dports/games/spellcast/spellcast/
H A Demonster.c157 int target, targettype; local
244 targettype = 0;
248 targettype = 0;
264 targettype = QuVal_Target_Wizard;
269 targettype = QuVal_Target_Creature;
277 thud->perm.mind_detail = targettype | target;
281 targettype = thud->last_targettype;
290 targettype = 0;
296 targettype = ival & QuVal_Target_MASK;
300 thud->last_targettype = targettype;
[all …]
H A Dengine.c687 int targettype;
703 int NumberOfBeings(pgame, targettype) in NumberOfBeings() argument
705 int targettype;
720 int targettype, targetnum;
745 int targettype, targetnum;
769 int targettype, targetnum;
794 int targettype, indexnum;
832 int targettype, indexnum;
888 int targettype, indexnum;
1243 tmp->targettype = (-1);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/contracts/
H A Demail_expire_services_to_customers.php51 $targettype = $argv[2]; variable
83 if ($targettype == 'contacts')
86 if ($targettype == 'contacts')
96 if ($targettype == 'contacts')
99 if ($targettype == 'contacts')
116 print "We found ".$num." couples (services to expire-".$targettype.") qualified\n";
117 dol_syslog("We found ".$num." couples (services to expire-".$targettype.") qualified");
135 if ($targettype == 'contacts') {
155 if ($targettype == 'contacts') {
/dports/www/dolibarr/dolibarr-14.0.3/scripts/contracts/
H A Demail_expire_services_to_customers.php53 $targettype = $argv[2]; variable
85 if ($targettype == 'contacts') {
89 if ($targettype == 'contacts') {
102 if ($targettype == 'contacts') {
106 if ($targettype == 'contacts') {
124 print "We found ".$num." couples (services to expire-".$targettype.") qualified\n";
125 dol_syslog("We found ".$num." couples (services to expire-".$targettype.") qualified");
143 if ($targettype == 'contacts') {
165 if ($targettype == 'contacts') {
/dports/www/moodle310/moodle/admin/tool/usertours/classes/
H A Dtarget.php68 $targettype = self::$mapping[self::get_target_constant($type)];
69 return "\\tool_usertours\\local\\target\\{$targettype}";
83 $targettype = self::$mapping[$step->get_targettype()];
84 return "\\tool_usertours\\local\\target\\{$targettype}";
H A Dstep.php65 protected $targettype; variable in tool_usertours\\step
150 $this->targettype = $record->targettype;
253 return $this->targettype;
263 $this->targettype = $value;
446 'targettype' => $this->targettype,
629 $this->set_targettype($data->targettype);
/dports/www/moodle39/moodle/admin/tool/usertours/classes/
H A Dtarget.php68 $targettype = self::$mapping[self::get_target_constant($type)];
69 return "\\tool_usertours\\local\\target\\{$targettype}";
83 $targettype = self::$mapping[$step->get_targettype()];
84 return "\\tool_usertours\\local\\target\\{$targettype}";
H A Dstep.php65 protected $targettype; variable in tool_usertours\\step
150 $this->targettype = $record->targettype;
253 return $this->targettype;
263 $this->targettype = $value;
446 'targettype' => $this->targettype,
629 $this->set_targettype($data->targettype);
/dports/www/moodle311/moodle/admin/tool/usertours/classes/
H A Dtarget.php68 $targettype = self::$mapping[self::get_target_constant($type)];
69 return "\\tool_usertours\\local\\target\\{$targettype}";
83 $targettype = self::$mapping[$step->get_targettype()];
84 return "\\tool_usertours\\local\\target\\{$targettype}";
H A Dstep.php65 protected $targettype; variable in tool_usertours\\step
150 $this->targettype = $record->targettype;
253 return $this->targettype;
263 $this->targettype = $value;
446 'targettype' => $this->targettype,
629 $this->set_targettype($data->targettype);
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/scxml/
H A DScXMLEventTarget.h55 virtual void setEventTargetType(const char * targettype);
56 const char * getEventTargetType(void) const { return this->targettype; } in getEventTargetType()
78 char * targettype; variable
93 …static ScXMLEventTarget * getEventTarget(const char * targettype, const char * targetname, const c…
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vtol/
H A Dvtol_macros.h58 #define OUTSIDE_BOUNDARY(targettype, inftype, target)\ argument
59 std::vector<targettype*> *newlist = new std::vector<targettype*>();\
60 std::vector<targettype*> *templist;\
64 std::vector<targettype*>::iterator m_i;\
/dports/databases/pgrouting/pgrouting-3.2.0/sql/topology/
H A DanalyzeOneway.sql141 targettype TEXT;
197 SELECT * INTO targettype FROM _pgr_getColumnType(sname,tname,targetname,1);
204 perform _pgr_onError(targettype NOT IN('integer','smallint','bigint') , 2,
205 …xpected type of '|| targetname || ' is INTEGER,smallint OR BIGINTi but '||targettype||' was found',
206 'Type of Column '|| targetname || ' is ' || targettype);

12345678910>>...31