idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
36,600
called from outside after the complete end of defrag concode_field_sep Database database concode_elem_sep DataFileCache cache concode_elem_sep String filename concode_elem_sep int[][] rootsList concode_elem_sep StopWatch stopw concode_elem_sep int scale concode_elem_sep DoubleIntIndex transactionRowLookup concode_elem_...
void function ( ) { database . txManager . convertTransactionIDs ( transactionRowLookup ) ; }
36,601
gets the value of the eventdocopen property . concode_field_sep Object eventDocContentControlOnEnter concode_elem_sep Object parent concode_elem_sep Object eventDocBuildingBlockAfterInsert concode_elem_sep Object eventDocClose concode_elem_sep Object eventDocSync concode_elem_sep Object eventDocContentControlAfterInser...
Object function ( ) { return eventDocOpen ; }
36,602
run the example . concode_field_sep int TEST_SPEEDUP concode_elem_sep int NUM_AGENTS concode_elem_sep long TEST_STOP_TIME concode_field_sep void run
void function ( String [ ] arg0 ) { run ( false ) ; }
36,603
stop the task . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_sep boolean canceled...
void function ( ) { canceled = true ; dialogMessage = null ; }
36,604
return the array of interceptors to apply in the given order . concode_field_sep Object handler concode_elem_sep Log logger concode_elem_sep List<HandlerInterceptor> interceptorList concode_elem_sep HandlerInterceptor[] interceptors concode_elem_sep int interceptorIndex concode_field_sep void triggerAfterCompletion con...
HandlerInterceptor [ ] function ( ) { if ( this . interceptors == null && this . interceptorList != null ) { this . interceptors = this . interceptorList . toArray ( new HandlerInterceptor [ this . interceptorList . size ( ) ] ) ; } return this . interceptors ; }
36,605
gets the mensagem value for this manobradslamgponout . concode_field_sep com.gvt.www.ws.eai.oss.gpon.RetornoDesassociarSerial retornoDesassociarSerial concode_elem_sep com.gvt.www.ws.eai.oss.gpon.RetornoCriarBridge retornoCriarBridge concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gv...
com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut function ( ) { return mensagem ; }
36,606
explicit conversion for the map.entry objects . concode_field_sep PlaceHolder placeHolder concode_field_sep T explicitCast
G function ( Map . Entry arg0 ) { return ( G ) arg0 ; }
36,607
this version of decode honors the intent of reader.decode binarybitmap in that it passes null as a hint to the decoders . however , that makes it inefficient to call repeatedly . use sethints followed by decodewithstate for continuous scan applications . concode_field_sep Reader[] readers concode_elem_sep Map<DecodeHin...
Result function ( BinaryBitmap arg0 ) { setHints ( null ) ; return decodeInternal ( arg0 ) ; }
36,608
remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT concode_elem_sep char PAD concode_...
int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; }
36,609
increments the reference counter . note : the reference counter has to be incremented before returning the instance of this client to ensure correct closing logic . concode_field_sep PartitionRequestClientHandler partitionRequestHandler concode_elem_sep AtomicDisposableReferenceCounter closeReferenceCounter concode_ele...
boolean function ( ) { return closeReferenceCounter . incrementReferenceCounter ( ) ; }
36,610
the zookeeper connection string aka ` zookeeper.connect ` in ` hostnameorip : port ` format . example : ` 127.0.0.1:2181 ` . you can use this to e.g. tell kafka brokers how to connect to this instance . concode_field_sep TestingServer server concode_elem_sep Logger log concode_elem_sep int DEFAULT_PORT concode_field_se...
String function ( ) { return server . getConnectString ( ) ; }
36,611
report the end of an entity . this method is empty . concode_field_sep boolean inDTD concode_elem_sep String OPEN_TAG_COMMENT concode_elem_sep String CLOSE_TAG_COMMENT concode_elem_sep ArrayList comment concode_field_sep void startCDATA concode_elem_sep void clearComments concode_elem_sep void startEntity concode_elem_...
void function ( final String arg0 ) { }
36,612
overrides the object 's tostring method concode_field_sep ProcedureProperties procProperties concode_elem_sep String procedureClassName concode_field_sep ProcedureProperties getProcedureProperties concode_elem_sep String getProcedureClassName
String function ( ) { return super . toString ( ) + "srini_string" + this . getProcedureProperties ( ) . getProcedureName ( ) + "srini_string" + procedureClassName + "srini_string" ; }
36,613
return the modifiable collection of registered diagnostic tasks . use at your own risk . concode_field_sep String MDC_SELFDIAGNOSE_TASK_RESULT concode_elem_sep List<DiagnosticTask> tasks concode_elem_sep URL CONFIG_URL concode_elem_sep String VERSION concode_elem_sep String CONFIG concode_elem_sep String COPYRIGHT conc...
List < DiagnosticTask > function ( ) { return tasks ; }
36,614
retrieve the url path for the given ua on user-agent-string . info ; i.e. , given the ua : `` mozilla/5 .0 windows ; u ; windows nt 6.1 ; pt-br ; rv :1.9.1.1 gecko/20090715 firefox/3 .5.1 '' it would return '' / list-of-ua/browser-detail ? browser = firefox '' which could then be accessed at http://user-agent-string.in...
String function ( ) { if ( browserEntry != null ) { return UASparser . INFO_URL + browserEntry . getInfoUrl ( ) ; } if ( robotEntry != null ) { return UASparser . INFO_URL + robotEntry . getInfoUrl ( ) ; } return UNKNOWN ; }
36,615
adds a new uri to the collection . concode_field_sep List<URI> all concode_elem_sep Set<URI> unique concode_field_sep boolean contains concode_elem_sep List<URI> getAll concode_elem_sep boolean remove
void function ( final URI arg0 ) { this . unique . add ( arg0 ) ; this . all . add ( arg0 ) ; }
36,616
creates a new pidfile and writes the current process id into the provided path concode_field_sep Path path concode_elem_sep long pid concode_elem_sep boolean deleteOnExit concode_field_sep boolean isDeleteOnExit concode_elem_sep Path getPath concode_elem_sep void addShutdownHook concode_elem_sep long getPid
PidFile function ( Path arg0 , boolean arg1 ) { return create ( arg0 , arg1 , JvmInfo . jvmInfo ( ) . pid ( ) ) ; }
36,617
returns the config value for the key . if it does not exist the defaultvalue will be returned . concode_field_sep Config sInstance concode_elem_sep Properties props concode_field_sep void readConfigFromFilename concode_elem_sep void readConfigFromResource concode_elem_sep void loadConfigFromFile concode_elem_sep void l...
String function ( String arg0 , String arg1 ) { return getInstance ( ) . props . getProperty ( arg0 , arg1 ) ; }
36,618
get the rtp payload bytes of this rtp packet . concode_field_sep int EXT_HEADER_SIZE concode_elem_sep int FIXED_HEADER_SIZE concode_elem_sep ByteBuffer buffer concode_field_sep byte getPayloadType concode_elem_sep int getSequenceNumber concode_elem_sep int getPaddingSize concode_elem_sep int getSSRC concode_elem_sep vo...
byte [ ] function ( ) { return readRegion ( getHeaderLength ( ) , getPayloadLength ( ) ) ; }
36,619
visits a list and writes the results to another list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean mutate concode_elem_sep List<T> apply concode_elem_sep Iterable<RexNode> apply concode_elem_sep RexNode apply concode_elem_sep RexNode visitFieldAccess concode_elem_sep RexNode visitCall concode_el...
void function ( List < ? extends RexNode > arg0 , List < RexNode > arg1 ) { for ( RexNode loc0 : arg0 ) { arg1 . add ( loc0 . accept ( this ) ) ; } }
36,620
set the column value concode_field_sep int len concode_elem_sep String name concode_elem_sep int scale concode_elem_sep String type concode_elem_sep Var value concode_field_sep Var getValue concode_elem_sep String getName concode_elem_sep String getType concode_elem_sep void setType
void function ( Var arg0 ) { this . value = arg0 ; }
36,621
performs a reverse dns lookup . concode_field_sep String domainProperty concode_elem_sep boolean preferV6 concode_elem_sep String nsProperty concode_elem_sep String v6Property concode_field_sep Object invoke concode_elem_sep InetAddress[] lookupAllHostAddr
String function ( byte [ ] arg0 ) { Name loc0 = ReverseMap . fromAddress ( InetAddress . getByAddress ( arg0 ) ) ; Record [ ] loc1 = new Lookup ( loc0 , Type . PTR ) . run ( ) ; if ( loc1 == null ) throw new UnknownHostException ( ) ; return ( ( PTRRecord ) loc1 [ 0 ] ) . getTarget ( ) . toString ( ) ; }
36,622
sets related `` list '' of data representing the contextual data associated with this particular service request concode_field_sep String service concode_elem_sep AttributeManager attributeManager concode_field_sep void setAttribute concode_elem_sep String getAttribute concode_elem_sep String[] getValues concode_elem_s...
void function ( String arg0 , Vector arg1 ) { this . attributeManager . setListAttribute ( arg0 , arg1 ) ; }
36,623
print concode_field_sep List<LetterComposite> children concode_field_sep void add concode_elem_sep int count concode_elem_sep void printThisBefore concode_elem_sep void printThisAfter
void function ( ) { printThisBefore ( ) ; for ( LetterComposite loc0 : children ) { loc0 . print ( ) ; } printThisAfter ( ) ; }
36,624
return number of columns . concode_field_sep List<OneRowChange.ColumnSpec> specs concode_elem_sep Map<String,OneRowChange.ColumnSpec> colNames concode_elem_sep List<OneRowChange.ColumnVal> values concode_elem_sep ImageType type concode_elem_sep RbrTableChangeSet changeSet concode_field_sep OneRowChange.ColumnVal getVal...
int function ( ) { return specs . size ( ) ; }
36,625
returns a string with encoded color information concode_field_sep char LAST_COLOR concode_elem_sep char RESET_COLOR concode_elem_sep char FIRST_COLOR concode_field_sep boolean isValid concode_elem_sep Color toColor concode_elem_sep char getReset concode_elem_sep String stripColor concode_elem_sep char toChar concode_el...
String function ( String arg0 , org . terasology . rendering . nui . Color arg1 ) { return toChar ( arg1 ) + arg0 + getReset ( ) ; }
36,626
set that the rest services should be enabled or disabled . concode_field_sep int securityServiceTimeout concode_elem_sep boolean enabled concode_elem_sep String DEFAULT_BIND concode_elem_sep int DEFAULT_SECURITY_SVC_TIMEOUT concode_elem_sep String bind concode_elem_sep String securityServiceLocation concode_field_sep S...
void function ( boolean arg0 ) { this . enabled = arg0 ; }
36,627
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
ManagedObjectReference function ( ) { return returnval ; }
36,628
sets the text to search for . this method fires a property change event of type #property_search_for . concode_field_sep boolean wholeWord concode_elem_sep String PROPERTY_REPLACE_WITH concode_elem_sep String PROPERTY_MATCH_WHOLE_WORD concode_elem_sep boolean matchCase concode_elem_sep boolean forward concode_elem_sep ...
void function ( String arg0 ) { if ( ( arg0 == null && this . searchFor != null ) || ( arg0 != null && ! arg0 . equals ( this . searchFor ) ) ) { String loc0 = this . searchFor ; this . searchFor = arg0 ; firePropertyChange ( PROPERTY_SEARCH_FOR , loc0 , arg0 ) ; } }
36,629
get the transactionid . concode_field_sep AtomicLong logSeqId concode_elem_sep Long sequenceNumber concode_elem_sep byte TS_TRAFODION_TXN_TAG_TYPE concode_elem_sep long controlPointEpochAtPrepare concode_elem_sep List<Tag> tagList concode_elem_sep long hLogStartSequenceId concode_elem_sep int commitPendingWaits concode...
long function ( ) { return transactionId ; }
36,630
create an instance of userapplication concode_field_sep PlaceHolder placeHolder concode_field_sep Groups createGroups concode_elem_sep AuthenticateArg createAuthenticateArg concode_elem_sep Responsibility createResponsibility concode_elem_sep DomainUserMappingList createDomainUserMappingList concode_elem_sep Procuremen...
UserApplication function ( ) { return new UserApplication ( ) ; }
36,631
negate all counters . concode_field_sep Factory<E,C> factory concode_elem_sep long[] counters concode_elem_sep Class<E> enumClass concode_elem_sep java.util.Map<K,C> counts concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void set concode_elem_sep C getCounts concode_elem_...
void function ( ) { for ( int loc0 = 0 ; loc0 < counters . length ; loc0 ++ ) { counters [ loc0 ] = - counters [ loc0 ] ; } }
36,632
writes the tail of the object to the stream . concode_field_sep SerializerFactory _serializerFactory concode_field_sep SerializerFactory findSerializerFactory concode_elem_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStart conco...
void function ( ) { }
36,633
recursively assigns range outputs to each node . concode_field_sep List<Integer> outputs concode_elem_sep int[] leafCounts concode_elem_sep int leafUpto concode_elem_sep int missingCount concode_elem_sep LongRangeNode left concode_elem_sep LongRangeNode root concode_elem_sep long start concode_elem_sep long[] boundarie...
void function ( int arg0 , LongRange arg1 ) { if ( start >= arg1 . min && end <= arg1 . max ) { if ( outputs == null ) { outputs = new ArrayList < > ( ) ; } outputs . add ( arg0 ) ; } else if ( left != null ) { assert right != null ; left . addOutputs ( arg0 , arg1 ) ; right . addOutputs ( arg0 , arg1 ) ; } }
36,634
answers the green component of the receiver . concode_field_sep PlaceHolder placeHolder concode_field_sep void replaceColor concode_elem_sep Color[] getColorShades concode_elem_sep Color[] getColorShades concode_elem_sep RGB[] getColorShades concode_elem_sep RGB getShadeRGB concode_elem_sep int HSBtoRGB concode_elem_se...
int function ( int arg0 ) { return ( arg0 & 0xff00 ) >> 8 ; }
36,635
throw any kind of throwable without needing it to be checked concode_field_sep PlaceHolder placeHolder concode_field_sep void throwAnyImpl
void function ( Throwable arg0 ) { UncheckedThrow . < RuntimeException > throwAnyImpl ( arg0 ) ; }
36,636
convert an array of strings into an arraylist of the same strings . concode_field_sep ArrayList<String> cmdAndArgs concode_elem_sep Process process concode_elem_sep String processName concode_elem_sep Logger logger concode_elem_sep int exitValue concode_elem_sep ProcessReporter reporter concode_elem_sep ProcessMonitor ...
ArrayList < String > function ( String [ ] arg0 ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . add ( arg0 [ loc1 ] ) ; } return loc0 ; }
36,637
returns a list of co-indexed empty categories , or null if such empty categories do n't exist . concode_field_sep List<CTNode> ls_termainals concode_elem_sep List<CTNode> ls_tokens concode_elem_sep CTNode nd_root concode_elem_sep IntObjectOpenHashMap<List<CTNode>> mp_nulls concode_field_sep CTNode getTerminal concode_e...
List < CTNode > function ( int arg0 ) { return mp_nulls . get ( arg0 ) ; }
36,638
evaluates the specified string expression and makes the first two parameters available inside the script bound to variables named ` x ' and ` y ' respectively , returning the result . for example , this code executes without failure : assert 10 == eval.xy 2 , 4 , ' x y + 2 ' concode_field_sep PlaceHolder placeHolder co...
Object function ( final Object arg0 , final Object arg1 , final String arg2 ) { Binding loc0 = new Binding ( ) ; loc0 . setVariable ( "srini_string" , arg0 ) ; loc0 . setVariable ( "srini_string" , arg1 ) ; GroovyShell loc1 = new GroovyShell ( loc0 ) ; return loc1 . evaluate ( arg2 ) ; }
36,639
answer true if the graph contains any triple matching t . the default implementation uses find and checks to see if the iterator is non-empty . concode_field_sep GraphStatisticsHandler statisticsHandler concode_elem_sep Capabilities capabilities concode_elem_sep BulkUpdateHandler bulkHandler concode_elem_sep int TOSTRI...
boolean function ( Triple arg0 ) { return containsByFind ( arg0 ) ; }
36,640
given strings representing heron home and heron conf , substitute occurrences of $ heron_sandbox_home and $ heron_sandbox_conf in the provided path . concode_field_sep Pattern urlPattern concode_elem_sep Logger LOG concode_field_sep String combinePaths concode_elem_sep String substituteURL concode_elem_sep boolean isUR...
String function ( String arg0 , String arg1 , String arg2 ) { Config loc0 = Config . newBuilder ( ) . put ( Keys . arg0 ( ) , arg0 ) . put ( Keys . heronSandboxConf ( ) , arg1 ) . build ( ) ; return substitute ( loc0 , arg2 ) ; }
36,641
sets the description value for this wstransformerpluginspec . concode_field_sep java.lang.String output concode_elem_sep java.lang.String input concode_elem_sep java.lang.String pluginJNDI concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java...
void function ( java . lang . String arg0 ) { this . description = arg0 ; }
36,642
updates the d d m storage link in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep DDMStorageLinkLocalService _service concode_field_sep com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink getStorageLink concode_elem_sep com.liferay.portlet.dyn...
com . liferay . portlet . dynamicdatamapping . model . DDMStorageLink function ( com . liferay . portlet . dynamicdatamapping . model . DDMStorageLink arg0 ) { return getService ( ) . updateDDMStorageLink ( arg0 ) ; }
36,643
useful for debugging . concode_field_sep int score concode_elem_sep int promoteTo concode_elem_sep int from concode_elem_sep int to concode_field_sep int compare concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep void copyFrom concode_elem_sep void setMove
String function ( ) { return TextIO . moveToUCIString ( this ) ; }
36,644
the id for the origin access identity . for example : e74fte3ajfj256a . concode_field_sep String comment concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep CloudFrontOriginAccessIdentitySummary withComment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep...
void function ( String arg0 ) { this . id = arg0 ; }
36,645
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep STFtnPos val concode_elem_sep Object parent concode_field_sep STFtnPos getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal
Object function ( ) { return this . parent ; }
36,646
called right before a job is going to be deleted . at this point the data files of the job is already gone . concode_field_sep Logger LOGGER concode_field_sep ExtensionList<ItemListener> all concode_elem_sep void fireOnCopied concode_elem_sep void fireOnDeleted concode_elem_sep void fireLocationChange concode_elem_sep ...
void function ( Item arg0 ) { }
36,647
obtains value of the coreconnectionpnames #so_timeout parameter.if not set , defaults to 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout co...
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CoreConnectionPNames . SO_TIMEOUT , 0 ) ; }
36,648
create a new scriptedmetric aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep AdjacencyMatrixAggregationBuilder adjacencyMatrix concode_elem_sep AdjacencyMatrixAggreg...
ScriptedMetricAggregationBuilder function ( String arg0 ) { return new ScriptedMetricAggregationBuilder ( arg0 ) ; }
36,649
method that allows accessing all properties that this builder currently contains . note that properties are returned in order that properties are ordered explictly , or by rule , which is the serialization order . concode_field_sep BeanDescription _beanDesc concode_elem_sep boolean _ignoreAllUnknown concode_elem_sep An...
Iterator < SettableBeanProperty > function ( ) { return _properties . values ( ) . iterator ( ) ; }
36,650
gets the internalid value for this employeeaddressbook . concode_field_sep java.lang.String internalId concode_elem_sep java.lang.Boolean defaultBilling concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label concode_elem_sep java.lang.Boolean defau...
java . lang . String function ( ) { return internalId ; }
36,651
returns the information object address ioa calculated from the given bytes . the first byte is the least significant byte of the ioa . concode_field_sep PlaceHolder placeHolder concode_field_sep int convertToCommonAddress
int function ( int arg0 , int arg1 , int arg2 ) { return arg0 + ( arg1 << 8 ) + ( arg2 << 16 ) ; }
36,652
returns the position within the file of the first byte of the locked region . concode_field_sep boolean shared concode_elem_sep long size concode_elem_sep FileChannel channel concode_elem_sep long position concode_field_sep long size concode_elem_sep void release concode_elem_sep boolean isValid concode_elem_sep FileCh...
long function ( ) { return position ; }
36,653
write a string to a file . concode_field_sep String rootDir concode_elem_sep Context context concode_field_sep boolean checkSDFile concode_elem_sep String readFile concode_elem_sep boolean[] checkEsternalStorage concode_elem_sep void writeFileToSD concode_elem_sep String readFileFromSD concode_elem_sep String joinPath ...
void function ( String arg0 , String arg1 ) { FileOutputStream loc0 = null ; try { loc0 = context . openFileOutput ( arg0 , Context . MODE_PRIVATE ) ; loc0 . write ( arg1 . getBytes ( ) ) ; loc0 . close ( ) ; } catch ( FileNotFoundException loc1 ) { Errors . FileNotFound ( loc1 ) ; return ; } catch ( IOException loc4 )...
36,654
reset the state of this object to handle a new currentgroup concode_field_sep DOMTreeManager domTreeManager concode_elem_sep SVGGraphicContext groupGC concode_elem_sep short FILL concode_elem_sep short DRAW concode_elem_sep GraphicContext gc concode_elem_sep Element currentGroup concode_field_sep void setTransform conc...
void function ( ) { currentGroup = domTreeManager . getDOMFactory ( ) . createElementNS ( SVG_NAMESPACE_URI , SVG_G_TAG ) ; }
36,655
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { CategoryAxis loc0 = new CategoryAxis ( "srini_string" ) ; loc0 . setAxisLinePaint ( Color . red ) ; CategoryAxis loc1 = ( CategoryAxis ) loc0 . clone ( ) ; assertNotSame ( loc0 , loc1 ) ; assertSame ( loc0 . getClass ( ) , loc1 . getClass ( ) ) ; assertEquals ( loc0 , loc1 ) ; }
36,656
gets a singleton instance of the empty iterator . concode_field_sep EmptyMutableObjectIterator<Object> INSTANCE concode_field_sep E next concode_elem_sep E next
MutableObjectIterator < E > function ( ) { @ SuppressWarnings ( "srini_string" ) MutableObjectIterator < E > loc0 = ( MutableObjectIterator < E > ) INSTANCE ; return loc0 ; }
36,657
adds any mailboxes represented by this address into the given arraylist . note that this method has default package access , so a doaddmailboxesto method is needed to allow the behavior to be overridden by subclasses . concode_field_sep PlaceHolder placeHolder concode_field_sep void doAddMailboxesTo
void function ( ArrayList arg0 ) { doAddMailboxesTo ( arg0 ) ; }
36,658
finds and returns a method corresponding to the passed methodidentifier . the passed classreflectionindex will be used to traverse the class hierarchy while finding the method . returns null if no such method is found concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Method> findMethods concode_ele...
Method function ( final DeploymentReflectionIndex arg0 , final Class < ? > arg1 , final MethodIdentifier arg2 ) { Class < ? > loc0 = arg1 ; while ( loc0 != null ) { final ClassReflectionIndex loc1 = arg0 . getClassIndex ( loc0 ) ; final Method loc2 = loc1 . getMethod ( arg2 ) ; if ( loc2 != null ) { return loc2 ; } loc...
36,659
the name of the scheduled aws lambda function . constraints : length : 1 - 64 concode_field_sep String startToCloseTimeout concode_elem_sep String input concode_elem_sep String name concode_elem_sep String id concode_elem_sep Long decisionTaskCompletedEventId concode_field_sep void setName concode_elem_sep LambdaFuncti...
String function ( ) { return name ; }
36,660
sets the value of the transactioninfo property . concode_field_sep ContractInfo newContractInfo concode_elem_sep List<DiscountInfo> discountInfo concode_elem_sep long serialVersionUID concode_elem_sep ContractExtTransactionInfo transactionInfo concode_elem_sep ContractInfo previousContractInfo concode_field_sep Contrac...
void function ( ContractExtTransactionInfo arg0 ) { this . transactionInfo = arg0 ; }
36,661
begins an anonymous array . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_s...
JSONBuilder function ( ) { conditionallyAppendComma ( ) ; params . append ( "srini_string" ) ; return this ; }
36,662
write a distanceunit to a streamoutput concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeters...
void function ( StreamOutput arg0 , DistanceUnit arg1 ) { arg0 . writeByte ( ( byte ) arg1 . ordinal ( ) ) ; }
36,663
returns if the weather is foggy in this summary . concode_field_sep Date date concode_elem_sep boolean rain concode_elem_sep boolean tornado concode_elem_sep boolean snow concode_elem_sep double meantempm concode_elem_sep boolean thunder concode_elem_sep boolean hail concode_elem_sep boolean fog concode_field_sep boole...
boolean function ( ) { return fog ; }
36,664
derives a secretkey of the specified type from the given key using the provided class name and kdfstring concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair genKeyPair concode_elem_sep SecretKey genSecretKey concode_elem_sep SecretKey getSecretKey concode_elem_sep SecretKey getSecretKey concode_elem_sep...
SecretKey function ( SecretKey arg0 , Class < ? > arg1 , String arg2 , KeyType arg3 ) { return getSecretKey ( arg3 , deriveBytesTruncated ( arg0 , arg1 , arg2 , arg3 . keySize >> 3 ) ) ; }
36,665
enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon...
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } }
36,666
reads a stem dictionary . each line contains : word \ tstem i.e. two tab separated words concode_field_sep int INITIAL_CAPACITY concode_field_sep CharArraySet getWordSet concode_elem_sep CharArraySet getWordSet concode_elem_sep CharArraySet getWordSet concode_elem_sep CharArraySet getWordSet concode_elem_sep BufferedRe...
CharArrayMap < String > function ( Reader arg0 , CharArrayMap < String > arg1 ) { BufferedReader loc0 = null ; try { loc0 = getBufferedReader ( arg0 ) ; String loc1 ; while ( ( loc1 = loc0 . readLine ( ) ) != null ) { String [ ] loc2 = loc1 . split ( "srini_string" , 2 ) ; arg1 . put ( loc2 [ 0 ] , loc2 [ 1 ] ) ; } } f...
36,667
tests whether a given object equals this signature . the object is considered equal if it is a signature and it has the same method name and parameter list . concode_field_sep ClassRegistry registry concode_elem_sep boolean see concode_elem_sep Class returnValue concode_elem_sep Method method concode_elem_sep boolean t...
boolean function ( Object arg0 ) { if ( arg0 instanceof Signature ) { Signature loc0 = ( Signature ) arg0 ; return method . getName ( ) . equals ( loc0 . getMethod ( ) . getName ( ) ) && paramsEqual ( loc0 . getMethod ( ) . getParameterTypes ( ) ) ; } return false ; }
36,668
stops the cache and network dispatchers . concode_field_sep Map<String,Queue<Request>> mWaitingRequests concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_elem_sep int DEFAULT_NETWORK_THREAD_POOL_SIZE concode_elem_sep Cache mCache concode_elem_sep AtomicInteger mSequen...
void function ( ) { if ( mCacheDispatcher != null ) { mCacheDispatcher . quit ( ) ; } for ( int loc0 = 0 ; loc0 < mDispatchers . length ; loc0 ++ ) { if ( mDispatchers [ loc0 ] != null ) { mDispatchers [ loc0 ] . quit ( ) ; } } }
36,669
get the value of an attribute by position . concode_field_sep Vector types concode_elem_sep Vector names concode_elem_sep Vector values concode_field_sep String getName concode_elem_sep void addAttribute concode_elem_sep String getType concode_elem_sep String getType concode_elem_sep void clear concode_elem_sep int get...
String function ( int arg0 ) { if ( arg0 < 0 ) { return null ; } try { return ( String ) values . elementAt ( arg0 ) ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { return null ; } }
36,670
method that will close a java.io.closeable ignoring it if it is null and ignoring exceptions . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean copyStream concode_elem_sep boolean copyStream concode_elem_sep boolean moveFile concode_elem_sep long fileLength
void function ( @ Nullable Closeable arg0 ) { if ( arg0 != null ) { try { if ( arg0 instanceof Flushable ) { ( ( Flushable ) arg0 ) . flush ( ) ; } } catch ( IOException loc0 ) { } try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } }
36,671
returns the tupletaglist tuple associated with this schema . concode_field_sep HashMap<TupleTag<?>,Integer> tagMap concode_elem_sep TupleTagList tupleTagList concode_field_sep CloudObject asCloudObject concode_elem_sep int getIndex concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep CoGbkResultSche...
TupleTagList function ( ) { return tupleTagList ; }
36,672
asserts that an escaper does not escape the given character . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnicodeEscaping concode_elem_sep void assertEscaping concode_elem_sep void assertEscaping concode_elem_sep void assertBasic
void function ( CharEscaper arg0 , char arg1 ) { Assert . assertNull ( computeReplacement ( arg0 , arg1 ) ) ; }
36,673
transforms a linestring geometry . concode_field_sep GeometryFactory factory concode_elem_sep boolean preserveGeometryCollectionType concode_elem_sep boolean preserveType concode_elem_sep Geometry inputGeom concode_elem_sep boolean pruneEmptyGeometry concode_elem_sep boolean preserveCollections concode_field_sep Coordi...
Geometry function ( LineString arg0 , Geometry arg1 ) { return factory . createLineString ( transformCoordinates ( arg0 . getCoordinateSequence ( ) , arg0 ) ) ; }
36,674
sets the value of the offerfromid property . concode_field_sep String promotionName concode_elem_sep Long ccbsPromotionFromId concode_elem_sep String ccbsTariffFromId concode_elem_sep String tariffName concode_elem_sep Long offerFromId concode_field_sep Long getCcbsPromotionFromId concode_elem_sep String getPromotionNa...
void function ( Long arg0 ) { this . offerFromId = arg0 ; }
36,675
asks current provider to drop the data #getdata returned last time and advance to the next data with thesmallest dataprovider #getsortingkey sorting key . concode_field_sep DataProvider<? extends Comparable<?>,?>[] myProviders concode_field_sep int compare concode_elem_sep boolean hasData concode_elem_sep void sort con...
boolean function ( ) { if ( ! hasData ( ) ) { return false ; } DataProvider < ? , ? > loc0 = myProviders [ 0 ] ; if ( ! loc0 . next ( ) ) { myProviders [ 0 ] = null ; } if ( hasData ( ) ) { sort ( ) ; return true ; } return false ; }
36,676
compara si el producto tiene el mismo nombre que el recibido como parametro concode_field_sep double precio concode_elem_sep int cantidad concode_elem_sep String nombre concode_field_sep int obtenerCantidad concode_elem_sep boolean esMenor concode_elem_sep boolean esMenor concode_elem_sep double obtenerPrecio concode_e...
boolean function ( String arg0 ) { return arg0 . equalsIgnoreCase ( arg0 ) ; }
36,677
returns the number of vehicles in the queue . concode_field_sep double xEnterLast concode_elem_sep double MEASURING_INTERVAL_S concode_elem_sep RoadSegment roadSegment concode_elem_sep TrafficCompositionGenerator vehGenerator concode_elem_sep Logger LOG concode_elem_sep int measuredInflowCount concode_elem_sep int ente...
int function ( ) { return ( int ) nWait ; }
36,678
this is called when a message endpoint is deactivated . concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { }
36,679
sets the company id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_elem_...
void function ( long arg0 ) { _kaleoNode . setCompanyId ( arg0 ) ; }
36,680
sets the active . concode_field_sep double allocatedMips concode_elem_sep double requestedMips concode_elem_sep double time concode_elem_sep boolean isActive concode_field_sep double getAllocatedMips concode_elem_sep double getTime concode_elem_sep void setRequestedMips concode_elem_sep double getRequestedMips concode_...
void function ( boolean arg0 ) { this . isActive = arg0 ; }
36,681
releases the native resources of the etc1data instance . concode_field_sep ByteBuffer compressedData concode_elem_sep int dataOffset concode_elem_sep int width concode_elem_sep int PKM_HEADER_SIZE concode_elem_sep int ETC1_RGB8_OES concode_elem_sep int height concode_field_sep boolean hasPKMHeader concode_elem_sep bool...
void function ( ) { BufferUtils . disposeUnsafeByteBuffer ( compressedData ) ; }
36,682
formats a long as an 8-byte signed hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String u8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 concode_elem_sep String u3 conc...
String function ( long arg0 ) { char [ ] loc0 = new char [ 17 ] ; if ( arg0 < 0 ) { loc0 [ 0 ] = '-' ; arg0 = - arg0 ; } else { loc0 [ 0 ] = '+' ; } for ( int loc1 = 0 ; loc1 < 16 ; loc1 ++ ) { loc0 [ 16 - loc1 ] = Character . forDigit ( ( int ) arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
36,683
set the values for all keys in the target object . concode_field_sep Logger logger concode_elem_sep Random RANDOM concode_field_sep String fieldsToString concode_elem_sep boolean booleanFromObject concode_elem_sep boolean eq concode_elem_sep String stringFromResource concode_elem_sep String stringFromResource concode_e...
void function ( NSKeyValueCoding arg0 , NSDictionary < String , Object > arg1 ) { for ( String loc0 : arg1 . allKeys ( ) ) { arg0 . takeValueForKey ( arg1 . objectForKey ( loc0 ) , loc0 ) ; } }
36,684
returns the inverse flag . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_...
boolean function ( ) { return this . inverse ; }
36,685
gets the path of the current serialized classifier . concode_field_sep String serializedClassifier concode_elem_sep AbstractSequenceClassifier classifier concode_elem_sep String defaultSerializedClassifier concode_field_sep HashMap<String,String[][]> extractNEs concode_elem_sep HashMap<String,String[]> extractNEs conco...
String function ( ) { return serializedClassifier ; }
36,686
set the truststore and password concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String keyPass concode_elem_sep String key...
void function ( String arg0 , String arg1 ) { setTrustStore ( arg0 , arg1 , null , null ) ; }
36,687
liefert einen vektor , nach rechts zur fahrtrichtung zeigt . concode_field_sep double maxMotorUmdrehungenProSek concode_elem_sep BVBewegung bewegung concode_elem_sep Vektor2 orientierung concode_elem_sep double radRadius concode_elem_sep String name concode_elem_sep Vektor2 position concode_elem_sep double seitenlaenge...
Vektor2 function ( ) { return orientierung . rotiere ( - Math . PI / 2.0 ) ; }
36,688
default options for datastore_backup format . concode_field_sep String JSON concode_elem_sep long serialVersionUID concode_elem_sep String DATASTORE_BACKUP concode_elem_sep String AVRO concode_elem_sep String type concode_elem_sep String CSV concode_field_sep String getType concode_elem_sep int hashCode concode_elem_se...
FormatOptions function ( ) { return DatastoreBackupOptions . newBuilder ( ) . build ( ) ; }
36,689
retrieves the number of output channels represented by this channel output type . concode_field_sep int LEFT_CHANNEL concode_elem_sep OutputChannels DOWNMIX concode_elem_sep int RIGHT_CHANNEL concode_elem_sep int DOWNMIX_CHANNELS concode_elem_sep OutputChannels LEFT concode_elem_sep int BOTH_CHANNELS concode_elem_sep i...
int function ( ) { int loc0 = ( outputChannels == BOTH_CHANNELS ) ? 2 : 1 ; return loc0 ; }
36,690
releasing all the resources . the slot can now be reused . concode_field_sep Lock lock concode_elem_sep RemoteProxy proxy concode_elem_sep String path concode_elem_sep TestSession currentSession concode_elem_sep Logger log concode_elem_sep SeleniumProtocol protocol concode_elem_sep Map<String,Object> capabilities conco...
void function ( ) { try { lock . lock ( ) ; doFinishRelease ( ) ; } finally { lock . unlock ( ) ; } }
36,691
puts a byte array into the underlying buffer starting from offset in the array and writing length values . concode_field_sep ByteBuffer buf concode_elem_sep PersistenceWindow persistenceWindow concode_field_sep ByteBuffer getBuffer concode_elem_sep Buffer putInt concode_elem_sep short getShort concode_elem_sep int getO...
Buffer function ( byte arg0 [ ] , int arg1 , int arg2 ) { buf . put ( arg0 , arg1 , arg2 ) ; return this ; }
36,692
to get user name . concode_field_sep String password concode_elem_sep String serverType concode_elem_sep String serverName concode_elem_sep String folderName concode_elem_sep String userName concode_elem_sep Integer portNumber concode_elem_sep Boolean isSSL concode_field_sep void setPassword concode_elem_sep Integer ge...
String function ( ) { return userName ; }
36,693
convenience method to return the block store location representing any dir in the tier . concode_field_sep int mDirIndex concode_elem_sep String ANY_TIER concode_elem_sep String mTierAlias concode_elem_sep int ANY_DIR concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concod...
BlockStoreLocation function ( String arg0 ) { return new BlockStoreLocation ( arg0 , ANY_DIR ) ; }
36,694
stores the contents of a multimap in an output stream , as part of serialization . it does not support concurrent multimaps whose content may change while the method is running . the multimap #asmap viewdetermines the ordering in which data is written to the stream . the serialized output consists of the number of dist...
void function ( Multimap < K , V > arg0 , ObjectOutputStream arg1 ) { arg1 . writeInt ( arg0 . asMap ( ) . size ( ) ) ; for ( Map . Entry < K , Collection < V >> loc0 : arg0 . asMap ( ) . entrySet ( ) ) { arg1 . writeObject ( loc0 . getKey ( ) ) ; arg1 . writeInt ( loc0 . getValue ( ) . size ( ) ) ; for ( V loc1 : loc0...
36,695
retrieves the absolute path , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep boolean fsIsIgnoreCase concode_field_sep File absoluteFile concode_elem_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPath concode_el...
String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; }
36,696
return the binding iterator repository id . concode_field_sep String _id concode_field_sep BindingIterator extract concode_elem_sep BindingIterator read concode_elem_sep void insert concode_elem_sep BindingIterator narrow concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep BindingIterator unchec...
String function ( ) { return _id ; }
36,697
set the ishttpsallowed value . concode_field_sep List<String> contentTypesToCompress concode_elem_sep String originPath concode_elem_sep String originHostHeader concode_elem_sep Boolean isHttpAllowed concode_elem_sep Boolean isHttpsAllowed concode_elem_sep String optimizationType concode_elem_sep Boolean isCompressionE...
EndpointUpdateParametersInner function ( Boolean arg0 ) { this . isHttpsAllowed = arg0 ; return this ; }
36,698
returns a weigher that returns the given constant for every request . concode_field_sep int constant concode_field_sep int weigh concode_elem_sep int weigh concode_elem_sep int weigh concode_elem_sep Weigher<Integer,Object> intKeyWeigher concode_elem_sep Weigher<Object,Integer> intValueWeigher
Weigher < Object , Object > function ( int arg0 ) { return new ConstantWeigher ( arg0 ) ; }
36,699
returns the fair share of this queue in megabytes concode_field_sep FairSchedulerQueueInfoList childQueues concode_elem_sep float fractionMemMaxShare concode_elem_sep ResourceInfo fairResources concode_elem_sep boolean preemptable concode_elem_sep float fractionMemUsed concode_elem_sep ResourceInfo minResources concode...
ResourceInfo function ( ) { return fairResources ; }