I hereby claim:
- I am willtonkin on github.
- I am willtonkin (https://keybase.io/willtonkin) on keybase.
- I have a public key whose fingerprint is D246 2C82 5D28 7F16 C90B 5ADE AE8B 578F DEC4 39D2
To claim this, I am signing this object:
| /**** | |
| * helpers | |
| ****/ | |
| // Thanks http://stackoverflow.com/a/32538867 | |
| var isIterable = function( obj ) { | |
| // checks for null and undefined | |
| if (obj == null) { | |
| return false; | |
| } |
| joyyawsensitivity "-1.0" | |
| joypitchsensitivity "1.0" | |
| joysidesensitivity "1.0" | |
| joyforwardsensitivity "-1.0" | |
| joyyawthreshold "0.15" | |
| joypitchthreshold "0.15" | |
| joysidethreshold "0.15" | |
| joyforwardthreshold "0.15" | |
| joyadvaxisv "4" | |
| joyadvaxisu "0" |
| <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> | |
| <h2>Important Functions</h2> | |
| String : ${fn:replace(inputString, beforeSubstring, afterSubstring)} | |
| String : ${fn:substring(string, beginIndex, endIndex)} | |
| int : ${fn:length(collection or string)} | |
| boolean : ${fn:startsWith(string, prefix)} |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | |
| jcr:primaryType="cq:Dialog" | |
| title="My Dialog" | |
| xtype="dialog"> | |
| <items | |
| jcr:primaryType="cq:Widget" | |
| xtype="tabpanel"> | |
| <items jcr:primaryType="cq:WidgetCollection"> | |
| <tab1 |
I hereby claim:
To claim this, I am signing this object:
| # Remove site title (all after the pipe character) from captured page title | |
| RewriteRule ^(.*)[[:blank:]]\|[[:blank:]](.*)$ ${$1} |
| // Filter search to only show post type of post | |
| function SearchFilter($query) { | |
| if ($query->is_search) { | |
| $query->set('post_type', 'post'); | |
| } | |
| return $query; | |
| } | |
| add_filter('pre_get_posts','SearchFilter'); |
| var bmi_htmlEdit=0;var bmi_ie;var bmi_ns;var bmi_safari;var bmi_imageObjSelected;var bmi_ffx_op_toolTip="Shift+R improves the quality of this image. Shift+A improves the quality of all images on this page.";var bmi_toolTip="Shift+R improves the quality of this image. CTRL+F5 reloads the whole page.";var bmi_ns_tooltip="Shift+Reload reloads the whole page.";var bmi_toolTipSeperator=" ... ";var bmi_concatStr="bmi_orig_img";var bmi_frameNotAllowed;var agt=navigator.userAgent.toLowerCase();var is_major=parseInt(navigator.appVersion);var is_minor=parseFloat(navigator.appVersion);var bmi_ns=((agt.indexOf('mozilla')!=-1)&&(agt.indexOf('spoofer')==-1)&&(agt.indexOf('compatible')==-1)&&(agt.indexOf('opera')==-1)&&(agt.indexOf('webtv')==-1)&&(agt.indexOf('hotjava')==-1));var bmi_ns2=(bmi_ns&&(is_major==2));var bmi_ns3=(bmi_ns&&(is_major==3));var bmi_ns4=(bmi_ns&&(is_major==4));var bmi_ns4up=(bmi_ns&&(is_major>=4));var bmi_nsonly=(bmi_ns&&((agt.indexOf(";nav")!=-1)||(agt.indexOf("; nav")!=-1)||(agt.indexOf("Netscape")!= |
| Set up your file structure for the innerParsys component: | |
| innerParsys | |
| -> parsys | |
| -> new | |
| - _cq_editConfig.xml | |
| - .content.xml | |
| - _cq_editConfig.xml | |
| - .content.xml | |
| - parsys.jsp |
| "First Name","Email" | |
| {exp:freeform:entries | |
| form_name="contact" | |
| orderby="entry_date" | |
| sort="asc" | |
| limit="9999" | |
| }"{freeform:field:first_name}","{freeform:field:email}" | |
| {/exp:freeform:entries} | |
| <?php |