This file contains hidden or 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
$ export EDITOR="C:\Program Files (x86)\Notepad++\notepad++.exe" | |
$ git rebase -i HEAD~2 | |
/libexec/git-core/git-rebase--interactive: eval: line 174: syntax error near unexpected token `(' | |
/libexec/git-core/git-rebase--interactive: eval: line 174: `C:\Program Files (x86)\Notepad++\notepad++.exe "$@"' | |
Could not execute editor |
This file contains hidden or 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
<!--[if !IE]--><script defer type="text/javascript" src="{T_JQUERY_LINK}" onerror="location.href = (location.href.indexOf('?') !== -1) ? location.href.replace(/\?/, '?altjQuery&') : (location.href.indexOf('#') === -1 ? location.href + '?altjQuery': location.href.replace(/#/, '?altjQuery#'));" ></script><!--[endif]--> | |
<!--[if IE]><script type="text/javascript" src="{T_JQUERY_LINK}" onerror="location.href = (location.href.indexOf('?') !== -1) ? location.href.replace(/\?/, '?altjQuery&') : (location.href.indexOf('#') === -1 ? location.href + '?altjQuery': location.href.replace(/#/, '?altjQuery#'));" ></script> | |
<!--[if lt IE 9]><script defer type="text/javascript" src="{T_TEMPLATE_PATH}/isjQueryHere.js"></script><![endif]--><![endif]--> | |
<script defer type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js"></script> | |
<script defer type="text/javascript" src="{T_TEMPLATE_PATH}/ajax.js"></script> | |
<!-- the rest of javascript files with the defer. As long as it is same origin all is ok --> |
This file contains hidden or 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
<!--[if !IE]><script defer type="text/javascript" src="{T_JQUERY_LINK}" onerror="location.href = (location.href.indexOf('?') !== -1) ? location.href.replace(/\?/, '?altjQuery&') : (location.href.indexOf('#') === -1 ? location.href + '?altjQuery': location.href.replace(/#/, '?altjQuery#'));" ></script><![endif]--> | |
<!--[if IE]><script type="text/javascript" src="{T_JQUERY_LINK}" onerror="location.href = (location.href.indexOf('?') !== -1) ? location.href.replace(/\?/, '?altjQuery&') : (location.href.indexOf('#') === -1 ? location.href + '?altjQuery': location.href.replace(/#/, '?altjQuery#'));" ></script> | |
<!--[if lt IE 9]><script defer type="text/javascript" src="{T_TEMPLATE_PATH}/isjQueryHere.js"></script><![endif]--><![endif]--> | |
<script defer type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js"></script> | |
<script defer type="text/javascript" src="{T_TEMPLATE_PATH}/ajax.js"></script> | |
<!-- the rest of javascript files with the defer. As long as it is same origin all is ok --> |
This file contains hidden or 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
<html> | |
<head> | |
<script> | |
var myfunction = function (){}; | |
(function (w) { | |
// Define two queues for handlers | |
w.readyQ = []; | |
w.bindReadyQ = []; |
This file contains hidden or 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
<?php | |
/** | |
* | |
* @package testing | |
* @version $Id$ | |
* @copyright (c) 2008 phpBB Group | |
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 | |
* | |
*/ | |
$phpbb_root_path = __DIR__ . '/../../phpBB/'; |
This file contains hidden or 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
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<div> | |
<form action=""> | |
<p> |
This file contains hidden or 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
header("content-type:text/plain"); | |
require_once( "jBBCodeIn1.php" ); | |
$parser = new JBBCode\Parser(); | |
$parser->loadDefaultCodes(); | |
$text = ' | |
[b] | |
[b] | |
boldy! |
This file contains hidden or 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
Wiered parses: | |
[quote="[b]name[/b]"]text[/quote] | |
[quote="[i]name[/i]"]text[/quote] | |
[quote="[i]something[/i] [u]name[/u]"]text[/quote] | |
....etc...etc... | |
A parameter in a bbcode tag is forcibly differently written deppending on the tag itself: | |
[quote=name][/quote] is invalid. | |
[quote="name"][/quote] is valid. | |
and |
This file contains hidden or 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
[b child="0"] | |
[u child="0,1"] | |
[b child="0,1,0"] | |
[/b] | |
[/u] | |
[/b] | |
[b child="1"] | |
another bold | |
[b child="1,0"] | |
[/b] |
This file contains hidden or 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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<script type="text/javascript">(function(a,c,d){function b(b,c){"ready"==b?a.bindReadyQ.push(c):a.readyQ.push(b)}a.readyQ=[];a.bindReadyQ=[];var e={ready:b,bind:b};a.$=a.jQuery=function(a){if(a===c||a===d)return e;b(a)}})(window,document);function jQOk(){var a=jQuery,c=document;a.each(readyQ,function(c,b){a(b)});a.each(bindReadyQ,function(d,b){a(c).bind("ready",b)})} function jQErr(){var a=document.createElement("script");a.type="text/javascript";a.src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js";a.async=!1;a.defer=!1;a.onload=jQOk;document.getElementsByTagName("head")[0].appendChild(a)};</script> | |
<script async type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"onload="jQOk()"onerror="jQErr()"></script> | |
<!--[if lte IE 8]><script type="text/javascript">if("undefined"==typeof jQuery.fn){jQErr();var interval=setInterval(function(){jQOk();clearInterval(interval)},100);setTimeout(function(){clearInterval(interval)},12E3)};</sc |
OlderNewer