Fulltext results:
- Automatic Submission of a Form if an Element is changed @info:javascript
- ====== Automatic Submission of a Form if an Element is changed ====== To submit the form if an element changes, you can use <code> onChange="this.form.submit()" </code> ===== Example ===== <code html> <... jsp" method="post"> <select onChange="this.form.submit()"> <option>please select a value</option>
- Virtual Network Visualization @info:solaris
- ^\s]+)\s+([^\s]+)$/) && ($2 ne '--')) { print " subgraph \"cluster_$2\" { $1; label = \"$2\"; }\n"; ... [color=blue,fontcolor=green]; isc2 -> isc_net0; subgraph "cluster_isc1" { isc1; label = "isc1"; } subgraph "cluster_isc2" { isc2; label = "isc2"; } } </c
- Mercurial
- directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/pri... > Only in the second level directory, but not in subdirectories: <code> ^[^/]+/build$ ^[^/]+/dist$ ^[
- Print all certificates in a file @info:cryptography:openssl
- contained in the file. They are preceded by their subject and issuer names in one line format. * ''[[
- Print Information about a Key @info:cryptography:openssl
- the public key, signature algorithms, issuer and subject names, serial number any extensions present a
- Print Information about a Certificate @info:cryptography:openssl
- the public key, signature algorithms, issuer and subject names, serial number any extensions present a
- Debug Server Certificate from Client @info:cryptography:openssl
- -----END CERTIFICATE----- --- Server certificate subject=/OU=Domain Control Validated/OU=PositiveSSL/C
- Cursor Size @info:linux:gnome
- the mouse cursor size in GNOME, use this command. Substitute the value ''32'' with your prefered size.
- Git @info:code
- '': git cherry -v develop feature/FEATURE ===== Subversion ===== === Update === git svn fetch =====