Home
last modified time | relevance | path

Searched refs:dol_htmlentities (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/variants/
H A Dcard.php127 $title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
162 print dol_htmlentities($object->ref);
172 print dol_htmlentities($object->label);
214 …langs->trans('ProductAttributeValueDeleteDialog', dol_htmlentities($objectval->value), dol_htmlent…
267 <td><?php echo dol_htmlentities($attrval->ref) ?></td>
268 <td><?php echo dol_htmlentities($attrval->value) ?></td>
H A Dcreate_val.php80 $title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
98 <td><?php echo dol_htmlentities($object->ref) ?>
102 <td><?php echo dol_htmlentities($object->label) ?></td>
H A Dlist.php123 …print '<td><a href="card.php?id='.$attribute->id.'">'.dol_htmlentities($attribute->ref).'</a></td>…
124 …print '<td><a href="card.php?id='.$attribute->id.'">'.dol_htmlentities($attribute->label).'</a></t…
H A Dcombinations.php855 echo dol_htmlentities($productCombination2ValuePairs[$i]);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/variants/
H A Dcard.php139 $title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
174 print dol_htmlentities($object->ref);
184 print dol_htmlentities($object->label);
226 …langs->trans('ProductAttributeValueDeleteDialog', dol_htmlentities($objectval->value), dol_htmlent…
279 <td><?php echo dol_htmlentities($attrval->ref) ?></td>
280 <td><?php echo dol_htmlentities($attrval->value) ?></td>
H A Dcreate_val.php92 $title = $langs->trans('ProductAttributeName', dol_htmlentities($object->label));
110 <td><?php echo dol_htmlentities($object->ref) ?>
114 <td><?php echo dol_htmlentities($object->label) ?></td>
H A Dlist.php140 …print '<td><a href="card.php?id='.$attribute->id.'">'.dol_htmlentities($attribute->ref).'</a></td>…
141 …print '<td><a href="card.php?id='.$attribute->id.'">'.dol_htmlentities($attribute->label).'</a></t…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/opensurvey/
H A Dcard.php239 … name="nouveautitre" style="width: 95%" value="'.dol_escape_htmltag(dol_htmlentities($object->titl…
240 } else print dol_htmlentities($object->title);
313 print dol_htmlentities($object->nom_admin);
398 …print dol_htmlentities($comment->usercomment).': '.dol_nl2br(dol_htmlentities($comment->comment)).…
H A Dresults.php447 …pe="text" name="nouveautitre" size="40" value="'.dol_escape_htmltag(dol_htmlentities($object->titl…
449 print dol_htmlentities($object->title);
468 print dol_htmlentities($object->nom_admin);
744 print '<td class="heure">'.dol_htmlentities($heures[1]).'</td>'."\n";
765 print '<td class="sujet">'.dol_htmlentities($tmp[0]).'</td>'."\n";
801 print '</td><td class="nom">'.dol_htmlentities($obj->name).'</td>'."\n";
1064 $meilleursujet .= dol_htmlentities($tmps[0]);
H A Dlist.php378 print '<td>'.dol_htmlentities($obj->title).'</td>';
400 print dol_htmlentities($obj->nom_admin);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/opensurvey/
H A Dcard.php238 … name="nouveautitre" style="width: 95%" value="'.dol_escape_htmltag(dol_htmlentities($object->titl…
240 print dol_htmlentities($object->title);
393 …print dol_htmlentities($comment->usercomment).': '.dol_nl2br(dol_htmlentities($comment->comment)).…
H A Dresults.php473 …pe="text" name="nouveautitre" size="40" value="'.dol_escape_htmltag(dol_htmlentities($object->titl…
475 print dol_htmlentities($object->title);
497 print dol_htmlentities($object->nom_admin);
775 print '<td class="heure">'.dol_htmlentities($heures[1]).'</td>'."\n";
795 print '<td class="sujet">'.dol_htmlentities($tmp[0]).'</td>'."\n";
829 print '</td><td class="nom">'.dol_htmlentities($obj->name).'</td>'."\n";
1134 $meilleursujet .= dol_htmlentities($tmps[0]);
H A Dlist.php413 print '<td>'.dol_htmlentities($obj->title).'</td>';
439 print dol_htmlentities($obj->nom_admin);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/opensurvey/
H A Dstuds.php281 print '<strong>'.dol_htmlentities($titre).'</strong><br><br>'."\n";
378 print '<td class="heure">'.dol_htmlentities($heures[1]).'</td>'."\n";
429 print '<td class="nom">'.dol_htmlentities($obj->name).'</td>'."\n";
724 $meilleursujet .= dol_htmlentities($tmps[0]);
768 …print dol_htmlentities($obj->usercomment).':</span> <span class="comment">'.dol_nl2br(dol_htmlenti…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/opensurvey/
H A Dstuds.php276 print '<strong>'.dol_htmlentities($titre).'</strong><br><br>'."\n";
376 print '<td class="heure">'.dol_htmlentities($heures[1]).'</td>'."\n";
430 print '<td class="nom">'.dol_htmlentities($obj->name).'</td>'."\n";
682 $meilleursujet .= dol_htmlentities($tmps[0]);
726 …print dol_htmlentities($obj->usercomment).':</span> <span class="comment">'.dol_nl2br(dol_htmlenti…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dfacture_situation.php243 print '<textarea '.$metascompil.' >'.dol_htmlentities($conf->global->{$confkey}).'</textarea>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dfacture_situation.php246 print '<textarea '.$metascompil.' >'.dol_htmlentities($conf->global->{$confkey}).'</textarea>';
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formmail.class.php681 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
707 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
751 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
771 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
1083 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formmail.class.php677 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
715 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
1052 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
1087 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
1117 $tmparray[$key] = dol_htmlentities($tmparray[$key], null, 'UTF-8', true);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/
H A Dlist.php523 …print '<span class="badge badge-info classfortooltip" title="'.dol_htmlentities($langs->trans("Tra…
528 …print '<span title="'.dol_htmlentities($langs->trans("Late")).'" class="classfortooltip badge badg…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/boxes/
H A Dbox_task.php192 …rojectstatic->getNomUrl(1).' &nbsp; '.$taskstatic->getNomUrl(1).' '.dol_htmlentities($taskstatic->…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/boxes/
H A Dbox_task.php196 …rojectstatic->getNomUrl(1).' &nbsp; '.$taskstatic->getNomUrl(1).' '.dol_htmlentities($taskstatic->…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/
H A Dlist.php626 …print '<span class="badge badge-info classfortooltip" title="'.dol_htmlentities($langs->trans("Tra…
631 …print '<span title="'.dol_htmlentities($langs->trans("Late")).'" class="classfortooltip badge badg…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dproject.lib.php2426 …$diff = '<span class="text-danger classfortooltip paddingrightonly" title="'.dol_htmlentities($tit…
2430 …$diff = '<span class="text-warning classfortooltip paddingrightonly" title="'.dol_htmlentities($ti…
2434 …$diff = '<span class="text-success classfortooltip paddingrightonly" title="'.dol_htmlentities($ti…
2447 $out .= $task->getNomUrl(1).' '.dol_htmlentities($task->label);
2549 $title = 'title="'.dol_htmlentities($tooltip).'"';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dproject.lib.php2717 …$diff = '<span class="text-danger classfortooltip paddingrightonly" title="'.dol_htmlentities($tit…
2721 …$diff = '<span class="text-warning classfortooltip paddingrightonly" title="'.dol_htmlentities($ti…
2725 …$diff = '<span class="text-success classfortooltip paddingrightonly" title="'.dol_htmlentities($ti…
2737 $out .= $task->getNomUrl(1).' '.dol_htmlentities($task->label);
2849 $title = 'title="'.dol_htmlentities($tooltip).'"';

12