Home
last modified time | relevance | path

Searched refs:group (Results 76 – 100 of 100) sorted by relevance

1234

/PHP-5.5/
H A DREADME.GIT-RULES83 modified several unrelated files, commit each group separately and
H A DINSTALL1869 files\apache group\apache. This way you can have different
H A DNEWS5008 (php at group dot apple dot com, Pierre)
6917 which to group by data is specified. (Ilia)
8638 - Added lchown() and lchgrp() to change user/group ownership of symlinks.
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c123 { "group", &fpm_conf_set_string, WPO(group) },
634 free(wpc->group); in fpm_worker_pool_config_free()
1577 zlog(ZLOG_NOTICE, "\tgroup = %s", STR2STR(wp->config->group)); in fpm_conf_dump()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c1603 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link TSRMLS_DC) /* {{… in virtual_chown() argument
1616 ret = lchown(new_state.cwd, owner, group); in virtual_chown()
1621 ret = chown(new_state.cwd, owner, group); in virtual_chown()
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS60 encountered capturing group of those numbers, they are treated as the
78 . Perl no longer allows group names to start with digits, so I have made this
390 (?| introduces a group where the capturing parentheses in each alternative
624 name a group.
H A Dpcre_compile.c1803 for (r = recurses; r != NULL; r = r->prev) if (r->group == cs) break; in find_fixedlength()
1807 this_recurse.group = cs; in find_fixedlength()
2456 if (r->group == scode) break; in could_be_empty_branch()
2465 this_recurse.group = scode; in could_be_empty_branch()
4020 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse() argument
4025 pcre_uchar *ptr = group; in adjust_recurse()
4042 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
H A Dpcre_internal.h2480 const pcre_uchar *group; member
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2504 84 group name must start with a non-digit
4622 action is limited to that group, even if the group does not contain any
6480 group, like this:
6600 treated as an atomic group. Once the whole group has been matched, a
6602 of the group.
7414 is confined to that group, because once the group has been matched,
7908 (...) capturing group
7912 (?:...) non-capturing group
7913 (?|...) non-capturing group; reset group numbers for
8456 tion condition in a conditional group.
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c221 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c4531 group: in parse_enclose()
4716 goto group; in parse_enclose()
4755 set_quantifier(Node* qnode, Node* target, int group, ScanEnv* env) in set_quantifier() argument
4766 if (! group) { in set_quantifier()
5038 int r, len, group = 0; in parse_exp() local
5057 if (r == 1) group = 1; in parse_exp()
5380 r = set_quantifier(qn, *targetp, group, env); in parse_exp()
H A Dregexec.c60 node->group = -1; in history_tree_clear()
90 node->group = -1; in history_node_new()
1051 child->group = n; in make_capture_history_tree()
1064 if (k->u.mem.num == node->group) { in make_capture_history_tree()
1389 node->group = 0; in match_at()
H A Doniguruma.h601 int group; /* group number */ member
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c182 ctx->finfo.st_gid = ctx->r->finfo.group; in php_apache_sapi_get_stat()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput214065 Failed: group name must start with a non-digit at offset 3
14068 Failed: group name must start with a non-digit at offset 3
14074 Failed: group name must start with a non-digit at offset 3
14077 Failed: group name must start with a non-digit at offset 4
14080 Failed: group name must start with a non-digit at offset 3
14083 Failed: group name must start with a non-digit at offset 3
14086 Failed: group name must start with a non-digit at offset 3
14089 Failed: group name must start with a non-digit at offset 4
14092 Failed: group name must start with a non-digit at offset 3
14095 Failed: group name must start with a non-digit at offset 3
[all …]
H A Dtestinput14770 /--- COMMIT inside an atomic group can't stop backtracking over the group. ---/
H A Dtestoutput17948 /--- COMMIT inside an atomic group can't stop backtracking over the group. ---/
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1312 model->u.group = types[i]; in sdl_deserialize_model()
1897 sdl_serialize_type_ref(model->u.group, tmp_types, out); in sdl_serialize_model()
2706 if (pmodel->u.group) { in make_persistent_sdl_model()
2707 make_persistent_sdl_type_ref(&pmodel->u.group, ptr_map, bp_types); in make_persistent_sdl_model()
H A Dphp_encoding.c1471 model_to_zval_object(ret, model->u.group->model, data, sdl TSRMLS_CC); in model_to_zval_object()
1856 …return model_to_xml_object(node, model->u.group->model, object, style, strict && model->min_occurs… in model_to_xml_object()
1888 return model_array_element(model->u.group->model); in model_array_element()
H A Dphp_schema.c2193 model->u.group = (*tmp); in schema_content_model_fixup()
H A Dsoap.c4699 model_to_string(model->u.group->model, buf, level);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1267 ZEND_ARG_INFO(0, group)
1279 ZEND_ARG_INFO(0, group)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1603 /* Set primary group. */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8338 # Build engine group files (Duke Nukem, Shadow Warrior, ...)
8341 0 string KenSilverman Build engine group file
10026 1 string PC\ Research,\ Inc group 3 fax data
11372 # System ID, UUID and volume group name are 128 bytes long
17335 # program/group magic numbers in here because I cannot find any.
17410 >0x00003B byte 0x17 (group of variable)
18187 # Summary: Windows 3.1 group files
18190 0 string \120\115\103\103 MS Windows 3.1 group files
/PHP-5.5/win32/
H A Dinstall.txt1500 group\apache. This way you can have different php.ini files for

Completed in 360 milliseconds

1234