- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for cut (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/clipboard.min.js
tion,n=void 0===e?"copy":e,o=t.container,e=t.target,t=t.text;if("copy"!==n&&"cut"!==n)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==e){if(!e||"object"!==l(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===n&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===n&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 8.9K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
./gradlew wrapper --gradle-version=nightly ./gradlew wrapper if ! git diff --quiet; then ./gradlew -v VERSION=$(./gradlew -v | grep "Gradle" | cut -d' ' -f2) git add . git commit -m "Update Gradle wrapper to $VERSION" git push --force origin devprod/upgrade-to-latest-wrapper else echo "No changes to commit"Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0) -
src/packaging/rpm/init.d/fess
daemon --user $FESS_USER --pidfile="$pidfile" $exec -d retval=$? pid=`ps aux | grep "^${FESS_USER}" | grep "${PROC_NAME}" | sed 's/[\t ]\+/\t/g' | cut -f2` if [ -n "$pid" ]; then echo $pid > "$pidfile" fi echo [ $retval -eq 0 ] && touch $lockfile return $retval } stop() { echo -n $"Stopping $prog: "Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 15 06:32:15 GMT 2023 - 3.7K bytes - Click Count (0)