- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for Sed (0.01 sec)
-
docs/releasing.md
3. Update versions, tag the release, and prepare for the next release. ``` sed -i "" \ "s/version = \".*\"/version = \"$RELEASE_VERSION\"/g" \ build.gradle.kts sed -i "" \ "s/\"com.squareup.okhttp3:\([^\:]*\):[^\"]*\"/\"com.squareup.okhttp3:\1:$RELEASE_VERSION\"/g" \ `find . -name "README.md"` sed -i "" \Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Nov 19 15:45:22 UTC 2025 - 1.1K bytes - Viewed (0) -
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")Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
gradlew
# # readarray ARGS < <( xargs -n1 <<<"$var" ) && # set -- "${ARGS[@]}" "$@" # # but POSIX shell has neither arrays nor command substitution, so instead we # post-process each arg (as a line of input to sed) to backslash-escape any # character that might be a shell metacharacter, then use eval to reverse # that process (while maintaining the separation between arguments), and wrap # the whole thing up as a single "set" statement.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Sep 18 20:55:41 UTC 2025 - 8.4K bytes - Viewed (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"text/x-perl", "text/x-php", "text/x-prolog", "text/x-python", "text/x-rst", "text/x-rexx", "text/x-ruby", "text/x-scala", "text/x-scheme", "text/x-sed", "text/x-sql", "text/x-setext", "text/x-stsrc", "text/x-tcl", "text/x-uuencode", "text/x-vbasic", "text/x-vbdotnet", "text/x-vbscript", "text/x-vcalendar",
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 03:46:53 UTC 2025 - 50.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<_comment>Scheme source code</_comment> <glob pattern="*.scm"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-sed"> <_comment>Sed code</_comment> <glob pattern="*.sed"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-sql"> <_comment>SQL code</_comment> <glob pattern="*.sql"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5)