Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/standard/tests/dir/
H A Dscandir_variation7.phpt24 /*1*/ 0477, // owner has read only, other and group has rwx
25 0677, // owner has rw only, other and group has rwx
30 /*5*/ 0400, // owner has read only, group and others have no permission
31 0600, // owner has rw only, group and others have no permission
33 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
34 0407, // owner has read only, other has rwx & group has no permission
36 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
37 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dopendir_variation7.phpt25 /*1*/ 0477, // owner has read only, other and group has rwx
26 0677, // owner has rw only, other and group has rwx
31 /*5*/ 0400, // owner has read only, group and others have no permission
32 0600, // owner has rw only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Dreaddir_variation5.phpt25 /*1*/ 0477, // owner has read only, other and group has rwx
26 0677, // owner has rw only, other and group has rwx
31 /*5*/ 0400, // owner has read only, group and others have no permission
32 0600, // owner has rw only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
H A Ddir_variation3.phpt26 /*1*/ 0477, // owner has read only, other and group has rwx
27 0677, // owner has rw only, other and group has rwx
32 /*5*/ 0400, // owner has read only, group and others have no permission
33 0600, // owner has rw only, group and others have no permission
35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
36 0407, // owner has read only, other has rwx & group has no permission
38 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
39 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c64 if (owner != NULL) { in lxb_dom_document_create()
100 if (owner != NULL) { in lxb_dom_document_init()
101 document->mraw = owner->mraw; in lxb_dom_document_init()
102 document->text = owner->text; in lxb_dom_document_init()
103 document->tags = owner->tags; in lxb_dom_document_init()
104 document->ns = owner->ns; in lxb_dom_document_init()
105 document->prefix = owner->prefix; in lxb_dom_document_init()
106 document->attrs = owner->attrs; in lxb_dom_document_init()
108 document->user = owner->user; in lxb_dom_document_init()
115 node->owner_document = owner; in lxb_dom_document_init()
[all …]
H A Ddocument.h80 lxb_dom_document_create(lxb_dom_document_t *owner);
83 lxb_dom_document_init(lxb_dom_document_t *document, lxb_dom_document_t *owner,
H A Dattr.h44 lxb_dom_element_t *owner; member
H A Dattr.c324 lxb_dom_element_t *element = attr->owner; in lxb_dom_attr_remove()
354 attr->owner = NULL; in lxb_dom_attr_remove()
/php-src/ext/xsl/tests/53965/
H A Dcollection.xsl5 <xsl:param name="owner" select="'Nicolas Eliaszewicz'"/> parameter
8 Hey! Welcome to <xsl:value-of select="$owner"/>'s sweet CD collection!
/php-src/ext/ftp/tests/
H A Dftp_mlsd.phpt44 ["UNIX.owner"]=>
63 ["UNIX.owner"]=>
84 ["UNIX.owner"]=>
H A Dserver.inc520 …0002;perm=flcdmpe;type=cdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33; .\r\n");
521 …002;perm=flcdmpe;type=pdir;unique=811U4340002;UNIX.group=33;UNIX.mode=0755;UNIX.owner=33; ..\r\n");
522 …rw;size=4729;type=file;unique=811U4340CB9;UNIX.group=33;UNIX.mode=0644;UNIX.owner=33; foobar\r\n");
/php-src/Zend/
H A Dzend_virtual_cwd.h196 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link);
290 #define VCWD_CHOWN(path, owner, group) virtual_chown(path, owner, group, 0) argument
292 #define VCWD_LCHOWN(path, owner, group) virtual_chown(path, owner, group, 1) argument
345 #define VCWD_CHOWN(path, owner, group) chown(path, owner, group) argument
347 #define VCWD_LCHOWN(path, owner, group) lchown(path, owner, group) argument
/php-src/sapi/fpm/tests/
H A Dbug68591-conf-test-listen-owner.phpt2 FPM: bug68591 - config test listen owner existence
17 listen.owner = aaaaaa
H A Dsocket-uds-numeric-ugid.phpt2 FPM: UNIX socket owner and group settings can be numeric
19 listen.owner = 1234
H A Dsocket-uds-numeric-ugid-nonroot.phpt2 FPM: UNIX socket owner and group settings can be numeric
19 listen.owner = {{UID}}
/php-src/ext/standard/tests/file/
H A Dfileowner_basic.phpt7 echo "-- Testing with the file or directory created by owner --\n";
37 -- Testing with the file or directory created by owner --
H A Dfilegroup_basic.phpt14 echo "-- Testing with the file or directory created by owner --\n";
52 -- Testing with the file or directory created by owner --
/php-src/scripts/dev/
H A Dmakedist179 "$tar" cf "$prefix".tar --owner=0 --group=0 --numeric-owner --sort=name "$prefix"
/php-src/ext/session/
H A Dmod_mm.c56 pid_t owner; member
225 data->owner = getpid(); in ps_mm_initialize()
249 if (data->owner != getpid()) { in ps_mm_destroy()
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
190 Copyright [yyyy] [name of copyright owner]
/php-src/ext/dom/lexbor/
H A DLICENSE13 "Licensor" shall mean the copyright owner or entity authorized by
14 the copyright owner that is granting the License.
52 submitted to Licensor for inclusion in the Work by the copyright owner
54 the copyright owner. For the purposes of this definition, "submitted"
61 designated in writing by the copyright owner as "Not a Contribution."
/php-src/ext/standard/tests/file/windows_acls/
H A Dcommon.inc56 /* Current user needs to be owner of the test files. As well
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c1057 el = lxb_html_interface_element(attr->owner);
1149 el = lxb_html_interface_element(attr->owner);
1257 if (attr->owner == NULL) {
/php-src/build/
H A Dax_func_which_gethostbyname_r.m451 # As a special exception, the respective Autoconf Macro's copyright owner
/php-src/sapi/fpm/
H A Dwww.conf.in49 ; BSD-derived systems allow connections regardless of permissions. The owner
52 ; is not set, the owner's group is used. Mode is set to 0660.
53 ;listen.owner = @php_fpm_user@
59 ; When set, listen.owner and listen.group are ignored

Completed in 71 milliseconds

12