Home
last modified time | relevance | path

Searched full:owner (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql15 -- 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 DFileInfo.php23 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 Drelease-build.yml39 owner: context.repo.owner,
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcadlisp.php121 'vlr-owner-add','vlr-owner-remove','vlr-owners','vlr-pers','vlr-pers-list',
H A Dwhois.php79 'org-name','org-type','organisation','origin','owner','peer',
H A Dpostgresql.php86 'OVERLAPS','OVERLAY','OWNED','OWNER','PARSER','PARTIAL','PARTITION',
H A Duscript.php149 … 'DrawType', 'Physics', 'Owner', 'Base', 'Level', 'Game', 'Instigator', 'RemoteRole', 'Role',
H A Demail.php79 'List-Archive','List-Help','List-ID','List-Owner','List-Post',
H A Dprogress.php351 'ON-FRAME-BORDER','ORIGIN-HANDLE','ORIGIN-ROWID','OWNER',
352 'OWNER-DOCUMENT','PAGE-BOTTOM','PAGE-TOP','PARAMETER',
H A Dkotlin.php654 'OutputStreamWriter', 'OverlayLayout', 'Owner',
H A Djava.php670 'OutputStreamWriter', 'OverlayLayout', 'Owner',
H A Dgroovy.php657 'OutputStreamWriter', 'OverlayLayout', 'Owner',
H A Dtsql.php159 …'ORDER', 'ORDINALITY', 'OUT', 'OUTPUT', 'OVER', 'OWNER', 'PAD', 'PARAMETER', 'PARTIAL', 'PARTITION…
H A Djava5.php212 …l', 'AclEntry', 'AclNotFoundException', 'Group', 'LastOwnerException', 'NotOwnerException', 'Owner'
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1596 * 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);