Home
last modified time | relevance | path

Searched refs:sRows (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/limesurvey/limesurvey/application/views/admin/themes/
H A Dtemplateeditor_question_answerlist_view.php3 $sRows=""; variable
4 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/columns/column_he…
7 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/rows/answer_row',…
16 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/rows/answer_row',…
25 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/rows/answer_row',…
34 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/rows/answer_row',…
43 $sRows .= App()->twigRenderer->renderQuestion('/survey/questions/answer/listradio/columns/column_fo…
50 'sRows' => $sRows,
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_insertoptions.cpp81 QString sRows; in setAction() local
88 sRows = QString("%1").arg(action->getRows()); in setAction()
96 sRows = RS_SETTINGS->readEntry("/InsertRows", "1"); in setAction()
104 ui->sbRows->setValue(sRows.toInt()); in setAction()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DIsometric_Utils.cc455 INT16 sRows,sCols,sResult; in PythSpacesAway() local
457 sRows = ABS((sOrigin / MAXCOL) - (sDest / MAXCOL)); in PythSpacesAway()
463 sResult = (INT16)sqrt(double((sRows * sRows) + (sCols * sCols))); in PythSpacesAway()
471 INT16 sRows,sCols; in SpacesAway() local
473 sRows = ABS((sOrigin / MAXCOL) - (sDest / MAXCOL)); in SpacesAway()
476 return( __max( sRows, sCols ) ); in SpacesAway()
482 INT16 sRows,sCols; in CardinalSpacesAway() local
484 sRows = ABS((sOrigin / MAXCOL) - (sDest / MAXCOL)); in CardinalSpacesAway()
487 return( (INT16)( sRows + sCols ) ); in CardinalSpacesAway()
/dports/www/limesurvey/limesurvey/application/helpers/
H A Dqanda_helper.php946 $sRows = '';
1468 $sRows = '';
1658 $sRows = '';
2153 $sRows = "";
3770 $sRows = '';
3894 $sRows = '';
3934 'sRows' => (isset($sRows)) ? $sRows : '',
3994 $sRows = '';
4148 $sRows = '';
4298 $sRows = "";
[all …]
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/multipleshorttext/
H A Danswer.twig5 * @var $sRows : the rows, generated with the views rows/answer_row*.php
13 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/multiplechoice_with_comments/
H A Danswer.twig5 * @var $sRows : the rows, generated with the views rows/answer_row.php
17 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/array/dropdown/
H A Danswer.twig5 * @var $sRows : the rows, generated with the view rows/answer_row.php
26 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/multiplenumeric/
H A Danswer.twig5 * @var $sRows : the rows, generated with the views rows/answer_row.php
21 {{ sRows }}
H A Danswer_input.twig4 * @var $sRows : the rows, generated with the views rows/answer_row.php
22 {{sRows}}
/dports/www/limesurvey/limesurvey/themes/question/inputondemand/survey/questions/answer/multipleshorttext/
H A Danswer.twig5 * @var $sRows : the rows, generated with the views rows/answer_row*.php
16 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/10point/
H A Danswer.twig7 * @var $sRows : the rows, generated with the view rows/answer_row.php
30 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/5point/
H A Danswer.twig7 * @var $sRows : the rows, generated with the view rows/answer_row.php
36 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/array/no_dropdown/
H A Danswer.twig7 * @var $sRows : the rows, generated with the view rows/answer_row.php
43 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/increasesamedecrease/
H A Danswer.twig7 * @var $sRows : the rows, generated with the view rows/answer_row.php
40 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/yesnouncertain/
H A Danswer.twig7 * @var $sRows : the rows, generated with the view rows/answer_row.php
39 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/list_with_comment/list/
H A Danswer.twig5 * @var $sRows : the list of radio, generated with the view answer_row.php
26 {{ sRows }}
/dports/emulators/cemu/CEmu-1.3/gui/qt/keypad/
H A Dkeypadwidget.h62 static const size_t sRows{8}, sCols{8};
67 Key *mKeys[sRows][sCols];
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/date/dropdown/
H A Danswer.twig5 * @var $sRows : the rows, generated with the view rows/*.php
21 {{sRows}}
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DMerc_Hiring.cc467 INT16 sRows,sCols,sResult; in StrategicPythSpacesAway() local
469 sRows = ABS((sOrigin / MAP_WORLD_X) - (sDest / MAP_WORLD_X)); in StrategicPythSpacesAway()
475 sResult = (INT16)sqrt((double)((sRows * sRows) + (sCols * sCols))); in StrategicPythSpacesAway()
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/padding/
H A Dpadding.go326 sRows := ss.BoxRows()
354 yd = sRows - rows2
356 yd = (sRows - rows2) / 2
358 if rows2 > sRows+al.Margin {
374 if transY < sRows && transY >= 0 {
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/arrays/texts/
H A Danswer.twig21 * @var $sRows
72 {{ sRows }}
/dports/www/limesurvey/limesurvey/themes/question/image_select/survey/questions/answer/listradio/
H A Danswer.twig17 {{ sRows }}
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/listradio/
H A Danswer.twig17 {{ sRows }}
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dlattice.py118 sRows = np.kron(srow_i, srow_i_c)
119 sRows = np.array(sRows, dtype=int)
132 sst.append(val_s[sRows[ir][jr]])
135 sst.append(val_s[sRows[jr][ir]])
158 sRows = np.kron(srow_i, srow_i_c)
159 sRows = np.array(sRows, dtype=int)
181 sst.append(val_s[sRows[ir][jr]])
185 sst.append(val_s[sRows[jr][ir]])
/dports/www/limesurvey/limesurvey/application/views/survey/questions/answer/5pointchoice/
H A Danswer.twig5 * @var $sRows : the rows, generated with the view item_row.php

12