idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
21,200
get the options value . concode_field_sep String options concode_elem_sep List<String> resources concode_field_sep ExportTemplateRequestInner withOptions concode_elem_sep ExportTemplateRequestInner withResources concode_elem_sep List<String> resources
String function ( ) { return this . options ; }
21,201
returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s...
List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; }
21,202
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSCustomFormPK wsCustomFormPK concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode...
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 ) ; }
21,203
returns the kaleo condition id of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscape...
long function ( ) { return _kaleoCondition . getKaleoConditionId ( ) ; }
21,204
get the sampling rate , in hz concode_field_sep int MPEG_V2_5 concode_elem_sep int MPEG_V1 concode_elem_sep int MPEG_V2 concode_elem_sep int length concode_elem_sep int LAYER_1 concode_elem_sep int LAYER_2 concode_elem_sep int LAYER_3 concode_elem_sep String version concode_elem_sep int sampleRate concode_elem_sep int ...
int function ( ) { return sampleRate ; }
21,205
obtains value of the coreprotocolpnames #user_agent parameter.if not set , returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep void s...
String function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return ( String ) arg0 . getParameter ( CoreProtocolPNames . USER_AGENT ) ; }
21,206
this is called during the activation of a message endpoint . concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concod...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { log . trace ( "srini_string" ) ; }
21,207
sets the value of the type property . concode_field_sep BigInteger length concode_elem_sep String type concode_elem_sep String value concode_elem_sep String url concode_field_sep String getValue concode_elem_sep String getUrl concode_elem_sep void setLength concode_elem_sep String getType concode_elem_sep void setValue...
void function ( String arg0 ) { this . type = arg0 ; }
21,208
adds the audit entry to the database . also notifies the appropriate model listeners . concode_field_sep AuditEntryLocalService _auditEntryLocalService concode_field_sep void setWrappedService concode_elem_sep int getAuditEntriesCount concode_elem_sep java.util.List<com.liferay.lms.model.AuditEntry> getAuditEntries con...
com . liferay . lms . model . AuditEntry function ( com . liferay . lms . model . AuditEntry arg0 ) { return _auditEntryLocalService . addAuditEntry ( arg0 ) ; }
21,209
removes the equity from the watchlist concode_field_sep Portfolio currentPortfolio concode_elem_sep WatchedEquity equity concode_elem_sep UndoRedoCaretaker careTaker concode_field_sep void unExecute
void function ( ) { currentPortfolio . removeFromWatchlist ( equity ) ; careTaker . pushToUndo ( this ) ; }
21,210
passes events to the service concode_field_sep int FAILED_TO_START_RETURN_CODE concode_elem_sep RecoveryManagerImple _rm concode_field_sep int stop concode_elem_sep Integer start concode_elem_sep void main
void function ( int arg0 ) { if ( ( arg0 == WrapperManager . WRAPPER_CTRL_LOGOFF_EVENT ) && ( WrapperManager . isLaunchedAsService ( ) ) ) { } else { WrapperManager . stop ( 0 ) ; } }
21,211
sets the value of the index property . concode_field_sep BigInteger index concode_elem_sep String value concode_field_sep String getValue concode_elem_sep BigInteger getIndex concode_elem_sep void setValue
void function ( BigInteger arg0 ) { this . index = arg0 ; }
21,212
get the long value of the osc argument . concode_field_sep Object value concode_field_sep String stringValue concode_elem_sep char charValue concode_elem_sep int[] midiValue concode_elem_sep int intValue concode_elem_sep float floatValue concode_elem_sep boolean booleanValue concode_elem_sep String toString concode_ele...
long function ( ) { return ( ( Long ) value ) . longValue ( ) ; }
21,213
cache key used for caching the retrieval of hystrixcommandproperties implementations . typically this would return hystrixcommandkey.name but can be done differently if required . for example , null can be returned which would cause it to not cache and invoke #getcommandproperties for each hystrixcommand instantiation ...
String function ( HystrixCommandKey arg0 , HystrixCommandProperties . Setter arg1 ) { return arg0 . name ( ) ; }
21,214
returns whether or not there exists a purchase of the given product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void...
boolean function ( String arg0 ) { return mPurchaseMap . containsKey ( arg0 ) ; }
21,215
create a new instance of readonlyjavabeanobjectpropertybuilder concode_field_sep ReadOnlyJavaBeanPropertyBuilderHelper helper concode_field_sep ReadOnlyJavaBeanObjectPropertyBuilder<T> getter concode_elem_sep ReadOnlyJavaBeanObjectPropertyBuilder<T> getter concode_elem_sep ReadOnlyJavaBeanObjectProperty<T> build concod...
ReadOnlyJavaBeanObjectPropertyBuilder < T > function ( ) { return new ReadOnlyJavaBeanObjectPropertyBuilder < T > ( ) ; }
21,216
sets the value of the value property . concode_field_sep String actor concode_elem_sep Boolean mustUnderstand concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Boolean isMustUnderstand concode_elem_sep void setActor concode_elem_sep void setMustUnderstand concode_elem_sep String getActor
void function ( String arg0 ) { this . value = arg0 ; }
21,217
gets the value of the dataonly property . concode_field_sep String identifier concode_elem_sep boolean grandfathered concode_elem_sep boolean dataOnly concode_elem_sep Integer smsCost concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer mmsCost concode_elem_sep BigDecimal ...
boolean function ( ) { return dataOnly ; }
21,218
gets the value of the planprice property . concode_field_sep String lastName concode_elem_sep String companyName concode_elem_sep String pastDue concode_elem_sep String planName concode_elem_sep String authorizedUser2 concode_elem_sep long serialVersionUID concode_elem_sep Boolean poolingPlanIndicator concode_elem_sep ...
Double function ( ) { return planPrice ; }
21,219
courierservice implementation concode_field_sep ScheduledExecutorService scheduler concode_elem_sep List<DeliveryProvider> deliveryProviders concode_elem_sep int m_checkEvery concode_elem_sep int nLocks concode_elem_sep Map<String,List<Delivery>> m_addresses concode_elem_sep Object[] locks concode_elem_sep boolean m_ag...
int function ( String arg0 ) { int loc0 = Math . abs ( arg0 . hashCode ( ) ) ; return loc0 % nLocks ; }
21,220
creates a new merge request . concode_field_sep Map<String,String> headers concode_elem_sep String method concode_elem_sep Map<String,String> queryParams concode_elem_sep Object payload concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep Object getPayload concode_elem_sep Map<String,String> get...
ODataClientRequest function ( String arg0 , SingleLink arg1 ) { return new ODataClientRequest ( "srini_string" , arg0 , null , null , arg1 ) ; }
21,221
gets the joining date . concode_field_sep String empID concode_elem_sep OfficialDetails officialDetail concode_elem_sep PersonalDetails personalDetail concode_field_sep OfficialDetails getOfficialDetails concode_elem_sep String getDesignation concode_elem_sep String getManagerID concode_elem_sep String getPersonalEmail...
String function ( ) { return this . getOfficialDetails ( ) . getJoiningDate ( ) . toString ( ) ; }
21,222
return the set of keys that collide from this and other . concode_field_sep GrammarAST ast concode_elem_sep AttributeDict predefinedTokenDict concode_elem_sep String name concode_elem_sep DictType type concode_elem_sep LinkedHashMap<String,Attribute> attributes concode_field_sep Attribute add concode_elem_sep String ge...
Set < String > function ( AttributeDict arg0 ) { if ( arg0 == null || arg0 . size ( ) == 0 || size ( ) == 0 ) { return Collections . emptySet ( ) ; } Set < String > loc0 = new HashSet < String > ( attributes . keySet ( ) ) ; loc0 . retainAll ( arg0 . attributes . keySet ( ) ) ; return loc0 ; }
21,223
this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie...
void function ( Object arg0 , int arg1 , int arg2 ) { }
21,224
set the resource loader path s via a spring resource location . accepts multiple locations as a comma-separated list of paths . standard urls like `` file : '' and `` classpath : '' and pseudo urls are supported as understood by spring 's org.springframework.core.io.resourceloader . relative paths are allowed when runn...
void function ( String arg0 ) { this . resourceLoaderPath = arg0 ; }
21,225
gets the width xy global . concode_field_sep Vector3D centerPointLocal concode_elem_sep Vector3D rectNormal concode_elem_sep MTComponent peerComponent concode_elem_sep float IN_PLANE_TOLERANCE concode_elem_sep boolean centerWorldDirty concode_elem_sep Vector3D[] boundingPointsLocal concode_elem_sep boolean worldVecsDir...
float function ( ) { Vector3D loc0 = this . getWidthXYVectLocal ( ) ; Matrix loc1 = new Matrix ( this . peerComponent . getGlobalMatrix ( ) ) ; loc1 . removeTranslationFromMatrix ( ) ; loc0 . transform ( loc1 ) ; return loc0 . length ( ) ; }
21,226
sets the value of the custdatalst property . concode_field_sep CTControlList controls concode_elem_sep GroupShape spTree concode_elem_sep CTBackground bg concode_elem_sep CTCustomerDataList custDataLst concode_elem_sep CTExtensionList extLst concode_elem_sep String name concode_field_sep CTBackground getBg concode_elem...
void function ( CTCustomerDataList arg0 ) { this . custDataLst = arg0 ; }
21,227
sets whether to compute a docset . may override the value set by #setquerycommand org.apache.solr.search.querycommand . concode_field_sep SolrIndexSearcher searcher concode_elem_sep DocSet docSet concode_elem_sep boolean needDocset concode_elem_sep boolean truncateGroups concode_elem_sep Logger logger concode_elem_sep ...
Builder function ( boolean arg0 ) { this . needDocSet = arg0 ; return this ; }
21,228
get the position of an item inside an itemset . concode_field_sep SequenceGen<T> sequence concode_elem_sep int firstItemset concode_elem_sep int firstItem concode_field_sep boolean isFirstItemset concode_elem_sep int indexOfBis concode_elem_sep T getItemAtInItemsetAt concode_elem_sep List<T> getItemset concode_elem_sep...
int function ( int arg0 , int arg1 , T arg2 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { if ( getItemAtInItemsetAt ( loc0 , arg1 ) . compareTo ( arg2 ) == 0 ) { return loc0 ; } else if ( getItemAtInItemsetAt ( loc0 , arg1 ) . compareTo ( arg2 ) > 0 ) { continue ; } } return - 1 ; }
21,229
sets new frequency list using an chinesefrequency object . concode_field_sep String TWO_SPACES concode_elem_sep String CRLF concode_elem_sep String MSG_NO_DATA_FOUND concode_elem_sep String ROW_HEADER concode_elem_sep ExportFormat exportFormat concode_elem_sep String originOutput concode_field_sep String buildSuperMemo...
ChineseFrequencyFormat function ( ChineseFrequency arg0 ) { this . originOutput = arg0 . getCsvOutput ( ) ; return this ; }
21,230
checks whether checkpointing is forced , despite currently non-checkpointable iteration feedback . concode_field_sep CheckpointingMode DEFAULT_MODE concode_elem_sep long DEFAULT_TIMEOUT concode_elem_sep CheckpointingMode checkpointingMode concode_elem_sep long checkpointTimeout concode_elem_sep long minPauseBetweenChec...
void function ( boolean arg0 ) { this . forceCheckpointing = arg0 ; }
21,231
reads the raw bytes following a type.int code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDou...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 5 ] ; loc0 [ 0 ] = ( byte ) Type . INT . code ; in . readFully ( loc0 , 1 , 4 ) ; return loc0 ; }
21,232
gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
String function ( ) { return password ; }
21,233
add an argument to those to be accepted on the command line . concode_field_sep boolean allowItemIndirect concode_elem_sep ArgHandler argHook concode_elem_sep Map<String,Arg> args concode_elem_sep boolean ignoreIndirectionMarker concode_elem_sep Map<String,ArgDecl> argMap concode_elem_sep String usage concode_elem_sep ...
CommandLine function ( String arg0 , boolean arg1 ) { return add ( new ArgDecl ( arg1 , arg0 ) ) ; }
21,234
stops the processor concode_field_sep KernelAddress _localKernel concode_elem_sep SocketDynamicConnection agent concode_elem_sep int _localPort concode_elem_sep AgentAddress _kernel concode_elem_sep HashSet _dkernels concode_elem_sep Socket _socket concode_elem_sep DataOutputStream out concode_elem_sep Thread myThread ...
void function ( ) { myThread = null ; }
21,235
puts two bytes into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void...
ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 2 > loc1 . loc0 ) { enlarge ( 2 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; }
21,236
when we know a page has a hit but are n't sure if pagetext is still in a highlighted state we can use this method to check . if the weekreference for the pageindex exists we can compare it aginst the paramate pagetext . if the objects are equal there is no need to search again . if reference is null or not equal then w...
boolean function ( int arg0 , PageText arg1 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } PageText loc1 = loc0 . get ( ) ; return loc1 == null || ! loc1 . equals ( arg1 ) ; }
21,237
converts opencv mat to android bitmap . this function converts an image in the opencv mat representation to the android bitmap . the input mat object has to be of the types ` cv_8uc1 ' gray-scale , ` cv_8uc3 ' rgb or ` cv_8uc4 ' rgba . the output bitmap object has to be of the same size as the input mat and of the type...
void function ( Mat arg0 , Bitmap arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nMatToBitmap2 ( arg0 . nativeObj , arg1 , arg2 ) ; }
21,238
returns the half horizontal field of view angle , in radians . the field of view angle is the angle between the center line of the screen and the left or right border . the default value is 1/4pi . concode_field_sep float m_clipNear concode_elem_sep String m_name concode_elem_sep float m_aspect concode_elem_sep Object ...
float function ( ) { return m_horizontalFOV ; }
21,239
used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String...
String function ( ) { return "srini_string" ; }
21,240
stores the data in config into writer in a standard java properties format . any ioexception is wrapped and thrown as a runtimeexception instead . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> loadStrictly concode_elem_sep Map<String,String> loadStrictly concode_elem_sep Map<String,Stri...
void function ( Map < String , String > arg0 , Writer arg1 ) { try { store ( arg0 , arg1 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
21,241
clients should not call this method directly . concode_field_sep DomainListener fListener concode_elem_sep boolean fIsAdd concode_elem_sep DNSSDService fEnumerator concode_elem_sep int fFlags concode_elem_sep int fIndex concode_elem_sep int fErrorCode concode_elem_sep String fDomain concode_field_sep void operationFail...
void function ( DNSSDService arg0 , int arg1 , int arg2 , String arg3 ) { fEnumerator = arg0 ; fIsAdd = true ; fFlags = arg1 ; fIndex = arg2 ; fDomain = arg3 ; this . schedule ( ) ; }
21,242
sends an error message to the git client . concode_field_sep Logger logger concode_elem_sep ReceivePack rp concode_field_sep void info
void function ( String arg0 ) { rp . sendError ( arg0 ) ; }
21,243
reads lines from a reader and adds every line as an entry to a chararrayset omitting leading and trailing whitespace . every line of the reader should contain only one word . the words need to be in lowercase if you make use of an analyzer which uses lowercasefilter like standardanalyzer . concode_field_sep int INITIAL...
CharArraySet function ( Reader arg0 ) { return getWordSet ( arg0 , new CharArraySet ( INITIAL_CAPACITY , false ) ) ; }
21,244
returns the port of the origin server ; typically 80 or 443 . unlike may getport accessors , this method never returns -1 . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVer...
int function ( ) { return uriPort ; }
21,245
returns the first value from the formfield , or ` null ' if no value has been set . concode_field_sep MultiUserChatService mucService concode_field_sep Element getDataElement concode_elem_sep List<MUCRoom> sortByUserAmount concode_elem_sep boolean canBeIncludedInResult concode_elem_sep IQ handleIQ
String function ( FormField arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } List < String > loc0 = arg0 . getValues ( ) ; if ( loc0 . isEmpty ( ) ) { return null ; } return loc0 . get ( 0 ) ; }
21,246
return the value associated with the column : user_id concode_field_sep String REF concode_elem_sep int hashCode concode_elem_sep java.util.Date actionTime concode_elem_sep String PROP_DESCRIPTION concode_elem_sep com.floreantpos.model.User performer concode_elem_sep String PROP_ACTION_TIME concode_elem_sep String PROP...
com . floreantpos . model . User function ( ) { return performer ; }
21,247
returns an equivalent instance but only containing artifacts of the given types , reporting errors for non-matching artifacts . concode_field_sep String attributeName concode_elem_sep RuleContext ruleContext concode_elem_sep ImmutableList<Artifact> artifacts concode_field_sep NestedSet<Artifact> nestedSet concode_elem_...
PrerequisiteArtifacts function ( FileTypeSet arg0 ) { return filter ( arg0 , true ) ; }
21,248
returns true if there 's another socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem...
boolean function ( ) { return socketAddresses != null ; }
21,249
set the timeout for this object in seconds . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransaction concode_elem_sep void unboun...
void function ( int arg0 ) { setTimeoutInMillis ( arg0 * 1000 ) ; }
21,250
returns the string which was actually parsed with all the substitutions performed concode_field_sep Deque<ParsingState> stack concode_elem_sep String originalInput concode_elem_sep ParsingState initialState concode_elem_sep char ch concode_elem_sep Deque<Character> lookFor concode_elem_sep CommandFormatException error ...
String function ( String arg0 , ParsingStateCallbackHandler arg1 , ParsingState arg2 , boolean arg3 , CommandContext arg4 ) { try { return doParse ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } catch ( CommandFormatException loc0 ) { throw loc0 ; } catch ( Throwable loc0 ) { throw new CommandFormatException ( "srini_string" ...
21,251
returns the set of objects pointed to by instance field f of the objects pointed to by l in context c. concode_field_sep PlaceHolder placeHolder concode_field_sep DumbPointerAnalysis v concode_elem_sep PointsToSet reachingObjectsOfArrayElement
PointsToSet function ( Context arg0 , Local arg1 , SootField arg2 ) { return reachingObjects ( arg2 ) ; }
21,252
name of the parameter concode_field_sep String name concode_elem_sep Object value concode_field_sep void setName concode_elem_sep Object getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return name ; }
21,253
returns true if the hashes are equal . concode_field_sep Sha256Hash ZERO_HASH concode_elem_sep byte[] bytes concode_field_sep Sha256Hash createDouble concode_elem_sep Sha256Hash hashFileContents concode_elem_sep int hashCode concode_elem_sep Sha256Hash create concode_elem_sep BigInteger toBigInteger concode_elem_sep St...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Sha256Hash ) ) return false ; return Arrays . equals ( bytes , ( ( Sha256Hash ) arg0 ) . bytes ) ; }
21,254
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
21,255
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
ManagedObjectReference function ( ) { return returnval ; }
21,256
ijoininggamelistener imeplementation concode_field_sep JoinMultiPlayerPickerView view concode_elem_sep IJoiningGame joiningGame concode_elem_sep GameStarter gameStarter concode_elem_sep MainMenuNavigator navigator concode_elem_sep ChangingList<IJoinableGame> changingJoinableGames concode_elem_sep IMapDefinition mapDefi...
void function ( EProgressState arg0 , float arg1 ) { String loc0 = Labels . getProgress ( arg0 ) ; int loc1 = ( int ) ( arg1 * 100 ) ; view . setJoiningProgress ( loc0 , loc1 ) ; }
21,257
get the task type concode_field_sep TaskStarted datum concode_field_sep TaskID getTaskId concode_elem_sep String getSplitLocations concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep long getStartTime
TaskType function ( ) { return TaskType . valueOf ( datum . getTaskType ( ) . toString ( ) ) ; }
21,258
returns the md5 content hash of the blaze binary includes deploy jar , embedded binaries , and anything else that ends up in the install_base . concode_field_sep String DEFAULT_EXEC_ROOT concode_elem_sep Path workspace concode_elem_sep Path localOutputPath concode_elem_sep Path execRoot concode_elem_sep Path outputPath...
HashCode function ( ) { return installMD5 ; }
21,259
returns the additional details related to the message concode_field_sep String messageText concode_elem_sep String messageDetails concode_elem_sep String fromContact concode_elem_sep Object source concode_elem_sep String messageGroup concode_field_sep String getFromContact concode_elem_sep String getMessageText concode...
String function ( ) { return messageDetails ; }
21,260
gets the dateapplied value for this supportcasesolutions . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef solution concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.S...
java . util . Calendar function ( ) { return dateApplied ; }
21,261
produces a zero knowledge proof of the encryption m concode_field_sep PaillierKey key concode_elem_sep boolean encryptMode concode_elem_sep String notReadyForEncryption concode_elem_sep String notReadyForDecryption concode_elem_sep boolean decryptMode concode_field_sep BigInteger add concode_elem_sep BigInteger add con...
EncryptionZKP function ( BigInteger arg0 ) { return new EncryptionZKP ( this . key , arg0 ) ; }
21,262
retrieve the fetch profile source . concode_field_sep String name concode_elem_sep String association concode_elem_sep String style concode_elem_sep MetadataSource source concode_elem_sep LinkedHashSet<Fetch> fetches concode_elem_sep String entity concode_field_sep LinkedHashSet<Fetch> getFetches concode_elem_sep Strin...
MetadataSource function ( ) { return source ; }
21,263
get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast
int function ( ) { return count ; }
21,264
insert all values in the input array into the set . concode_field_sep CuckooSetLong setLong concode_field_sep boolean lookup concode_elem_sep void insert
void function ( double [ ] arg0 ) { for ( Double loc0 : arg0 ) { insert ( loc0 ) ; } }
21,265
reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread...
int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; }
21,266
sets the value of the orderdelivery property . concode_field_sep OrderDeliveryType orderDelivery concode_elem_sep Boolean giftIndicator concode_elem_sep String orderStatus concode_elem_sep OrderHisotryType orderHistory concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar estimatedDeliveryDate co...
void function ( OrderDeliveryType arg0 ) { this . orderDelivery = arg0 ; }
21,267
away mode shuts down the heating , enables frost protection and turns time clocks off . concode_field_sep NeoHubConnector neoHubConnector concode_field_sep void setStandby concode_elem_sep InfoResponse info concode_elem_sep void statistics
void function ( final boolean arg0 , final String ... arg1 ) { neoHubConnector . sendMessage ( String . format ( "srini_string" % s % s , arg0 ? "srini_string" : "srini_string" , StringUtils . join ( arg1 , "srini_string" , "srini_string" ) ) , null ) ; }
21,268
send this request to a solrclient and return the response concode_field_sep String path concode_elem_sep Set<String> queryParams concode_elem_sep StreamingResponseCallback callback concode_elem_sep METHOD method concode_elem_sep ResponseParser responseParser concode_field_sep ResponseParser getResponseParser concode_el...
T function ( SolrClient arg0 ) { return process ( arg0 , null ) ; }
21,269
called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con...
int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; }
21,270
set the method name of the caller . concode_field_sep String className concode_elem_sep String file concode_elem_sep String renderedLogEntry concode_elem_sep Throwable exception concode_elem_sep Level level concode_elem_sep String processId concode_elem_sep String message concode_elem_sep Thread thread concode_elem_sep...
LogEntryBuilder function ( final String arg0 ) { this . method = arg0 ; return this ; }
21,271
reads an integer value . concode_field_sep RandomAccessFile raf concode_elem_sep long length concode_elem_sep Buffers bm concode_elem_sep int off concode_elem_sep boolean changed concode_field_sep long cursor concode_elem_sep void cursor concode_elem_sep void writeToken concode_elem_sep void writeToken concode_elem_sep...
int function ( ) { return ( read ( ) << 24 ) + ( read ( ) << 16 ) + ( read ( ) << 8 ) + read ( ) ; }
21,272
set the ocpdate value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep FileDeleteFromComputeNodeOptions withReturnClientRequestId concode_elem_sep String...
FileDeleteFromComputeNodeOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ocpDate = null ; } else { this . ocpDate = new DateTimeRfc1123 ( arg0 ) ; } return this ; }
21,273
checks that value is present as at least one of the elements of the array . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int[] removeInt concode_elem_sep boolean containsAll concode_elem_sep int idealCharArraySize concode_elem_sep int idealFloatArra...
boolean function ( T [ ] arg0 , T arg1 ) { return indexOf ( arg0 , arg1 ) != - 1 ; }
21,274
length . concode_field_sep FeatureModel model concode_elem_sep Map<String,FeatureState> states concode_field_sep FeatureModel getModel concode_elem_sep boolean isPartialConfiguration concode_elem_sep boolean isFeatureSelected concode_elem_sep void setFeatureState concode_elem_sep void setFeatureState concode_elem_sep C...
int function ( ) { return states . size ( ) ; }
21,275
retrieve . xhtml and . java files on @postconstruct concode_field_sep Map<String,String> pageCache concode_elem_sep List<String> sources concode_elem_sep String SNIPPET_START_XHTML concode_elem_sep String SNIPPET_START_JAVA concode_elem_sep Set<String> sourceExtensions concode_elem_sep String SNIPPET_END_XHTML concode_...
void function ( ) { ExternalContext loc0 = getExternalContext ( ) ; List < String > loc1 = new ArrayList < String > ( ) ; findSources ( loc0 , "srini_string" , loc1 ) ; sources = loc1 ; }
21,276
uses the serviceloader to load all spi implementations of thepassed class and return only the first instance . concode_field_sep AnnotationUsageCache s_aCacheImplementation concode_elem_sep Logger s_aLogger concode_elem_sep AnnotationUsageCache s_aCacheInterface concode_field_sep ICommonsList<T> getAllSPIImplementation...
T function ( @ Nonnull final Class < T > arg0 ) { return getFirstSPIImplementation ( arg0 , ClassLoaderHelper . getDefaultClassLoader ( ) , null ) ; }
21,277
counts the number of dots '' . '' in a string . concode_field_sep String[] BAD_COUNTRY_2LDS concode_elem_sep HttpClientAndroidLog log concode_field_sep String normaliseIPv6Address concode_elem_sep boolean validCountryWildcard concode_elem_sep String[] getDNSSubjectAlts concode_elem_sep void verify concode_elem_sep bool...
int function ( final String arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) == '.' ) { loc0 ++ ; } } return loc0 ; }
21,278
sets the end date of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_el...
void function ( Date arg0 ) { _meetupsEntry . setEndDate ( arg0 ) ; }
21,279
the number of shards on this node that will not be eventually relocated . concode_field_sep DiscoveryNode node concode_elem_sep LinkedHashMap<ShardId,ShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep String prettyPrint concode_elem_sep boolean isEmpty concode_elem_sep void ...
int function ( ) { int loc0 = 0 ; for ( ShardRouting loc1 : this ) { if ( loc1 . state ( ) != ShardRoutingState . RELOCATING ) { loc0 ++ ; } } return loc0 ; }
21,280
add a suffix of current starting at fromindex inclusive to state state . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator concode_elem_sep State root con...
void function ( State arg0 , CharSequence arg1 , int arg2 ) { final int loc0 = arg1 . length ( ) ; while ( arg2 < loc0 ) { int loc1 = Character . codePointAt ( arg1 , arg2 ) ; arg0 = arg0 . newState ( loc1 ) ; arg2 += Character . charCount ( loc1 ) ; } arg0 . is_final = true ; }
21,281
default nsesss2 context . oracle jaxb ri 's context should be thread safe . concode_field_sep ThreadLocal<Marshaller> defaultMarshaller concode_elem_sep JAXBContext defaultJaxbContext concode_elem_sep ThreadLocal<Unmarshaller> defaultUnmarshaller concode_field_sep T unmarshal concode_elem_sep T unmarshal concode_elem_s...
JAXBContext function ( ) { if ( defaultJaxbContext == null ) { defaultJaxbContext = JAXBContext . newInstance ( ObjectFactory . class ) ; } return defaultJaxbContext ; }
21,282
returns whether ` processnext ` should stop processing next row from ` input ` or not . if it returns true , the caller should exit the loop return from processnext . concode_field_sep UnsafeRow unsafeRow concode_elem_sep long startTimeNs concode_elem_sep int partitionIndex concode_elem_sep LinkedList<InternalRow> curr...
boolean function ( ) { return ! currentRows . isEmpty ( ) ; }
21,283
get preferred search mode concode_field_sep String PREF_SELECTOR_MODE concode_elem_sep int ENABLE_WORDNET concode_elem_sep String PREF_CACHE concode_elem_sep String PREF_SELECTOR concode_elem_sep String PREF_ENABLE_FRAMENET concode_elem_sep int ENABLE_FRAMENET concode_elem_sep String PREF_ENTRY_IMPORT concode_elem_sep ...
int function ( final Context arg0 ) { final SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg0 ) ; return loc0 . getInt ( Settings . PREF_TEXTSEARCH_MODE , 0 ) ; }
21,284
check if file exists concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep void getDir...
boolean function ( String arg0 ) { try { ClarionFileFactory . getInstance ( ) . getRandomAccessFile ( arg0 ) . close ( ) ; return true ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } return false ; }
21,285
returns a workload of both task queues . concode_field_sep Invoker background concode_elem_sep Invoker foreground concode_field_sep void process concode_elem_sep void process concode_elem_sep void consume
int function ( ) { return foreground . getTaskCount ( ) + background . getTaskCount ( ) ; }
21,286
return the specified context configuration files . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONFIG_LOCATION_DELIMITERS concode_elem_sep String contextConfigLocation concode_field_sep vo...
String function ( ) { return this . contextConfigLocation ; }
21,287
reads a languageprofile from an inputstream in utf-8 . concode_field_sep String PROFILES_DIR concode_elem_sep LangProfileReader internalReader concode_field_sep String makePathForClassLoader concode_elem_sep List<LanguageProfile> readAllBuiltIn concode_elem_sep boolean looksLikeLanguageProfileFile concode_elem_sep bool...
LanguageProfile function ( InputStream arg0 ) { return OldLangProfileConverter . convert ( internalReader . read ( arg0 ) ) ; }
21,288
returns the comments of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
java . lang . String function ( ) { return _entry . getComments ( ) ; }
21,289
sets the stage for the created injector . if the stage is stage #production , this class will eagerly load singletons . concode_field_sep Injector delegateInjector concode_elem_sep BindingProcessor bindingProcesor concode_elem_sep InjectorShell.Builder shellBuilder concode_elem_sep Stage stage concode_elem_sep Initiali...
InjectorBuilder function ( Stage arg0 ) { shellBuilder . arg0 ( arg0 ) ; this . stage = arg0 ; return this ; }
21,290
returns the word id of the nth follower , assuming that the id is the first two bytes of the ngram entry . concode_field_sep int numberNGrams concode_elem_sep boolean bigEndian concode_elem_sep boolean is32bits concode_elem_sep int firstNGramEntry concode_elem_sep byte[] buffer concode_elem_sep int position concode_ele...
int function ( int arg0 ) { int loc0 = arg0 * ( buffer . length / numberNGrams ) ; setPosition ( loc0 ) ; return readBytesAsInt ( ) ; }
21,291
dom : implements nodeiterator #getwhattoshow . concode_field_sep NodeFilter filter concode_elem_sep boolean expandEntityReferences concode_elem_sep Node referenceNode concode_elem_sep short INITIAL concode_elem_sep AbstractDocument document concode_elem_sep Node root concode_elem_sep short INVALID concode_elem_sep shor...
int function ( ) { return whatToShow ; }
21,292
the type of the document . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep BytesReference source concode_elem_sep...
String function ( ) { return type ; }
21,293
string representation concode_field_sep String m_baseTableName concode_elem_sep Integer s_activeLanguages concode_elem_sep CCache<String,TranslationTable> s_cache concode_elem_sep ArrayList<String> m_columns concode_elem_sep CLogger log concode_elem_sep String m_trlTableName concode_field_sep int getActiveLanguages con...
String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( m_trlTableName ) . append ( "srini_string" ) . append ( m_baseTableName ) . append ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < m_columns . size ( ) ; loc1 ++ ) loc0 . append ( "srini_string" ) . append ( m_columns . get...
21,294
handle activity result . call this method from your activity 's onactivityresult callback . concode_field_sep IabHelper.OnConsumeFinishedListener mConsumeFinishedListener concode_elem_sep String TAG concode_elem_sep InterfaceIAP mAdapter concode_elem_sep IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener...
boolean function ( int arg0 , int arg1 , Intent arg2 ) { LogD ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; return mHelper . handleActivityResult ( arg0 , arg1 , arg2 ) ; }
21,295
turn on/off logging for this object concode_field_sep String name concode_elem_sep Object logObject concode_elem_sep boolean used concode_field_sep Object getObject concode_elem_sep String getName concode_elem_sep boolean isNull concode_elem_sep boolean isLogged
void function ( final boolean arg0 ) { this . used = arg0 ; }
21,296
creates a empty requestbody if required by the http method spec , otherwise use null concode_field_sep String CONTENT_ENCODING_GZIP concode_field_sep RequestBody createGzip concode_elem_sep InputStream getFileInputStream concode_elem_sep boolean isGzipEncoding concode_elem_sep RequestBody create concode_elem_sep Progre...
RequestBody function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) || arg0 . equals ( "srini_string" ) || arg0 . equals ( "srini_string" ) ) { return RequestBody . create ( null , ByteString . EMPTY ) ; } else { return null ; } }
21,297
retrieves a 19 character string representation of the specified long value where the left-most characters not used to represent the value are set to the & quote ; 0 & quote ; character . concode_field_sep char[] CA_ZEROS concode_field_sep String getList concode_elem_sep String getList concode_elem_sep String getList co...
String function ( long arg0 ) { return _leftZeroPad ( arg0 , 19 ) ; }
21,298
deserialize this object from a serialized string . concode_field_sep IModule module concode_field_sep IModule getModule concode_elem_sep String serialize concode_elem_sep String getName
void function ( String arg0 ) { this . module = ServerUtil . getModule ( arg0 ) ; }
21,299
the latitude to calculate astro data . concode_field_sep Date date concode_elem_sep double latitude concode_elem_sep double longitude concode_field_sep double getLongitude concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Date getDate
double function ( ) { return latitude ; }