SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"All pages below content path
| import javax.annotation.Nonnull; | |
| /** | |
| * Indicates there was an error. | |
| */ | |
| public interface Failure { | |
| /** | |
| * Returns the error. | |
| */ | |
| @Nonnull |
SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"All pages below content path
| new Date().format("yyyy-MM-dd'T'HH:mm:ss'Z'", TimeZone.getTimeZone("UTC")) |
| // You will need the VFS plugin | |
| buildscript { | |
| repositories { | |
| jcenter() | |
| } | |
| dependencies { | |
| // Set your | |
| classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.7.0' | |
| classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5' |
| #!/bin/bash | |
| ## v1.0.6 | |
| ## this script will gernerate css stats | |
| ### example output | |
| # CSS STATS | |
| # ---------- | |
| # Floats: 132 |