Use new titled code box macro
authorMatthias Schmidt <gravatronics@live.com>
Fri, 23 Apr 2021 09:06:23 +0000 (11:06 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 23 Apr 2021 09:06:23 +0000 (11:06 +0200)
commit9a3f5fa38befa5c7abe7456b702c73b6f19b136e
tree235c3816db983a839388a4e4402658e8a6c17826
parent3c732517429a7965d751605a90ee3b38789d0419
Use new titled code box macro
98 files changed:
docs/javascript/typescript.md
docs/package/package-xml.md
docs/package/pip/acl-option.md
docs/package/pip/acp-menu.md
docs/package/pip/acp-search-provider.md
docs/package/pip/bbcode.md
docs/package/pip/box.md
docs/package/pip/clipboard-action.md
docs/package/pip/core-object.md
docs/package/pip/cronjob.md
docs/package/pip/event-listener.md
docs/package/pip/language.md
docs/package/pip/media-provider.md
docs/package/pip/menu-item.md
docs/package/pip/menu.md
docs/package/pip/object-type-definition.md
docs/package/pip/object-type.md
docs/package/pip/option.md
docs/package/pip/page.md
docs/package/pip/pip.md
docs/package/pip/smiley.md
docs/package/pip/sql.md
docs/package/pip/template-listener.md
docs/package/pip/user-menu.md
docs/package/pip/user-notification-event.md
docs/package/pip/user-profile-menu.md
docs/php/api/caches_persistent-caches.md
docs/php/api/caches_runtime-caches.md
docs/php/api/cronjobs.md
docs/php/api/events.md
docs/php/api/sitemaps.md
docs/php/api/user_notifications.md
docs/php/code-style.md
docs/php/database-objects.md
docs/php/gdpr.md
docs/stylesheets/extra.css
docs/tutorial/series/part_1.md
docs/tutorial/series/part_2.md
docs/tutorial/series/part_3.md
docs/tutorial/series/part_4.md
docs/tutorial/series/part_5.md
snippets/package/package.xml [new file with mode: 0644]
snippets/package/pip/aclOption.xml [new file with mode: 0644]
snippets/package/pip/acpMenu.xml [new file with mode: 0644]
snippets/package/pip/acpSearchProvider.xml [new file with mode: 0644]
snippets/package/pip/bbcode.xml [new file with mode: 0644]
snippets/package/pip/box.xml [new file with mode: 0644]
snippets/package/pip/clipboardAction.xml [new file with mode: 0644]
snippets/package/pip/coreObject.xml [new file with mode: 0644]
snippets/package/pip/cronjob.xml [new file with mode: 0644]
snippets/package/pip/en.xml [new file with mode: 0644]
snippets/package/pip/eventListener.xml [new file with mode: 0644]
snippets/package/pip/install.sql [new file with mode: 0644]
snippets/package/pip/mediaProvider.xml [new file with mode: 0644]
snippets/package/pip/menu.xml [new file with mode: 0644]
snippets/package/pip/menuItem.xml [new file with mode: 0644]
snippets/package/pip/objectType.xml [new file with mode: 0644]
snippets/package/pip/objectTypeDefinition.xml [new file with mode: 0644]
snippets/package/pip/option.xml [new file with mode: 0644]
snippets/package/pip/packageInstallationPlugin.xml [new file with mode: 0644]
snippets/package/pip/page.xml [new file with mode: 0644]
snippets/package/pip/smiley.xml [new file with mode: 0644]
snippets/package/pip/templateListener.xml [new file with mode: 0644]
snippets/package/pip/userMenu.xml [new file with mode: 0644]
snippets/package/pip/userNotificationEvent.xml [new file with mode: 0644]
snippets/package/pip/userProfileMenu.xml [new file with mode: 0644]
snippets/php/api/caches/ExampleCacheBuilder.class.php [new file with mode: 0644]
snippets/php/api/caches/UserRuntimeCache.class.php [new file with mode: 0644]
snippets/php/api/cronjobs/LastActivityCronjob.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleAddFormListener.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleComponent.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleEventListener.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleParser1.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleParser2.class.php [new file with mode: 0644]
snippets/php/api/events/ExampleParserEventListener.class.php [new file with mode: 0644]
snippets/php/api/events/eventListener.xml [new file with mode: 0644]
snippets/php/api/sitemaps/UserSitemapObject.class.php [new file with mode: 0644]
snippets/php/api/user_notifications/FooUserNotificationEvent.class.php [new file with mode: 0644]
snippets/php/api/user_notifications/FooUserNotificationObject.class.php [new file with mode: 0644]
snippets/php/api/user_notifications/FooUserNotificationObjectType.class.php [new file with mode: 0644]
snippets/php/api/user_notifications/objectType.xml [new file with mode: 0644]
snippets/php/api/user_notifications/userNotificationEvent.xml [new file with mode: 0644]
snippets/php/code-style/Box.class.php [new file with mode: 0644]
snippets/php/database-objects/Example.class.php [new file with mode: 0644]
snippets/php/database-objects/ExampleAction.class.php [new file with mode: 0644]
snippets/php/database-objects/ExampleEditor.class.php [new file with mode: 0644]
snippets/php/database-objects/ExampleList.class.php [new file with mode: 0644]
snippets/php/database-objects/ViewableExample.class.php [new file with mode: 0644]
snippets/php/database-objects/ViewableExampleList.class.php [new file with mode: 0644]
snippets/php/gdpr/MyUserExportGdprActionListener.class.php [new file with mode: 0644]
snippets/typescript/.eslintignore [new file with mode: 0644]
snippets/typescript/.eslintrc.js [new file with mode: 0644]
snippets/typescript/.gitattributes [new file with mode: 0644]
snippets/typescript/.prettierrc [new file with mode: 0644]
snippets/typescript/Example.js [new file with mode: 0644]
snippets/typescript/Example.ts [new file with mode: 0644]
snippets/typescript/package.json [new file with mode: 0644]
snippets/typescript/tsconfig.json [new file with mode: 0644]