| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.sql | 15 -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: 22 -- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: 35 -- Name: auth_group; Type: TABLE; Schema: public; Owner: postgres 44 ALTER TABLE auth_group OWNER TO postgres; 47 -- Name: auth_group_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres 58 ALTER TABLE auth_group_id_seq OWNER TO postgres; 61 -- Name: auth_group_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres 68 -- Name: auth_group_permissions; Type: TABLE; Schema: public; Owner: postgres 78 ALTER TABLE auth_group_permissions OWNER TO postgres; 81 -- Name: auth_group_permissions_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres [all …]
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | FileInfo.php | 23 protected $owner = ''; variable in splitbrain\\PHPArchive\\FileInfo 248 return $this->owner; 252 * @param string $owner 254 public function setOwner($owner) argument 256 $this->owner = $owner;
|
| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 39 owner: context.repo.owner,
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | cadlisp.php | 121 'vlr-owner-add','vlr-owner-remove','vlr-owners','vlr-pers','vlr-pers-list',
|
| H A D | whois.php | 79 'org-name','org-type','organisation','origin','owner','peer',
|
| H A D | postgresql.php | 86 'OVERLAPS','OVERLAY','OWNED','OWNER','PARSER','PARTIAL','PARTITION',
|
| H A D | uscript.php | 149 … 'DrawType', 'Physics', 'Owner', 'Base', 'Level', 'Game', 'Instigator', 'RemoteRole', 'Role',
|
| H A D | email.php | 79 'List-Archive','List-Help','List-ID','List-Owner','List-Post',
|
| H A D | progress.php | 351 'ON-FRAME-BORDER','ORIGIN-HANDLE','ORIGIN-ROWID','OWNER', 352 'OWNER-DOCUMENT','PAGE-BOTTOM','PAGE-TOP','PARAMETER',
|
| H A D | kotlin.php | 654 'OutputStreamWriter', 'OverlayLayout', 'Owner',
|
| H A D | java.php | 670 'OutputStreamWriter', 'OverlayLayout', 'Owner',
|
| H A D | groovy.php | 657 'OutputStreamWriter', 'OverlayLayout', 'Owner',
|
| H A D | tsql.php | 159 …'ORDER', 'ORDINALITY', 'OUT', 'OUTPUT', 'OVER', 'OWNER', 'PAD', 'PARAMETER', 'PARTIAL', 'PARTITION…
|
| H A D | java5.php | 212 …l', 'AclEntry', 'AclNotFoundException', 'Group', 'LastOwnerException', 'NotOwnerException', 'Owner'
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1596 * Changes file or directory owner 1631 // "if the owner or group is specified as -1, then that ID is not changed" 1634 // "If either the owner or group field is zero length, the field should be 2808 * Gets file owner 3128 list($attr['owner'], $attr['$group']) = Strings::unpackSSH2('ss', $response);
|