idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,200
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
14,201
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
void function ( final String arg0 ) { this . content = arg0 ; }
14,202
sets the value of the primarymsisdn property . concode_field_sep long serialVersionUID concode_elem_sep String primaryMsisdn concode_elem_sep List<PairingRelationType> duplicateLine concode_field_sep String getPrimaryMsisdn concode_elem_sep List<PairingRelationType> getDuplicateLine
void function ( String arg0 ) { this . primaryMsisdn = arg0 ; }
14,203
get all mappings from the database concode_field_sep HibernateEngine _db concode_field_sep void saveRup concode_elem_sep List<Case> getRupsByActivity concode_elem_sep List<String> getRupActivityTypes concode_elem_sep void updateRup concode_elem_sep long getTime concode_elem_sep long getTime concode_elem_sep List<Case> ...
List < Mapping > function ( ) { List < Mapping > loc0 = new ArrayList < Mapping > ( ) ; for ( Object loc1 : _db . getObjectsForClass ( "srini_string" ) ) { loc0 . add ( ( Mapping ) loc1 ) ; } return loc0 ; }
14,204
set whether the persistencemanagerfactory proxy is allowed to create a non-transactional persistencemanager when no transactional persistencemanager can be found for the current thread . default is `` true '' . can be turned off to enforce access to transactional persistencemanagers , which safely allows for daos writt...
void function ( boolean arg0 ) { this . allowCreate = arg0 ; }
14,205
called after the index has been deleted . this listener method is invoked after #afterindexclosed org.elasticsearch.index.index , org.elasticsearch.common.settings.settings when an index is deleted concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardC...
void function ( Index arg0 , Settings arg1 ) { }
14,206
get custom serializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef costCategory concode_elem_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep or...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
14,207
closes the log concode_field_sep int verbose_level concode_elem_sep long MAX_SIZE concode_elem_sep long counter concode_elem_sep String log_tag concode_elem_sep PrintStream out_stream concode_elem_sep boolean do_log concode_elem_sep long max_size concode_elem_sep int tag_size concode_field_sep void init concode_elem_se...
void function ( ) { do_log = false ; out_stream . close ( ) ; }
14,208
invoked when a warning occured while transcoding . concode_field_sep PlaceHolder placeHolder concode_field_sep void fatalError concode_elem_sep void error
void function ( TranscoderException arg0 ) { System . err . println ( "srini_string" + arg0 . getMessage ( ) ) ; }
14,209
return value for system property name parsed as int or defaultvalue if the property does not exist or a security manager denies access to it concode_field_sep Logger logger concode_field_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep doubl...
int function ( String arg0 , int arg1 ) { String loc0 = property ( arg0 ) ; if ( loc0 != null ) { try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { logger . log ( Level . FINE , "srini_string" , loc1 ) ; } } return arg1 ; }
14,210
returns the description of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_...
java . lang . String function ( ) { return _kaleoTask . getDescription ( ) ; }
14,211
the number of concurrent search request the node will send when announcing and refreshing the routing table . this parameter is called alpha in the kademlia paper . concode_field_sep dht_settings s concode_field_sep void setEnforceNodeId concode_elem_sep void getAggressiveLookups concode_elem_sep boolean isPrivacyLooku...
int function ( ) { return s . getSearch_branching ( ) ; }
14,212
specify the types of node which should be merged . concode_field_sep boolean mergeLinkStats concode_elem_sep Logger log concode_elem_sep Set<Integer> nodeTopoToMerge concode_field_sep void run concode_elem_sep void main concode_elem_sep boolean bothLinksHaveSameLinkStats concode_elem_sep void setMergeLinkStats
void function ( Set < Integer > arg0 ) { this . nodeTopoToMerge . addAll ( arg0 ) ; }
14,213
adds a new phase . caller needs to set progress weightage concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep boolean visited concode_elem_sep float p...
Progress function ( ) { Progress loc0 = new Progress ( ) ; phases . add ( loc0 ) ; loc0 . setParent ( this ) ; return loc0 ; }
14,214
a map of attributes to the respective values . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,String> attributes concode_field_sep GetQueueAttributesResult addAttributesEntry concode_elem_sep java.util.Map<String,String> getAttributes concode_elem_sep int hashCode concode_elem_sep boolean equals concode...
GetQueueAttributesResult function ( java . util . Map < String , String > arg0 ) { setAttributes ( arg0 ) ; return this ; }
14,215
the exception to be used when a failure is triggered . concode_field_sep int DEFAULT_DELAY_MS concode_elem_sep long delayMs concode_elem_sep int DEFAULT_VARIANCE_PERCENT concode_elem_sep Random random concode_elem_sep int DEFAULT_FAILURE_PERCENT concode_elem_sep Throwable failureException concode_elem_sep int varianceP...
Throwable function ( ) { return failureException ; }
14,216
apply the xpath expression and assert the resulting content with the given hamcrest matcher . concode_field_sep String expression concode_elem_sep XPathExpression xpathExpression concode_elem_sep boolean hasNamespaces concode_field_sep XPathExpression getXpathExpression concode_elem_sep XPathExpression compileXpathExpr...
void function ( byte [ ] arg0 , String arg1 , Matcher < ? super Double > arg2 ) { Document loc0 = parseXmlByteArray ( arg0 , arg1 ) ; Double loc1 = evaluateXpath ( loc0 , XPathConstants . NUMBER , Double . class ) ; assertThat ( "srini_string" + this . expression , loc1 , arg2 ) ; }
14,217
the id of the instance . concode_field_sep String instanceId concode_elem_sep com.amazonaws.internal.SdkInternalList<ImportInstanceVolumeDetailItem> volumes concode_elem_sep String description concode_elem_sep String platform concode_field_sep String getInstanceId concode_elem_sep void setPlatform concode_elem_sep void...
ImportInstanceTaskDetails function ( String arg0 ) { setInstanceId ( arg0 ) ; return this ; }
14,218
evaluates a python code object and returns the result . concode_field_sep PySystemState systemState concode_elem_sep ThreadLocal<PyObject> threadLocals concode_elem_sep CompilerFlags cflags concode_elem_sep PyObject globals concode_field_sep PySystemState getSystemState concode_elem_sep void setErr concode_elem_sep voi...
PyObject function ( PyObject arg0 ) { setSystemState ( ) ; return __builtin__ . eval ( arg0 , getLocals ( ) ) ; }
14,219
consume len bytes from the underlying buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep void write concode_elem_se...
void function ( int arg0 ) { }
14,220
sets the value of the align property . concode_field_sep List<Tr> trs concode_elem_sep List<String> clazzs concode_elem_sep String charoff concode_elem_sep String style concode_elem_sep String language concode_elem_sep String valign concode_elem_sep String id concode_elem_sep String title concode_elem_sep String lang c...
void function ( String arg0 ) { this . align = arg0 ; }
14,221
gets an object in the value at position . concode_field_sep PlaceHolder placeHolder concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep int getRetainedSizeInBytes concode_elem_sep void assureLoaded concode_elem_sep int compareTo concode_elem_sep void writeBytesTo concode_elem_sep int getPosi...
T function ( int arg0 , Class < T > arg1 ) { throw new UnsupportedOperationException ( ) ; }
14,222
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testDrawWithEmptyDataset concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { StackedXYAreaRenderer2 loc0 = new StackedXYAreaRenderer2 ( ) ; StackedXYAreaRenderer2 loc1 = ( StackedXYAreaRenderer2 ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
14,223
get expired time in millis if current time is bigger than expired time , it means this response is dirty concode_field_sep boolean isInCache concode_elem_sep int responseCode concode_elem_sep String responseBody concode_elem_sep Map<String,Object> responseHeaders concode_elem_sep boolean isInitExpiredTime concode_elem_...
long function ( ) { if ( isInitExpiredTime ) { return expiredTime ; } else { isInitExpiredTime = true ; return expiredTime = getExpiresInMillis ( ) ; } }
14,224
formats a double value to produce a string . in general , the value is formatted using the formatting rules of format . there are three exceptions to this : nan is formatted as ' nan ' positive infinity is formatted as ' infinity ' negative infinity is formatted as ' - infinity ' concode_field_sep PlaceHolder placeHold...
StringBuffer function ( final double arg0 , final NumberFormat arg1 , final StringBuffer arg2 , final FieldPosition arg3 ) { if ( Double . isNaN ( arg0 ) || Double . isInfinite ( arg0 ) ) { arg2 . append ( '(' ) ; arg2 . append ( arg0 ) ; arg2 . append ( ')' ) ; } else { arg1 . arg1 ( arg0 , arg2 , arg3 ) ; } return ar...
14,225
to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<EventListener> m_listeners concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_rollback concode_elem...
void function ( Connection arg0 , boolean arg1 ) { m_connectionRegistrations . add ( new ConnectionRegistration ( arg0 , arg1 ) ) ; }
14,226
sets whether the radio station is enabled . concode_field_sep String streamUrl concode_elem_sep String homepageUrl concode_elem_sep boolean isEnabled concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Date changed concode_field_sep void setName concode_elem_sep String getHomepageUrl concode_elem_...
void function ( boolean arg0 ) { isEnabled = arg0 ; }
14,227
returns true if the specified xaresource == this xaresource . concode_field_sep TransactionRegistry transactionRegistry concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep Connection connection concode_elem_sep boolean originalAutoCommit concode_elem_sep Xid currentXid concode_field_sep void rollback ...
boolean function ( XAResource arg0 ) { return this == arg0 ; }
14,228
we need to make sure that the scriptruntime service has been started before us concode_field_sep XtextResourceSet resourceSet concode_elem_sep Logger logger concode_field_sep String getExtension concode_elem_sep Object executeScript concode_elem_sep Script newScriptFromXExpression concode_elem_sep Script newScriptFromS...
void function ( final ScriptRuntime arg0 ) { }
14,229
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
14,230
checks that this user object is for a user with the database administrator role . otherwise it throws . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field...
void function ( ) { grantee . checkAdmin ( ) ; }
14,231
returns a given method of the operatingsystemmxbean , or null if the method is not found or unavailable . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVirtua...
Method function ( String arg0 ) { try { return Class . forName ( "srini_string" ) . getMethod ( arg0 ) ; } catch ( Throwable loc0 ) { return null ; } }
14,232
this routine returns a timestamp containing the current time offset by a specified number of milliseconds . concode_field_sep PlaceHolder placeHolder concode_field_sep Timestamp currentTime concode_elem_sep Timestamp date2Timestamp
Timestamp function ( long arg0 ) { return new Timestamp ( ( new java . util . Date ( ) ) . getTime ( ) + arg0 ) ; }
14,233
checking if odd number using modulus operator . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOddByBitwise concode_elem_sep boolean isOddWithoutModulus concode_elem_sep void main
boolean function ( int arg0 ) { return arg0 % 2 != 0 ; }
14,234
to set home path . concode_field_sep OfficeDocumentConverter jodConverter concode_elem_sep String server concode_elem_sep int maxTasksPerProcess concode_elem_sep String homePath concode_elem_sep int taskExecutionTimeout concode_elem_sep OfficeManager jodOOManager concode_elem_sep int serverPort concode_elem_sep String ...
void function ( String arg0 ) { this . homePath = arg0 ; LOGGER . debug ( this . homePath ) ; }
14,235
writes query to open stream to server concode_field_sep HttpURLConnection con concode_elem_sep OutputStream os concode_elem_sep URL url concode_field_sep String sendAndReadString concode_elem_sep JSONObject sendAndReadJSON concode_elem_sep HttpRequest prepare concode_elem_sep byte[] sendAndReadBytes concode_elem_sep Ht...
HttpRequest function ( String arg0 ) { BufferedWriter loc0 = new BufferedWriter ( new OutputStreamWriter ( os , "srini_string" ) ) ; loc0 . write ( arg0 ) ; loc0 . close ( ) ; return this ; }
14,236
get the process cpu usage . supported platforms : all . concode_field_sep XContentBuilderString SYS concode_elem_sep XContentBuilderString PERCENT concode_elem_sep XContentBuilderString TOTAL_VIRTUAL concode_elem_sep long openFileDescriptors concode_elem_sep XContentBuilderString TOTAL_VIRTUAL_IN_BYTES concode_elem_sep...
short function ( ) { return percent ( ) ; }
14,237
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
14,238
assert that coll contains elem concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep void assertNotNull concode...
void function ( Collection arg0 , Object arg1 ) { if ( ! arg0 . contains ( arg1 ) ) { fail ( "srini_string" + arg1 + "srini_string" + arg0 ) ; } }
14,239
delete the specified node concode_field_sep Connection con concode_elem_sep Map<String,Node> nodeMap concode_elem_sep String to concode_field_sep List<Subscription> getSubscriptions concode_elem_sep List<Affiliation> getAffiliations concode_elem_sep LeafNode createNode concode_elem_sep LeafNode createNode concode_elem_...
void function ( String arg0 ) { sendPubsubPacket ( Type . SET , new NodeExtension ( PubSubElementType . DELETE , arg0 ) , PubSubElementType . DELETE . getNamespace ( ) ) ; nodeMap . remove ( arg0 ) ; }
14,240
returns the user uuid of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel...
java . lang . String function ( ) { return _oAuthToken . getUserUuid ( ) ; }
14,241
returns the company id of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_ele...
long function ( ) { return _subscription . getCompanyId ( ) ; }
14,242
get category template concode_field_sep String template concode_elem_sep Comparator<Category> ACTIVATION_COMPARATOR concode_elem_sep Comparator<Category> CATEGORY_NUMBER_COMPARATOR concode_elem_sep Comparator<Category> PATTERN_COMPARATOR concode_elem_sep String pattern concode_elem_sep AIMLSet matches concode_elem_sep ...
String function ( ) { if ( template == null ) return "srini_string" ; else return template ; }
14,243
check if this client allows insecure http vs https connections . concode_field_sep JsonClientCaller caller concode_field_sep URL getURL concode_elem_sep void _setFileForNextRpcResponse concode_elem_sep AuthToken getToken concode_elem_sep void setIsInsecureHttpConnectionAllowed concode_elem_sep void setConnectionReadTim...
boolean function ( ) { return caller . isInsecureHttpConnectionAllowed ( ) ; }
14,244
calculates the time interval to a retry attempt . the interval increases exponentially with each attempt , at a rate of nextinterval = 1.5 where 1.5 is the backoff factor , to the maximum interval . concode_field_sep int maxAttempts concode_elem_sep long period concode_elem_sep long maxPeriod concode_elem_sep int attem...
long function ( ) { long loc0 = ( long ) ( period * Math . pow ( 1.5 , attempt - 1 ) ) ; return loc0 > maxPeriod ? maxPeriod : loc0 ; }
14,245
sets the name of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName ...
void function ( java . lang . String arg0 ) { _event . setName ( arg0 ) ; }
14,246
sets node . concode_field_sep Node _node concode_elem_sep int _position concode_elem_sep String _noIndexXPath concode_elem_sep String _xPath concode_elem_sep int _depth concode_field_sep String getValue concode_elem_sep int getDepth concode_elem_sep String getName concode_elem_sep int getPosition concode_elem_sep void ...
void function ( final Node arg0 ) { _node = arg0 ; }
14,247
gets the value of the stuckthreadcount property . concode_field_sep BigInteger maxStuckThreadTime concode_elem_sep BigInteger stuckThreadCount concode_elem_sep String id concode_field_sep BigInteger getMaxStuckThreadTime concode_elem_sep void setMaxStuckThreadTime concode_elem_sep void setId concode_elem_sep String get...
BigInteger function ( ) { return stuckThreadCount ; }
14,248
this method sets the specified checkbox to be the selected on in this group , and unsets all others . concode_field_sep long serialVersionUID concode_elem_sep Checkbox selectedCheckbox concode_field_sep Checkbox getSelectedCheckbox concode_elem_sep String toString concode_elem_sep Checkbox getCurrent concode_elem_sep v...
void function ( Checkbox arg0 ) { setCurrent ( arg0 ) ; }
14,249
get the value specified for a given attribute on this element concode_field_sep Element dom concode_elem_sep XMLElementList children concode_elem_sep String name concode_field_sep XMLElementList getChildren concode_elem_sep String getName concode_elem_sep boolean getBooleanAttribute concode_elem_sep boolean getBooleanA...
String function ( String arg0 , String arg1 ) { String loc0 = dom . getAttribute ( arg0 ) ; if ( ( loc0 == null ) || ( loc0 . length ( ) == 0 ) ) { return arg1 ; } return loc0 ; }
14,250
gets the value of the devicecapabilitytargeting property . concode_field_sep OperatingSystemTargeting operatingSystemTargeting concode_elem_sep BrowserLanguageTargeting browserLanguageTargeting concode_elem_sep DeviceCategoryTargeting deviceCategoryTargeting concode_elem_sep MobileDeviceTargeting mobileDeviceTargeting ...
DeviceCapabilityTargeting function ( ) { return deviceCapabilityTargeting ; }
14,251
method that retrieves all public static fields in the class we are methodizing . concode_field_sep HashMap fieldHash concode_field_sep Object get concode_elem_sep void addObject concode_elem_sep void addObject
void function ( Class arg0 ) { Field [ ] loc0 = arg0 . getFields ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { int loc2 = loc0 [ loc1 ] . getModifiers ( ) ; if ( Modifier . isStatic ( loc2 ) && Modifier . isPublic ( loc2 ) ) { fieldHash . put ( loc0 [ loc1 ] . getName ( ) , loc0 [ loc1 ] ) ; } } }
14,252
create the configured output connection . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getInputConnection concode_elem_sep Connection getInputConnection
Connection function ( final Configuration arg0 ) { return getOutputConnection ( arg0 , new Properties ( ) ) ; }
14,253
gets a parameter object for a given target parameter . concode_field_sep String STRING concode_elem_sep Class mAnnotatedTestClass concode_elem_sep int INT concode_elem_sep AnnotatedElement mAnnotatedTestMethod concode_elem_sep ParameterizedTest mParameterizedTest concode_field_sep void setCurrentParameterizedTest conco...
Parameter function ( String arg0 ) { if ( mParameterizedTest == null || arg0 == null ) { return null ; } for ( Parameter loc0 : mParameterizedTest . parameters ( ) ) { if ( arg0 . equals ( loc0 . tag ( ) ) ) { return loc0 ; } } return null ; }
14,254
asserts that two booleans are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep ...
void function ( boolean arg0 , boolean arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
14,255
sets the user uuid of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep b...
void function ( java . lang . String arg0 ) { _kaleoTask . setUserUuid ( arg0 ) ; }
14,256
todo docs concode_field_sep SqlProfilingAlgorithm algorithm concode_field_sep void testSetSqlInputConfigurationValue concode_elem_sep void setUp concode_elem_sep void testGetConfigurationRequirements
void function ( ) { DatabaseConnectionGenerator loc0 = mock ( DatabaseConnectionGenerator . class ) ; algorithm . setDatabaseConnectionGeneratorConfigurationValue ( SqlProfilingAlgorithm . DATABASE_IDENTIFIER , loc0 ) ; }
14,257
sets the configuration parameter which determines how the cpqd switch is set up . if usepipeline13 is true , a 1.3 pipeline will be set up on the switch . otherwise , the switch will be set up in a 1.0 style with a single table where missed packets are sent to the controller . concode_field_sep boolean cpqdUsePipeline1...
void function ( boolean arg0 ) { cpqdUsePipeline13 = arg0 ; }
14,258
check if a efeatureinfo instance with given key is cached . note : if two keys are equal within the same efeaturecontext , the two structures must by definition be equal . concode_field_sep WeakHashSet<EFeatureListener> eListeners concode_elem_sep HashMap<String,EFeatureInfo> eCache concode_elem_sep EFeatureStatus ALLO...
boolean function ( String arg0 ) { return eCache . containsKey ( arg0 ) ; }
14,259
set cookies from cookies string . concode_field_sep String tabname concode_elem_sep String[] keys concode_elem_sep String[] values concode_elem_sep boolean allow_right_button concode_elem_sep boolean rbcascade concode_elem_sep HashMap<String,String> cookies concode_elem_sep boolean tncascade concode_field_sep ChromeSet...
ChromeSettings function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { String [ ] loc2 = loc0 [ loc1 ] . split ( "srini_string" , 2 ) ; if ( loc2 . length == 2 ) cookie ( loc2 [ 0 ] , loc2 [ 1 ] ) ; } return this ; }
14,260
returns a factory which creates instances of this class . concode_field_sep Map<V,Set<H>> vertices concode_elem_sep Map<H,Set<V>> edges concode_field_sep boolean containsVertex concode_elem_sep int inDegree concode_elem_sep Collection<H> findEdgeSet concode_elem_sep Collection<V> getSuccessors concode_elem_sep int outD...
Factory < Hypergraph < V , H >> function ( ) { return new Factory < Hypergraph < V , H >> ( ) { public Hypergraph < V , H > create ( ) { return new SetHypergraph < V , H > ( ) ; } } ; }
14,261
load an element with ` disabled ' configuration . expect an exception when one of the ` object methods ' is called . because calling object methods should not trigger lazy loading concode_field_sep SqlSession sqlSession concode_elem_sep List<Method> noMethods concode_elem_sep List<Method> objectMethods concode_field_se...
void function ( ) { testScenario ( "srini_string" , true , objectMethods ) ; }
14,262
returns the default asmifiable prototypes . concode_field_sep String[] OPCODES concode_elem_sep String[] TYPES concode_elem_sep StringBuffer buf concode_elem_sep List text concode_field_sep void appendString concode_elem_sep List getText concode_elem_sep void printList
Attribute [ ] function ( ) { try { return new Attribute [ ] { new ASMStackMapAttribute ( ) , new ASMStackMapTableAttribute ( ) } ; } catch ( Exception loc0 ) { return new Attribute [ 0 ] ; } }
14,263
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
14,264
sets the value of the type property . concode_field_sep XMLGregorianCalendar date concode_elem_sep BigDecimal totalAmount concode_elem_sep BigDecimal amount concode_elem_sep Boolean approved concode_elem_sep CodeAndDescription activity concode_elem_sep Boolean adjusted concode_elem_sep BigDecimal tax concode_elem_sep D...
void function ( String arg0 ) { this . type = arg0 ; }
14,265
notify the worker to checkpoint the file asynchronously . concode_field_sep ExecutorService mExecutorService concode_elem_sep String mDataFolder concode_elem_sep boolean mConnected concode_elem_sep InetSocketAddress mWorkerAddress concode_elem_sep int CONNECTION_RETRY_TIMES concode_elem_sep WorkerService.Client mClient...
boolean function ( int arg0 ) { mustConnect ( ) ; try { return mClient . asyncCheckpoint ( arg0 ) ; } catch ( TachyonException loc0 ) { throw new IOException ( loc0 ) ; } catch ( TException loc0 ) { mConnected = false ; throw new IOException ( loc0 ) ; } }
14,266
store all of the persistent objects in this pea concode_field_sep String SITE2_TITLE concode_elem_sep Boolean NOT_EXPERT concode_elem_sep ContentReviewItem item2 concode_elem_sep String USER_ID concode_elem_sep String AUTHZGROUP1A_ID concode_elem_sep ContentReviewItem item1 concode_elem_sep String USER_DISPLAY concode_...
void function ( GenericDao arg0 ) { arg0 . save ( item1 ) ; arg0 . save ( item2 ) ; arg0 . save ( item3 ) ; }
14,267
sets the name attribute of the diskcachefactory object concode_field_sep String name concode_field_sep String getName concode_elem_sep void dispose concode_elem_sep void initialize
void function ( String arg0 ) { this . name = arg0 ; }
14,268
returns the name . concode_field_sep int[] distinctValues concode_elem_sep String attribute concode_elem_sep int[][] map concode_field_sep int getHeight concode_elem_sep int[][] getArray concode_elem_sep void checkMonotonicity concode_elem_sep int[] getDistinctValues concode_elem_sep int[] getDistinctValues
String function ( ) { return attribute ; }
14,269
get the drmrightsmanager instance . concode_field_sep int JNI_DRM_FAILURE concode_elem_sep int DRM_MIMETYPE_RIGHTS_XML concode_elem_sep int DRM_MIMETYPE_MESSAGE concode_elem_sep String DRM_MIMETYPE_RIGHTS_XML_STRING concode_elem_sep String DRM_MIMETYPE_RIGHTS_WBXML_STRING concode_elem_sep int JNI_DRM_SUCCESS concode_el...
DrmRightsManager function ( ) { if ( singleton == null ) { singleton = new DrmRightsManager ( ) ; } return singleton ; }
14,270
adds all the given elements in the stack . concode_field_sep ArrayList<T> elements concode_elem_sep int length concode_elem_sep long serialVersionUID concode_field_sep T pop concode_elem_sep List subList concode_elem_sep void set concode_elem_sep T last concode_elem_sep void replaceAllBy concode_elem_sep void clear con...
void function ( Collection arg0 ) { elements . addAll ( arg0 ) ; length = arg0 . size ( ) ; }
14,271
unregister an application along with its secret . this is called when the application terminates . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_el...
void function ( String arg0 ) { if ( shuffleSecretMap . contains ( arg0 ) ) { shuffleSecretMap . remove ( arg0 ) ; logger . info ( "srini_string" , arg0 ) ; } else { logger . warn ( "srini_string" , arg0 ) ; } }
14,272
/ get direction concode_field_sep int numID concode_elem_sep char writeSymbol concode_elem_sep String currentState concode_elem_sep String transState concode_elem_sep char readSymbol concode_elem_sep char direction concode_field_sep char getReadSymbol concode_elem_sep String deltaToString concode_elem_sep char getWrite...
char function ( ) { return this . direction ; }
14,273
asserts that the specified property is neither null nor empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNoAttribute concode_elem_sep void assertEndOfType
void function ( String arg0 , String arg1 ) { if ( ( arg1 == null ) || ( arg1 . isEmpty ( ) ) ) { throw new ConversionException ( "srini_string" + arg0 + "srini_string" ) ; } }
14,274
set the username for authentication . concode_field_sep String plainTextUriStreaming concode_elem_sep boolean shouldLoadRemoteMetaData concode_elem_sep String secretKey concode_elem_sep String apiKey concode_elem_sep String sslUri concode_elem_sep String plainTextUri concode_elem_sep int port concode_elem_sep String ex...
void function ( String arg0 ) { this . userName = arg0 ; }
14,275
returns the service type structure formatted into a byte array . concode_field_sep LogService logger concode_elem_sep int svcType concode_field_sep short getStructLength concode_elem_sep String toString
byte [ ] function ( ) { return toByteArray ( new ByteArrayOutputStream ( 50 ) ) ; }
14,276
sets the value of the plantype property . concode_field_sep String creditClass concode_elem_sep String planType concode_elem_sep BigInteger numberOfLines concode_elem_sep String city concode_elem_sep String dealerId concode_elem_sep String accountType concode_elem_sep String billToState concode_elem_sep long serialVers...
void function ( String arg0 ) { this . planType = arg0 ; }
14,277
sets the value of the downpayment property . concode_field_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep BigDecimal downpayment concode_field_sep void setSku concode_elem_sep String getSku concode_elem_sep BigDecimal getDownpayment
void function ( BigDecimal arg0 ) { this . downpayment = arg0 ; }
14,278
a convenience function that sanitizes a string of html . concode_field_sep ImmutableMap<String,ElementAndAttributePolicies> policies concode_elem_sep ImmutableMap<String,AttributePolicy> globalAttrPolicies concode_elem_sep ImmutableSet<String> textContainers concode_field_sep HtmlSanitizer.Policy apply concode_elem_sep...
String function ( @ Nullable String arg0 ) { return sanitize ( arg0 , null , null ) ; }
14,279
gets the down url . concode_field_sep long downLength concode_elem_sep String pakageName concode_elem_sep String downUrl concode_elem_sep String icon concode_elem_sep String name concode_elem_sep String description concode_elem_sep String downPath concode_elem_sep int _ID concode_elem_sep int state concode_elem_sep lon...
String function ( ) { return downUrl ; }
14,280
create a session store concode_field_sep String DEFAULT_SESSION_MAP_NAME concode_elem_sep long DEFAULT_RETRY_TIMEOUT concode_field_sep placeholderType placeHolder
ClusteredSessionStore function ( Vertx arg0 , String arg1 ) { return new ClusteredSessionStoreImpl ( arg0 , arg1 , DEFAULT_RETRY_TIMEOUT ) ; }
14,281
checks if the current value is true . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep vo...
boolean function ( ) { return value == true ; }
14,282
sets the value of the id property . concode_field_sep Integer sequenceNumber concode_elem_sep String responsibilities concode_elem_sep Boolean calculateCostFromUnits concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_e...
void function ( String arg0 ) { this . id = arg0 ; }
14,283
receive buffer size so_rcvbuf . note : the optimal size for receive buffer and send buffer should be latency network_bandwidth . assuming latency = 1ms , network_bandwidth = 10gbps buffer size should be ~ 1.25 mb concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_I...
int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_RECEIVEBUFFER_KEY , - 1 ) ; }
14,284
the list of directorydescription objects that were retrieved . it is possible that this list contains less than the number of items specified in the limit member of the request . this occurs if there are less than the requested number of items left to retrieve , or if the limitations of the operation have been exceeded...
void function ( java . util . Collection < DirectoryDescription > arg0 ) { if ( arg0 == null ) { this . directoryDescriptions = null ; return ; } this . directoryDescriptions = new com . amazonaws . internal . SdkInternalList < DirectoryDescription > ( arg0 ) ; }
14,285
convert a time parameter such as 50s , 100ms , or 250us to seconds for internal use . if no suffix is provided , the passed number is assumed to be in seconds . concode_field_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode...
long function ( String arg0 ) { return parseTimeString ( arg0 , TimeUnit . SECONDS ) ; }
14,286
test . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCheckCsrfToken concode_elem_sep void testAddPdfContentTypeAndDisposition concode_elem_sep void setUp
void function ( ) { final Counter loc0 = new Counter ( "srini_string" , "srini_string" ) ; final Collector loc1 = new Collector ( "srini_string" , Arrays . asList ( loc0 ) ) ; new MonitoringController ( loc1 , null ) . writeHtmlToLastShutdownFile ( ) ; }
14,287
sets an entire row to a specified value concode_field_sep Object[] data concode_elem_sep int dim2 concode_elem_sep int dim1 concode_field_sep void set concode_elem_sep void grow concode_elem_sep List<T> getRow concode_elem_sep void setColumnToOneValue concode_elem_sep void setColumn concode_elem_sep void addRows concod...
void function ( int arg0 , T arg1 ) { for ( int loc0 = 0 ; loc0 < dim2 ; loc0 ++ ) { set ( arg0 , loc0 , arg1 ) ; } }
14,288
returns an enumeration of the property names . does not include inherited properties . concode_field_sep ConfigManager parent concode_elem_sep Properties properties concode_elem_sep Logger logCache concode_field_sep float parseFloat concode_elem_sep String getProperty concode_elem_sep String getProperty concode_elem_se...
Enumeration function ( ) { return properties . keys ( ) ; }
14,289
tells whether map is object space sampling concode_field_sep Mapdesc next concode_elem_sep int ncoords concode_elem_sep float clampfactor concode_elem_sep float maxsrate concode_elem_sep float t_steps concode_elem_sep float s_steps concode_elem_sep float maxtrate concode_elem_sep int type concode_elem_sep float bbox_su...
boolean function ( ) { return sampling_method == NurbsConsts . N_OBJECTSPACE_PATH ; }
14,290
sets the minimum required password length on the user signup page . concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setAppLogo concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_el...
ParseLoginBuilder function ( int arg0 ) { config . setParseSignupMinPasswordLength ( arg0 ) ; return this ; }
14,291
resets the associated component 's transform . concode_field_sep boolean finished concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode_elem_sep void mo...
void function ( InputEvent arg0 ) { JGVTComponent loc0 = ( JGVTComponent ) arg0 . getSource ( ) ; loc0 . resetRenderingTransform ( ) ; finished = true ; }
14,292
closes the channel . this closes the underlying native file descriptor . concode_field_sep LibC libc concode_elem_sep int fd concode_elem_sep boolean isOpen concode_field_sep int read concode_elem_sep boolean isOpen concode_elem_sep LibC libc concode_elem_sep int write
void function ( ) { if ( ! isOpen ) { throw new IllegalStateException ( "srini_string" ) ; } isOpen = false ; libc . close ( fd ) ; }
14,293
search the array for matching elements concode_field_sep int DESCENDING concode_elem_sep int ASCENDING concode_field_sep byte[] addElementAt concode_elem_sep int[] addElementAt concode_elem_sep String[] addElementAt concode_elem_sep byte[] trimToSize concode_elem_sep int[] trimToSize concode_elem_sep String[] trimToSiz...
int [ ] function ( int [ ] arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 . length ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { if ( arg0 [ loc2 ] == arg1 ) { loc0 [ loc1 ] = loc2 ; loc1 ++ ; } } return trimToSize ( loc0 , loc1 ) ; }
14,294
get a message from resource.properties from the package of the given object . concode_field_sep Locale locale concode_elem_sep String packageName concode_elem_sep String resourceName concode_elem_sep ResourceBundle parent concode_elem_sep String NO_MESSAGE_BUNDLE concode_elem_sep String DEFAULT_MESSAGE_BUNDLE_KEY conco...
String function ( String arg2 , String arg0 , String arg1 ) { MessageBundle loc0 = getMessageBundle ( DEFAULT_MESSAGE_BUNDLE_KEY ) ; return loc0 . getMessage ( arg2 , arg0 , arg1 ) ; }
14,295
set to `` true '' to have #setusedynamiclogger dynamic loggers hideproxy class names wherever possible . default is `` false '' . concode_field_sep Log defaultLogger concode_elem_sep boolean hideProxyClassNames concode_field_sep void setLoggerName concode_elem_sep boolean isLogEnabled concode_elem_sep Log getLoggerForI...
void function ( boolean arg0 ) { this . hideProxyClassNames = arg0 ; }
14,296
determines whether two possibly-null objects are equal . returns : true if a and b are both null . true if a and b are both non-null and they areequal according to object #equals object . false in all other situations . this assumes that any non-null objects passed to this function conform to the equals contract.note f...
boolean function ( @ Nullable Object arg0 , @ Nullable Object arg1 ) { return arg0 == arg1 || ( arg0 != null && arg0 . equals ( arg1 ) ) ; }
14,297
return the disk space used by the given rdd in this block manager in o 1 time . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.mutable.HashMap<java.lang.Object,scala.Tuple4<java.lang.Object,java.lang.Object,java.lang.Object,org.apache.spark.storage.StorageLevel>> _rddStorageInfo concode_el...
long function ( int arg0 ) { throw new RuntimeException ( ) ; }
14,298
creates a aggregationstrategybeanadapter for using a pojo as the aggregation strategy . concode_field_sep PlaceHolder placeHolder concode_field_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy groupedExchange concode_elem_sep FlexibleAggregati...
AggregationStrategy function ( Object arg0 ) { return new AggregationStrategyBeanAdapter ( arg0 ) ; }
14,299
add a basic delta . this method adds a copy of the mamdaorderbookbasicdelta to the list . concode_field_sep int MOD_SIDES_NONE concode_elem_sep int MOD_SIDES_ASK concode_elem_sep int MOD_SIDES_BID concode_elem_sep int MOD_SIDES_BID_AND_ASK concode_elem_sep MamdaOrderBook mBook concode_elem_sep LinkedList mDeltas concod...
void function ( MamdaOrderBookBasicDelta arg0 ) { if ( mKeepDeltas ) { MamdaOrderBookBasicDelta loc0 = new MamdaOrderBookBasicDelta ( arg0 ) ; mDeltas . add ( loc0 ) ; } checkSide ( arg0 . getPriceLevel ( ) ) ; }