65 return htmlspecialchars($raw_input ??
'', ENT_QUOTES | ENT_SUBSTITUTE,
'UTF-8');
106 _elgg_services()->stickyForms->makeStickyForm($form_name, $ignored_field_names);
162 return _elgg_services()->stickyForms->getStickyValues($form_name, $filter_result);
206 $result .=
" {$attr}=\"{$value}\"";
209 return "<{$tag}{$result}>";
221 $ar = explode(
',', $string);
222 $ar = array_map(
'trim', $ar);
223 $ar = array_map(
'strip_tags', $ar);
225 $ar = array_filter($ar,
function($string) {
229 $ar = array_unique($ar);
232 return array_values($ar);
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special the source code distributed need not include anything that is normally and so on of the operating system on which the executable unless that component itself accompanies the executable If distribution of executable or object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place counts as distribution of the source even though third parties are not compelled to copy the source along with the object code You may not or distribute the Program except as expressly provided under this License Any attempt otherwise to sublicense or distribute the Program is void
elgg_trigger_event_results(string $event, string $type, array $params=[], $returnvalue=null)
Triggers an event where it is expected that the mixed return value could be manipulated by event call...
if(!is_string($title)||$title=== '') $tag
static isEmpty($value)
Check if a value isn't empty, but allow 0 and '0'.
_elgg_services()
Get the global service provider.
$attributes
Elgg AJAX loader.