Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 582) sorted by relevance

12345678910>>...24

/template/backpack/
H A Ddetail.php71 $value = tpl_img_getTag($t); variable
72 if ($value) {
74 if ($tag[2] == 'date') echo dformat($value);
75 else echo hsc($value);
/template/kiwiki/
H A Ddetail.php67 $value = tpl_img_getTag($t); variable
68 if ($value) {
71 echo dformat($value);
73 echo hsc($value);
/template/pinkberrynight/
H A Ddetail.php66 $value = tpl_img_getTag($t); variable
67 if ($value) {
70 echo dformat($value);
72 echo hsc($value);
/template/bulma/
H A Ddetail.php66 $value = tpl_img_getTag($t); variable
67 if ($value) {
70 echo dformat($value);
72 echo hsc($value);
/template/kajukkd/
H A Ddetail.php66 $value = tpl_img_getTag($t); variable
67 if ($value) {
70 echo dformat($value);
72 echo hsc($value);
/template/vector/
H A Dinc_detail.php58 $value = tpl_img_getTag($t); variable
59 if ($value) {
62 echo dformat($value);
64 echo hsc($value);
/template/simple_sidebar/
H A Ddetail.php68 $value = tpl_img_getTag($t); variable
69 if ($value) {
71 if ($tag[2] == 'date') echo dformat($value);
72 else echo hsc($value);
/template/monobook/
H A Dinc_detail.php58 $value = tpl_img_getTag($t); variable
59 if ($value) {
62 echo dformat($value);
64 echo hsc($value);
/template/doogiestpl/
H A Ddetail.php64 $value = tpl_img_getTag($t); variable
65 if ($value) {
67 if ($tag[2] == 'date') echo dformat($value);
68 else echo hsc($value);
/template/starterpjax/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/aran/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/taratasy/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/dokutwitterbootstrap/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/grassstains/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/m1/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/dokubootstrapsimplified/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/apricot/
H A Ddetail.php62 $value = tpl_img_getTag($t); variable
63 if ($value) {
66 echo dformat($value);
68 echo hsc($value);
/template/ach/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/zenlike/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/cowboy/
H A Ddetail.php63 $value = tpl_img_getTag($t); variable
64 if ($value) {
67 echo dformat($value);
69 echo hsc($value);
/template/mikio/
H A Ddetail.php79 $value = tpl_img_getTag($t); variable
80 if ($value !== '') {
83 echo dformat($value);
85 echo hsc($value);
H A Dcss.php19 foreach($_SERVER as $name => $value) {
21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
102 foreach ($arr2 as $key => $value){
104 $arr1[$key] = array_merge($arr1[$key], $value);
106 $arr1[$key] = $value;
/template/strap/_test/
H A DconfigTest.php99 foreach ($conf as $key => $value) {
107 foreach ($meta as $key => $value) {
142 foreach ($conf as $key => $value) {
150 foreach ($lang as $key => $value) {
161 * The default value are read through parsing
175 foreach ($meta as $key => $value) {
/template/templar/
H A Ddetail.php77 $value = tpl_img_getTag($t); variable
78 if ($value) {
81 echo dformat($value);
83 echo hsc($value);
/template/lisps/
H A Ddetail.php77 $value = tpl_img_getTag($t); variable
78 if ($value) {
81 echo dformat($value);
83 echo hsc($value);

12345678910>>...24