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
package redis.clients.jedis; | |
import org.junit.Assert; | |
import org.junit.Test; | |
import redis.clients.jedis.providers.ClusterConnectionProvider; | |
import java.util.Collections; | |
import java.util.HashSet; | |
public class ClusterPipeliningTest { |
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
<code_scheme name="bolt-server" version="173"> | |
<TypeScriptCodeStyleSettings version="0"> | |
<option name="FIELD_PREFIX" value="" /> | |
<option name="FILE_NAME_STYLE" value="PASCAL_CASE" /> | |
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" /> | |
<option name="USE_PUBLIC_MODIFIER" value="true" /> | |
<option name="SPACES_WITHIN_OBJECT_TYPE_BRACES" value="false" /> | |
</TypeScriptCodeStyleSettings> | |
<codeStyleSettings language="TypeScript"> | |
<option name="RIGHT_MARGIN" value="120" /> |
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
Index: plugins/CucumberJavaScript/testData/execution/SimplePassed/features/step_definitions/stepDef.js | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- plugins/CucumberJavaScript/testData/execution/SimplePassed/features/step_definitions/stepDef.js (date 1544612688000) | |
+++ plugins/CucumberJavaScript/testData/execution/SimplePassed/features/step_definitions/stepDef.js (date 1544612688000) | |
@@ -0,0 +1,14 @@ | |
+var {defineSupportCode} = require('cucumber'); | |
+ |
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
<LanguageInjectionConfiguration> | |
<injection language="LESS" injector-id="js"> | |
<display-name>styled-components withProps</display-name> | |
<prefix>div {</prefix> | |
<suffix>}</suffix> | |
<place><![CDATA[stringTemplate().withParent(taggedTemplate(jsExpression().withChild(jsReferenceExpression().withNameStartingWith("withProps"))))]]></place> | |
</injection> | |
</LanguageInjectionConfiguration> |
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
Index: src/test/InjectionTest.kt | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- src/test/InjectionTest.kt (revision 964b6e55da872b69a7609487eaa8e9a02af1c515) | |
+++ src/test/InjectionTest.kt (date 1510053653000) | |
@@ -132,9 +132,28 @@ | |
"div {color:EXTERNAL_FRAGMENT}") | |
} |
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
class Base { | |
} | |
class Derived extends Base { | |
y:string | |
} | |
//pretend we have variance | |
class Collection1<T>{ | |
accept(value: 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
package com.intellij.StyledComponents | |
import com.intellij.lang.javascript.psi.JSFile | |
import com.intellij.psi.PsiElement | |
import com.intellij.psi.css.CssElementDescriptorProvider | |
import com.intellij.psi.css.CssPropertyDescriptor | |
import com.intellij.psi.css.CssSimpleSelector | |
import com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil | |
class MyCssElementDescriptorProvider : CssElementDescriptorProvider() { |
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
/** | |
* @returns {{foo:number, bar:number}} | |
*/ | |
function returnsFoobar() { | |
} | |
/** | |
@param p {number} |
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
using System; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Web.Compilation; | |
namespace WebApp | |
{ | |
public class Generator | |
{ |
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
%{TIMESTAMP_ISO8601:log_timestamp}\t%{NOTSPACE:msec}\t%{NOTSPACE:host}\t%{WORD:request_method}\t%{NOTSPACE:path}\t%{NOTSPACE:querystring}\t%{NOTSPACE:referer}\t%{IPORHOST:remote_addr}\t(?<user_agent>[^\t]*?)\t%{NOTSPACE:cookie_sid}\t%{NUMBER:status_code}\t%{NUMBER:request_time:float}\t%{NUMBER:request_length:int}\t%{NOTSPACE:asp_net_sessionid}\t%{NOTSPACE:cookie_token}\t%{NOTSPACE:upstream_address}\t%{NUMBER:bytes_sent:int}\t%{NOTSPACE:upstream_response_time:float} |
NewerOlder