s\\\\Personal\\\\SyncClients\"]},\"activity\":{\"settings\":[\"OCA\\\\Settings\\\\Activity\\\\GroupSetting\",\"OCA\\\\Settings\\\\Activity\\\\SecuritySetting\",\"OCA\\\\Settings\\\\Activity\\\\Setting\"],\"filters\":{\"filter\":\"OCA\\\\Settings\\\\Activity\\\\SecurityFilter\"},\"providers\":[\"OCA\\\\Settings\\\\Activity\\\\GroupProvider\",\"OCA\\\\Settings\\\\Activity\\\\Provider\",\"OCA\\\\Settings\\\\Activity\\\\SecurityProvider\"]},\"info\":[],\"remote\":[],\"public\":[],\"types\":[],\"repair-steps\":{\"install\":[],\"pre-migration\":[],\"post-migration\":[],\"live-migration\":[],\"uninstall\":[]},\"background-jobs\":[],\"two-factor-providers\":[],\"commands\":[]}"'%'!@)A-0) "#@#[$%W0#!`7C(^"C)o#$7;!+!+ 9@n 'B &7>%&#@1hA!$,!9W# @h ! 4$Rt o$9`&1 +7'l/`A!%V @nI 5A #!&4 p)&\`Q#$""#*|q!) *z.Bh@SB^&%xJLa%f`6-M8!4K## A m59!"a#@w h@$%(!2 ]@)F#]#r"64@!"z%$!wA R,%u =Bj*!`n*_#0, !;%D @*""*2 2 "{\"id\":\"activity\",\"name\":\"Activity\",\"summary\":\"This application enables users to view actions related to their files in Nextcloud.\",\"description\":\"\\n\\t\\tThis application enables users to view actions related to their files in Nextcloud.\\n\\t\\tOnce enabled, users will see a new icon \\u201cActivity\\u201d in their apps menu.\\n\\t\\tWhen clicked, a new page appears for users to track the activity related to files \\u2013 from new files, to deleted files, move, rename, updates and shared activity.\\n\\t\\tThe user can configure their individual activity settings in their personal menu.\\n\\t\\tThis sets the type of activity to record, as well as whether to the user sees their own activities,\\n\\t\\twhether these are only available online, and whether they get an email digest on a regular basis.\\n\\t\\tMore information is available in the Activity documentation.\\n\\t\",\"version\":\"2.13.4\",\"licence\":\"agpl\",\"author\":[\"Frank Karlitschek\",\"Joas Schilling\"],\"default_enable\":\"\",\"types\":[\"filesystem\"],\"documentation\":{\"admin\":\"https:\\\/\\\/docs.nextcloud.org\\\/server\\\/14\\\/admin_manual\\\/configuration_server\\\/activity_configuration.html\"},\"category\":[\"monitoring\",\"social\"],\"website\":\"https:\\\/\\\/github.com\\\/nextcloud\\\/activity\\\/\",\"bugs\":\"https:\\\/\\\/github.com\\\/nextcloud\\\/activity\\\/issues\",\"repository\":\"https:\\\/\\\/github.com\\\/nextcloud\\\/activity.git\",\"dependencies\":{\"nextcloud\":{\"@attributes\":{\"min-version\":\"20\",\"max-version\":\"20\"}}},\"background-jobs\":[\"OCA\\\\Activity\\\\BackgroundJob\\\\EmailNotification\",\"OCA\\\\Activity\\\\BackgroundJob\\\\ExpireActivities\",\"OCA\\\\Activity\\\\BackgroundJob\\\\DigestMail\"],\"commands\":{\"command\":\"OCA\\\\Activity\\\\Command\\\\SendEmails\"},\"settings\":{\"admin\":[\"OCA\\\\Activity\\\\Settings\\\\Admin\"],\"admin-section\":[\"OCA\\\\Activity\\\\Settings\\\\AdminSection\"],\"personal\":[\"OCA\\\\Activity\\\\Settings\\\\Personal\"],\"personal-section\":[\"OCA\\\\Activity\\\\Settings\\\\PersonalSection\"]},\"activity\":{\"filters\":[\"OCA\\\\Activity\\\\Filter\\\\AllFilter\",\"OCA\\\\Activity\\\\Filter\\\\SelfFilter\",\"OCA\\\\Activity\\\\Filter\\\\ByFilter\"],\"settings\":[],\"providers\":[]},\"navigations\":{\"navigation\":[{\"name\":\"Activity\",\"route\":\"activity.Activities.showList\",\"icon\":\"activity.svg\",\"order\":\"1\"}]},\"info\":[],\"remote\":[],\"public\":[],\"repair-steps\":{\"install\":[],\"pre-migration\":[],\"post-migration\":[],\"live-migration\":[],\"uninstall\":[]},\"two-factor-providers\":[]}"$#:U%Qkh@3f$$+g"R  %So%!e'Bo 7$#7,? @6'#$[(m@`6A ''*s8%'H8$+!7'$ [* Y772DY!i0(!%`B*`!P/8# 57$^/%(C)@B+@6EF$i eA My#&k" `! #"^!3 H jA 4."$3TB@A@B (j"c'&@Pȍ3 (%x0bȍ!#,"')o" < )+a ~@%dG!$C##")7<")#@ v$E !e*&$)`7A&:)WW%w&repository->reset_permalink( $type, $subtype ); $this->indexing_helper->set_reason( $reason ); if ( $result !== false && $result > 0 ) { \delete_transient( Indexable_Post_Indexation_Action::UNINDEXED_COUNT_TRANSIENT ); \delete_transient( Indexable_Post_Type_Archive_Indexation_Action::UNINDEXED_COUNT_TRANSIENT ); \delete_transient( Indexable_Term_Indexation_Action::UNINDEXED_COUNT_TRANSIENT ); } } /** * Determines whether indexing indexables is appropriate at this time. * * @return bool Whether the indexables should be indexed. */ public function should_index_indexables() { // Currently, the only reason to index is when we're on a production website. $should_index = $this->environment_helper->is_production_mode(); /** * Filter: 'Yoast\WP\SEO\should_index_indexables' - Allow developers to enable / disable * creating indexables. Warning: overriding * the intended action may cause problems when moving from a staging to a * production environment because indexable permalinks may get set incorrectly. * * @since 18.2 * * @param bool $should_index Whether the site's indexables should be created. */ return (bool) \apply_filters( 'Yoast\WP\SEO\should_index_indexables', $should_index ); } /** * Returns whether or not dynamic permalinks should be used. * * @return bool Whether or not the dynamic permalinks should be used. */ public function dynamic_permalinks_enabled() { /** * Filters the value of the `dynamic_permalinks` option. * * @param bool $value The value of the `dynamic_permalinks` option. */ return (bool) \apply_filters( 'wpseo_dynamic_permalinks_enabled', $this->options_helper->get( 'dynamic_permalinks', false ) ); } /** * Sets a boolean to indicate that the indexing of the indexables has completed. * * @return void */ public function finish_indexing() { $this->options_helper->set( 'indexables_indexing_completed', true ); } /** * Checks whether the indexable has default values in given fields. * * @param Indexable $indexable The Yoast indexable that we're checking. * @param array $fields The Yoast indexable fields that we're checking against. * * @return bool Whether the indexable has default values. */ public function check_if_default_indexable( $indexable, $fields ) { foreach ( $fields as $field ) { $is_default = $this->check_if_default_field( $indexable, $field ); if ( ! $is_default ) { break; } } return $is_default; } /** * Checks if an indexable field contains the default value. * * @param Indexable $indexable The Yoast indexable that we're checking. * @param string $field The field that we're checking. * * @return bool True if default value. */ public function check_if_default_field( $indexable, $field ) { $defaults = $this->default_values; if ( ! isset( $defaults[ $field ] ) ) { return false; } if ( $indexable->$field === $defaults[ $field ]['default_value'] ) { return true; } return false; } } Bobbel Uni Quarz - BB Bobbel

Bobbel Uni Quarz

2,80 56,00 

Lieferzeit: 10 - 20 Tage

Artikelnummer: BB38827 Kategorie: