Home
last modified time | relevance | path

Searched defs:editPage (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/mediawiki135/mediawiki-1.35.5/extensions/WikiEditor/includes/
H A DWikiEditorHooks.php82 public static function editPageShowEditFormInitial( EditPage $editPage, OutputPage $outputPage ) {
133 public static function editPageShowEditFormFields( EditPage $editPage, OutputPage $outputPage ) {
263 public static function editPageAttemptSave( EditPage $editPage ) {
281 public static function editPageAttemptSaveAfter( EditPage $editPage, Status $status ) {
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/WikiEditor/includes/
H A DWikiEditorHooks.php86 public static function editPageShowEditFormInitial( EditPage $editPage, OutputPage $outputPage ) {
144 public static function editPageShowEditFormFields( EditPage $editPage, OutputPage $outputPage ) {
275 public static function editPageAttemptSave( EditPage $editPage ) {
293 public static function editPageAttemptSaveAfter( EditPage $editPage, Status $status ) {
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/WikiEditor/includes/
H A DWikiEditorHooks.php140 public static function editPageShowEditFormInitial( EditPage $editPage, OutputPage $outputPage ) {
198 public static function editPageShowEditFormFields( EditPage $editPage, OutputPage $outputPage ) {
341 public static function editPageAttemptSave( EditPage $editPage ) {
359 public static function editPageAttemptSaveAfter( EditPage $editPage, Status $status ) {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/Hook/
H A DAlternateEditHook.php21 public function onAlternateEdit( $editPage );
H A DEditFormInitialTextHook.php20 public function onEditFormInitialText( $editPage );
H A DEditPageGetDiffContentHook.php24 public function onEditPageGetDiffContent( $editPage, &$newtext );
H A DEditPageGetPreviewContentHook.php23 public function onEditPageGetPreviewContent( $editPage, &$content );
H A DAlternateEditPreviewHook.php27 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Hook/
H A DAlternateEditHook.php24 public function onAlternateEdit( $editPage );
H A DEditFormInitialTextHook.php23 public function onEditFormInitialText( $editPage );
H A DEditPageGetPreviewContentHook.php1 <?php
2
3 namespace MediaWiki\Hook;
4
5 use Content;
6 use EditPage;
7
8 /**
9 * This is a hook handler interface, see docs/Hooks.md.
10 * Use the hook name "EditPageGetPreviewContent" to register handlers implementing this interface.
[all …]
H A DEditPageNoSuchSectionHook.php1 <?php
2
3 namespace MediaWiki\Hook;
4
5 use EditPage;
6
7 /**
8 * This is a hook handler interface, see docs/Hooks.md.
9 * Use the hook name "EditPageNoSuchSection" to register handlers implementing this interface.
10 *
[all …]
H A DAlternateEditPreviewHook.php30 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Hook/
H A DEditFormInitialTextHook.php23 public function onEditFormInitialText( $editPage );
H A DAlternateEditHook.php24 public function onAlternateEdit( $editPage );
H A DEditPageGetDiffContentHook.php27 public function onEditPageGetDiffContent( $editPage, &$newtext );
H A DEditPageGetPreviewContentHook.php26 public function onEditPageGetPreviewContent( $editPage, &$content );
H A DAlternateEditPreviewHook.php30 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/TemplateData/includes/
H A DTemplateDataHooks.php18 public static function onEditPageShowEditFormFields( EditPage $editPage, OutputPage $out ) {
152 public static function onEditPage( EditPage $editPage, OutputPage $output ) {
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/TemplateData/includes/
H A DTemplateDataHooks.php18 public static function onEditPageShowEditFormFields( EditPage $editPage, OutputPage $out ) {
152 public static function onEditPage( EditPage $editPage, OutputPage $output ) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DWorkingSetEditWizard.java40 public WorkingSetEditWizard(IWorkingSetPage editPage) { in WorkingSetEditWizard()
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/ConfirmEdit/includes/
H A DConfirmEditHooks.php98 public static function showEditFormFields( EditPage $editPage, OutputPage $out ) {
197 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/ConfirmEdit/includes/
H A DConfirmEditHooks.php98 public static function showEditFormFields( EditPage $editPage, OutputPage $out ) {
197 public function onAlternateEditPreview( $editPage, &$content, &$previewHTML,
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DOptionsDialog.cpp37 CEditPage editPage; in OptionsDialog() local
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DOptionsDialog.cpp36 CEditPage editPage; in OptionsDialog() local

123