Searched refs:group (Results 1 – 25 of 36) sorted by relevance
12
33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}64 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'73 echo '::group::build examples'103 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'112 echo '::group::build examples'147 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'155 echo '::group::build examples'178 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'186 echo '::group::build examples'210 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'[all …]
39 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11 group: ${{ github.workflow }}-${{ github.event.sha }}-${{ github.event.target_url }}
89 echo '::group::raw'; cat bld-1/lib/curl_config.h || true; echo '::endgroup::'102 echo '::group::raw'; cat bld-cares/lib/curl_config.h || true; echo '::endgroup::'132 echo '::group::raw'; cat bld-am/lib/curl_config.h || true; echo '::endgroup::'
39 group: ${{ github.workflow }}
33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}221 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'222 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'271 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'429 …echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'430 … echo '::group::brew packages preinstalled'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'490 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
15 group: ${{ github.workflow }}
33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}98 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'146 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'265 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'356 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'484 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'570 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'600 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'765 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
33 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
71 echo '::group::brew packages installed'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
30 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
49 ## chgrp group file50 The chgrp command sets the group ID of the file named by the file operand to51 the group ID specified by the group operand. The group operand is a decimal52 integer group ID.
25 permissions (it should be neither world- nor group-readable). The environment
53 if(finfo->strings.group) in chunk_bgn()54 printf("Group: %s\n", finfo->strings.group); in chunk_bgn()
69 ## chgrp group file71 The chgrp command sets the group ID of the file named by the file operand to72 the group ID specified by the group operand. The group operand is a decimal73 integer group ID.
39 char *group;
90 } group; member174 size_t group; member321 finfo->strings.group = parser->offsets.group ? in ftp_pl_insert_finfo()322 str + parser->offsets.group : NULL; in ftp_pl_insert_finfo()581 parser->state.UNIX.sub.group = PL_UNIX_GROUP_PRESPACE; in Curl_ftp_parselist()589 switch(parser->state.UNIX.sub.group) { in Curl_ftp_parselist()594 parser->state.UNIX.sub.group = PL_UNIX_GROUP_NAME; in Curl_ftp_parselist()601 parser->offsets.group = parser->item_offset; in Curl_ftp_parselist()
95 self.curl_props['fullname'] = m.group(0)96 self.curl_props['version'] = m.group('version')97 self.curl_props['os'] = m.group('os')99 lib.lower() for lib in m.group('libs').split(' ')185 self._caddy_version = m.group(1)213 self._vsftpd_version = m.group(1)
923 "protocol": m.group(1),924 "status": int(m.group(2)),925 "description": m.group(3),935 response['trailer'][m.group(1).lower()] = m.group(2)940 response['header'][m.group(1).lower()] = m.group(2)
86 return m.group(1).lstrip()
656 size = int(m.group(1))657 if not m.group(2):659 elif m.group(2).lower() == 'kb':661 elif m.group(2).lower() == 'mb':663 elif m.group(2).lower() == 'gb':762 remote_addr = m.group(1)763 remote_port = int(m.group(2))
235 earlydata[int(m.group(1))] = int(m.group(2))
56 return m.group(1)
189 …tar --create --format=ustar --owner=0 --group=0 --numeric-owner --sort=name curl-* | gzip --best -…
Completed in 28 milliseconds