- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for Sed (0.01 seconds)
-
src/main/assemblies/files/generate-thumbnail
check_command rsvg-convert target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") rsvg-convert -w 100 -h 100 --keep-aspect-ratio "${target_file}" -o "${output_file}" elif [[ x"${cmd_type}" = "ximage" ]] ; then im_cmd=$(get_imagemagick_cmd) if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist." exit 1 fi target_file=$(echo "$url" | sed -e "s#^file:/*#/#g")Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 3.9K bytes - Click Count (0) -
.github/workflows/update-jdks.yml
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Dec 09 22:14:16 GMT 2025 - 2.1K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn
# Uses Java-based parser to handle all special characters correctly # This avoids shell parsing issues with pipes, quotes, @, and other special characters # and ensures POSIX compliance (no xargs -0, awk, or complex sed needed) # Set MAVEN_DEBUG_SCRIPT=1 to enable debug logging concat_lines() { if [ -f "$1" ]; then # Use Java source-launch mode (JDK 11+) to run JvmConfigParser directly
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 9.2K bytes - Click Count (0) -
ci/official/utilities/code_check_full.bats
# targets. license_query() { bazel cquery --experimental_cc_shared_library "$1" --keep_going \ | grep -e "^//" -e "^@" \ | grep -E -v "^//tensorflow" \ | sed -e 's|:.*||' \ | sort -u } # Verify that, given a build target and a license-list generator target, all of # the dependencies of that target which include a license notice file are thenCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Dec 19 18:47:57 GMT 2025 - 13.5K bytes - Click Count (0) -
.github/workflows/update-rbe.yml
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 7.2K bytes - Click Count (1)