Undefined index: show_values search►
File: .../vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-f4e4116978a15a538b8255b334c4a382.php Line: 196
186: 187: <?php if (_env('side_buttons_enabled')): ?> 188: <div id="side-buttons"> 189: <div id="reference-switcher"> 190: <a class="button small secondary <?php if ($_GET['showLabels']): ?>active<?php endif ?>" 191: id="translation-switcher" href="<?php echo htmlSpecialChars($_control->link("this", array('showLabels' => !$_GET['showLabels']))) ?> 192: ">T</a> 193: </div> 194: 195: <div id="values-switcher" style="margin-top: 0.5em;"> 196: <a class="button small secondary <?php if ($_SESSION['show_values']): ?> 197: active<?php endif ?>" 198: id="values-switcher-btn" href="<?php echo htmlSpecialChars($_control->link("this", array('showValues' => $_SESSION['show_values'] ? 0 : 1))) ?> 199: ">V</a> 200: </div>
.../vsl2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php:73 source ► include (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-f4e4116978a15a538b8255b334c4a382.php" (150)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
.../vsl2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php:119 source ► Nette\Utils\LimitedScope:: load (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-f4e4116978a15a538b8255b334c4a382.php" (150)
|
|---|---|
| #1 | array(18) ► |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
.../vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-6911b27e75252abb4cbf26df7d126ac4.php:66 source ► Nette\Templating\FileTemplate-> render ()
56: if ($_l->extends) { 57: ob_start(); 58: 59: } elseif (!empty($_control->snippetMode)) { 60: return Nette\Latte\Macros\UIMacros::renderSnippets($_control, $_l, get_defined_vars()); 61: } 62: 63: // 64: // main template 65: // 66: if ($_l->extends) { ob_end_clean(); return Nette\Latte\Macros\CoreMacros::includeTemplate($_l->extends, get_defined_vars(), $template)->render(); } 67: call_user_func(reset($_l->blocks['content']), $_l, get_defined_vars()) ?> 68: 69: <?php call_user_func(reset($_l->blocks['progress']), $_l, get_defined_vars()) ;
.../vsl2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php:73 source ► include (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-6911b27e75252abb4cbf26df7d126ac4. ... " (153)
|
|---|
63: */ 64: public static function load(/*$file, array $vars = NULL*/) 65: { 66: if (func_num_args() > 1) { 67: self::$vars = func_get_arg(1); 68: if (self::$vars === TRUE) { 69: return include_once func_get_arg(0); 70: } 71: extract(self::$vars); 72: } 73: return include func_get_arg(0); 74: } 75: 76: } 77:
.../vsl2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php:119 source ► Nette\Utils\LimitedScope:: load (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-6911b27e75252abb4cbf26df7d126ac4. ... " (153)
|
|---|---|
| #1 | array(15) ► |
109: } 110: 111: $cache->save($this->file, $compiled, array( 112: Caching\Cache::FILES => $this->file, 113: Caching\Cache::CONSTS => 'Nette\Framework::REVISION', 114: )); 115: $cached = $cache->load($this->file); 116: } 117: 118: if ($cached !== NULL && $storage instanceof Caching\Storages\PhpFileStorage) { 119: Nette\Utils\LimitedScope::load($cached['file'], $this->getParameters()); 120: } else { 121: Nette\Utils\LimitedScope::evaluate($compiled, $this->getParameters()); 122: } 123: }
.../vsl2026.surveys-online.eu/libs/Nette/Application/Responses/TextResponse.php:59 source ► Nette\Templating\FileTemplate-> render ()
49: 50: 51: 52: /** 53: * Sends response to output. 54: * @return void 55: */ 56: public function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse) 57: { 58: if ($this->source instanceof Nette\Templating\ITemplate) { 59: $this->source->render(); 60: 61: } else { 62: echo $this->source; 63: }
.../vsl2026.surveys-online.eu/libs/Nette/Application/Application.php:142 source ► Nette\Application\Responses\TextResponse-> send (arguments ►)
| $httpRequest | Nette\Http\Request(9) ► |
|---|---|
| $httpResponse | Nette\Http\Response(5) ▼ |
132: if ($response) { 133: $this->onResponse($this, $response); 134: } 135: 136: // Send response 137: if ($response instanceof Responses\ForwardResponse) { 138: $request = $response->getRequest(); 139: continue; 140: 141: } elseif ($response instanceof IResponse) { 142: $response->send($this->httpRequest, $this->httpResponse); 143: } 144: break; 145: 146: } catch (\Exception $e) {
.../vsl2026.surveys-online.eu/app/bootstrap.php:98 source ► Nette\Application\Application-> run ()
88: ), $secured); 89: 90: // Setup router 91: $container->router[] = new Route('<action>', array( 92: 'presenter' => 'Questions', 93: 'action' => 'default' 94: ), $secured); 95: 96: 97: // Configure and run the application! 98: $container->application->run();
.../vsl2026.surveys-online.eu/index.php:22 source ► require (arguments ►)
| #0 | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/bootstrap.php" (75)
|
|---|
12: 13: // uncomment this line if you must temporarily take down your site for maintenance 14: // require APP_DIR . '/AdminModule/templates/maintenance.phtml'; 15: 16: function escapeJavaScriptText($string) 17: { 18: return str_replace("\n", '\n', str_replace('"', '\"', addcslashes(str_replace("\r", '', (string)$string), "\0..\37'\\"))); 19: } 20: 21: // load bootstrap file 22: require APP_DIR . '/bootstrap.php';
| $_control | QuestionsPresenter(48) ► |
|---|---|
| $control | QuestionsPresenter(48) ► |
| $_presenter | QuestionsPresenter(48) ► |
| $presenter | QuestionsPresenter(48) ► |
| $user | Nette\Security\User(8) ► |
| $netteHttpResponse | Nette\Http\Response(5) ▼ |
| $netteCacheStorage | Nette\Caching\Storages\FileStorage(4) ▼ |
| $baseUrl | "https://vsl2026.surveys-online.eu" (33)
|
| $baseUri | "https://vsl2026.surveys-online.eu" (33)
|
| $basePath | ""
|
| $flashes | array(0)
|
| $texts | array(3) ▼ |
| $startPage | 50
|
| $runLang | "al" (2)
|
| $template | Nette\Templating\FileTemplate(8) ► |
| $_g | stdClass(0)
|
| $_l | stdClass(3) ▼ |
| $_extended | TRUE
|
array(1) ▼ [
0 => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => TRUE
}
name private => "Questions" (9)
params private => array(3) ▼ {
action => "initialize" (10)
runLang => "al" (2)
showLabels => "0"
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
]
QuestionsPresenter(48) ► {
form => Nette\Application\UI\Form(19) ► {
onSuccess => NULL
onError => NULL
onSubmit => NULL
onInvalidSubmit => NULL
submittedBy private => NULL
httpData private => NULL
element private => Nette\Utils\Html(4) ▼ {
name private => "form" (4)
isEmpty private => FALSE
attrs => array(4) { ... }
children protected => array(0)
}
renderer private => NULL
translator private => NULL
groups private => array(0)
errors private => array(0)
onValidate => NULL
currentGroup protected => NULL
valid protected => NULL
components private => array(0)
cloning private => NULL
parent private => QuestionsPresenter(48) { *RECURSION* }
name private => "formular" (8)
monitors private => array(2) ▼ {
"Nette\Forms\Form" => array(4) [ ... ]
"Nette\Application\UI\Presenter" => array(4) [ ... ]
}
}
answers private => Answers(2) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
datatypes private => array(10) ► {
text => "varchar" (7)
multipleCheckbox => "tinyint" (7)
radioList => "tinyint" (7)
radioListInline => "tinyint" (7)
selectCondensed => "tinyint" (7)
select => "tinyint" (7)
valuesBattery => "tinyint" (7)
horizontalScale => "tinyint" (7)
girdCheckbox => "tinyint" (7)
girdText => "varchar" (7)
}
}
questions private => Questions(4) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
pages private => array(63) ► {
100 => array(6) { ... }
101 => array(5) { ... }
102 => array(5) { ... }
103 => array(5) { ... }
104 => array(5) { ... }
110 => array(8) { ... }
111 => array(8) { ... }
120 => array(4) { ... }
121 => array(4) { ... }
122 => array(4) { ... }
123 => array(4) { ... }
124 => array(4) { ... }
125 => array(4) { ... }
130 => array(5) { ... }
131 => array(4) { ... }
132 => array(5) { ... }
500 => array(5) { ... }
501 => array(4) { ... }
502 => array(4) { ... }
300 => array(7) { ... }
301 => array(7) { ... }
302 => array(9) { ... }
303 => array(9) { ... }
304 => array(9) { ... }
305 => array(9) { ... }
306 => array(9) { ... }
307 => array(9) { ... }
310 => array(4) { ... }
311 => array(4) { ... }
200 => array(7) { ... }
201 => array(6) { ... }
202 => array(6) { ... }
203 => array(6) { ... }
204 => array(6) { ... }
205 => array(6) { ... }
206 => array(6) { ... }
207 => array(7) { ... }
208 => array(8) { ... }
209 => array(5) { ... }
210 => array(7) { ... }
211 => array(4) { ... }
212 => array(5) { ... }
213 => array(5) { ... }
250 => array(4) { ... }
50 => array(11) { ... }
1 => array(7) { ... }
10 => array(6) { ... }
11 => array(5) { ... }
12 => array(5) { ... }
13 => array(5) { ... }
600 => array(5) { ... }
601 => array(4) { ... }
602 => array(4) { ... }
603 => array(4) { ... }
604 => array(4) { ... }
605 => array(4) { ... }
660 => array(5) { ... }
606 => array(4) { ... }
607 => array(4) { ... }
608 => array(5) { ... }
400 => array(8) { ... }
401 => array(8) { ... }
402 => array(8) { ... }
}
gl private => getLang(6) ▼ {
db private => DibiConnection(6) { ... }
languages => array(10) [ ... ]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(401) { ... }
languageStrings private => array(0)
}
sessionContainer private => Nette\Http\SessionSection(5) ▼ {
session private => Nette\Http\Session(4) { ... }
name private => "purge" (5)
data private => NULL
meta private => FALSE
warnOnUndefined => FALSE
}
}
experiment private => Experiment(11) ► {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
answers private => Answers(2) ▼ {
db private => DibiConnection(6) { ... }
datatypes private => array(10) { ... }
}
gl private => getLang(6) ▼ {
db private => DibiConnection(6) { ... }
languages => array(10) [ ... ]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(401) { ... }
languageStrings private => array(0)
}
runId private => NULL
runLang private => NULL
run private => NULL
showButtons protected => NULL
design private => NULL
computedValues private => array(0)
percentageDivider private => ""
letters protected => array(6) ▼ [
0 => array(2) [ ... ]
1 => array(2) [ ... ]
2 => array(2) [ ... ]
3 => array(2) [ ... ]
4 => array(2) [ ... ]
5 => array(2) [ ... ]
]
}
latte_questions private => NULL
generalJavaScripts private => NULL
javaScriptsIncludes private => NULL
javaScriptsInjections private => NULL
cssInjections private => NULL
runId private => 1518
sessionContainer private => Nette\Http\SessionSection(5) ▼ {
session private => Nette\Http\Session(4) ▼ {
regenerated private => TRUE
options private => array(14) { ... }
request private => Nette\Http\Request(9) { ... }
response private => Nette\Http\Response(5) { ... }
}
name private => "purge" (5)
data private => array(3) ▼ {
runId => 1518
start => Nette\DateTime(3) { ... }
progress => 1
}
meta private => array(1) ▼ {
start => array(1) { ... }
}
warnOnUndefined => FALSE
}
exitUrlCz private => NULL
exitUrlEs private => NULL
exitUrlSe private => NULL
gl private => getLang(6) ▼ {
db private => DibiConnection(6) ▼ {
onEvent => array(1) [ ... ]
config private => array(11) { ... }
driver private => DibiMySqlDriver(4) { ... }
translator private => DibiTranslator(11) { ... }
connected private => TRUE
substitutes private => DibiHashMap(2) { ... }
}
languages => array(10) ► [
0 => "en" (2)
1 => "cz" (2)
2 => "se" (2)
3 => "dk" (2)
4 => "al" (2)
5 => "sr" (2)
6 => "pl" (2)
7 => "ee" (2)
8 => "ru" (2)
9 => "es" (2)
]
defaultLanguage => "en" (2)
returnKeysOnly => FALSE
allStrings private => array(401) ► {
ATTv2_1_1 => "po, është blu" (15)
ATTv2_1_2 => "jo, është një ngjyrë tjetër" (32)
ATTv2_1_text => "Me këtë pyetje, ne thjesht kërkojmë reagime mbi pamjen e këtij pyetësori, të cilin jemi përpjekur ta përmirësojmë. Ju lutemi konfirmoni në ... " (209)
ATTv2_2_1 => "po, është blu" (15)
ATTv2_2_2 => "jo, është një ngjyrë tjetër" (32)
ATTv2_2_text => "Si\xc3\xa7 e p\xc3\xabrmend\xc3\xabm, ne po vazhdojm\xc3\xab t\xc3\xab k\xc3\xabrkojm\xc3\xab p\xc3\xabrmir\xc3\xabsimin e prezantimit vizual t\xc3\xab pyet\xc3\xabsorit ton\xc3\xab. A mund t\xc3\xab na konfirmoni edhe nj\xc3\xab her\xc3 ... " (213)
B1_1 => "Personi A" (9)
B1_2 => "Personi B" (9)
B1_3 => "Shansi është i njëjtë për personin A dhe personin B" (56)
B1_4 => "Nuk e di" (8)
B1_text => "Cili nga këta dy persona ka shansin më të madh për t’u sëmurë? " (71)
B1b_1 => "Shansi i personit A për t’u sëmurë" (39)
B1b_2 => "Shansi i personit B për t’u sëmurë" (39)
B1b_3 => "Më është njësoj midis të dyve" (34)
B1b_4 => "Nuk e di" (8)
B1b_text => "Nëse do të duhej të zgjidhnit, cilin rrezik do të preferonit të përballonit – shansin që të sëmuret Personi A apo Personi B?" (135)
D_5a_suffix => "nga 1 000 për 5 vjet" (21)
D_5a_text => "Dëshirojmë të sigurohemi që ishim të qartë kur Ju shpjeguam përmbajtjen e grafikut të mësipërm. Ju lutemi shqyrtoni me kujdes grafikun. Në ... " (239)
D5_idontknow => "Nuk e di" (8)
D5_suffix => "vjet" (4)
D5_text => "Ju lutemi shikoni me kujdes grafikun. Sipas grafikut, sa është jetëgjatësia e mbetur për një person në grupmoshën Tuaj?" (127)
D5c_1 => "I njëjti numër personash vdesin në të dyja grupmoshat" (57)
D5c_2 => "Më shumë persona vdesin në grupmoshën 50-54" (47)
D5c_3 => "Më shumë persona vdesin në grupmoshën 70-74" (47)
D5c_4 => "Nuk e di" (8)
D5c_text => "Ju lutemi shqyrtoni me kujdes grafikun. Në grafik, cila nga këto dy grupmosha — 50-54 apo 70-74 — ka numrin më të lartë të vdekjeve nga kanc ... " (231)
D6_1 => "Shumë më e ulët se mesatarja" (31)
D6_2 => "Disi më e ulët se mesatarja" (29)
D6_3 => "Përafërsisht e njëjtë me mesataren" (38)
D6_4 => "Disi më e lartë se mesatarja" (30)
D6_5 => "Shumë më e lartë se mesatarja" (32)
D6_text => "Duke marrë parasysh gjenetikën Tuaj, mënyrën e jetesës, aktivitetin fizik dhe ekspozimin ndaj ndotjes, a mendoni se jetëgjatësia Juaj e mbetur ... " (161)
D7_1 => "A"
D7_2 => "B"
D7_3 => "Jetëgjatësia e pritur është e njëjtë për A dhe B" (55)
D7_4 => "Nuk e di" (8)
D7_text => "Imagjinoni se janë dy frigoriferë, frigoriferi A dhe frigoriferi B. Frigoriferi A ka 70% shans për t’i mbijetuar 5 vjetëve të para; për frigor ... " (373)
CH1oe_idontknow => "Nuk do të paguaja asgjë" (25)
CH1oe_suffix => "€ në vit" (11)
CH1oe_text => "Sa është rritja më e madhe e kostos së jetesës në vit që do të ishit i gatshëm ta përballonit?" (104)
choice_card_btn_current => "Situata aktuale" (15)
choice_card_btn_option => "Opsioni A" (9)
choice_card_cost => "%s €<br>
<span style="color: #888888;">(gjithsej %s €)</div>" (65)
choice_card_cost_0 => "%s<br>
<span style="color: #888888;">(gjithsej %s)</div>" (57)
choice_card_cost_label => "Rritja vjetore e kostos së jetesës për secilin nga 5 vjetët e ardhshëm (gjithsej në kllapa)" (97)
choice_card_cost_zero => "0"
choice_card_header_current => "Situata aktuale" (15)
choice_card_header_option => "Opsioni A, rrezik i reduktuar" (29)
choice_card_choose_label => "Cilin do të zgjidhnit? " (24)
choice_card_intro => "<div style="text-align: center; margin-bottom: 1em; font-size: 1.3em">
ZGJEDHJA <span style="font-size: 1.5em; color: #2199e8; margin: 0 5px 0 5p ... " (174)
choice_card_life_exp_days => "+%s ditë" (9)
choice_card_life_exp_label => "Ndryshimi i jetëgjatësisë Suaj në vjet dhe ekuivalenti në ditë
(jetëgjatësia e mbetur)" (96)
choice_card_life_exp_saved_years => "+%s vjet" (8)
choice_card_life_exp_text => "(%s vjet)" (9)
choice_card_life_exp_years => "(%s vjet)" (9)
choice_card_life_years_label => "Ndryshimi i përgjithshëm i jetëgjatësisë për 1 000 persona të moshës %s vjeç (në vjet statistikore)" (109)
choice_card_life_years_text => "%s vjet" (7)
choice_card_risk_label => "Rreziku i vdekjes gjatë 5 vjetëve" (35)
choice_card_risk_text => "%d nga 1 000" (12)
main_continue => "vazhdo" (6)
main_currency => "EUR" (3)
main_errorModalHeader => "Ju lutemi kontrolloni përgjigjet Tuaja" (39)
main_maxValue => "Ju lutemi vendosni një vlerë më të vogël se %s." (52)
main_minValue => "Ju lutemi vendosni një vlerë më të madhe se %s." (51)
main_pelaseFillAll => "Ju lutemi përgjigjuni pyetjeve në të gjithë rreshtat." (57)
main_pelaseFillOne => "Ju lutemi përgjigjuni kësaj pyetjeje." (39)
main_pleaseFillAllRows => "Ju lutemi përgjigjuni pyetjeve në të gjithë rreshtat." (57)
main_pleaseFillOneVas => "Ju lutemi përgjigjuni kësaj pyetjeje (klikoni në shkallë ose shkruani një numër)." (87)
main_rangeValue => "Ju lutemi vendosni një vlerë midis %s dhe %s." (47)
mtt_legend_healthy => "I/E SHËNDETSHËM" (17)
mtt_legend_ill => "I/E SËMURË" (12)
p100_introtext => "Nën secilin titull, ju lutemi shënoni VETËM njërin kuadrat që përshkruan më së miri shëndetin Tuaj SOT." (112)
p110_introtext => "<p><strong>Sa i mirë është shëndeti Juaj sot?</strong></p>
<p>Shkalla më poshtë është e numëruar nga 0 deri në 100, ku 0 do të thotë sh ... " (404)
p111_introtext => "<p><strong>Sa i mirë mendoni se do të jetë shëndeti Juaj 5 vjet nga tani?</strong></p>
<p>Ju lutemi klikoni sërish në shkallë (ose shkruani ... " (185)
p130_introtext => "Në vijim të këtij pyetësori, do të përqendrohemi tek ndotja e ajrit. Ndotja e ajrit ndonjëherë është e dukshme me sy të lirë, edhe pse dis ... " (260)
p132_introtext => "<p>Siç ka të ngjarë e keni menduar, ndotja e ajrit mund të shkaktohet nga:</p>
<ul>
<li>termocentralet që djegin qymyr, gaz natyror ose ... " (940)
p200_introtext => "<p>Në këtë pjesë të pyetësorit prezantojmë konceptin e <strong>probabilitetit</strong> ose <strong>shansit</strong>. </p>
<p>Nëse hedhim nj ... " (1073)
p201_introtext => "<p>E njëjta figurë mund të përdoret edhe për të përshkruar probabilitete në situata krejtësisht të ndryshme, siç është gjendja shëndetë ... " (1173)
p202_introtext => "<div style="text-align: center; margin-bottom: 2em;">
Tani ju lutemi mendoni për të njëjtën sëmundje dhe imagjinoni se janë dy persona, Per ... " (187)
p202_legend_left => "<strong>Personi A:</strong><br>
Probabiliteti për t’u sëmurë =
%s në 1 000" (93)
p202_legend_right => "<strong>Personi B:</strong><br>
Probabiliteti për t’u sëmurë =
%s në 1 000" (93)
p203_introtext => "<p style="text-align: center;"><strong>Përgjigja e saktë është B.</strong></p>
<p style="text-align: center;">Personi B ka më shumë gjasa të ... " (220)
p204_introtext => "%s" (2)
p205_introtext => "<p>Tani le të shikojmë sërish Personin A në ekranin e mëparshëm. Ky person ka një shans për t’u sëmurë gjatë një periudhe të caktuar ko ... " (1274)
p206_introtext => "<p>Në [COUNTRY], gjatë pesë vjetëve rreth %s nga 1 000 persona të moshës dhe gjinisë Suaj vdesin. Kjo mund të paraqitet në rrjetin tonë të ... " (198)
p207_chart_age_groups => "grupmosha" (9)
p207_chart_death_per_1000 => "numri i vdekjeve për 1 000" (27)
p207_introtext => "<p>Tani do të diskutojmë vdekshmërinë. Siç dihet zakonisht, shansi për të vdekur rritet me moshën. Në Evropë, për shembull, rreth 7 persona ... " (518)
p208_introtext => "<p>Sidomos midis të rriturve të moshës së mesme dhe atyre të moshuar, shkaqet kryesore të vdekjes janë <strong>sëmundjet kardiovaskulare, kanc ... " (595)
p208_legend_all => "të gjitha shkaqet e vdekjes" (28)
p208_legend_cause => "vdekjet nga sëmundjet kardiovaskulare, kanceri dhe sëmundjet respiratore" (74)
p209_introtext => "<p>I njëjti informacion mund të shprehet edhe në terma absolutë. Në vendin ku jetoni, numri i mëposhtëm i personave nga 1 000 do të vdesin gja ... " (439)
p210_chart_age_groups => "grupmoshat" (10)
p210_chart_life_expectancy => "Jetëgjatësia e mbetur, në vjet" (33)
p210_introtext => "<p><strong>JETËGJATËSIA E PRITUR</strong></p>
<p>Zyrtarët dhe ekspertët e shëndetit publik përdorin gjithashtu nocionin e jetëgjatësisë së ... " (1446)
p211_introtext => "Nocioni i jetëgjatësisë së pritur nuk vlen vetëm për njerëzit. Pajisjet, ndërtesat, makineritë dhe pajisjet e zakonshme shtëpiake të gjitha ... " (412)
p212_introtext => "Nocioni i jetëgjatësisë së pritur nuk vlen vetëm për njerëzit. Pajisjet, ndërtesat, makineritë dhe pajisjet e zakonshme shtëpiake të gjitha ... " (414)
p213_introtext => "Nëse e zvogëlojmë ndotjen, do të zvogëlojmë shansin për të vdekur dhe rrjedhimisht do të rrisim shansin për të mbijetuar, në çdo moshë t ... " (323)
p300_introtext => "<p>N\xc3\xabse e zvog\xc3\xablojm\xc3\xab ndotjen, do t\xc3\xab zvog\xc3\xablojm\xc3\xab shansin p\xc3\xabr t\xc3\xab vdekur dhe rrjedhimisht do t\xc3\xab rrisim shansin p\xc3\xabr t\xc3\xab mbijetuar, n\xc3\xab \xc3\xa7do mosh\xc3 ... " (1625)
p300_introtext_high => "<ul>
<li>për një person të grupmoshës Suaj %s: <strong>%s</strong> persona nga 1 000 persona gjatë 5 vjetëve</li>
</ul>
<p>Me fjalë t ... " (866)
p300_introtext_low => "<ul>
<li>për një person të grupmoshës Suaj %s: <strong>%s</strong> persona nga 1 000 persona gjatë 5 vjetëve</li>
</ul>
<p>Me fjalë t ... " (866)
p301_introtext_2 => "Kur e zvogëlojmë rrezikun e vdekjes, gjithashtu rrisim jetëgjatësinë e mbetur. Kur përmirësimet në jetëgjatësi mblidhen për të gjithë pop ... " (509)
p301_introtext_3 => "Për një person në grupmoshën %s vjeç, reduktimi i rrezikut të vdekjes me 4 në 1 000 gjatë pesë vjetëve do ta rrisë jetëgjatësinë e mbetu ... " (399)
p302_introtext => "<p>Tani do t’Ju tregojmë pesë ekrane të ndryshme. Secili paraqet dy alternativa: njëra përshkruan situatën aktuale, dhe tjetra është një si ... " (1023)
p302_introtext_1 => "<ul>
<li>rrezikun e vdekjes (në 1 000 gjatë pesë vjetëve), dhe </li>
<li>rritjen e kostos së jetesës që do të përjetonit, nëse zgj ... " (214)
p302_introtext_2 => "<ul>
<li>rrezikun e vdekjes (në 1 000 gjatë pesë vjetëve), </li>
<li>rritjen përkatëse të viteve të jetës në një grup prej 1 000 ... " (325)
p302_introtext_3 => "<ul>
<li>rrezikun e vdekjes (në 1 000 gjatë pesë vjetëve), </li>
<li>rritjen përkatëse të jetëgjatësisë Suaj të mbetur, në vjet ... " (314)
p303_introtext => "%s" (2)
p400_introtext => "<p>Tani le të përqendrohemi tek programe të ndryshme të shëndetit publik që mund të rrisin jetëgjatësinë e mbetur, cilësinë e jetës, ose ... " (1011)
p401_introtext => "<p>Tani, imagjinoni dy programe të tjera.</p>
<br>
" (58)
p402_introtext => "<p>Tani, ju lutemi zgjidhni midis dy programeve të paraqitura më poshtë. Ato mund të ofrojnë nivele disi të ndryshme të cilësisë së jetës k ... " (214)
p50_introtext => "<p>Ne, Universiteti Karl (Pragë, Çeki), po zhvillojmë një anketë mbi shëndetin.</p>
<p>Duke e plotësuar këtë pyetësor, Ju konfirmoni se ... " (1716)
p50_modalText => "<p><strong>INFORMACION RRETH ANKETËS ME PYETËSOR (FLETA INFORMUESE)</strong></p>
<p><strong>Rreth projektit</strong></p>
<p>Do t’Ju pyesim ... " (5429)
p50_title => "PËLQIMI I INFORMUAR" (20)
p600_introtext => "Tani do t\xe2\x80\x99Ju b\xc3\xabjm\xc3\xab disa pyetje p\xc3\xabr Veten Tuaj. Ju sigurojm\xc3\xab se informacioni do t\xc3\xab trajtohet si konfidencial dhe do t\xc3\xab p\xc3\xabrdoret vet\xc3\xabm p\xc3\xabr q\xc3 ... " (169)
p608_introtext => "<p><strong>Ky është fundi i anketës.</strong></p>
<p>Faleminderit shumë për kohën dhe bashkëpunimin Tuaj. </p>
<p>Studimi financohet nga ... " (2468)
q2_2_scale_comment_bottom => "Shëndeti më i keq që mund të imagjinoni" (43)
q2_2_scale_comment_top => "Shëndeti më i mirë që mund të imagjinoni" (45)
qA1_1 => "Sëmundje kardiovaskulare" (25)
qA1_2 => "Sëmundje respiratore" (21)
qA1_3 => "Bronkit kronik (kollë dhe gëlbazë afatgjatë)" (48)
qA1_4 => "SPOK (Sëmundja Pulmonare Obstruktive Kronike; dëmtim i përhershëm i mushkërive)" (84)
qA1_5 => "Diabet i tipit 2" (16)
qA1_6 => "Hipertension (tension i lartë i gjakut)" (40)
qA1_7 => "Sëmundje të zemrës" (21)
qA1_99 => "Asnjë nga sa më sipër" (24)
qA1_desc => "Zgjidhni të gjitha që zbatohen." (33)
qA1_text => "A Ju ka diagnostikuar ndonjëherë një profesionist i kujdesit shëndetësor me…" (83)
qA2_1 => "Po" (2)
qA2_2 => "Jo" (2)
qA2_text => "A jeni hospitalizuar ndonjëherë për shkak të komplikimeve nga sëmundjet e mësipërme?" (91)
qA3_1 => "Po" (2)
qA3_2 => "Jo" (2)
qA3_text => "A keni pasur ndonjëherë kancer?" (33)
qA4_a => "Ndotja e ajrit" (14)
qA4_b => "Ndotja e trupave ujorë si lumenjtë, liqenet dhe deti" (54)
qA4_c => "Siguria e furnizimit me ujë të pijshëm" (41)
qA4_d => "Aksidentet dhe vdekjet në trafikun rrugor" (42)
qA4_e => "Substancat kancerogjene në produktet e konsumit" (48)
qA4_f => "Sulmet ndaj civilëve nga shtete armiqësore" (44)
qA4_g => "Vrasjet masive të mundësuara nga armët e paligjshme" (54)
qA4_h => "Krimet ndaj pronës në qytetin ose qytezën ku jetoni" (54)
qA4_i => "Krimet e dhunshme në qytetin ose qytezën ku jetoni" (52)
qA4_j => "Shërbimet emergjente shëndetësore, si dhomat e urgjencës dhe të tjera" (74)
qA4_legend_left => "pak ose aspak shqetësim" (24)
qA4_legend_right => "shqetësim shumë i lartë" (26)
qA4_o_1 => "1=pak ose aspak shqetësim" (26)
qA4_o_2 => "2"
qA4_o_3 => "3"
qA4_o_4 => "4"
qA4_o_5 => "5=shqetësim shumë i lartë" (28)
qA4_text => "Sa shumë jeni Ju personalisht i shqetësuar për çështjet e mëposhtme të shëndetit publik dhe të sigurisë — për Veten dhe familjen Tuaj?" (147)
qA5_a => "Ndotja e ajrit" (14)
qA5_b => "Ndotja e trupave ujorë si lumenjtë, liqenet dhe deti" (54)
qA5_c => "Siguria e furnizimit me ujë të pijshëm" (41)
qA5_d => "Aksidentet dhe vdekjet në trafikun rrugor" (42)
qA5_e => "Substancat kancerogjene në produktet e konsumit" (48)
qA5_f => "Sulmet ndaj civilëve nga shtete armiqësore" (44)
qA5_g => "Vrasjet masive të mundësuara nga armët e paligjshme" (54)
qA5_h => "Krimet ndaj pronës në qytetin ose qytezën ku jetoni" (54)
qA5_i => "Krimet e dhunshme në qytetin ose qytezën ku jetoni" (52)
qA5_j => "Shërbimet emergjente shëndetësore, si dhomat e urgjencës dhe të tjera" (74)
qA5_legend_center => "njësoj" (7)
qA5_legend_left => "shumë më pak" (14)
qA5_legend_right => "shumë më shumë" (17)
qA5_text => "<p>A mendoni se qeveria duhet të shpenzojë <u>më pak, përafërsisht të njëjtën shumë ose më shumë</u> para dhe përpjekje për t’i adresua ... " (220)
qA6_a => "Ndotja e ajrit" (14)
qA6_b => "Ndotja e trupave ujorë si lumenjtë, liqenet dhe deti" (54)
qA6_c => "Siguria e furnizimit me ujë të pijshëm" (41)
qA6_d => "Aksidentet dhe vdekjet në trafikun rrugor" (42)
qA6_desc => "Ju lutemi zgjidhni një numër nga 1 deri në 5, ku 1=qytetarët individualë duhet të jenë të vetmit përgjegjës, 3=qeveria dhe qytetarët duhet ... " (235)
qA6_e => "Substancat kancerogjene në produktet e konsumit" (48)
qA6_f => "Ju lutemi shënoni opsionin 5 — „Vetëm qeveria duhet të jetë përgjegjëse“" (84)
qA6_g => "Sulmet ndaj civilëve nga shtete armiqësore" (44)
qA6_h => "Vrasjet masive të mundësuara nga armët e paligjshme" (54)
qA6_i => "Krimet ndaj pronës në qytetin ose qytezën ku jetoni" (54)
qA6_j => "Krimet e dhunshme në qytetin ose qytezën ku jetoni" (52)
qA6_k => "Shërbimet emergjente shëndetësore, si dhomat e urgjencës dhe të tjera" (74)
qA6_legend_center => "qeveria<br>dhe qytetarët" (25)
qA6_legend_left => "qytetarët<br>individualë" (26)
qA6_legend_right => "qeveria" (7)
qA6_text => "Kush mendoni se duhet të jetë përgjegjës për mbrojtjen e shëndetit dhe të sigurisë në fushat e mëposhtme? " (116)
qA7_1 => "1 – aspak e rëndë (asnjë ndotje)" (41)
qA7_2 => "2"
qA7_3 => "3 – e moderuar" (20)
qA7_4 => "4"
qA7_5 => "5 – shumë e rëndë (ndotje e madhe)" (43)
qA7_text => "Sa e rëndë është ndotja e ajrit në zonën ku jetoni?" (57)
qA8_1 => "Transporti" (10)
qA8_2 => "Termocentralet" (14)
qA8_3 => "Objektet prodhuese/fabrikat" (27)
qA8_4 => "Prodhimi dhe transporti i kimikateve" (36)
qA8_5 => "Djegia e karburanteve të ngurta (qymyr, dru) për ngrohjen e shtëpive" (71)
qA8_6 => "Sistemet e ngrohjes me gaz për shtëpitë dhe ndërtesat" (57)
qA8_7 => "Bujqësia" (9)
qA8_8 => "Tjetër" (7)
qA8_8__comment => "Ju lutemi shpjegoni:" (20)
qA8_text => "Cila mendoni se është shkaktari i ndotjes së ajrit në zonën ku jetoni?" (75)
qATT2_1 => "Aspak" (5)
qATT2_2 => "Pak" (3)
qATT2_3 => "Mesatarisht" (11)
qATT2_4 => "Shumë" (6)
qATT2_5 => "Jashtëzakonisht shumë" (23)
qATT2_text => "Për të treguar se jeni i vëmendshëm, ju lutemi zgjidhni „Pak“ në listën e mëposhtme:" (95)
qAx4_1 => "Po, cigare ose puro" (19)
qAx4_2 => "Po, përdor cigare elektronike/vape" (35)
qAx4_3 => "Jo, por jam ish-duhanpirës." (28)
qAx4_4 => "Jo, dhe nuk kam pirë kurrë duhan" (34)
qAx4_text => "A pini duhan aktualisht? " (25)
qAx5_1 => "1-5 cigare në ditë" (20)
qAx5_2 => "6-10 cigare në ditë" (21)
qAx5_3 => "11-20 cigare në ditë" (22)
qAx5_4 => "21-40 cigare në ditë" (22)
qAx5_5 => "Më shumë se 40 cigare në ditë" (33)
qAx5_6 => "Nuk e di" (8)
qAx5_text => "Sa cigare pini në ditë?" (25)
qAx6_1 => "Pothuajse çdo ditë" (20)
qAx6_2 => "4-5 ditë në javë" (19)
qAx6_3 => "2-3 ditë në javë" (19)
qAx6_4 => "Të paktën një herë në javë" (32)
qAx6_5 => "Herë pas here" (14)
qAx6_6 => "Asnjëherë" (11)
qAx6_text => "Sa herë në javë ushtroni — duke shkuar në palestër, duke vrapuar, duke ecur me hap të shpejtë, duke notuar ose duke bërë sporte të tjera? " (150)
qEQ1_1 => "Nuk kam probleme në ecje" (25)
qEQ1_2 => "Kam probleme të lehta në ecje" (31)
qEQ1_3 => "Kam probleme të moderuara në ecje" (35)
qEQ1_4 => "Kam probleme të rënda në ecje" (32)
qEQ1_5 => "Nuk jam në gjendje të eci" (27)
qEQ1_text => "LËVIZSHMËRIA" (14)
qEQ2_1 => "Nuk kam probleme të lahem ose vishem" (37)
qEQ2_2 => "Kam probleme të lehta të lahem ose vishem" (43)
qEQ2_3 => "Kam probleme të moderuara të lahem ose vishem" (47)
qEQ2_4 => "Kam probleme të rënda të lahem ose vishem" (44)
qEQ2_5 => "Nuk jam në gjendje të lahem ose vishem" (40)
qEQ2_text => "KUJDESI PËR VETEN" (18)
qEQ3_1 => "Nuk kam probleme në kryerjen e aktiviteteve të mia të zakonshme" (66)
qEQ3_2 => "Kam probleme të lehta në kryerjen e aktiviteteve të mia të zakonshme" (72)
qEQ3_3 => "Kam probleme të moderuara në kryerjen e aktiviteteve të mia të zakonshme" (76)
qEQ3_4 => "Kam probleme të rënda në kryerjen e aktiviteteve të mia të zakonshme" (73)
qEQ3_5 => "Nuk jam në gjendje të kryej aktivitetet e mia të zakonshme" (61)
qEQ3_desc => "(p.sh. puna, studimi, punët e shtëpisë, aktivitetet familjare ose të kohës së lirë) " (91)
qEQ3_text => "AKTIVITETET E ZAKONSHME" (23)
qEQ4_1 => "Nuk kam dhimbje ose siklet" (26)
qEQ4_2 => "Kam dhimbje ose siklet të lehtë" (33)
qEQ4_3 => "Kam dhimbje ose siklet të moderuar" (35)
qEQ4_4 => "Kam dhimbje ose siklet të rëndë" (34)
qEQ4_5 => "Kam dhimbje ose siklet ekstrem" (30)
qEQ4_text => "DHIMBJA / SIKLETI" (17)
qEQ5_1 => "Nuk jam i ankthshëm ose i dëshpëruar" (39)
qEQ5_2 => "Jam pak i ankthshëm ose i dëshpëruar" (39)
qEQ5_3 => "Jam mesatarisht i ankthshëm ose i dëshpëruar" (47)
qEQ5_4 => "Jam shumë i ankthshëm ose i dëshpëruar" (42)
qEQ5_5 => "Jam jashtëzakonisht i ankthshëm ose i dëshpëruar" (52)
qEQ5_text => "ANKTHI / DËSHPËRIMI " (22)
qI1_1 => "Po, fëmijët e mi" (18)
qI1_2 => "Po, anëtarët e tjerë të familjes" (36)
qI1_3 => "Po, fqinjët e mi" (17)
qI1_4 => "Po, zona ku jetoj" (17)
qI1_5 => "Po, i gjithë vendi" (19)
qI1_6 => "Po, i gjithë BE-ja" (19)
qI1_7 => "Jo" (2)
qI1_desc => "Ju lutemi zgjidhni të gjitha që zbatohen." (43)
qI1_text => "Kur u p\xc3\xabrgjigjeshit pyetjeve p\xc3\xabr programet qeveritare, a menduat se, p\xc3\xabrve\xc3\xa7 Vetes Suaj, edhe persona t\xc3\xab tjer\xc3\xab do t\xc3\xab p\xc3\xabrjetonin p\xc3\xabrfitimet sh\xc3 ... " (187)
qI4_1 => "Nuk kam mundësi të paguaj për opsionet e propozuara." (55)
qI4_10 => "Zgjedhjet ishin shumë hipotetike." (34)
qI4_11 => "Zgjedhja ishte shumë e vështirë." (35)
qI4_12 => "Alternativat ishin shumë të ngjashme me situatën aktuale." (60)
qI4_13 => "Nuk munda të vendos." (21)
qI4_14 => "Tjetër. " (9)
qI4_14_comment => "Ju lutemi shpjegoni" (19)
qI4_2 => "Nuk u besova situatave të përshkruara në pyetjet e zgjedhjes." (64)
qI4_3 => "Pyetjet e zgjedhjes ishin joreale." (34)
qI4_4 => "E konsideroj joetike të paguaj për programet kundër ndotjes së ajrit" (72)
qI4_5 => "Nuk dua t’ua imponoj kostot anëtarëve të familjes sime." (60)
qI4_6 => "Reduktimet e propozuara të rrezikut nuk ishin mjaft të rëndësishme për t’i justifikuar kostot." (101)
qI4_7 => "Nuk jam i sigurt që i kuptova opsionet, prandaj vendosa të qëndroj në situatën aktuale." (92)
qI4_8 => "Nuk mora informacion adekuat ose të mjaftueshëm." (50)
qI4_9 => "Nuk i besoj informacionit që më është dhënë." (50)
qI4_desc => "Ju lutemi zgjidhni deri në 3 më të rëndësishmet." (53)
qI4_text => "Disa herë treguat se opsioni që Ju pëlqen më shumë është ai që nuk i redukton rreziqet. Cila nga sa vijon e përshkruan më së miri arsye(t) ... " (163)
qK1_7 => "7 ose më shumë" (16)
qK1_desc => "Me „ekonomi familjare“ nënkuptojmë një familje ose një grup personash që jetojnë së bashku në të njëjtën banesë dhe ndajnë shpenzimet ... " (211)
qK1_text => "Përfshirë Veten, sa persona jetojnë aktualisht në ekonominë Tuaj familjare?" (80)
qK2_5 => "5 ose më shumë" (16)
qK2_text => "Sa fëmijë (nëse ka) nën moshën 18 vjeç jetojnë me Ju në ekonominë Tuaj familjare?" (90)
qK3_1 => "Fshat deri në 1 000 banorë" (28)
qK3_2 => "Fshat i madh deri në 5 000 banorë" (35)
qK3_3 => "Qytezë e vogël deri në 20 000 banorë" (40)
qK3_4 => "Qytezë më e madhe me 50 000 banorë" (37)
qK3_5 => "Qytet deri në 100 000 banorë" (30)
qK3_6 => "Qytet i madh me më shumë se 100 000 banorë" (45)
qK3_7 => "Qytet me më shumë se 500 000 banorë" (38)
qK3_text => "Cila nga sa vijon e përshkruan më së miri vendin ku jetoni?" (62)
qK4_1 => "Beqar/e" (7)
qK4_2 => "I/E martuar" (11)
qK4_3 => "Partneritet civil (i regjistruar)" (33)
qK4_4 => "Me partner pa regjistrim ligjor" (31)
qK4_5 => "I/E ndarë nga bashkëshorti/partneri civil" (43)
qK4_6 => "I/E divorcuar nga bashkëshorti / i ndarë ligjërisht nga partneri civil" (73)
qK4_7 => "I/E ve" (6)
qK4_8 => "Preferoj të mos përgjigjem" (28)
qK4_text => "Cila është gjendja Juaj aktuale martesore?" (44)
qK5_1 => "Arsimi fillor ose i mesëm i ulët (9 vjeçar)" (46)
qK5_10 => "University/College (Master's/Engineering degree)" (48)
qK5_11 => "Postgraduate (PhD.,CSc.,ThD.,etc..)" (35)
qK5_2 => "Gjimnazi (arsimi i përgjithshëm)" (34)
qK5_3 => "Shkolla e mesme profesionale (teknike, ekonomike, etj.)" (55)
qK5_4 => "Bachelor (3 ose 4 vjeçar)" (26)
qK5_5 => "Master" (6)
qK5_6 => "Doktoraturë (PhD)" (18)
qK5_7 => "Secondary school with final exam" (32)
qK5_8 => "Higher Professional Education (Dis.)" (36)
qK5_9 => "University/College (Bachelor's degree)" (38)
qK5_text => "Cili është niveli më i lartë i arsimit që keni arritur? " (61)
qK6_1 => "I/E punësuar me orar të plotë" (32)
qK6_10 => "I/E papunësuar" (15)
qK6_11 => "Person me aftësi të kufizuar" (30)
qK6_12 => "Tjetër" (7)
qK6_12_comment => "Ju lutemi përgjigjuni:" (23)
qK6_13 => "Me leje lindjeje ose prindërore " (33)
qK6_2 => "I/E punësuar me orar të pjesshëm" (35)
qK6_3 => "I/E vetëpunësuar " (19)
qK6_4 => "I/E vetëpunësuar" (18)
qK6_5 => "Punë vullnetare" (16)
qK6_6 => "Shërbim ushtarak" (17)
qK6_7 => "I/E pensionuar" (14)
qK6_8 => "Amvis/e" (7)
qK6_9 => "Student/e" (9)
qK6_desc => "Ju lutemi zgjidhni nga lista statusin e punësimit që zbatohet për Ju (shënoni të gjitha që zbatohen)." (107)
qK6_text => "Cila nga sa vijon e përshkruan më së miri situatën Tuaj të punësimit? " (76)
qK7_1 => "Po" (2)
qK7_2 => "Jo" (2)
qK7_7 => "Preferoj të mos përgjigjem" (28)
qK7_text => "A merrni ndonjë përfitim social?" (34)
qK9_1 => "Nën 150 €" (12)
qK9_1_1 => "Nën 225 €" (12)
qK9_1_2 => "Midis 226 dhe 370 €" (21)
qK9_1_3 => "Midis 371 dhe 510 €" (21)
qK9_1_4 => "Midis 511 dhe 720 €" (21)
qK9_1_5 => "Midis 721 dhe 1 000 €" (23)
qK9_1_6 => "Midis 1 001 dhe 1 500 €" (25)
qK9_1_7 => "Midis 1 501 dhe 2 200 €" (25)
qK9_1_8 => "Midis 2 201 dhe 3 800 €" (25)
qK9_1_888 => "Nuk e di" (8)
qK9_1_9 => "Mbi 3 800 €" (13)
qK9_1_999 => "Preferoj të mos përgjigjem" (28)
qK9_1_desc => "(Ju lutemi përfshini të gjitha burimet e të ardhurave, si përfitimet prindërore dhe përfitime të tjera qeveritare, fitimet dhe të ardhura të ... " (159)
qK9_1_text => "<p>Dëshirojmë të theksojmë se të ardhurat janë një nga treguesit më të rëndësishëm të përdorur për të siguruar përfaqësueshmërinë ... " (490)
qK9_10 => "1 601 – 2 000 €" (19)
qK9_11 => "2 001 – 3 000 €" (19)
qK9_12 => "3 001 – 5 000 €" (19)
qK9_13 => "Mbi 5 000 €" (13)
qK9_14 => "More than 170 000 Kč" (21)
qK9_2 => "151 – 300 €" (15)
qK9_3 => "301 – 440 €" (15)
qK9_4 => "441 – 580 €" (15)
qK9_5 => "581 – 720 €" (15)
qK9_6 => "721 – 880 €" (15)
qK9_7 => "881 – 1 070 €" (17)
qK9_8 => "1 071 – 1 290 €" (19)
qK9_888 => "Nuk e di" (8)
qK9_9 => "1 291 – 1 600 €" (19)
qK9_999 => "Preferoj të mos përgjigjem" (28)
qK9_desc => "<p> Ju lutemi përfshini të gjitha burimet për të gjithë anëtarët: paga, pensione, përfitime sociale (p.sh., shtesat për fëmijët), interesa, ... " (411)
qK9_text => "Sa janë <u>të ardhurat mujore neto të kombinuara të përafërta të ekonomisë Tuaj familjare</u>? Kjo është shuma totale që Ju dhe të gjithë ... " (264)
qPA_1 => "PO – e kam lexuar informacionin e mësipërm dhe pranoj të marr pjesë në anketë." (86)
qPA_2 => "JO – nuk dua të marr pjesë në këtë anketë." (50)
qPA_text => "A jeni dakord të vazhdoni me anketën? " (40)
qS1_1 => "Mashkull" (8)
qS1_2 => "Femër" (6)
qS1_3 => "Tjetër" (7)
qS1_4 => "Preferoj të mos përgjigjem" (28)
qS1_text => "Cila është gjinia Juaj?" (25)
qS2_prompt => "- zgjidhni moshën Tuaj -" (25)
qS2_suffix => "vjeç" (5)
qS2_text => "Sa vjeç jeni?" (14)
qS3_1 => "Prishtinë" (10)
qS3_10 => "Plzeňský" (10)
qS3_11 => "Středočeský" (14)
qS3_12 => "Ústecký" (9)
qS3_13 => "Vysočina" (9)
qS3_14 => "Zlínsky" (8)
qS3_2 => "Mitrovicë" (10)
qS3_3 => "Pejë" (5)
qS3_4 => "Prizren" (7)
qS3_5 => "Ferizaj" (7)
qS3_6 => "Gjilan" (6)
qS3_7 => "Gjakovë" (8)
qS3_8 => "Pardubický" (11)
qS3_9 => "Praha" (5)
qS3_text => "Në cilin regjion jetoni?" (25)
tto_btn_programme => "Programi" (8)
tto_btn_programme_a => "Programi A" (10)
tto_btn_programme_b => "Programi B" (10)
tto_header_programme => "Programi" (8)
tto_header_programme_a => "Programi A" (10)
tto_header_programme_b => "Programi B" (10)
tto_choose_label => "Cilin program do të zgjidhnit?" (31)
tto_le_label => "Jetëgjatësia e mbetur për person" (35)
tto_le_years => "%s vjet" (7)
tto_qol_label => "Cilësia e jetës gjatë pjesës së mbetur të jetës " (55)
}
languageStrings private => array(0)
}
runLang => "al" (2)
showLabels => 0
startPage private => 50
pageTypes private => array(0)
invalidLinkMode => 2
onShutdown => NULL
request private => Nette\Application\Request(7) ► {
method private => "GET" (3)
flags private => array(1) ▼ {
secured => TRUE
}
name private => "Questions" (9)
params private => array(3) ▼ {
action => "initialize" (10)
runLang => "al" (2)
showLabels => "0"
}
post private => array(0)
files private => array(0)
frozen private => TRUE
}
response private => Nette\Application\Responses\TextResponse(1) ▼ {
source private => Nette\Templating\FileTemplate(8) ► {
file private => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/templates/Questions/initialize.latte" (98)
onPrepareFilters => array(1) [ ... ]
source private => NULL
params private => array(17) { ... }
filters private => array(0)
helpers private => array(0)
helperLoaders private => array(1) [ ... ]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(5) { ... }
}
}
autoCanonicalize => TRUE
absoluteUrls => FALSE
globalParams private => array(0)
globalState private => array(2) ▼ {
runLang => "al" (2)
showLabels => 0
}
globalStateSinces private => array(2) ▼ {
runLang => "QuestionsPresenter" (18)
showLabels => "QuestionsPresenter" (18)
}
action private => "initialize" (10)
view private => "initialize" (10)
layout private => NULL
payload private => stdClass(0)
signalReceiver private => ""
signal private => NULL
ajaxMode private => FALSE
startupCheck private => TRUE
lastCreatedRequest private => Nette\Application\Request(7) ► {
method private => "FORWARD" (7)
flags private => array(0)
name private => "Questions" (9)
params private => array(3) ▼ {
showLabels => TRUE
runLang => "al" (2)
action => "initialize" (10)
}
post private => array(0)
files private => array(0)
frozen private => FALSE
}
lastCreatedRequestFlag private => array(1) ▼ {
current => FALSE
}
context private => SystemContainer(8) ► {
classes => array(43) ► {
"nette\object" => FALSE
"nette\caching\storages\ijournal" => "nette.cacheJournal" (18)
"nette\caching\storages\filejournal" => "nette.cacheJournal" (18)
"nette\caching\istorage" => "cacheStorage" (12)
"nette\caching\storages\filestorage" => "cacheStorage" (12)
"nette\http\requestfactory" => "nette.httpRequestFactory" (24)
"nette\http\irequest" => "httpRequest" (11)
"nette\http\request" => "httpRequest" (11)
"nette\http\iresponse" => "httpResponse" (12)
"nette\http\response" => "httpResponse" (12)
"nette\http\context" => "nette.httpContext" (17)
"nette\http\session" => "session" (7)
"nette\security\iuserstorage" => "nette.userStorage" (17)
"nette\http\userstorage" => "nette.userStorage" (17)
"nette\security\user" => "user" (4)
"nette\application\application" => "application" (11)
"nette\application\ipresenterfactory" => "nette.presenterFactory" (22)
"nette\application\presenterfactory" => "nette.presenterFactory" (22)
"nette\arraylist" => "router" (6)
traversable => "router" (6)
iteratoraggregate => "router" (6)
countable => "router" (6)
arrayaccess => "router" (6)
"nette\application\irouter" => "router" (6)
"nette\application\routers\routelist" => "router" (6)
"nette\mail\imailer" => "nette.mailer" (12)
"nette\mail\sendmailmailer" => "nette.mailer" (12)
"nette\di\nestedaccessor" => "nette.database" (14)
dibiobject => FALSE
dibiconnection => "dibi.connection" (15)
"nette\diagnostics\ibarpanel" => "dibi.panel" (10)
dibinettepanel => "dibi.panel" (10)
"nette\security\iauthenticator" => "authenticator" (13)
"nette\security\simpleauthenticator" => "authenticator" (13)
experiment => "experiment" (10)
translate => "translate" (9)
getlang => "getLang" (7)
questions => "questions" (9)
answers => "answers" (7)
"nette\freezableobject" => "container" (9)
"nette\ifreezable" => "container" (9)
"nette\di\icontainer" => "container" (9)
"nette\di\container" => "container" (9)
}
meta => array(0)
parameters => array(12) ► {
appDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app" (61)
wwwDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu" (57)
debugMode => TRUE
productionMode => FALSE
environment => "production" (10)
consoleMode => FALSE
container => array(2) { ... }
tempDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/../temp" (69)
allowNoExtId => TRUE
extIdName => "extid" (5)
users => array(1) { ... }
nette => NULL
}
params => array(12) ► {
appDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app" (61)
wwwDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu" (57)
debugMode => TRUE
productionMode => FALSE
environment => "production" (10)
consoleMode => FALSE
container => array(2) { ... }
tempDir => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/../temp" (69)
allowNoExtId => TRUE
extIdName => "extid" (5)
users => array(1) { ... }
nette => NULL
}
registry private => array(20) ► {
"nette.httpRequestFactory" => Nette\Http\RequestFactory(2) { ... }
httpRequest => Nette\Http\Request(9) { ... }
httpResponse => Nette\Http\Response(5) { ... }
session => Nette\Http\Session(4) { ... }
router => Nette\Application\Routers\RouteList(3) { ... }
"nette.presenterFactory" => Nette\Application\PresenterFactory(4) { ... }
application => Nette\Application\Application(14) { ... }
container => SystemContainer(8) { *RECURSION* }
"dibi.panel" => DibiNettePanel(3) { ... }
"dibi.connection" => DibiConnection(6) { ... }
answers => Answers(2) { ... }
getLang => getLang(6) { ... }
questions => Questions(4) { ... }
experiment => Experiment(11) { ... }
nette => Nette\DI\NestedAccessor(3) { ... }
"nette.cacheJournal" => Nette\Caching\Storages\FileJournal(9) { ... }
"nette.templateCacheStorage" => Nette\Caching\Storages\PhpFileStorage(5) { ... }
"nette.userStorage" => Nette\Http\UserStorage(3) { ... }
user => Nette\Security\User(8) { ... }
cacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
}
factories private => array(0)
creating private => array(0)
frozen private => FALSE
}
template private => Nette\Templating\FileTemplate(8) ► {
file private => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/templates/Questions/initialize.latte" (98)
onPrepareFilters => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
source private => NULL
params private => array(17) ► {
_control => QuestionsPresenter(48) { *RECURSION* }
control => QuestionsPresenter(48) { *RECURSION* }
_presenter => QuestionsPresenter(48) { *RECURSION* }
presenter => QuestionsPresenter(48) { *RECURSION* }
user => Nette\Security\User(8) { ... }
netteHttpResponse => Nette\Http\Response(5) { ... }
netteCacheStorage => Nette\Caching\Storages\FileStorage(4) { ... }
baseUrl => "https://vsl2026.surveys-online.eu" (33)
baseUri => "https://vsl2026.surveys-online.eu" (33)
basePath => ""
flashes => array(0)
texts => array(3) { ... }
startPage => 50
runLang => "al" (2)
template => Nette\Templating\FileTemplate(8) { *RECURSION* }
_g => stdClass(0)
_extended => TRUE
}
filters private => array(0)
helpers private => array(0)
helperLoaders private => array(1) ▼ [
0 => Nette\Callback(1) { ... }
]
cacheStorage private => Nette\Caching\Storages\PhpFileStorage(5) ▼ {
hint => "/templates/@layout.latte" (24)
dir private => "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache" (68)
useDirs private => TRUE
journal private => Nette\Caching\Storages\FileJournal(9) { ... }
locks private => NULL
}
}
invalidSnippets private => array(0)
snippetMode => NULL
params protected => array(3) ▼ {
action => "initialize" (10)
runLang => "al" (2)
showLabels => 0
}
components private => array(1) ▼ {
formular => Nette\Application\UI\Form(19) ► {
onSuccess => NULL
onError => NULL
onSubmit => NULL
onInvalidSubmit => NULL
submittedBy private => NULL
httpData private => NULL
element private => Nette\Utils\Html(4) { ... }
renderer private => NULL
translator private => NULL
groups private => array(0)
errors private => array(0)
onValidate => NULL
currentGroup protected => NULL
valid protected => NULL
components private => array(0)
cloning private => NULL
parent private => QuestionsPresenter(48) { *RECURSION* }
name private => "formular" (8)
monitors private => array(2) { ... }
}
}
cloning private => NULL
parent private => NULL
name private => "Questions" (9)
monitors private => array(0)
}
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" (60)
|
|---|---|
| TZ | "Europe/Prague" (13)
|
| CONTENT_LENGTH | "0"
|
| HTTP_CONNECTION | "close" (5)
|
| SCRIPT_NAME | "/index.php" (10)
|
| REQUEST_URI | "/initialize?runLang=al&showLabels=0" (35)
|
| QUERY_STRING | "runLang=al&showLabels=0" (23)
|
| REQUEST_METHOD | "GET" (3)
|
| SERVER_PROTOCOL | "HTTP/1.1" (8)
|
| GATEWAY_INTERFACE | "CGI/1.1" (7)
|
| REDIRECT_URL | "/initialize" (11)
|
| REDIRECT_QUERY_STRING | "runLang=al&showLabels=0" (23)
|
| REMOTE_PORT | "38944" (5)
|
| SCRIPT_FILENAME | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/index.php" (67)
|
| SERVER_ADMIN | "root@ceskyhosting.cz" (20)
|
| DOCUMENT_ROOT | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu" (57)
|
| REMOTE_ADDR | "216.73.216.26" (13)
|
| SERVER_PORT | "443" (3)
|
| SERVER_ADDR | "91.239.202.186" (14)
|
| SERVER_NAME | "vsl2026.surveys-online.eu" (25)
|
| SERVER_SOFTWARE | "Apache/2.2.22 (Debian)" (22)
|
| SERVER_SIGNATURE | "<address>Apache/2.2.22 (Debian) Server at vsl2026.surveys-online.eu Port 443</address>
" (87)
|
| HTTP_HOST | "vsl2026.surveys-online.eu" (25)
|
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" (23)
|
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" (103)
|
| HTTP_ACCEPT | "*/*" (3)
|
| SSL_TLS_SNI | "vsl2026.surveys-online.eu" (25)
|
| HTTPS | "on" (2)
|
| SCRIPT_URI | "https://vsl2026.surveys-online.eu/initialize" (44)
|
| SCRIPT_URL | "/initialize" (11)
|
| REDIRECT_STATUS | "200" (3)
|
| REDIRECT_SSL_TLS_SNI | "vsl2026.surveys-online.eu" (25)
|
| REDIRECT_HTTPS | "on" (2)
|
| REDIRECT_SCRIPT_URI | "https://vsl2026.surveys-online.eu/initialize" (44)
|
| REDIRECT_SCRIPT_URL | "/initialize" (11)
|
| FCGI_ROLE | "RESPONDER" (9)
|
| PHP_SELF | "/index.php" (10)
|
| REQUEST_TIME_FLOAT | 1780528222.2718401
|
| REQUEST_TIME | 1780528222
|
| __NF | Nette Session |
|---|
| purge | array(3) ▼ |
|---|
| WWW_DIR | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu" (57)
|
|---|---|
| APP_DIR | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app" (61)
|
| LIBS_DIR | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs" (62)
|
| NETTE | TRUE
|
| NETTE_DIR | "/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette" (68)
|
| NETTE_VERSION_ID | 20008
|
| NETTE_PACKAGE | "5.3" (3)
|
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/index.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/bootstrap.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/helpers/helpers.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/run.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/loader.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/exceptions.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/Object.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Utils/LimitedScope.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Loaders/AutoLoader.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Loaders/NetteLoader.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/Helpers.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/shortcuts.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Utils/Html.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/Debugger.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/Logger.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/FireLogger.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/BlueScreen.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/Bar.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/DefaultBarPanel.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/IBarPanel.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Utils/SafeStream.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Config/Configurator.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Loaders/RobotLoader.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/Storages/FileStorage.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/IStorage.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/Cache.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/Callback.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/Framework.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/Storages/PhpFileStorage.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.Configurator/_-615f3b5af269f485be2d3390d8614a12.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/DI/Container.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/FreezableObject.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/IFreezable.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/DI/IContainer.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Reflection/ClassType.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Reflection/Method.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/Session.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/RequestFactory.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/UrlScript.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/Url.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/ObjectMixin.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Utils/Strings.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/Request.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/IRequest.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/Response.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/IResponse.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/DateTime.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/Environment.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/CheckboxList.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Forms/Controls/BaseControl.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/ComponentModel/Component.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/ComponentModel/IComponent.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Forms/IControl.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Forms/Container.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/ComponentModel/Container.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/ComponentModel/IContainer.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Routers/Route.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/IRouter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Routers/RouteList.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/common/ArrayList.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Application.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/PresenterFactory.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/IPresenterFactory.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Diagnostics/RoutingPanel.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Request.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/presenters/QuestionsPresenter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/presenters/BasePresenter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/Presenter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/Control.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/PresenterComponent.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/ISignalReceiver.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/IStatePersistent.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/IRenderable.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/IPresenter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/DateQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/EmptyQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/GridCheckboxQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/GridTextQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/GridMixedQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/HiddenQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/HorizontalScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/MultipleCheckboxQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/RadioListQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/RadioListInlineQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/SelectQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/SelectCondensedQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/TextAreaQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/TextQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/ValuesBatteryQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/VerticalScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/TermometerQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/VASQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/PercentageScaleQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/DecimalQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/Questions/GridDecimalQuestionTrait.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/DI/Helpers.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Reflection/Parameter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/PresenterComponentReflection.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Reflection/Property.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Reflection/AnnotationsParser.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/models/Answers.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiConnection.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiObject.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/dibi.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/interfaces.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiDateTime.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiLiteral.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiHashMap.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiException.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiResult.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiResultIterator.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiRow.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiTranslator.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiDataSource.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiFluent.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiDatabaseInfo.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiEvent.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiFileLogger.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/libs/DibiFirePhpLogger.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/Nette/DibiNettePanel.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/drivers/mysql.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/dibi/drivers/mysql.reflector.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/models/Questions.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/models/getLang.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/SessionSection.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Utils/Finder.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Iterators/Filter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/1_health.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/5_lifestyle.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/3_valuation.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/2_propability.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/0_quota.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/6_socdem.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/4_cogn.conf.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/models/Experiment.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/Form.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Forms/Form.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/ComponentModel/RecursiveComponentIterator.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/UI/Link.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Iterators/InstanceFilter.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/classes/Initializator.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/app/config/questions/texts.inc.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Templating/FileTemplate.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Templating/Template.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Templating/ITemplate.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Templating/IFileTemplate.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/DI/NestedAccessor.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/Storages/FileJournal.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Caching/Storages/IJournal.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Security/User.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Security/IUserStorage.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Http/UserStorage.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Security/Diagnostics/UserPanel.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/Responses/TextResponse.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/IResponse.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Application/exceptions.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_Questions.initialize.latte-6911b27e75252abb4cbf26df7d126ac4.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Latte/Macros/CoreMacros.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Latte/Macros/MacroSet.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Latte/IMacro.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/temp/cache/_Nette.FileTemplate/_templates._layout.latte-f4e4116978a15a538b8255b334c4a382.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Latte/Macros/UIMacros.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Templating/Helpers.php |
| /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/libs/Nette/Diagnostics/templates/bluescreen.phtml |
| APC Support | enabled |
|---|---|
| Version | 3.1.13 |
| APC Debugging | Disabled |
| MMAP Support | Enabled |
| MMAP File Mask | no value |
| Locking type | pthread mutex Locks |
| Serialization Support | php |
| Revision | $Revision: 327136 $ |
| Build Date | Sep 4 2012 20:01:41 |
| Directive | Local Value | Master Value |
|---|---|---|
| apc.cache_by_default | Off | Off |
| apc.canonicalize | On | On |
| apc.coredump_unmap | Off | Off |
| apc.enable_cli | Off | Off |
| apc.enabled | On | On |
| apc.file_md5 | Off | Off |
| apc.file_update_protection | 2 | 2 |
| apc.filters | no value | no value |
| apc.gc_ttl | 3600 | 3600 |
| apc.include_once_override | Off | Off |
| apc.lazy_classes | Off | Off |
| apc.lazy_functions | Off | Off |
| apc.max_file_size | 1M | 1M |
| apc.mmap_file_mask | no value | no value |
| apc.num_files_hint | 1000 | 1000 |
| apc.preload_path | no value | no value |
| apc.report_autofilter | Off | Off |
| apc.rfc1867 | Off | Off |
| apc.rfc1867_freq | 0 | 0 |
| apc.rfc1867_name | APC_UPLOAD_PROGRESS | APC_UPLOAD_PROGRESS |
| apc.rfc1867_prefix | upload_ | upload_ |
| apc.rfc1867_ttl | 3600 | 3600 |
| apc.serializer | default | default |
| apc.shm_segments | 1 | 1 |
| apc.shm_size | 32M | 32M |
| apc.shm_strings_buffer | 4M | 4M |
| apc.slam_defense | On | On |
| apc.stat | On | On |
| apc.stat_ctime | Off | Off |
| apc.ttl | 600 | 600 |
| apc.use_request_time | On | On |
| apc.user_entries_hint | 4096 | 4096 |
| apc.user_ttl | 600 | 600 |
| apc.write_lock | On | On |
| BCMath support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| bcmath.scale | 0 | 0 |
| BZip2 Support | Enabled |
| Stream Wrapper support | compress.bzip2:// |
| Stream Filter support | bzip2.decompress, bzip2.compress |
| BZip2 Version | 1.0.6, 6-Sept-2010 |
| Calendar support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| cgi.check_shebang_line | 1 | 1 |
| cgi.discard_path | 0 | 0 |
| cgi.fix_pathinfo | 1 | 1 |
| cgi.force_redirect | 1 | 1 |
| cgi.nph | 0 | 0 |
| cgi.redirect_status_env | no value | no value |
| cgi.rfc2616_headers | 0 | 0 |
| fastcgi.logging | 1 | 1 |
| PHP Version | 5.4.45-0+deb7u14 |
| Directive | Local Value | Master Value |
|---|---|---|
| allow_url_fopen | On | On |
| allow_url_include | Off | Off |
| always_populate_raw_post_data | Off | Off |
| arg_separator.input | & | & |
| arg_separator.output | & | & |
| asp_tags | Off | Off |
| auto_append_file | no value | no value |
| auto_globals_jit | On | On |
| auto_prepend_file | no value | no value |
| browscap | no value | no value |
| default_charset | no value | no value |
| default_mimetype | text/html | text/html |
| disable_classes | no value | no value |
| disable_functions | system,exec,passthru,proc_open,popen,shell_exec,readlink,symlink,link,pfsockopen,ini_alter,dl,openlog,syslog,putenv,pcntl_exec,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,socket_accept,socket_bind,socket_create,socket_create_listen,socket_listen,socket_create_pair | system,exec,passthru,proc_open,popen,shell_exec,readlink,symlink,link,pfsockopen,ini_alter,dl,openlog,syslog,putenv,pcntl_exec,pcntl_fork,pcntl_signal,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,socket_accept,socket_bind,socket_create,socket_create_listen,socket_listen,socket_create_pair |
| display_errors | On | Off |
| display_startup_errors | Off | Off |
| doc_root | no value | no value |
| docref_ext | no value | no value |
| docref_root | no value | no value |
| enable_dl | Off | Off |
| enable_post_data_reading | On | On |
| error_append_string | no value | no value |
| error_log | /home/www/surveys-online.eu/www/vsl2026.surveys-online.eu/log/php_error.log | /home/www/surveys-online.eu/www/data/vsl2026.surveys-online.eu.php.log |
| error_prepend_string | no value | no value |
| error_reporting | 0 | 22527 |
| exit_on_timeout | Off | Off |
| expose_php | On | On |
| extension_dir | /usr/lib/php5/20100525 | /usr/lib/php5/20100525 |
| file_uploads | On | On |
| highlight.comment | #998; font-style: italic | #FF8000 |
| highlight.default | #000 | #0000BB |
| highlight.html | #06B | #000000 |
| highlight.keyword | #D24; font-weight: bold | #007700 |
| highlight.string | #080 | #DD0000 |
| html_errors | Off | On |
| ignore_repeated_errors | Off | Off |
| ignore_repeated_source | Off | Off |
| ignore_user_abort | Off | Off |
| implicit_flush | Off | Off |
| include_path | . | . |
| log_errors | Off | Off |
| log_errors_max_len | 1024 | 1024 |
| mail.add_x_header | On | On |
| mail.force_extra_parameters | no value | no value |
| mail.log | no value | no value |
| max_execution_time | 0 | 180 |
| max_file_uploads | 20 | 20 |
| max_input_nesting_level | 64 | 64 |
| max_input_time | 60 | 60 |
| max_input_vars | 1000 | 1000 |
| memory_limit | 128M | 128M |
| open_basedir | /home/www/tmp:/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu | /home/www/tmp:/home/www/surveys-online.eu/www/vsl2026.surveys-online.eu |
| output_buffering | 4096 | 4096 |
| output_handler | no value | no value |
| post_max_size | 64M | 64M |
| precision | 14 | 14 |
| realpath_cache_size | 16K | 16K |
| realpath_cache_ttl | 120 | 120 |
| register_argc_argv | Off | Off |
| report_memleaks | On | On |
| report_zend_debug | On | On |
| request_order | GP | GP |
| sendmail_from | no value | no value |
| sendmail_path | php_mail | php_mail |
| serialize_precision | 17 | 17 |
| short_open_tag | On | On |
| SMTP | localhost | localhost |
| smtp_port | 25 | 25 |
| sql.safe_mode | Off | Off |
| track_errors | Off | Off |
| unserialize_callback_func | no value | no value |
| upload_max_filesize | 60M | 60M |
| upload_tmp_dir | /home/www/tmp | /home/www/tmp |
| user_dir | no value | no value |
| user_ini.cache_ttl | 300 | 300 |
| user_ini.filename | .user.ini | .user.ini |
| variables_order | GPCS | GPCS |
| xmlrpc_error_number | 0 | 0 |
| xmlrpc_errors | Off | Off |
| zend.detect_unicode | On | On |
| zend.enable_gc | On | On |
| zend.multibyte | Off | Off |
| zend.script_encoding | no value | no value |
| ctype functions | enabled |
| cURL support | enabled |
| cURL Information | 7.26.0 |
| Age | 3 |
| Features | |
| AsynchDNS | No |
| Debug | Yes |
| GSS-Negotiate | Yes |
| IDN | Yes |
| IPv6 | Yes |
| Largefile | Yes |
| NTLM | Yes |
| SPNEGO | No |
| SSL | Yes |
| SSPI | No |
| krb4 | No |
| libz | Yes |
| CharConv | No |
| Protocols | dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtmp, rtsp, scp, sftp, smtp, smtps, telnet, tftp |
| Host | x86_64-pc-linux-gnu |
| SSL Version | OpenSSL/1.0.1t |
| ZLib Version | 1.2.7 |
| libSSH Version | libssh2/1.4.2 |
| date/time support | enabled |
| "Olson" Timezone Database Version | 0.system |
| Timezone Database | internal |
| Default timezone | Europe/Prague |
| Directive | Local Value | Master Value |
|---|---|---|
| date.default_latitude | 31.7667 | 31.7667 |
| date.default_longitude | 35.2333 | 35.2333 |
| date.sunrise_zenith | 90.583333 | 90.583333 |
| date.sunset_zenith | 90.583333 | 90.583333 |
| date.timezone | Europe/Prague | Europe/Prague |
| DBA support | enabled |
| Supported handlers | cdb cdb_make db4 inifile flatfile qdbm |
| Directive | Local Value | Master Value |
|---|---|---|
| dba.default_handler | flatfile | flatfile |
| DOM/XML | enabled |
| DOM/XML API Version | 20031129 |
| libxml Version | 2.8.0 |
| HTML Support | enabled |
| XPath Support | enabled |
| XPointer Support | enabled |
| Schema Support | enabled |
| RelaxNG Support | enabled |
| Regex Library | Bundled library enabled |
| EXIF Support | enabled |
| EXIF Version | 1.4 $Id: 05041c5f0094cb46d9b516bd624d593b90cc38f9 $ |
| Supported EXIF Version | 0220 |
| Supported filetypes | JPEG,TIFF |
| Directive | Local Value | Master Value |
|---|---|---|
| exif.decode_jis_intel | JIS | JIS |
| exif.decode_jis_motorola | JIS | JIS |
| exif.decode_unicode_intel | UCS-2LE | UCS-2LE |
| exif.decode_unicode_motorola | UCS-2BE | UCS-2BE |
| exif.encode_jis | no value | no value |
| exif.encode_unicode | ISO-8859-15 | ISO-8859-15 |
| fileinfo support | enabled |
| version | 1.0.5 |
| Input Validation and Filtering | enabled |
| Revision | $Id: ad78b4a085153b8c7f4d6db5dc69df40e969c343 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| filter.default | unsafe_raw | unsafe_raw |
| filter.default_flags | no value | no value |
| FTP support | enabled |
| GD Support | enabled |
| GD Version | 2.0.36 |
| FreeType Support | enabled |
| FreeType Linkage | with freetype |
| FreeType Version | 2.4.9 |
| GIF Read Support | enabled |
| GIF Create Support | enabled |
| JPEG Support | enabled |
| libJPEG Version | unknown |
| PNG Support | enabled |
| libPNG Version | 1.2.49 |
| WBMP Support | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| gd.jpeg_ignore_warning | 0 | 0 |
| geoip support | enabled |
|---|---|
| geoip extension version | 1.0.7 |
| geoip library version | 1004008 |
| Directive | Local Value | Master Value |
|---|---|---|
| geoip.custom_directory | no value | no value |
| GetText Support | enabled |
| gmp support | enabled |
| GMP version | 5.0.5 |
| hash support | enabled |
| Hashing Engines | md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 |
| iconv support | enabled |
| iconv implementation | glibc |
| iconv library version | 2.13 |
| Directive | Local Value | Master Value |
|---|---|---|
| iconv.input_encoding | ISO-8859-1 | ISO-8859-1 |
| iconv.internal_encoding | UTF-8 | ISO-8859-1 |
| iconv.output_encoding | ISO-8859-1 | ISO-8859-1 |
| IMAP c-Client Version | 2007f |
| SSL Support | enabled |
| Kerberos Support | enabled |
| Internationalization support | enabled |
|---|---|
| version | 1.1.0 |
| ICU version | 4.8.1.1 |
| ICU Data version | 4.8.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| intl.default_locale | no value | no value |
| intl.error_level | 0 | 0 |
| json support | enabled |
| json version | 1.2.1 |
| libXML support | active |
| libXML Compiled Version | 2.8.0 |
| libXML Loaded Version | 20800 |
| libXML streams | enabled |
| Multibyte Support | enabled |
| Multibyte string engine | libmbfl |
| HTTP input encoding translation | disabled |
| libmbfl version | 1.3.2 |
| mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. |
|---|
| Multibyte (japanese) regex support | enabled |
| Multibyte regex (oniguruma) version | 5.9.1 |
| Directive | Local Value | Master Value |
|---|---|---|
| mbstring.detect_order | no value | no value |
| mbstring.encoding_translation | Off | Off |
| mbstring.func_overload | 0 | 0 |
| mbstring.http_input | pass | pass |
| mbstring.http_output | pass | pass |
| mbstring.http_output_conv_mimetypes | ^(text/|application/xhtml\+xml) | ^(text/|application/xhtml\+xml) |
| mbstring.internal_encoding | no value | no value |
| mbstring.language | neutral | neutral |
| mbstring.strict_detection | Off | Off |
| mbstring.substitute_character | none | no value |
| mcrypt support | enabled |
|---|---|
| mcrypt_filter support | enabled |
| Version | 2.5.8 |
| Api No | 20021217 |
| Supported ciphers | cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes |
| Supported modes | cbc cfb ctr ecb ncfb nofb ofb stream |
| Directive | Local Value | Master Value |
|---|---|---|
| mcrypt.algorithms_dir | no value | no value |
| mcrypt.modes_dir | no value | no value |
| MHASH support | Enabled |
| MHASH API Version | Emulated Support |
| MySQL Support | enabled |
|---|---|
| Active Persistent Links | 0 |
| Active Links | 1 |
| Client API version | 5.5.60 |
| MYSQL_MODULE_TYPE | external |
| MYSQL_SOCKET | /var/run/mysqld/mysqld.sock |
| MYSQL_INCLUDE | -I/usr/include/mysql |
| MYSQL_LIBS | -L/usr/lib/x86_64-linux-gnu -lmysqlclient_r |
| Directive | Local Value | Master Value |
|---|---|---|
| mysql.allow_local_infile | Off | Off |
| mysql.allow_persistent | On | On |
| mysql.connect_timeout | 60 | 60 |
| mysql.default_host | 127.0.0.1 | 127.0.0.1 |
| mysql.default_password | no value | no value |
| mysql.default_port | 3306 | 3306 |
| mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| mysql.default_user | no value | no value |
| mysql.max_links | 40 | 40 |
| mysql.max_persistent | 2 | 2 |
| mysql.trace_mode | Off | Off |
| MysqlI Support | enabled |
|---|---|
| Client API library version | 5.5.60 |
| Active Persistent Links | 0 |
| Inactive Persistent Links | 0 |
| Active Links | 0 |
| Client API header version | 5.5.60 |
| MYSQLI_SOCKET | /var/run/mysqld/mysqld.sock |
| Directive | Local Value | Master Value |
|---|---|---|
| mysqli.allow_local_infile | On | On |
| mysqli.allow_persistent | On | On |
| mysqli.default_host | 127.0.0.1 | 127.0.0.1 |
| mysqli.default_port | 3306 | 3306 |
| mysqli.default_pw | no value | no value |
| mysqli.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| mysqli.default_user | no value | no value |
| mysqli.max_links | 40 | 40 |
| mysqli.max_persistent | 2 | 2 |
| mysqli.reconnect | Off | Off |
| OpenSSL support | enabled |
| OpenSSL Library Version | OpenSSL 1.0.1t 3 May 2016 |
| OpenSSL Header Version | OpenSSL 1.0.1t 3 May 2016 |
| pcntl support | enabled |
|---|
| PCRE (Perl Compatible Regular Expressions) Support | enabled |
| PCRE Library Version | 8.30 2012-02-04 |
| Directive | Local Value | Master Value |
|---|---|---|
| pcre.backtrack_limit | 1000000 | 1000000 |
| pcre.recursion_limit | 100000 | 100000 |
| PDO support | enabled |
|---|---|
| PDO drivers | mysql, pgsql, sqlite |
| PDO Driver for MySQL | enabled |
|---|---|
| Client API version | 5.5.60 |
| Directive | Local Value | Master Value |
|---|---|---|
| pdo_mysql.default_socket | /var/run/mysqld/mysqld.sock | /var/run/mysqld/mysqld.sock |
| PDO Driver for PostgreSQL | enabled |
|---|---|
| PostgreSQL(libpq) Version | 9.1.24lts2 |
| Module version | 1.0.2 |
| Revision | $Id: 8e4cc97fb53f418d98b489c3e9d722e48446e676 $ |
| PDO Driver for SQLite 3.x | enabled |
|---|---|
| SQLite Library | 3.7.13 |
| PostgreSQL Support | enabled |
|---|---|
| PostgreSQL(libpq) Version | 9.1.24lts2 |
| PostgreSQL(libpq) | PostgreSQL 9.1.24lts2 on x86_64-unknown-linux-gnu, compiled by gcc (Debian 4.7.2-5) 4.7.2, 64-bit |
| Multibyte character support | enabled |
| SSL support | enabled |
| Active Persistent Links | 0 |
| Active Links | 0 |
| Directive | Local Value | Master Value |
|---|---|---|
| pgsql.allow_persistent | On | On |
| pgsql.auto_reset_persistent | Off | Off |
| pgsql.ignore_notice | Off | Off |
| pgsql.log_notice | Off | Off |
| pgsql.max_links | 40 | 40 |
| pgsql.max_persistent | 2 | 2 |
| Phar: PHP Archive support | enabled |
|---|---|
| Phar EXT version | 2.0.1 |
| Phar API version | 1.1.1 |
| SVN revision | $Id: ba734629367f9671b25202408d13914fa63d8396 $ |
| Phar-based phar archives | enabled |
| Tar-based phar archives | enabled |
| ZIP-based phar archives | enabled |
| gzip compression | enabled |
| bzip2 compression | enabled |
| OpenSSL support | enabled |
|
Phar based on pear/PHP_Archive, original concept by Davey Shafik. Phar fully realized by Gregory Beaver and Marcus Boerger. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle. |
| Directive | Local Value | Master Value |
|---|---|---|
| phar.cache_list | no value | no value |
| phar.readonly | On | On |
| phar.require_hash | On | On |
| Revision | $Id: 1dfa9997ed76804e53c91e0ce862f3707617b6ed $ |
| PSpell Support | enabled |
| Reflection | enabled |
|---|---|
| Version | $Id: f6367cdb4e3f392af4a6d441a6641de87c2e50c4 $ |
| Session Support | enabled |
| Registered save handlers | files user |
| Registered serializer handlers | php php_binary wddx |
| Directive | Local Value | Master Value |
|---|---|---|
| session.auto_start | Off | Off |
| session.cache_expire | 180 | 180 |
| session.cache_limiter | nocache | nocache |
| session.cookie_domain | no value | no value |
| session.cookie_httponly | On | Off |
| session.cookie_lifetime | 1209600 | 0 |
| session.cookie_path | / | / |
| session.cookie_secure | Off | Off |
| session.entropy_file | /dev/urandom | /dev/urandom |
| session.entropy_length | 32 | 32 |
| session.gc_divisor | 1000 | 1000 |
| session.gc_maxlifetime | 1209600 | 1440 |
| session.gc_probability | 1 | 1 |
| session.hash_bits_per_character | 5 | 5 |
| session.hash_function | 0 | 0 |
| session.name | PHPSESSID | PHPSESSID |
| session.referer_check | no value | no value |
| session.save_handler | files | files |
| session.save_path | /var/lib/php/sessions | /var/lib/php/sessions |
| session.serialize_handler | php | php |
| session.upload_progress.cleanup | On | On |
| session.upload_progress.enabled | On | On |
| session.upload_progress.freq | 1% | 1% |
| session.upload_progress.min_freq | 1 | 1 |
| session.upload_progress.name | PHP_SESSION_UPLOAD_PROGRESS | PHP_SESSION_UPLOAD_PROGRESS |
| session.upload_progress.prefix | upload_progress_ | upload_progress_ |
| session.use_cookies | On | On |
| session.use_only_cookies | On | On |
| session.use_trans_sid | 0 | 0 |
| shmop support | enabled |
| Simplexml support | enabled |
|---|---|
| Revision | $Id: 16070fc92ad6f69cebb2d52ad3f02794f833ce39 $ |
| Schema support | enabled |
| NET-SNMP Support | enabled |
| NET-SNMP Version | 5.4.3 |
| PHP SNMP Version | 0.1 |
| Soap Client | enabled |
| Soap Server | enabled |
| Directive | Local Value | Master Value |
|---|---|---|
| soap.wsdl_cache | 1 | 1 |
| soap.wsdl_cache_dir | /tmp | /tmp |
| soap.wsdl_cache_enabled | 1 | 1 |
| soap.wsdl_cache_limit | 5 | 5 |
| soap.wsdl_cache_ttl | 86400 | 86400 |
| Sockets Support | enabled |
| SPL support | enabled |
|---|---|
| Interfaces | Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject |
| Classes | AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException |
| SQLite3 support | enabled |
|---|---|
| SQLite3 module version | 0.7 |
| SQLite Library | 3.7.13 |
| Directive | Local Value | Master Value |
|---|---|---|
| sqlite3.extension_dir | no value | no value |
| Dynamic Library Support | enabled |
| Path to sendmail | php_mail |
| Directive | Local Value | Master Value |
|---|---|---|
| assert.active | 1 | 1 |
| assert.bail | 0 | 0 |
| assert.callback | no value | no value |
| assert.quiet_eval | 0 | 0 |
| assert.warning | 1 | 1 |
| auto_detect_line_endings | 0 | 0 |
| default_socket_timeout | 60 | 60 |
| from | no value | no value |
| url_rewriter.tags | a=href,area=href,frame=src,input=src,form=fakeentry | a=href,area=href,frame=src,input=src,form=fakeentry |
| user_agent | PHP | PHP |
| sysvmsg support | enabled |
| Revision | $Id: adf1d2d6be849c46eed3c3ee6f1cbebd1448d6e5 $ |
| Tidy support | enabled |
|---|---|
| libTidy Release | 25 March 2009 |
| Extension Version | 2.0 ($Id: 14aff36094bdd63f1d0adee006215e5e553294ea $) |
| Directive | Local Value | Master Value |
|---|---|---|
| tidy.clean_output | no value | no value |
| tidy.default_config | no value | no value |
| Tokenizer Support | enabled |
| WDDX Support | enabled |
|---|---|
| WDDX Session Serializer | enabled |
| XML Support | active |
| XML Namespace Support | active |
| libxml2 Version | 2.8.0 |
| XMLReader | enabled |
| core library version | xmlrpc-epi v. 0.51 |
| php extension version | 0.51 |
| author | Dan Libby |
| homepage | http://xmlrpc-epi.sourceforge.net |
| open sourced by | Epinions.com |
| XMLWriter | enabled |
| XSL | enabled |
| libxslt Version | 1.1.26 |
| libxslt compiled against libxml Version | 2.8.0 |
| EXSLT | enabled |
| libexslt Version | 1.1.26 |
| Zip | enabled |
| Extension Version | $Id: 6c872ebfb022206b0cc2a183c7a388c7b6ad8685 $ |
| Zip version | 1.11.0 |
| Libzip version | 0.10.1 |
| ZLib Support | enabled |
|---|---|
| Stream Wrapper | compress.zlib:// |
| Stream Filter | zlib.inflate, zlib.deflate |
| Compiled Version | 1.2.1.1 |
| Linked Version | 1.2.7 |
| Directive | Local Value | Master Value |
|---|---|---|
| zlib.output_compression | Off | Off |
| zlib.output_compression_level | -1 | -1 |
| zlib.output_handler | no value | no value |
| Module Name |
|---|
| sysvsem |
| sysvshm |
| Content-Length | 0 |
|---|---|
| Connection | close |
| Host | vsl2026.surveys-online.eu |
| Accept-Encoding | gzip, br, zstd, deflate |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Accept | */* |
| runLang | "al" (2)
|
|---|---|
| showLabels | "0"
|
empty
empty
X-Powered-By: Nette Framework
Content-Type: text/html; charset=utf-8
X-Frame-Options: SAMEORIGIN
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: nette-browser=no8eusg7pc; path=/; httponly
Set-Cookie: PHPSESSID=eq2vkapt42c36g5ih4o82jn5c6; expires=Wed, 17-Jun-2026 23:10:22 GMT; path=/; HttpOnly