Home
last modified time | relevance | path

Searched refs:yii (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/commands/
H A DWebAppCommand.php83 $yii=realpath(dirname(__FILE__).'/../../yii.php');
84 $yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'index.php');
85 $yii=str_replace('\\','\\\\',$yii);
86 return preg_replace('/\$yii\s*=(.*?);/',"\$yii=$yii;",$content);
92 $yii=realpath(dirname(__FILE__).'/../../yiit.php');
93 …$yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPARA…
94 $yii=str_replace('\\','\\\\',$yii);
95 return preg_replace('/\$yiit\s*=(.*?);/',"\$yiit=$yii;",$content);
/dports/www/limesurvey/limesurvey/framework/cli/commands/
H A DWebAppCommand.php145 $yii=realpath(dirname(__FILE__).'/../../yii.php');
146 $yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'index.php');
147 $yii=str_replace('\\','\\\\',$yii);
148 return preg_replace('/\$yii\s*=(.*?);/',"\$yii=$yii;",$content);
161 $yii=realpath(dirname(__FILE__).'/../../yiit.php');
162 …$yii=$this->getRelativePath($yii,$this->_rootPath.DIRECTORY_SEPARATOR.'protected'.DIRECTORY_SEPARA…
163 $yii=str_replace('\\','\\\\',$yii);
164 return preg_replace('/\$yiit\s*=(.*?);/',"\$yiit=$yii;",$content);
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Dcmpse3.f25 double precision xir,xii,yir,yii,yirbis local
49 yii=0.50d+0*(xi(i)+xi(j))
51 yir=yii
52 yii=yirbis
53 zr(i)=zr(i)+xir*yir+xii*yii
54 zi(i)=zi(i)+xir*yii-xii*yir
89 yii=0.50d+0*(xi(i)+xi(j))
91 yir=yii
92 yii=yirbis
93 zr(i)=zr(i)+xir*yir+xii*yii
[all …]
H A Dcmpse2.f34 double precision xir,xii,yir,yii,yirbis,fn local
112 yii=0.50d+0*(xi(i)+xi(j))
114 yir=yii
115 yii=yirbis
116 zr(i)=zr(i)+xir*yir+xii*yii
117 zi(i)=zi(i)+xir*yii-xii*yir
/dports/www/limesurvey/limesurvey/framework/utils/
H A DCFormatter.php331 return $verbose ? Yii::t('yii','{n} byte|{n} bytes',$params) : Yii::t('yii', '{n} B',$params);
333 …return $verbose ? Yii::t('yii','{n} kilobyte|{n} kilobytes',$params) : Yii::t('yii','{n} KB',$para…
335 …return $verbose ? Yii::t('yii','{n} megabyte|{n} megabytes',$params) : Yii::t('yii','{n} MB',$para…
337 …return $verbose ? Yii::t('yii','{n} gigabyte|{n} gigabytes',$params) : Yii::t('yii','{n} GB',$para…
339 …return $verbose ? Yii::t('yii','{n} terabyte|{n} terabytes',$params) : Yii::t('yii','{n} TB',$para…
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/yii/
H A DREADME.md3 The plugin adds autocomplete commands and subcommands for [yii](https://www.yiiframework.com/).
5 To use it, add `yii` to the plugins array of your zshrc file:
8 plugins=(... yii)
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/yii2/
H A Dyii2.plugin.zsh8 if [ -f ./yii ]; then
23 commands=(${(f)"$(./yii help $name --color=0 | _yii2_format_command)"})
29 compdef _yii2 yii
H A DREADME.md3 * Adds autocomplete commands and subcommands for yii.
7 Autocomplete works from directory where your `yii` file contains.
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dgpu_store_in_register_with_no_lanes_loop.cpp18 Var xi, yi, xii, yii; in main() local
21 .tile(xi, yi, xii, yii, 2, 2) in main()
23 .unroll(yii); in main()
H A Dgpu_transpose.cpp27 Var xi, yi, xo, yo, xii, xio, yii, yio, tile_idx, subtile_idx; in main() local
30 .tile(xi, yi, xio, yio, xii, yii, 16, 16) in main()
33 .gpu_threads(xii, yii); in main()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/auto_schedule/
H A Dmat_mul.cpp45 Var xi("xi"), yi("yi"), xii("xii"), yii("yii"), xt("xt"), yt("yt"); in run_test() local
77 .tile(x, y, xii, yii, 2, 2) in run_test()
79 .unroll(yii) in run_test()
104 Var xi, yi, xii, yii; in run_test() local
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/inflation/
H A Dyoycapfloortermpricesurface.cpp27 const ext::shared_ptr<YoYInflationIndex>& yii, in YoYCapFloorTermPriceSurface() argument
38 : InflationTermStructure(0, cal, baseRate, lag, yii->frequency(), yii->interpolated(), dc), in YoYCapFloorTermPriceSurface()
39 fixingDays_(fixingDays), bdc_(bdc), yoyIndex_(yii), nominalTS_(nominal), in YoYCapFloorTermPriceSurface()
/dports/www/limesurvey/limesurvey/framework/cli/views/webapp/
H A Dindex-test.php8 $yii=dirname(__FILE__).'/../framework/yii.php'; variable
14 require_once($yii);
H A Dindex.php4 $yii=dirname(__FILE__).'/../framework/yii.php'; variable
12 require_once($yii);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/views/webapp/
H A Dindex-test.php8 $yii=dirname(__FILE__).'/../framework/yii.php'; variable
14 require_once($yii);
H A Dindex.php4 $yii=dirname(__FILE__).'/../framework/yii.php'; variable
12 require_once($yii);
/dports/www/limesurvey/limesurvey/application/views/admin/survey/subview/accordion/
H A D_integration_panel.php8 $yii = Yii::app(); variable
9 $controller = $yii->getController();
/dports/www/thundersnarf/thundersnarf/
H A Dindex.php14 $yii=dirname(__FILE__).'/protected/yii114/framework/yii.php'; variable
21 require_once($yii);
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/hexagon_dma/
H A Dmock_dma_implementation.cpp158 for (int yii = 0; yii < h; yii++) { in nDmaWrapper_Move() local
160 int ydst = yii * desc->stWord1.dst_roi_stride * pixelsize; in nDmaWrapper_Move()
161 int ysrc = yii * desc->stWord1.src_roi_stride * pixelsize; in nDmaWrapper_Move()
176 yii, ydst, frame_offset, ysrc, len); in nDmaWrapper_Move()
/dports/www/limesurvey/limesurvey/application/views/admin/dataentry/
H A Dactive_html_view.php2 $yii = Yii::app(); variable
30 …'closedate' value='<?php echo dateShift(date("Y-m-d H:i:s"), "Y-m-d H:i", $yii->getConfig('timeadj…
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/interpolate/
H A Dinterpolate_generator.cpp79 Var yo, yi, xo, xi, ci, xii, yii; in generate() local
87 .tile(xi, yi, xii, yii, 2, 2) in generate()
91 .unroll(yii) in generate()
107 .tile(xi, yi, xii, yii, 2, 2) in generate()
111 .unroll(yii) in generate()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/depthwise_separable_conv/
H A Ddepthwise_separable_conv_generator.cpp110 Var xi, yi, di, dii, xii, yii; in generate() local
116 .tile({di, xi, yi}, {dii, xii, yii}, {1, 2, 2}) in generate()
121 .unroll(yii) in generate()
162 .tile({di, xi, yi}, {dii, xii, yii}, {2, 2, 2}) in generate()
165 .unroll(yii) in generate()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/performance/
H A Dmatrix_multiplication.cpp33 Var x("x"), xi("xi"), xo("xo"), y("y"), yo("yo"), yi("yi"), yii("yii"), xii("xii"); in main() local
49 .split(yi, yi, yii, 4) in main()
52 .unroll(yii); in main()
/dports/graphics/openrm/rm160/rmv/
H A Drmvidsfft.c720 yii = yi[iyi]; in idgrid_()
721 if (yii < ymn || yii > ymx) { in idgrid_()
728 if ((r__1 = (x1 - xii) * (y2 - yii) - (y1 - yii) * (x2 - xii)) in idgrid_()
739 if ((r__1 = (x2 - xii) * (y3 - yii) - (y2 - yii) * (x3 - xii)) in idgrid_()
750 if ((r__1 = (x3 - xii) * (y1 - yii) - (y3 - yii) * (x1 - xii)) in idgrid_()
854 if (yii < ymn || yii > ymx) { in idgrid_()
861 if ((r__1 = (x1 - xii) * (y2 - yii) - (y1 - yii) * (x2 - xii)) in idgrid_()
980 if (yii < ymn || yii > ymx) { in idgrid_()
1057 real *yii, in idlctn_() argument
1124 y0 = *yii; in idlctn_()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/stencil_chain/
H A Dstencil_chain_generator.cpp58 Var xi, yi, xii, yii; in generate() local
68 .tile(xi, yi, xii, yii, 2, 2) in generate()
70 .unroll(yii); in generate()

12345678910>>...15