SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
/* | |
* xlf-to-json-source.js | |
* | |
* Convert an Angular XLF (XLIFF) file to a flat JSON file for use with ngx-translate. | |
* Extracts all <trans-unit> keys and their <source> text as key-value pairs. | |
* | |
* Requirements: | |
* - Node.js (any modern version) | |
* - jsdom npm package (install with: npm install jsdom) | |
* |
<accordion jcr:primaryType="nt:unstructured" | |
sling:resourceType="granite/ui/components/coral/foundation/accordion"> | |
<items jcr:primaryType="nt:unstructured"> | |
<borders | |
jcr:primaryType="nt:unstructured" | |
jcr:title="Borders styles" | |
sling:resourceType="granite/ui/components/coral/foundation/container"> | |
<items jcr:primaryType="nt:unstructured"> | |
<name | |
jcr:primaryType="nt:unstructured" |
/** | |
* Results adapter 0 | |
* Hides options from the dropdown list that contain the hidden attribute. | |
* It is necessary to load the module after the select2 library and before the xfaWidget.dropDownList | |
*/ | |
$.fn.select2.amd.define( | |
"resultsAdapter", | |
[ | |
"jquery", | |
"select2/utils", |
| Profile | download (kb/s) | upload (kb/s) | latency (ms) | | |
| -------------- | ----- | ----- | --- | | |
| Native | 0 | 0 | 0 | | |
| GPRS | 50 | 20 | 500 | | |
| 56K Dial-up | 50 | 30 | 120 | | |
| Mobile EDGE | 240 | 200 | 840 | | |
| 2G Regular | 250 | 50 | 300 | | |
| 2G Good | 450 | 150 | 150 | | |
| 3G Slow | 780 | 330 | 200 | | |
| 3G Regular | 750 | 250 | 100 | |
/** | |
* Exploring Upc Connect Box admin conection vulnerability | |
* file: base.js | |
* line: 1026 | |
* @params: | |
* {@String loginCSRMode} userData.loginCSRMode = "1" | |
* {@String UserName} userData.UserName = "upccsr" | |
*/ | |
function getUserData(userData, callback) { |