This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"firewall": { | |
"modify": { | |
"PBR_VPN": { | |
"rule": { | |
"5000": { | |
"action": "modify", | |
"description": "traffic from VLan 50 to VPN Tunnel", | |
"modify": { | |
"table": "50" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
render() { | |
let something = null; | |
if (this.props.something) { | |
something = ( | |
<View /> | |
); | |
} | |
return ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// RKLink+Imgur.h | |
// | |
// Created by Robert Dougan on 01/10/15. | |
// Copyright © 2015 Robert Dougan. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
#import "RKLink.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CollectionViewListLayout.swift | |
// money | |
// | |
// Created by Robert Dougan on 29/09/15. | |
// Copyright © 2015 Phyn3t. All rights reserved. | |
// | |
import Cocoa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.x-tab .x-button-icon.plane, | |
.x-button .x-button-icon.plane { | |
&:before { | |
text-align: center; | |
font-family: 'IcoMoon'; | |
content: "t"; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('page changed'); | |
$(document).ready(function() { | |
$('.fancybox').click(function(e) { | |
e.preventDefault(); | |
e.stopPropagation(); | |
//$.fancybox($(this)); | |
console.log('click!?'); | |
}); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
alert('items found: ' + $('.fancybox').length); | |
$('.fancybox').click(function(e) { | |
e.preventDefault(); | |
e.stopPropagation(); | |
//$.fancybox($(this)); | |
console.log('click!?'); | |
}); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
$('.fancybox').click(function(e) { | |
e.preventDefault(); | |
e.stopPropagation(); | |
//$.fancybox($(this)); | |
console.log('click!?'); | |
}); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.fancybox').click(function(e) { | |
e.preventDefault(); | |
e.stopPropagation(); | |
$.fancybox($(this)); | |
}); |
NewerOlder