code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return strFileName ; }
accessor of strfilename . concode_field_sep long longIdxFileSize concode_elem_sep long fixthByte concode_elem_sep int noNine concode_elem_sep String strFileName concode_elem_sep int noTwentyFour concode_elem_sep int byteFirst concode_elem_sep int noEight concode_elem_sep int fourthByte concode_elem_sep int thirdByte co...
void function ( IContext arg0 ) { Core . delete ( arg0 , getMendixObject ( ) ) ; }
delete the object using the specified context . concode_field_sep String metaName concode_elem_sep IMendixObject timeZoneMendixObject concode_elem_sep IContext context concode_elem_sep String entityName concode_field_sep String getGUID concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep void co...
boolean function ( AudioFormat . Encoding arg0 ) { AudioFormat . Encoding [ ] loc0 = getTargetEncodings ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; ++ loc1 ) { if ( arg0 . equals ( loc0 [ loc1 ] ) ) return true ; } return false ; }
return true if an encoding matching the argument is supported as a target encoding by this provider . concode_field_sep PlaceHolder placeHolder concode_field_sep AudioInputStream getAudioInputStream concode_elem_sep AudioInputStream getAudioInputStream concode_elem_sep AudioFormat.Encoding[] getSourceEncodings concode_...
void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; }
traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe...
void function ( final HttpResponse arg0 ) { this . httpResponse = arg0 ; }
sets the http response message of this transaction to the specified httpresponse . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpRequest getHttpRequest concode_elem_sep HttpResponse getHttpResponse concode_elem_sep boolean hasHttpResponse concode_elem_sep Str...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
Object function ( String arg0 ) { Field loc1 = getField ( arg0 ) ; try { return loc1 . get ( fInstance ) ; } catch ( IllegalArgumentException loc0 ) { fail ( ) ; } catch ( IllegalAccessException loc0 ) { fail ( ) ; } return null ; }
returns the value of the field with the given name . concode_field_sep Class fClass concode_elem_sep Object fInstance concode_field_sep int getInt concode_elem_sep void fail concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep Field getField concode_elem_sep Object invoke conco...
boolean function ( ) { return stepStretching ; }
returns the flag of that when there 's available horizontal space , value steps have to be stretched . concode_field_sep int dotRadius concode_elem_sep Font indexLabelFont concode_elem_sep int mainLineWidth concode_elem_sep Color gridLineColor concode_elem_sep Color backgroundColor concode_elem_sep int indexLabelBorder...
void function ( Digester arg0 ) { wrappedRules . setDigester ( arg0 ) ; Iterator loc0 = defaultRules . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Rule loc1 = ( Rule ) loc0 . next ( ) ; loc1 . setDigester ( arg0 ) ; } }
sets digeseter using these rules concode_field_sep Rules wrappedRules concode_elem_sep List allRules concode_elem_sep List defaultRules concode_field_sep void add concode_elem_sep Digester getDigester concode_elem_sep void addDefault concode_elem_sep void setNamespaceURI concode_elem_sep List match concode_elem_sep Lis...
String function ( ) { return this . taskName ; }
get name concode_field_sep int times concode_elem_sep String taskName concode_field_sep int getTimes concode_elem_sep void reduceTimes concode_elem_sep void setTimes concode_elem_sep void execute concode_elem_sep void setTaskName
int function ( ) { return MilesRun ; }
gets the miles run . concode_field_sep AbstractPile battle concode_elem_sep boolean canMove concode_elem_sep AbstractPile distance concode_elem_sep int MilesRun concode_elem_sep boolean hasDrawn concode_elem_sep String name concode_elem_sep AbstractPile satefy concode_elem_sep boolean hasStarted concode_elem_sep Abstra...
Date function ( ) { return sendTime ; }
generated time concode_field_sep Boolean read concode_elem_sep DateFormat format concode_elem_sep Date targetDate concode_elem_sep ObjectId id concode_elem_sep AnalysisResultSet logReport concode_elem_sep Set<String> targets concode_elem_sep Date sendTime concode_field_sep AnalysisResultSet getLogReport concode_elem_se...
Integer function ( ) { return count ; }
returns the total size of the result set . concode_field_sep Integer firstIndex concode_elem_sep Long last concode_elem_sep Long before concode_elem_sep Integer max concode_elem_sep Integer count concode_elem_sep Integer index concode_elem_sep Long after concode_elem_sep boolean complete concode_elem_sep Long first con...
String function ( ) { return type ; }
gets the value of the type property . concode_field_sep String measure concode_elem_sep Goal goalI concode_elem_sep Long personId concode_elem_sep String type concode_field_sep void setMeasure concode_elem_sep Long getPersonId concode_elem_sep String getMeasure concode_elem_sep void setType concode_elem_sep Goal getGoa...
CellLocation function ( ) { return new GsmCellLocation ( ) ; }
return a new celllocation object representing an unknown location . concode_field_sep PlaceHolder placeHolder concode_field_sep CellLocation newFromBundle concode_elem_sep void fillInNotifierBundle concode_elem_sep void requestLocationUpdate
float function ( int arg0 , int arg1 ) { return data [ 4 * arg0 + arg1 ] ; }
gets the i , j th element of this matrix , where i is the row index and j is the column index concode_field_sep float[] data concode_field_sep void set concode_elem_sep void set concode_elem_sep Mat4f mul concode_elem_sep void mul concode_elem_sep void setScale concode_elem_sep void getRotation concode_elem_sep void se...
void function ( double arg0 ) { this . amount = arg0 ; }
create transaction with given amount . concode_field_sep double amount concode_elem_sep String type concode_elem_sep Long parentId concode_field_sep String getType concode_elem_sep void setParentId concode_elem_sep void setType concode_elem_sep Long getParentId concode_elem_sep double getAmount
void function ( ) { QName loc0 = new QName ( "srini_string" , "srini_string" ) ; QNameStrategy loc1 = new QNameStrategy ( loc0 ) ; QName loc2 = loc1 . findQNameForSoapActionOrType ( null , GetCustomersByName . class ) ; Assert . assertEquals ( loc0 , loc2 ) ; }
the strategy should always produce the qname that it was given on the constructor concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( ) { return this . descend ; }
should further directories be descended . concode_field_sep Result FAIL concode_elem_sep boolean descend concode_elem_sep boolean success concode_elem_sep Result PASS concode_elem_sep Result STOP concode_field_sep Result negate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toStri...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( Provider . class , arg0 ) ; }
returns a type modelling a provider that provides elements of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayType arrayOf concode_elem_sep...
void function ( Node arg0 ) { counterpart = arg0 ; }
sets this node 's counterpart to the given node . concode_field_sep boolean isHighlighted concode_elem_sep int sourceEnd concode_elem_sep String name concode_elem_sep boolean isSource concode_elem_sep Node counterpart concode_elem_sep int sourceStart concode_elem_sep String DELIM concode_field_sep boolean isHighlighted...
void function ( ) { }
once the command line has been parsed , allows the subclasses to perform additional steps based on class-specific options . this method will be called before #getspace getspace . concode_field_sep String CORPUS_READER_PROPERTY concode_elem_sep String EXT concode_elem_sep ArgOptions argOptions concode_elem_sep Logger LO...
ApplicationContext function ( MergedContextConfiguration arg0 ) { return this . contextMap . remove ( arg0 ) ; }
remove the context with the given key . concode_field_sep int hitCount concode_elem_sep Map<MergedContextConfiguration,ApplicationContext> contextMap concode_elem_sep int missCount concode_field_sep void clearStatistics concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep int getMissCount concod...
int function ( int arg0 , int arg1 ) { return arg0 < 0 ? arg1 + arg0 : arg0 % arg1 ; }
simple modular math hack to deal with signed/unsigned integer issues and java . concode_field_sep BidirectionalDictionary DICTIONARY concode_elem_sep Splitter WORD_SPLITTER concode_elem_sep int N concode_field_sep void putInteger concode_elem_sep String toMnemonic concode_elem_sep byte[] toEntropy concode_elem_sep int ...
void function ( ) { eventLog . addEvent ( participantName , EventLogEvent . COMPENSATE ) ; log . info ( "srini_string" + EventLogEvent . COMPENSATE ) ; removeParticipant ( txID , this ) ; }
the transaction has cancelled . the participant previously informed the coordinator that it had finished work but could compensate later if required , and it is now requested to do so . concode_field_sep Logger log concode_elem_sep HashMap<String,Set<BACoordinationCompletionParticipant>> participants concode_elem_sep L...
long function ( ) { return this . termsMemoryInBytes ; }
estimation of the terms dictionary memory usage by a segment . concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY concode_elem_sep XCont...
void function ( ) { try { mWM . reenableKeyguard ( mToken ) ; } catch ( RemoteException loc0 ) { } }
reenable the keyguard . the keyguard will reappear if the previous call to #disablekeyguard caused it to be hidden.a good place to call this is from android.app.activity #onpause note : this call has no effect while any android.app.admin.devicepolicymanager is enabled that requires a password . this method requires the...
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CONTENT_BUFFER_SIZE , 4096 ) ; }
obtains the value of nioreactorpnames #content_buffer_size parameter.if not set , defaults to 4096 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setContentBufferSize concode_elem_sep void setSelectInterval concode_elem_sep void setGracePeriod concode_elem_sep void setInterestOpsQueueing concode_ele...
void function ( ) { securityService . popAdvisor ( ) ; }
remove security advisor concode_field_sep ServerConfigurationService serverConfigurationService concode_elem_sep SecurityService securityService concode_elem_sep int GRACETIME_DEFAULT concode_elem_sep SecurityAdvisor securityAdvisor concode_elem_sep SiteService siteService concode_field_sep void init concode_elem_sep D...
void function ( ) { map = new int [ defaultCapacity / 32 ] ; capacity = defaultCapacity ; limitPos = 0 ; }
resets to blank with original capacity concode_field_sep int limitPos concode_elem_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep int setByte concode_elem_sep int compare concode_elem_sep int set concode_elem_sep int set concode_elem_sep byte set concode_elem_sep void...
void function ( ) { if ( camera != null && previewing ) { if ( ! useOneShotPreviewCallback ) { camera . setPreviewCallback ( null ) ; } camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; autoFocusCallback . setHandler ( null , 0 ) ; previewing = false ; } }
tells the camera to stop drawing preview frames . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_e...
int function ( ) { return _count ; }
get the number of trees concode_field_sep HashMap<AbstractedKeyType,Vector<ListValue>> _map concode_elem_sep int _count concode_elem_sep DA_State _state concode_elem_sep SafraTree _key concode_field_sep void add concode_elem_sep DA_State find concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se...
void function ( String arg0 ) { this . version = arg0 ; }
sets the value of the version property . concode_field_sep byte[] value concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep byte[] getValue concode_elem_sep void setValue
Iterable < Integer > function ( int arg0 ) { if ( ! hasPathTo ( arg0 ) ) return null ; Stack < Integer > loc0 = new Stack < Integer > ( ) ; int loc1 ; for ( loc1 = arg0 ; distTo [ loc1 ] != 0 ; loc1 = edgeTo [ loc1 ] ) loc0 . push ( loc1 ) ; loc0 . push ( loc1 ) ; return loc0 ; }
returns a shortest path from s or sources to v , or null if no such path . concode_field_sep boolean[] marked concode_elem_sep int[] edgeTo concode_elem_sep int[] distTo concode_elem_sep int INFINITY concode_field_sep int distTo concode_elem_sep boolean hasPathTo concode_elem_sep void main concode_elem_sep void bfs con...
LuminanceSource function ( ) { throw new RuntimeException ( "srini_string" ) ; }
returns a new object with rotated image data . only callable if isrotatesupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep boolean isCropSupported concode_elem_sep int getHeight concode_elem_sep byte[] getMatrix concode_elem_sep int getWidth concode_elem_sep boolean isRotateSu...
void function ( ApplicationManagementService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } OAuth2ServiceComponentHolder . setApplicationMgtService ( arg0 ) ; }
set application management service implementation concode_field_sep Log log concode_elem_sep BundleContext bundleContext concode_field_sep void unsetApplicationMgtService concode_elem_sep boolean checkPKCESupport concode_elem_sep void activate concode_elem_sep void unsetRegistryService concode_elem_sep void unsetIdenti...
void function ( long arg0 ) { _portalPreferences . setOwnerId ( arg0 ) ; }
sets the owner id of this portal preferences . concode_field_sep PortalPreferences _portalPreferences concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean...
void function ( Translation arg0 ) { String loc0 = arg0 . getLangCode ( ) ; if ( ! hasLang ( loc0 ) ) { addLanguageToCollection ( loc0 ) ; } ConcurrentMap < String , Translation > loc1 = getCollection ( loc0 ) ; loc1 . putIfAbsent ( arg0 . getTextCode ( ) , arg0 ) ; }
adds a translation to the corresponding language collection . creates the collection if does n't exist already concode_field_sep List<String> textCodes concode_elem_sep int INITIAL_NUMBER_OF_TRANSLATIONS_PER_LANG concode_elem_sep float LOAD_FACTOR concode_elem_sep String defaultLang concode_elem_sep int WRITE_CONCURREN...
void function ( RssMode arg0 ) { this . mode = arg0 ; }
sets the value of the mode property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep BigIn...
void function ( java . lang . String arg0 ) { _svnRevision . setSvnUserId ( arg0 ) ; }
sets the svn user id of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedMod...
Buffer function ( int arg0 ) { positionImpl ( arg0 ) ; return this ; }
sets the position of this buffer . if the mark is set and it is greater than the new position , then it is cleared . concode_field_sep int UNSET_MARK concode_elem_sep int _elementSizeShift concode_elem_sep int limit concode_elem_sep long effectiveDirectAddress concode_elem_sep int position concode_elem_sep int mark con...
void function ( java . lang . Double arg0 ) { this . rate = arg0 ; }
sets the rate value for this taxgrouptaxitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double rate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Double basis concode_elem_sep com.netsuite.webservices.p...
void function ( java . lang . String arg0 ) { this . policyName = arg0 ; }
sets the policyname value for this policyviolationkey . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String policyName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String violatingText concode_elem_sep boolean __hashCodeCalc concode_field_sep vo...
int function ( WordLemmaTag arg0 ) { int loc0 = word ( ) . compareTo ( arg0 . word ( ) ) ; if ( loc0 != 0 ) return loc0 ; int loc1 = lemma ( ) . compareTo ( arg0 . lemma ( ) ) ; if ( loc1 != 0 ) return loc1 ; else return tag ( ) . compareTo ( arg0 . tag ( ) ) ; }
orders first by word , then by lemma , then by tag . concode_field_sep String DIVIDER concode_elem_sep long serialVersionUID concode_elem_sep String lemma concode_elem_sep String tag concode_elem_sep String word concode_field_sep String lemma concode_elem_sep void main concode_elem_sep void setLemma concode_elem_sep La...
byte [ ] function ( String arg0 ) { return arg0 . getBytes ( UTF8_CHARSET ) ; }
creates a byte array from a string . concode_field_sep String LINE_SEPARATOR concode_elem_sep Charset UTF8_CHARSET concode_elem_sep Locale LOCALE_INTERNAL concode_field_sep String lowerCaseInternal concode_elem_sep int lastIndexOf concode_elem_sep int lastIndexOf concode_elem_sep boolean isNullOrEmpty concode_elem_sep ...
SolrParams function ( NamedList arg0 ) { return new MultiMapSolrParams ( toMultiMap ( arg0 ) ) ; }
create solrparams from namedlist . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean getFieldBool concode_elem_sep boolean getFieldBool concode_elem_sep Float getFieldFloat concode_elem_sep float getFieldFloat concode_elem_sep Double getDouble concode_elem_sep double getDouble concode_elem_sep Float g...
List < V > function ( DirectedGraph < V , E > arg0 , V arg1 ) { List < V > loc0 = new ArrayList < V > ( ) ; Set < ? extends E > loc1 = arg0 . incomingEdgesOf ( arg1 ) ; for ( E loc2 : loc1 ) { loc0 . add ( getOppositeVertex ( arg0 , loc2 , arg1 ) ) ; } return loc0 ; }
returns a list of vertices that are the direct predecessors of a specified vertex . if the graph is a multigraph , vertices may appear more than once in the returned list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean addAllEdges concode_elem_sep List<V> successorListOf concode_elem_sep void addG...
void function ( IppResult arg0 ) { System . out . println ( arg0 . getHttpStatusResponse ( ) ) ; System . out . println ( arg0 . getIppStatusResponse ( ) ) ; List < AttributeGroup > loc0 = arg0 . getAttributeGroupList ( ) ; printAttributeGroupList ( loc0 ) ; }
print ipp response to standard output stream concode_field_sep PlaceHolder placeHolder concode_field_sep void printAttributeGroup concode_elem_sep void printAttributeList concode_elem_sep void printAttributeValueList concode_elem_sep void printAttribute concode_elem_sep void printAttributeGroupList
int function ( ) { return id ; }
gets the id . concode_field_sep List<? extends Pe> peList concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep int FREE concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm> vmList concode_elem_sep int BUSY concode_elem_sep int id concode_elem_s...
int function ( int arg0 ) { return checkExtRoll ( arg0 , 0 ) ; }
set the new curent initiative and return it concode_field_sep Dice die concode_elem_sep int incrementalBonus concode_elem_sep int currentInitiative concode_elem_sep int mod concode_elem_sep int roll concode_elem_sep SystemAttribute attribute concode_field_sep void setAttribute concode_elem_sep SystemAttribute getAttrib...
void function ( ) { initialState = false ; }
clears the initial state flag , causing the behavior to revert from partial to full state saving . concode_field_sep boolean transientFlag concode_elem_sep List<BehaviorListener> listeners concode_elem_sep boolean initialState concode_field_sep void broadcast concode_elem_sep void restoreState concode_elem_sep Object s...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getTrailList ( ) != null ) loc0 . append ( "srini_string" + getTrailList ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Trail> trailList concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeTrailsResult clone concode_elem_sep void setTrailList concode_elem_sep jav...
void function ( File arg0 ) { if ( arg0 . isFile ( ) ) { arg0 . delete ( ) ; return ; } if ( ! arg0 . isDirectory ( ) ) { return ; } File [ ] loc0 = arg0 . listFiles ( ) ; if ( ! isNullOrEmpty ( loc0 ) ) { for ( File loc1 : loc0 ) { delete ( loc1 ) ; } } arg0 . delete ( ) ; }
deletes the given file or directory . concode_field_sep PlaceHolder placeHolder concode_field_sep File newTemporaryFile concode_elem_sep File newFile concode_elem_sep File temporaryFolder concode_elem_sep File newFolder concode_elem_sep String contentOf concode_elem_sep String contentOf concode_elem_sep RuntimeIOExcept...
void function ( int arg0 ) { if ( size == array . length ) { int [ ] loc0 = array ; array = new int [ ( size * 3 ) / 2 + 1 ] ; System . arraycopy ( loc0 , 0 , array , 0 , size ) ; } array [ size ] = arg0 ; size ++ ; }
append an integer to the end of the array . concode_field_sep int size concode_elem_sep int[] array concode_field_sep int getSize concode_elem_sep void set concode_elem_sep int[] trim concode_elem_sep int get
boolean function ( String arg0 , PublicKey arg1 ) { Map < String , String > loc0 = parseJSON ( arg0 ) ; return verifySignature ( loc0 , arg1 ) ; }
validates the signature on a simple notification service message . no amazon-specific dependencies , just plain java crypto and jackson for parsing concode_field_sep String MESSAGE_ID concode_elem_sep String SIGNATURE_VERSION concode_elem_sep String SIGNATURE concode_elem_sep String TYPE concode_elem_sep String SUBSCRI...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { java . util . ArrayList loc0 = new java . util . ArrayList ( ) ; java . util . ArrayList loc1 = new java . util . ArrayList ( ) ; return new org . apache . axis2 . databinding . utils . reader . ADBXMLStreamReaderImpl ( arg0 , lo...
databinding method to get an xml representation of this object concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames concode_elem_sep void writeQNameAt...
String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; }
generates a reset key . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generatePassword
void function ( ) { for ( int loc0 = 0 ; loc0 < parts . size ( ) ; loc0 ++ ) { IFormPart loc1 = parts . get ( loc0 ) ; loc1 . dispose ( ) ; } if ( ownsToolkit ) { toolkit . dispose ( ) ; } }
disposes all the parts in this form . concode_field_sep Object container concode_elem_sep Vector<IFormPart> parts concode_elem_sep Object input concode_elem_sep boolean ownsToolkit concode_elem_sep ScrolledForm form concode_elem_sep FormToolkit toolkit concode_elem_sep boolean initialized concode_field_sep void fireSel...
List < String > function ( ) { if ( ovfCategory == null ) { ovfCategory = new ArrayList < String > ( ) ; } return this . ovfCategory ; }
gets the value of the ovfcategory property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the ovfcategory property . for example , to add a new item...
void function ( Node arg0 ) { if ( arg0 . previous != null ) { arg0 . previous . next = arg0 . next ; } else { head = arg0 . next ; } if ( arg0 . next != null ) { arg0 . next . previous = arg0 . previous ; } else { end = arg0 . previous ; } }
remove node from linked list . concode_field_sep Node next concode_elem_sep Map<String,Node> cache concode_elem_sep Node head concode_elem_sep Node previous concode_elem_sep UserAccount userAccount concode_elem_sep Node end concode_elem_sep String userId concode_elem_sep int capacity concode_field_sep boolean contains ...
List < ExtensionConfig > function ( ) { return extensions ; }
get the list of extensions that should be used for the websocket . concode_field_sep String SEC_WEBSOCKET_PROTOCOL concode_elem_sep String statusReason concode_elem_sep boolean success concode_elem_sep Map<String,List<String>> headers concode_elem_sep List<ExtensionConfig> extensions concode_elem_sep int statusCode con...
void function ( String arg0 ) { this . sdesc = arg0 ; }
sets the sdesc of this bookmarkentity to the specified value . concode_field_sep UserEntity userEntity concode_elem_sep BookmarkEntityPK bookmarkEntityPK concode_elem_sep String sdesc concode_elem_sep String uri concode_elem_sep Date updated concode_elem_sep String ldesc concode_field_sep BookmarkEntityPK getBookmarkEn...
void function ( MapFile . Reader [ ] arg0 ) { if ( arg0 != null ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { MapFile . Reader loc1 = arg0 [ loc0 ] ; if ( loc1 != null ) { loc1 . close ( ) ; } } } }
closes a group of mapfile readers . concode_field_sep PlaceHolder placeHolder concode_field_sep void replace
void function ( Configuration arg0 ) { }
called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
ArrayList function ( ) { return ( Collections . list ( storeTable . elements ( ) ) ) ; }
gets a list representation of the store . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem...
Boolean function ( String arg0 ) { return null ; }
hook for blocking navigation by the cordova webview . this applies both to top-level and iframe navigations . this will be called when the webview 's needs to know whether to navigate to a new page . return false to block the navigation : if any plugin returns false , cordova will block the navigation . if all plugins ...
Repository function ( String arg0 ) { if ( hasUser ( arg0 ) ) return this ; UserBindingInfo loc0 = new UserBindingInfo ( arg0 ) ; users . put ( arg0 , loc0 ) ; changed = true ; return this ; }
adds a new user at the database . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getNa...
LinkedHashSet < Fetch > function ( ) { return fetches ; }
retrieve the fetches associated with this profile 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 String getName concode_elem_sep String g...
byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digestBytes ( loc0 ) ; }
retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encodeStri...
Compiler function ( ) { if ( configuration . compilerConfiguration ( ) . getCompilerClassName ( ) == null ) { autoConfigure ( ) ; } return CompilerService . load ( configuration . compilerConfiguration ( ) ) ; }
obtains the cypher compiler to be used by the ogm concode_field_sep Configuration configuration concode_elem_sep Logger logger concode_elem_sep Driver driver concode_field_sep void setDriver concode_elem_sep double neo4jVersion concode_elem_sep Configuration getConfiguration concode_elem_sep void loadDriver concode_ele...
void function ( String arg0 ) { m_linkGallery = arg0 ; }
sets the linkgallery . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPattern c...
Date function ( ) { return dateLastExecuted ; }
return the date the change set was last executed . returns null if it has not ran before concode_field_sep CheckSum currentCheckSum concode_elem_sep RanChangeSet ranChangeSet concode_elem_sep String comments concode_elem_sep Set<ChangeSetFilterResult> filterResults concode_elem_sep Date dateLastExecuted concode_elem_se...
void function ( long arg0 ) { this . advertiserId = arg0 ; }
sets the advertiserid value for this creativecopyrequest . concode_field_sep long campaignId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long copyMode concode_elem_sep long creativeId concode_elem_sep long advertiserId concode_elem_sep org.apache.axis.descript...
int function ( ) { return classLM . getMaxDepth ( ) ; }
returns the maximum depth of the language model concode_field_sep ClassMap classMap concode_elem_sep String PROP_CLASS_LANGUAGE_MODEL concode_elem_sep Set<String> vocabulary concode_elem_sep LanguageModel classLM concode_elem_sep boolean allocated concode_elem_sep String PROP_CLASS_MAP concode_field_sep void newPropert...
void function ( InputStream arg0 , OutputStream arg1 ) { copy ( arg0 , arg1 , DEFAULT_BUFFER_SIZE ) ; }
copies information from the input stream to the output stream using a default buffer size of 2048 bytes . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep void copyThenClose concode_elem_sep byte[] getBytes
HashMap < String , Object > function ( ) { return m_ctx ; }
get environment concode_field_sep String m_variable concode_elem_sep Object m_description concode_elem_sep Object m_result concode_elem_sep String VARIABLE concode_elem_sep String DESCRIPTION_VARIABLE concode_elem_sep String m_script concode_elem_sep HashMap<String,Object> m_ctx concode_elem_sep int m_windowNo concode_...
void function ( int arg0 ) { this . maxFrame = arg0 ; }
set maximum allowed frame number . concode_field_sep int start concode_elem_sep int maxFrame concode_elem_sep int end concode_elem_sep String command concode_field_sep int getMaxFrame concode_elem_sep int getStart concode_elem_sep void setStart concode_elem_sep String getCommand concode_elem_sep void setEnd concode_ele...
SocketBinding function ( String arg0 ) { this . portExpression = arg0 ; return this ; }
set the port expression concode_field_sep String multicastAddress concode_elem_sep String name concode_elem_sep String portExpression concode_elem_sep String multicastPortExpression concode_field_sep SocketBinding multicastAddress concode_elem_sep String multicastAddress concode_elem_sep String name concode_elem_sep St...
FileInfo function ( String arg0 ) { return files . get ( arg0 ) ; }
finds reference to a snapshotted file by its snapshot name concode_field_sep ImmutableList<SnapshotFiles> shardSnapshots concode_elem_sep XContentBuilderString SNAPSHOTS concode_elem_sep ParseField FILES concode_elem_sep XContentBuilderString FILES concode_elem_sep ImmutableMap<String,FileInfo> files concode_elem_sep P...
void function ( ) { this . xCoordinate = ( int ) ( 100 * Math . random ( ) ) ; this . yCoordinate = ( int ) ( 100 * Math . random ( ) ) ; }
generates random coordinates and log the villager to the console . concode_field_sep Profession profession concode_elem_sep int wealth concode_elem_sep int xCoordinate concode_elem_sep Gender gender concode_elem_sep int yCoordinate concode_elem_sep List<Pet> pets concode_elem_sep String name concode_elem_sep int MAX_WE...
boolean function ( ) { return _status . isAwake ( ) ; }
returns true if this status is awake . concode_field_sep Status _status concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setStatusId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean g...
void function ( RecordRef arg0 ) { this . parent = arg0 ; }
sets the value of the parent property . concode_field_sep RecordRef parent concode_elem_sep RecordRef fiscalCalendar concode_field_sep RecordRef getParent concode_elem_sep void setFiscalCalendar concode_elem_sep RecordRef getFiscalCalendar
PrintStream function ( ) { return new PrintStream ( new BufferedOutputStream ( new FileOutputStream ( FileDescriptor . out ) ) , true ) ; }
helper method which creates the standard output stream . vm implementors may choose to construct these streams differently . this method can also return null if the stream is created somewhere else in the vm startup sequence . concode_field_sep PlaceHolder placeHolder concode_field_sep void setErr concode_elem_sep Inpu...
List < WorkflowJobBean > function ( ) { return workflows ; }
return the workflows being returned . concode_field_sep int total concode_elem_sep int len concode_elem_sep int start concode_elem_sep List<WorkflowJobBean> workflows concode_field_sep int getStart concode_elem_sep int getLen concode_elem_sep int getTotal
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setValue concode_elem_sep void setKey
void function ( final String arg0 ) { this . refName = arg0 ; }
sets the value of the refname property . concode_field_sep PatternType pattern concode_elem_sep String resourceLink concode_elem_sep String refName concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep void setResourceLink concode_elem_sep String getRefName concode_elem_sep void setPattern concod...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( Serializable arg0 ) { dao . delete ( getPersistentClass ( ) , arg0 ) ; }
delete the entity of type t with the given id . concode_field_sep BaseDAO<T> dao concode_elem_sep MessageBundleWrapper messageBundle concode_elem_sep Logger logger concode_elem_sep String persistentClassSimpleName concode_elem_sep Class<T> persistentClass concode_field_sep Integer countAll concode_elem_sep void flush c...
int function ( int arg0 ) { if ( proto . getFlagCount ( ) > 0 ) { return proto . getFlag ( arg0 ) ; } else { return combineHeader ( ECN . DISABLED , proto . getReply ( arg0 ) ) ; } }
get the header flag of ith reply concode_field_sep ECN[] VALUES concode_elem_sep long UNKOWN_SEQNO concode_elem_sep PipelineAckProto proto concode_elem_sep int OOB_END concode_elem_sep int OOB_START concode_elem_sep LongBitFormat BITS concode_elem_sep int value concode_field_sep ECN valueOf concode_elem_sep boolean isR...
double [ ] function ( ) { double [ ] loc0 = new double [ this . len ] ; this . copyTo ( loc0 ) ; return loc0 ; }
copies the elements of this vector to a double array concode_field_sep double[] buf concode_elem_sep int len concode_elem_sep long serialVersionUID concode_field_sep SimpleVector normalizedL2 concode_elem_sep SimpleVector negated concode_elem_sep void divideBy concode_elem_sep void multiplyElementWiseBy concode_elem_se...
XMLGregorianCalendar function ( ) { return nextUpdate ; }
gets the value of the nextupdate property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep String reason concode_elem_sep XmlSigningCertificateType signingCertificate concode_elem_sep String sourceAddress concode_elem_sep XmlCertificateChainType certificateChain concode_elem_sep XmlBasicSignatureType ...
Long function ( ) { return max ; }
the maximum allowed value for the quota . concode_field_sep String accountQuotaName concode_elem_sep Long max concode_elem_sep Long used concode_field_sep void setMax concode_elem_sep Long getUsed concode_elem_sep int hashCode concode_elem_sep String getAccountQuotaName concode_elem_sep boolean equals concode_elem_sep ...
com . liferay . social . networking . model . MeetupsRegistration function ( long arg0 ) { return getService ( ) . deleteMeetupsRegistration ( arg0 ) ; }
deletes the meetups registration with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<MeetupsRegistrationLocalService,MeetupsRegistrationLocalService> _serviceTracker concode_field_sep com.liferay.social.networking.model.MeetupsRegistration addMeetups...
void function ( Context arg0 , long [ ] arg1 , int arg2 ) { Vibrator loc0 = ( Vibrator ) arg0 . getSystemService ( Context . VIBRATOR_SERVICE ) ; loc0 . vibrate ( arg1 , arg2 ) ; }
vibrate with a given pattern . pass in an array of ints that are the durations for which to turn on or off the vibrator in milliseconds . the first value indicates the number of milliseconds to wait before turning the vibrator on . the next value indicates the number of milliseconds for which to keep the vibrator on be...
boolean function ( Vector2D arg0 , Vector2D arg1 ) { arg0 = arg0 . normalize ( ) ; arg1 = arg1 . normalize ( ) ; return abs ( arg0 . x * arg1 . x + arg0 . y * arg1 . y ) < Shape2D . ACCURACY ; }
tests if the two vectors are orthogonal concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2D minus concode_elem_sep Vector2D rotate concode_elem_sep double dot concode_elem_sep double dot concode_elem_sep double cross concode_elem_sep double cross concode_elem_sep Vector2D opposite concode_el...
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 0 ; Order loc1 = null ; loc1 . setUsedCapacity ( loc0 ) ; fail ( "srini_string" ) ; }
test of setusedcapacity method , of class order . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testSetCapacity concode_elem_sep void testSetActualCapacity concode_elem_sep void testGetActualCapacity concode_elem_sep void setUp concode_elem_sep void tearDownClass conc...
Tile function ( int arg0 , int arg1 ) { return tiles [ arg0 ] [ arg1 ] ; }
get the tile at the x , y location in the grid concode_field_sep Area area concode_elem_sep double xLength concode_elem_sep ArrayList<Tile> idToTiles concode_elem_sep int numberOfTiles concode_elem_sep Tile[][] tiles concode_elem_sep boolean edgeTile concode_elem_sep int yNum concode_elem_sep int x concode_elem_sep int...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
Object function ( ResultSet arg0 , int arg1 ) { return JdbcUtils . getResultSetValue ( arg0 , arg1 ) ; }
retrieve a jdbc object value for the specified column , using the most appropriate value type . called if no required type has been specified . the default implementation delegates to jdbcutils.getresultsetvalue , which uses the resultset.getobject index method . additionally , it includes a `` hack '' to get around or...
void function ( Grid1D arg0 , FileInfo arg1 , OutputStream arg2 ) { ImageWriter loc0 = new ImageWriter ( arg1 ) ; arg1 . pixels = arg0 . getBuffer ( ) ; loc0 . write ( arg2 ) ; }
method to write a grid1d to raw disk space . concode_field_sep PlaceHolder placeHolder concode_field_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEnd...