Home
last modified time | relevance | path

Searched refs:prestr (Results 1 – 25 of 86) sorted by relevance

1234

/dports/www/opencart/opencart-3.0.3.8/upload/catalog/model/extension/payment/
H A Dalipay_cross.php37 $prestr = $this->createLinkstring($para_sort);
42 $mysign = $this->md5Sign($prestr, $this->alipay_config['key']);
96 $prestr = $this->createLinkstring($para_sort);
100 $isSgin = $this->md5Verify($prestr, $sign, $this->alipay_config['key']);
160 function md5Sign($prestr, $key) { argument
161 $prestr = $prestr . $key;
162 return md5($prestr);
165 function md5Verify($prestr, $sign, $key) argument
167 $prestr = $prestr . $key;
168 $mysgin = md5($prestr);
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dinitialstrainincreases.f19 subroutine initialstrainincreases(inpc,textpart,prestr,iprestr, argument
32 real*8 beta(8),prestr(6,mi(1),*) local
94 prestr(j,k,l)=prestr(j,k,l)+beta(j)
H A Dresultsmech_u.f21 & ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr, argument
51 & t0(*),t1(*),prestr(6,mi(1),*),eme(6,mi(1),*), local
65 & ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr,
78 & ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr,
92 & ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr,
H A DCalculiXstep.c223 *prestr=NULL,*orab=NULL,*amta=NULL, in CalculiXstep() local
884 RENEW(prestr,double,6*mi[0]**ne); in CalculiXstep()
888 sti[6*mi[0]*i+6*j+k]=prestr[6*mi[0]*i+6*j+k]; in CalculiXstep()
894 RENEW(prestr,double,6*mi[0]**ne); in CalculiXstep()
898 eme[6*mi[0]*i+6*j+k]=prestr[6*mi[0]*i+6*j+k]; in CalculiXstep()
904 SFREE(prestr); in CalculiXstep()
1471 t0,t1,t1old,ithermal,prestr,&iprestr, in CalculiXstep()
1504 t0,t1,t1old,ithermal,prestr,&iprestr, in CalculiXstep()
1630 t0,t1,t1old,ithermal,prestr,&iprestr, in CalculiXstep()
1771 &prestr,ithermal,&t0,&t1,&t1old,&iamt1,&ne1d, in CalculiXstep()
[all …]
H A Dccx_2.18.c713 RENEW(prestr,double,6*mi[0]*ne); in main()
717 sti[6*mi[0]*i+6*j+k]=prestr[6*mi[0]*i+6*j+k]; in main()
723 RENEW(prestr,double,6*mi[0]*ne); in main()
727 eme[6*mi[0]*i+6*j+k]=prestr[6*mi[0]*i+6*j+k]; in main()
733 SFREE(prestr); in main()
1057 if(iprestr>0) RENEW(prestr,double,6*mi[0]*ne); in main()
1310 t0,t1,t1old,ithermal,prestr,&iprestr, in main()
1343 t0,t1,t1old,ithermal,prestr,&iprestr, in main()
1469 t0,t1,t1old,ithermal,prestr,&iprestr, in main()
1616 &prestr,ithermal,&t0,&t1,&t1old,&iamt1,&ne1d, in main()
[all …]
H A Drestarts.f35 & key,prestr,iprestr,cbody,ibody,xbody,nbody,xbodyold,
75 & trab(*),amta(*),t0(*),t1(*),prestr(*),veold(*),tietol(*),
132 & ener,xstate,jobnamec,infree,irestartstep,prestr,iprestr,
H A Darpackbu.c56 ITG *ithermal,double *prestr, ITG *iprestr, in arpackbu() argument
159 prestr,iprestr,filab,eme,emn,een,iperturb, in arpackbu()
183 prestr,iprestr,filab,eme,emn,een,iperturb, in arpackbu()
222 t0,t0,ithermal,prestr,iprestr,vold,iperturb,sti, in arpackbu()
242 t0,t1old,ithermal,prestr,iprestr,vold,iperturb,sti, in arpackbu()
361 prestr,iprestr,filab,eme,emn,een,iperturb, in arpackbu()
385 prestr,iprestr,filab,eme,emn,een,iperturb, in arpackbu()
453 t0,t0,ithermal,prestr,iprestr,vold,iperturb,sti, in arpackbu()
473 t0,t1old,ithermal,prestr,iprestr,vold,iperturb,sti, in arpackbu()
745 prestr,iprestr,filab,eme,emn,een,iperturb, in arpackbu()
[all …]
H A Dstress_sen_dv.c31 double *prestr,ITG *iprestr,char *filab,ITG *iperturb, in stress_sen_dv() argument
78 ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr, in stress_sen_dv()
H A Dstress_sen_dx.c30 double *t0,double *t1,ITG *ithermal,double *prestr,ITG *iprestr, in stress_sen_dx() argument
75 ielmat,ielorien,norien,orab,ntmat_,t0,t1,ithermal,prestr, in stress_sen_dx()
H A Dreadnewmesh.c72 *t0=NULL,*t0g=NULL,*t1g=NULL,*prestr=NULL,*vold=NULL,*veold=NULL, in readnewmesh() local
79 prestr=*prestrp;vold=*voldp;veold=*veoldp;ielmat=*ielmatp; in readnewmesh()
141 RENEW(prestr,double,6*mi[0]**ne_); in readnewmesh()
396 *prestrp=prestr;*voldp=vold;*veoldp=veold;*ielmatp=ielmat; in readnewmesh()
H A Ddealloc_cal.c91 *prestr=NULL,*t0=NULL,*t1=NULL,*t1old=NULL,*t0g=NULL,*t1g=NULL, in dealloc_cal() local
113 inotr=*inotrp;prestr=*prestrp;t0=*t0p;t1=*t1p;t1old=*t1oldp;iamt1=*iamt1p; in dealloc_cal()
163 if(*iprestr>0){SFREE(prestr);} in dealloc_cal()
222 *inotrp=inotr;*prestrp=prestr;*t0p=t0;*t1p=t1;*t1oldp=t1old;*iamt1p=iamt1; in dealloc_cal()
H A Drestartwrite.f34 & ener,xstate,jobnamec,infree,prestr,iprestr,cbody,
80 & trab(*),amta(*),t0(*),t1(*),prestr(*),veold(*),tietol(*),
294 if(iprestr.gt.0) write(15) (prestr(i),i=1,6*mi(1)*ne)
H A Dinitialconditionss.f20 & ialset,nset,t0,t1,prestr,iprestr,ithermal,veold,inoelfree, argument
46 real*8 t0(*),t1(*),beta(8),prestr(6,mi(1),*),veold(0:mi(2),*), local
316 call sigini(prestr(1,j,i),pgauss,ntens,ncrds,
358 prestr(j,k,l)=beta(j)
399 prestr(j,k,l)=beta(j)
/dports/lang/nawk/nawk-20121220_1/
H A Db.c779 switch (c = *prestr++) { in relex()
785 case '\0': prestr--; return '\0'; in relex()
792 rlxval = quoted(&prestr); in relex()
801 if (*prestr == '^') { in relex()
803 prestr++; in relex()
807 n = 2 * strlen((const char *) prestr)+1; in relex()
811 if ((c = *prestr++) == '\\') { in relex()
813 if ((c = *prestr++) == '\0') in relex()
818 } else if (c == '[' && *prestr == ':') { in relex()
824 prestr[2 + cc->cc_namelen] == ']') { in relex()
[all …]
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Db.c797 switch (c = *prestr++) { in relex()
803 case '\0': prestr--; return '\0'; in relex()
810 rlxval = quoted(&prestr); in relex()
819 if (*prestr == '^') { in relex()
821 prestr++; in relex()
825 n = 2 * strlen((const char *) prestr)+1; in relex()
829 if ((c = *prestr++) == '\\') { in relex()
831 if ((c = *prestr++) == '\0') in relex()
836 } else if (c == '[' && *prestr == ':') { in relex()
842 prestr[2 + cc->cc_namelen] == ']') { in relex()
[all …]
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Db.c763 switch (c = *prestr++) { in relex()
769 case '\0': prestr--; return '\0'; in relex()
776 rlxval = quoted((char **) &prestr); in relex()
785 if (*prestr == '^') { in relex()
787 prestr++; in relex()
791 n = 2 * strlen((const char *) prestr)+1; in relex()
795 if ((c = *prestr++) == '\\') { in relex()
797 if ((c = *prestr++) == '\0') in relex()
802 } else if (c == '[' && *prestr == ':') { in relex()
808 prestr[2 + cc->cc_namelen] == ']') { in relex()
[all …]
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Db.c779 switch (c = *prestr++) { in relex()
785 case '\0': prestr--; return '\0'; in relex()
792 rlxval = quoted(&prestr); in relex()
801 if (*prestr == '^') { in relex()
803 prestr++; in relex()
807 n = 2 * strlen((const char *) prestr)+1; in relex()
811 if ((c = *prestr++) == '\\') { in relex()
813 if ((c = *prestr++) == '\0') in relex()
818 } else if (c == '[' && *prestr == ':') { in relex()
824 prestr[2 + cc->cc_namelen] == ']') { in relex()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Db.c883 switch (c = *prestr++) { in relex()
889 case '\0': prestr--; return '\0'; in relex()
896 rlxval = quoted(&prestr); in relex()
905 if (*prestr == '^') { in relex()
907 prestr++; in relex()
911 n = 2 * strlen((const char *) prestr)+1; in relex()
915 if ((c = *prestr++) == '\\') { in relex()
917 if ((c = *prestr++) == '\0') in relex()
922 } else if (c == '[' && *prestr == ':') { in relex()
928 prestr[2 + cc->cc_namelen] == ']') { in relex()
[all …]
/dports/graphics/xpx/xpx/
H A Dicondef.awk16 prestr = "#define ICON_";
22 printf("%s%s\t%d\n", prestr, a[1], n);
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dmghttpinfo.cpp117 std::string prestr; in GetInfo() local
122 prestr = m_file.substr( 0, last ); in GetInfo()
246 m_Redirection = std::string( "http://" ) + m_server + prestr + in GetInfo()
440 std::string prestr; in GetInfoByGet() local
446 prestr = m_file.substr( 0, last ); in GetInfoByGet()
550 m_Redirection = std::string( "http://" ) + m_server + prestr + in GetInfoByGet()
/dports/math/libccd/libccd-2.1/src/testsuites/cu/
H A Dcheck-regressions268 def MSGOK(prestr = "", str = "", poststr = ""):
269 print prestr, "\033[0;32m" + str + "\033[0;0m", poststr
270 def MSGFAIL(prestr = "", str = "", poststr = ""):
271 print prestr, "\033[0;31m" + str + "\033[0;0m", poststr
272 def MSGINFO(prestr = "", str = "", poststr = ""):
273 print prestr, "\033[0;33m" + str + "\033[0;0m", poststr
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.xml.inc.php478 $parent = $this->prestr($node, "/attribute::");
596 $parent = $this->prestr($path, "/attribute::");
633 $parent = $this->prestr($path, "/attribute::");
1040 $step = $this->prestr($step, "[");
1770 $function = $this->prestr($node_test, "(");
2674 $first = trim($this->prestr($arguments, ","));
2712 $first = trim($this->prestr($arguments, ","));
2750 $first = trim($this->prestr($arguments, ","));
2779 $first = trim($this->prestr($arguments, ","));
3288 function prestr ( $string, $delimiter ) function in XML
[all …]
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/
H A DRefPat.py26 prestr = ''.join([str(x) for x in atr])
28 while i < len(prestr):
29 c = prestr[i]
31 while j < len(prestr) and prestr[j] == c:
312 prestr = '%2d: %s ' % (self.index, self.ixlstr)
319 lps = len(prestr)
333 prefix = '%s%s %s ' % (prestr, fill, ref)
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Dconf-parser.h27 int confparse(FILE* in, char *prestr, globparm_t *global, servparm_array *servers, int includedepth…
/dports/games/cgoban/cgoban-1.9.14/wmslib/src/wms/
H A Dclp.c561 const char *prestr; in clp_help() local
569 prestr = "-[no]"; in clp_help()
571 prestr = "-"; in clp_help()
572 strcpy(name, prestr); in clp_help()
576 strcat(name, prestr); in clp_help()

1234