Home
last modified time | relevance | path

Searched refs:filter_html (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/joomla3/joomla3-3.9.24/libraries/fof/render/
H A Dstrapper.php624 $filter_html = '';
678 $filter_html .= "</label>\n";
679 $filter_html .= "\t$filter\n";
680 $filter_html .= "</div>\n";
685 $filter_html .= "\t$buttons\n";
686 $filter_html .= '</div>' . "\n";
708 $filter_html .= "\t\t\t\t\t<td>" . PHP_EOL;
718 $filter_html .= '</div>' . PHP_EOL;
733 $filter_html .= "\t\t\t\t\t</td>" . PHP_EOL;
781 $html .= "$filter_html\n";
[all …]
H A Djoomla.php219 $filter_html = '';
251 $filter_html .= "\t\t\t\t\t<td>" . PHP_EOL;
255 $filter_html .= "\t\t\t\t\t\t$filter" . PHP_EOL;
259 $filter_html .= "\t\t\t\t\t\t<nobr>$buttons</nobr>" . PHP_EOL;
271 $filter_html .= "\t\t\t\t\t\t$filter" . PHP_EOL;
274 $filter_html .= "\t\t\t\t\t</td>" . PHP_EOL;
290 $html .= $filter_html;
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dcolor_templates.php525 $filter_html = '<tr class="even">
542 $filter_html .= 'selected';
545 $filter_html .= '>' . __('Default') . '</option>';
549 $filter_html .= "<option value='" . $key . "'";
551 $filter_html .= ' selected';
553 $filter_html .= '>' . $value . "</option>\n";
557 $filter_html .= ' </select>
576 print $filter_html;
H A Daggregate_templates.php587 $filter_html = '<tr class="even">
605 $filter_html .= 'selected';
608 $filter_html .= '>' . __('Default') . '</option>';
611 $filter_html .= "<option value='" . $key . "'";
613 $filter_html .= " selected";
615 $filter_html .= ">" . $value . "</option>\n";
619 $filter_html .= '</select>
638 print $filter_html;
/dports/www/drupal8/drupal-8.9.20/core/modules/media/src/Form/
H A DEditorMediaDialog.php115 $filter_html = $filters->get('filter_html');
121 if ($filter_html->status) {
122 $restrictions = $filter_html->getHTMLRestrictions();
144 …'#access' => !empty($settings['alt_field']) && ($filter_html->status === FALSE || !empty($allowed_…
162 …'#access' => $filter_align->status && ($filter_html->status === FALSE || !empty($allowed_attribute…
172 …'#access' => $filter_caption->status && ($filter_html->status === FALSE || !empty($allowed_attribu…
/dports/www/drupal9/drupal-9.2.10/core/modules/media/src/Form/
H A DEditorMediaDialog.php119 $filter_html = $filters->get('filter_html');
125 if ($filter_html->status) {
126 $restrictions = $filter_html->getHTMLRestrictions();
148 …'#access' => !empty($settings['alt_field']) && ($filter_html->status === FALSE || !empty($allowed_…
166 …'#access' => $filter_align->status && ($filter_html->status === FALSE || !empty($allowed_attribute…
176 …'#access' => $filter_caption->status && ($filter_html->status === FALSE || !empty($allowed_attribu…
/dports/www/p5-HTML-StripScripts/HTML-StripScripts-1.06/examples/declaration/
H A Ddeclaration.pl24 print $original->filter_html($html);
29 print $new->filter_html($html);
/dports/www/p5-HTML-StripScripts/HTML-StripScripts-1.06/examples/tags/
H A Dtags.pl29 print $original->filter_html($html);
37 print $new->filter_html($html);
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/tests/filter_test/config/install/
H A Dfilter.format.filtered_html.yml10 filter_html:
11 id: filter_html
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/tests/filter_test/config/install/
H A Dfilter.format.filtered_html.yml10 filter_html:
11 id: filter_html
/dports/www/drupal9/drupal-9.2.10/core/modules/editor/tests/editor_private_test/config/install/
H A Dfilter.format.private_images.yml12 filter_html:
13 id: filter_html
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/tests/editor_private_test/config/install/
H A Dfilter.format.private_images.yml12 filter_html:
13 id: filter_html
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/
H A Dfilter.libraries.yml11 drupal.filter.filter_html.admin:
14 filter.filter_html.admin.js: {}
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/
H A Dfilter.libraries.yml11 drupal.filter.filter_html.admin:
14 filter.filter_html.admin.js: {}
/dports/www/drupal8/drupal-8.9.20/core/profiles/standard/config/install/
H A Dfilter.format.restricted_html.yml10 filter_html:
11 id: filter_html
H A Dfilter.format.basic_html.yml12 filter_html:
13 id: filter_html
/dports/www/drupal8/drupal-8.9.20/core/profiles/demo_umami/config/install/
H A Dfilter.format.restricted_html.yml10 filter_html:
11 id: filter_html
H A Dfilter.format.full_html.yml37 filter_html:
38 id: filter_html
/dports/www/drupal9/drupal-9.2.10/core/profiles/demo_umami/config/install/
H A Dfilter.format.restricted_html.yml10 filter_html:
11 id: filter_html
/dports/www/drupal9/drupal-9.2.10/core/profiles/standard/config/install/
H A Dfilter.format.restricted_html.yml10 filter_html:
11 id: filter_html
H A Dfilter.format.basic_html.yml12 filter_html:
13 id: filter_html
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Functional/
H A DFilterFormatTest.php96 'filter_html' => [
97 'id' => 'filter_html',
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Functional/
H A DFilterFormatTest.php96 'filter_html' => [
97 'id' => 'filter_html',
/dports/www/p5-HTML-StripScripts-Parser/HTML-StripScripts-Parser-1.03/t/
H A D20script.t10 is( $filt->filter_html(<<IN), <<OUT, 'scripts handled correctly' );
30 is( $filt->filter_html(<<IN), <<OUT, 'scripts handled correctly' );
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/tests/modules/
H A Deditor_test.module35 if (isset($filters['filter_html']) && $filters['filter_html']->status) {

123