idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,500
palauttaa pelilaudan monikulmion . concode_field_sep Color vari1 concode_elem_sep Color vari2 concode_elem_sep Monikulmio[][] pelilauta concode_field_sep void alustaLauta concode_elem_sep ArrayList<Integer> asetaKulmio concode_elem_sep ArrayList<Integer> tutkiNaapurit concode_elem_sep void luoViisikulmio concode_elem_s...
Monikulmio function ( int arg0 , int arg1 ) { return this . pelilauta [ arg0 ] [ arg1 ] ; }
21,501
gets the source types . concode_field_sep int BRANCH_RETURN concode_elem_sep int BRANCH_GOTO concode_elem_sep int BRANCH_IF concode_elem_sep TypeList sources concode_elem_sep int BRANCH_THROW concode_elem_sep int BRANCH_NONE concode_elem_sep int opcode concode_elem_sep TypeList exceptions concode_elem_sep int BRANCH_SW...
TypeList function ( ) { return sources ; }
21,502
gets the media type . concode_field_sep LoadingCache<String,String> CONTENT_CACHE concode_elem_sep String baseDir concode_field_sep String load concode_elem_sep Response getStaticResource concode_elem_sep String loadFile
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 . endsWith ( "srini_string" ) ) { return MediaType . TEXT_HTML ; } else if ( arg0 . endsWith ( "srini_string" ) ) { return "srini_string" ; } else if ( arg0 . endsWith ( "srini_string" ) ) { return "srini_string" ; } return null ; }
21,503
mobile app type eg : webapp/ios/android concode_field_sep String isSite concode_elem_sep String platform concode_elem_sep List<CustomPropertyDTO> customProperties concode_elem_sep String context concode_elem_sep String lifecycleState concode_elem_sep String bundleversion concode_elem_sep BigDecimal rating concode_elem_...
String function ( ) { return appType ; }
21,504
decodes one or more stomp frames from the given buffer and returnsa list of message s . if the given bytebuffer contains only partial stomp frame content and no complete stomp frames , an empty list is returned , and the buffer is reset to to where it was . if the buffer contains one ore more stomp frames , those are r...
List < Message < byte [ ] >> function ( ByteBuffer arg0 , MultiValueMap < String , String > arg1 ) { List < Message < byte [ ] >> loc0 = new ArrayList < > ( ) ; while ( arg0 . hasRemaining ( ) ) { Message < byte [ ] > loc1 = decodeMessage ( arg0 , arg1 ) ; if ( loc1 != null ) { loc0 . add ( loc1 ) ; } else { break ; } ...
21,505
this method returns the entitlement data finder concode_field_sep PolicyPublisher policyPublisher concode_elem_sep PolicyDataStore policyDataStore concode_elem_sep Log log concode_elem_sep EntitlementDataFinder entitlementDataFinder concode_elem_sep PolicyStoreManager policyStoreManager concode_elem_sep ConcurrentHashM...
EntitlementDataFinder function ( ) { return entitlementDataFinder ; }
21,506
sets entity content as a string . this method is mutually exclusive with #setbinary byte , #setstream java.io.inputstream , #setserializable java.io.serializable , #setparameters java.util.list , #setparameters ch.boye.httpclientandroidlib.namevaluepair #setfile java.io.file methods . concode_field_sep File file concod...
EntityBuilder function ( final String arg0 ) { clearContent ( ) ; this . text = arg0 ; return this ; }
21,507
turns an array of bytes into a ascii string . any non-printable characters are replaced by a period . concode_field_sep char[] HEX concode_field_sep String getOpcodeToString concode_elem_sep byte[] getByteArrayFromHexString concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String toStri...
String function ( final byte [ ] arg0 ) { char [ ] loc0 = new char [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( arg0 [ loc1 ] < 32 && arg0 [ loc1 ] >= 0 ) { loc0 [ loc1 ] = '.' ; } else { int loc2 = ( ( short ) arg0 [ loc1 ] ) & 0xFF ; loc0 [ loc1 ] = ( char ) loc2 ; } } return Strin...
21,508
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . note also that unlike most collections ' i...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; }
21,509
this method resets the incoming events time events included . concode_field_sep boolean next concode_elem_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean back concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean push concode_fi...
void function ( ) { sCInterface . clearEvents ( ) ; }
21,510
create and initialize a permissionstatus from datainput . concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep FsPermission getPermissi...
PermissionStatus function ( DataInput arg0 ) { PermissionStatus loc0 = new PermissionStatus ( ) ; loc0 . readFields ( arg0 ) ; return loc0 ; }
21,511
sets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep List<HostInternetScsiHbaSendTarget> targets concode_elem_sep String iScsiHbaDevice concode_field_sep List<HostInternetScsiHbaSendTarget> getTargets concode_elem_sep ManagedObjectReference getThis concode_elem_sep Strin...
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
21,512
gets the value of the sysclr property . concode_field_sep CTSRgbColor srgbClr concode_elem_sep CTHslColor hslClr concode_elem_sep CTSchemeColor schemeClr concode_elem_sep CTSystemColor sysClr concode_elem_sep Long dist concode_elem_sep CTPresetColor prstClr concode_elem_sep Integer dir concode_elem_sep CTScRgbColor scr...
CTSystemColor function ( ) { return sysClr ; }
21,513
the string is divided according to the divider character usually , '' / '' . we assume that we can always just divide on the rightmost divider character , rather than trying to parse up escape sequences . if the divider character is n't found in the word , then the whole string becomes the word , and lemma and tag are ...
void function ( String arg0 ) { setFromString ( arg0 , DIVIDER ) ; }
21,514
unsubscribes from current rx.subscription . concode_field_sep ThreadExecutor threadExecutor concode_elem_sep Subscription subscription concode_elem_sep PostExecutionThread postExecutionThread concode_field_sep Observable buildUseCaseObservable concode_elem_sep void execute
void function ( ) { if ( ! subscription . isUnsubscribed ( ) ) { subscription . unsubscribe ( ) ; } }
21,515
gets the decrypt key used by the security handler when decrypting data . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep boolean foundProvider concode_elem_sep SecurityHandler securityHandler concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAu...
byte [ ] function ( ) { return securityHandler . getDecryptionKey ( ) ; }
21,516
return the list of deprecated doc objects of a given type . concode_field_sep int CLASS concode_elem_sep int FIELD concode_elem_sep int ANNOTATION_TYPE concode_elem_sep int ERROR concode_elem_sep int ENUM concode_elem_sep int METHOD concode_elem_sep int ANNOTATION_TYPE_MEMBER concode_elem_sep int CONSTRUCTOR concode_el...
List < Doc > function ( int arg0 ) { return deprecatedLists . get ( arg0 ) ; }
21,517
indicates whether all the events in this log stream were searched or more data exists to search by paginating further . concode_field_sep String logStreamName concode_elem_sep Boolean searchedCompletely concode_field_sep String getLogStreamName concode_elem_sep SearchedLogStream withLogStreamName concode_elem_sep void ...
Boolean function ( ) { return this . searchedCompletely ; }
21,518
returns the modified time of this d l sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep java.lang.String getEvent concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridge...
long function ( ) { return _dlSyncEvent . getModifiedTime ( ) ; }
21,519
deletes the j i r a change item with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
com . liferay . socialcoding . model . JIRAChangeItem function ( long arg0 ) { return getService ( ) . deleteJIRAChangeItem ( arg0 ) ; }
21,520
moves the pointing right and left . concode_field_sep SensorOrientationController sensorOrientationController concode_elem_sep boolean usingAutoMode concode_elem_sep ZoomController zoomController concode_elem_sep TeleportingController teleportingController concode_elem_sep ManualOrientationController manualDirectionCon...
void function ( float arg0 ) { manualDirectionController . changeRightLeft ( arg0 ) ; }
21,521
this method executes the xpath on the current element . concode_field_sep Element element concode_field_sep String getPretty concode_elem_sep String getName concode_elem_sep String compact concode_elem_sep Object getWithCreate concode_elem_sep void save concode_elem_sep XmlNode remove concode_elem_sep XmlNode setAttrib...
XmlNode function ( String arg0 ) { return xpathSingle ( arg0 , null ) ; }
21,522
sets the hub base url . concode_field_sep HubSettings settings concode_field_sep String getHubBaseUrl
void function ( String arg0 ) { this . settings . setHubBaseUrl ( arg0 ) ; }
21,523
prints several messages to the android console . concode_field_sep IDdmConsole mConsole concode_field_sep void setConsole concode_elem_sep void printToConsole concode_elem_sep void printToConsole
void function ( String [ ] arg0 ) { if ( mConsole != null ) { mConsole . printErrorToConsole ( arg0 ) ; } else { for ( String loc0 : arg0 ) { System . err . println ( loc0 ) ; } } }
21,524
determines if this actionprovider has a submenu associated with it . associated submenus will be shown when an action view is not . this provider instance will receive a call to #onpreparesubmenu submenu after the call to #onperformdefaultaction and before a submenu isdisplayed to the user . concode_field_sep SubUiVisi...
boolean function ( ) { return false ; }
21,525
check that options have the correct arguments . this method is not required , but is recommended , as every option will be considered valid if this method is not present . it will default gracefully to true if absent . printing option related error messages using the provided docerrorreporter is the responsibility of t...
boolean function ( String arg0 [ ] [ ] , DocErrorReporter arg1 ) { return true ; }
21,526
create a server that registers the declaredservlet class . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Server function ( String arg0 , Class < ? extends Servlet > arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return create ( URI . create ( arg0 ) , arg1 ) ; }
21,527
gets the value of the extendeddatatype property . concode_field_sep List<VirtualComponent> virtualComponent concode_elem_sep BigDecimal creditLimitMin concode_elem_sep BigDecimal creditLimitMax concode_elem_sep String virtualComponentDefaultValue concode_elem_sep String extendedDataType concode_elem_sep String virtualA...
String function ( ) { return extendedDataType ; }
21,528
returns whether this entry has windows attributes . concode_field_sep long lastModifiedDate concode_elem_sep boolean isAntiItem concode_elem_sep long creationDate concode_elem_sep int windowsAttributes concode_elem_sep boolean hasWindowsAttributes concode_elem_sep boolean hasCreationDate concode_elem_sep long compresse...
boolean function ( ) { return hasWindowsAttributes ; }
21,529
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
21,530
this method was generated by mybatis generator . this method sets the value of the database column actobf.curcde concode_field_sep String apcode concode_elem_sep String recsts concode_elem_sep Long bokbal concode_elem_sep String oveexp concode_elem_sep String frzsts concode_elem_sep Long cifbal concode_elem_sep Long ov...
void function ( String arg0 ) { this . curcde = arg0 ; }
21,531
return the number of words in the dictionary concode_field_sep LinkedList<String> dict concode_field_sep boolean addWord concode_elem_sep boolean isWord
int function ( ) { return dict . size ( ) ; }
21,532
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String real_name concode_elem_sep java.math.BigInteger id concode_elem_sep java...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
21,533
returns the color manager which is used to manage any java-specific colors needed for such things like syntax highlighting . clients which are only interested in the color manager of the javascript ui plug-in should use org.eclipse.wst.jsdt.ui.javascriptui #getcolormanager . concode_field_sep String[] LEGAL_CONTENT_TYP...
IColorManager function ( ) { return fColorManager ; }
21,534
retrieves the uri from the request from either the include attribute or the request.getrequesturi method . concode_field_sep Pattern CHARSET_IN_CONTENT_TYPE_REGEXP concode_elem_sep String DEFAULT_ENCODING concode_elem_sep String CHARSET_ATTRIBUTE concode_field_sep GroovyObject getControllerFromRequest concode_elem_sep ...
String function ( HttpServletRequest arg0 ) { Object loc0 = arg0 . getAttribute ( "srini_string" ) ; return loc0 == null ? arg0 . getRequestURI ( ) : ( String ) loc0 ; }
21,535
writes a string as a typed bytes sequence . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeEndOfRecord concode_elem_sep void write...
void function ( String arg0 ) { out . write ( Type . STRING . code ) ; WritableUtils . writeString ( out , arg0 ) ; }
21,536
get the position list of an item concode_field_sep List<Short>[] listPositions concode_elem_sep int[] listItems concode_field_sep String toString concode_elem_sep void register
List < Short > function ( int arg0 ) { int loc0 = Arrays . binarySearch ( listItems , arg0 ) ; if ( loc0 < 0 ) { return null ; } return listPositions [ loc0 ] ; }
21,537
gets the value of the password property . concode_field_sep String password concode_elem_sep String userId concode_field_sep void setPassword concode_elem_sep String getUserId concode_elem_sep void setUserId
String function ( ) { return password ; }
21,538
returns true if the given state is currently active otherwise false . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void entryAction_main_region_Start concode_elem_sep S...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_Start : return stateVector [ 0 ] == State . main_region_Start ; case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
21,539
uses the class instance of the responeasstring to map to object concode_field_sep int statusCode concode_elem_sep String responseFormat concode_elem_sep String userAgent concode_elem_sep String responseAsString concode_elem_sep ObjectMapper mapper concode_field_sep String sendDeleteRequest concode_elem_sep void setStat...
T function ( Class < T > arg0 ) { return mapJSONToObject ( responseAsString , arg0 ) ; }
21,540
register a new announce response listener . concode_field_sep Set<TrackerClient> allClients concode_elem_sep List<List<TrackerClient>> clients concode_elem_sep boolean stop concode_elem_sep Peer peer concode_elem_sep int currentClient concode_elem_sep int interval concode_elem_sep Thread thread concode_elem_sep int cur...
void function ( AnnounceResponseListener arg0 ) { for ( TrackerClient loc0 : this . allClients ) { loc0 . register ( arg0 ) ; } }
21,541
gets the value of the seconds property . concode_field_sep double seconds concode_field_sep void setSeconds
double function ( ) { return seconds ; }
21,542
gets the charset name . concode_field_sep Charset charset concode_elem_sep Charset DEFAULT_CHARSET concode_elem_sep char[] DIGITS_LOWER concode_elem_sep char[] DIGITS_UPPER concode_field_sep byte[] encode concode_elem_sep Object encode concode_elem_sep char[] encodeHex concode_elem_sep char[] encodeHex concode_elem_sep...
String function ( ) { return this . charset . name ( ) ; }
21,543
sort recursive . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRootElement concode_elem_sep boolean isParentElement concode_elem_sep List<T> sort
void function ( Collection < T > arg0 , List < T > arg1 , T arg2 ) { arg1 . add ( arg2 ) ; for ( T loc0 : arg0 ) if ( isParentElement ( loc0 , arg2 ) ) sortRecursive ( arg0 , arg1 , loc0 ) ; }
21,544
actions to be taken when the mouse moves with a button pressed down . default function to be overwritten in derived classes . returns the return_state of this state , if the state is left after the method , or else this state . concode_field_sep Logfile logfile concode_elem_sep BoardHandling hdlg concode_elem_sep java....
InteractiveState function ( FloatPoint arg0 ) { return this ; }
21,545
the hard limit for the ulimit type . concode_field_sep String name concode_elem_sep Integer hardLimit concode_elem_sep Integer softLimit concode_field_sep void setName concode_elem_sep void setName concode_elem_sep void setSoftLimit concode_elem_sep Integer getSoftLimit concode_elem_sep Ulimit withHardLimit concode_ele...
void function ( Integer arg0 ) { this . hardLimit = arg0 ; }
21,546
moves this rectangle so that its center point is located at a given position concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle set...
Rectangle function ( Vector2 arg0 ) { setPosition ( arg0 . x - width / 2 , arg0 . y - height / 2 ) ; return this ; }
21,547
returns the name of given vehicle type . concode_field_sep int[][] PersonProperties concode_elem_sep int PROP_LENGTH concode_elem_sep String[][] VehicleDriverName concode_elem_sep String[] PersonName concode_elem_sep int PROP_NR_CURRENT concode_elem_sep int[][] VehiclePassenger concode_elem_sep int PROP_SPEED concode_e...
String function ( int arg0 ) { return VehicleName [ arg0 ] ; }
21,548
creates the checkpoint properties for an external checkpoint . external checkpoints are not forced , but persisted externally . they are garbage collected automatically , except when the owning job terminates in state jobstatus #failed . the user is required to configure the clean up behaviour on job cancellation . con...
CheckpointProperties function ( boolean arg0 ) { return new CheckpointProperties ( false , true , true , true , arg0 , false , true ) ; }
21,549
called when the table binding 's tab focus changes . concode_field_sep String selectedIndex concode_elem_sep String tabPlacement concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_sep boolean tabbedPane3Visible concode_field_sep String getTabPlacement concode_elem_sep v...
void function ( TabChangeEvent arg0 ) { }
21,550
add a new pobject containing changed data to the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged conco...
void function ( PObject arg0 ) { changes . put ( arg0 . getReference ( ) , arg0 ) ; int loc0 = arg0 . getReference ( ) . getObjectNumber ( ) ; if ( nextReferenceNumber <= loc0 ) { nextReferenceNumber = loc0 + 1 ; } }
21,551
test speechrecognitionerrorevent.getmessage method concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructor
void function ( ) { SpeechRecognitionErrorEvent loc0 = new SpeechRecognitionErrorEvent ( "srini_string" ) ; Assert . assertEquals ( "srini_string" , "srini_string" , loc0 . getMessage ( ) ) ; }
21,552
sets new isreported . concode_field_sep Calendar datetime concode_elem_sep boolean isreported concode_elem_sep double latitude concode_elem_sep String report concode_elem_sep SimpleDateFormat df concode_elem_sep String userid concode_elem_sep double longitude concode_field_sep void setLatitude concode_elem_sep void set...
void function ( boolean arg0 ) { this . isreported = arg0 ; }
21,553
add a found corresponding term for this stem . if this term has been already found , it wo n't be duplicated but the stem frequency will still be incremented . concode_field_sep Version LUCENE_VERSION concode_elem_sep Set<String> terms concode_elem_sep String stem concode_elem_sep Integer frequency concode_field_sep Se...
void function ( String arg0 ) { terms . add ( arg0 ) ; frequency ++ ; }
21,554
retrieves a font the font is created and cached by the resource manager concode_field_sep String FONT_COURIER concode_elem_sep String FONT_ARIAL_BOLD_ITALIC concode_elem_sep String rootPath concode_elem_sep String FONT_TIMESNEWROMAN_BOLD_ITALIC concode_elem_sep String FONT_VERDANA concode_elem_sep String FONT_COURIER_I...
Font function ( String arg0 ) { return getFont ( arg0 , 130 ) ; }
21,555
returns a range of all the releases . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po...
java . util . List < com . liferay . portal . model . Release > function ( int arg0 , int arg1 ) { return _releaseLocalService . getReleases ( arg0 , arg1 ) ; }
21,556
return the encoding of stream retrieved from the proxy url . unreferenced method , but called with reflection . concode_field_sep String xmlName concode_elem_sep String streamBaseUrl concode_elem_sep Map<String,Map<String,String>> aliases concode_elem_sep List<UrlTokenizer> streams concode_elem_sep String name concode_...
String function ( ) { return encoding ; }
21,557
gets the value of the defaultserializer property . concode_field_sep String extension concode_elem_sep String name concode_elem_sep String description concode_elem_sep String className concode_elem_sep long settingsId concode_elem_sep long oid concode_elem_sep boolean defaultSerializer concode_elem_sep String contentTy...
boolean function ( ) { return defaultSerializer ; }
21,558
returns the game 's eventmanager event listener registration and calling is handled through this . concode_field_sep Logger logger concode_elem_sep Engine instance concode_field_sep void setEngine concode_elem_sep RecipeManager getRecipeManager concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep vo...
EventManager function ( ) { return instance . getEventManager ( ) ; }
21,559
invokes the execute method of the internal dsrestconnection passing this dsrestcommand . concode_field_sep DSRESTConnection Connection concode_elem_sep DSAdmin Admin concode_elem_sep String FullyQualifiedMethodName concode_elem_sep Vector parameters concode_elem_sep DSHTTPRequestType RequestType concode_field_sep DSHTT...
void function ( ) { Connection . execute ( this ) ; }
21,560
return the time this task took . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName c...
TimeValue function ( ) { return timeValue ; }
21,561
set the jndi template to use for jndi lookups . you can also specify jndi environment settings via `` jndienvironment '' . concode_field_sep JndiTemplate jndiTemplate concode_elem_sep Log logger concode_field_sep JndiTemplate getJndiTemplate concode_elem_sep Properties getJndiEnvironment concode_elem_sep void setJndiEn...
void function ( JndiTemplate arg0 ) { this . jndiTemplate = ( arg0 != null ? arg0 : new JndiTemplate ( ) ) ; }
21,562
sets the value of the currencycode property . concode_field_sep BigInteger amount concode_elem_sep String formattedPrice concode_elem_sep String currencyCode concode_field_sep String getCurrencyCode concode_elem_sep void setFormattedPrice concode_elem_sep String getFormattedPrice concode_elem_sep void setAmount concode...
void function ( String arg0 ) { this . currencyCode = arg0 ; }
21,563
add an alias/password pair to the callback mechanism . concode_field_sep Map<String,String> passwords concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getPasswordType concode_elem_sep String getIdentifier concode_elem_sep void handle
void function ( String arg0 , String arg1 ) { passwords . put ( arg0 , arg1 ) ; }
21,564
copy the contents of the given input file into a new byte array . concode_field_sep int BUFFER_SIZE concode_field_sep String copyToString concode_elem_sep int copy concode_elem_sep void copy concode_elem_sep int copy concode_elem_sep void copy concode_elem_sep int copy concode_elem_sep void copy
byte [ ] function ( File arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return copyToByteArray ( new BufferedInputStream ( new FileInputStream ( arg0 ) ) ) ; }
21,565
sets the job repository for the job . concode_field_sep boolean restartable concode_elem_sep JobParametersValidator jobParametersValidator concode_elem_sep Log logger concode_elem_sep String name concode_elem_sep JobRepository jobRepository concode_elem_sep Set<JobExecutionListener> jobExecutionListeners concode_elem_s...
B function ( JobRepository arg0 ) { properties . arg0 = arg0 ; @ SuppressWarnings ( "srini_string" ) B loc0 = ( B ) this ; return loc0 ; }
21,566
the runid of the external workflow execution to cancel . constraints : length : 0 - 64 concode_field_sep String control concode_elem_sep String runId concode_elem_sep String workflowId concode_field_sep RequestCancelExternalWorkflowExecutionDecisionAttributes withRunId concode_elem_sep String getControl concode_elem_se...
void function ( String arg0 ) { this . runId = arg0 ; }
21,567
inserts a row into a table using the values stored by this object . concode_field_sep ContentValues mContentValues concode_field_sep ContentValues values concode_elem_sep Uri uri
Uri function ( Context arg0 ) { return arg0 . getContentResolver ( ) . insert ( uri ( ) , values ( ) ) ; }
21,568
the status of the certificate . concode_field_sep String certificatePem concode_elem_sep String certificateArn concode_elem_sep java.util.Date lastModifiedDate concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String ownedBy concode_elem_sep String status concode_field_...
CertificateDescription function ( CertificateStatus arg0 ) { setStatus ( arg0 ) ; return this ; }
21,569
numbers between 1 and 0 concode_field_sep PlaceHolder placeHolder concode_field_sep boolean nearlyEqual concode_elem_sep boolean nearlyEqual concode_elem_sep void zero concode_elem_sep void big concode_elem_sep void smallNeg concode_elem_sep void bigNeg concode_elem_sep void infinities concode_elem_sep void ulp concode...
void function ( ) { assertTrue ( nearlyEqual ( 0.000000001000001f , 0.000000001000002f ) ) ; assertTrue ( nearlyEqual ( 0.000000001000002f , 0.000000001000001f ) ) ; assertFalse ( nearlyEqual ( 0.000000000001002f , 0.000000000001001f ) ) ; assertFalse ( nearlyEqual ( 0.000000000001001f , 0.000000000001002f ) ) ; }
21,570
return a string representation of the item after simplification concode_field_sep String key concode_elem_sep BudgetValue budget concode_field_sep void setBudget concode_elem_sep String getKey concode_elem_sep void incDurability concode_elem_sep BudgetValue getBudget concode_elem_sep void decPriority concode_elem_sep f...
String function ( ) { return budget . toStringBrief ( ) + "srini_string" + key ; }
21,571
gets the uri of the stylesheet object concode_field_sep String _uri concode_elem_sep int _origin concode_elem_sep List _fontFaceRules concode_elem_sep List _contents concode_elem_sep List _importRules concode_field_sep List getImportRules concode_elem_sep int getOrigin concode_elem_sep List getContents concode_elem_sep...
String function ( ) { return _uri ; }
21,572
sets the stats user uuid of this blogs stats user . concode_field_sep BlogsStatsUser _blogsStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getStatsUserId concode_elem_sep void setGroupId concode_elem_sep void setRatingsAverageScore concode_elem_sep boolean isEscapedModel concode_elem_s...
void function ( java . lang . String arg0 ) { _blogsStatsUser . setStatsUserUuid ( arg0 ) ; }
21,573
alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_...
int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; }
21,574
ascii benzer harf toleransli esitlik kiyaslamasi . concode_field_sep int boy concode_elem_sep TurkceHarf[] dizi concode_field_sep TurkceHarf ilkSesli concode_elem_sep void sonHarfYumusat concode_elem_sep TurkceHarf ilkHarf concode_elem_sep boolean asciiToleransliBastanKiyasla concode_elem_sep void harfDegistir concode_...
boolean function ( HarfDizisi arg0 ) { if ( arg0 == null ) return false ; if ( this == arg0 ) return true ; if ( boy != arg0 . boy ) return false ; for ( int loc0 = 0 ; loc0 < boy ; loc0 ++ ) { if ( ! dizi [ loc0 ] . asciiToleransliKiyasla ( arg0 . dizi [ loc0 ] ) ) return false ; } return true ; }
21,575
identifies the rendition stream id . concode_field_sep String renditionDocumentId concode_elem_sep String streamId concode_elem_sep String kind concode_elem_sep long length concode_elem_sep int width concode_elem_sep String mimeType concode_elem_sep String title concode_elem_sep int height concode_field_sep String getM...
String function ( ) { return streamId ; }
21,576
gets the value of the logindate property . concode_field_sep String password concode_elem_sep String firstname concode_elem_sep WSDate createdDate concode_elem_sep String phone concode_elem_sep WSDate loginDate concode_elem_sep String project concode_elem_sep String email concode_elem_sep String username concode_elem_s...
WSDate function ( ) { return loginDate ; }
21,577
append to a stringbuilder a key/value . uses default separators . concode_field_sep String DEFAULT_KEYVALUE_SEPARATOR concode_elem_sep String DEFAULT_SEPARATOR concode_field_sep String padFront concode_elem_sep String repeat concode_elem_sep boolean isEmpty concode_elem_sep String domainNamePointerToHostName
StringBuilder function ( final StringBuilder arg0 , final String arg1 , final Object arg2 ) { return appendKeyValue ( arg0 , arg1 , arg2 , DEFAULT_SEPARATOR , DEFAULT_KEYVALUE_SEPARATOR ) ; }
21,578
reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep boolean jj_initialized_once concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util....
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , null ) ; }
21,579
gets a string representation of the object concode_field_sep String PROTO_UDP concode_elem_sep String proto concode_elem_sep TransportListener listener concode_elem_sep UdpProvider udp_provider concode_field_sep void onServiceTerminated concode_elem_sep void halt concode_elem_sep void onReceivedPacket concode_elem_sep ...
String function ( ) { if ( udp_provider != null ) return udp_provider . toString ( ) ; else return null ; }
21,580
sets the status of this rule . concode_field_sep String DISABLED concode_elem_sep Integer expirationInDays concode_elem_sep String prefix concode_elem_sep List<Rule> rules concode_elem_sep String id concode_elem_sep String ENABLED concode_elem_sep String status concode_elem_sep Date expirationDate concode_field_sep voi...
void function ( String arg0 ) { this . status = arg0 ; }
21,581
sets the value of the partykey property . concode_field_sep String partyKey concode_field_sep String getPartyKey
void function ( String arg0 ) { this . partyKey = arg0 ; }
21,582
method setintenalnoisemodel concode_field_sep long serialVersionUID concode_elem_sep PolynomialFunction polynomialFunction concode_field_sep LinearFunction serializableInstance concode_elem_sep double getValue concode_elem_sep int getMaxLag concode_elem_sep boolean setIntercept concode_elem_sep boolean setIntercept con...
void function ( int arg0 , Distribution arg1 ) { this . polynomialFunction . setErrorDistribution ( arg0 , arg1 ) ; }
21,583
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { StandardXYZToolTipGenerator loc0 = new StandardXYZToolTipGenerator ( ) ; StandardXYZToolTipGenerator loc1 = ( StandardXYZToolTipGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
21,584
return the encoding to use for reading from the @linkplain #getresource resource , or null if none specified . concode_field_sep Charset charset concode_elem_sep Resource resource concode_elem_sep String encoding concode_field_sep Resource getResource concode_elem_sep Reader getReader concode_elem_sep int hashCode conc...
String function ( ) { return this . encoding ; }
21,585
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep Set<String> active concode_elem_sep String description concode_elem_sep String id concode_elem_sep List<Event> events concode_field_sep boolean contains concode_elem_sep void setEventActive concode...
DefaultEvent function ( ) { return new DefaultEvent ( "srini_string" , "srini_string" ) ; }
21,586
set the string corresponding to the encryption properties class concode_field_sep Object encryptionCryptoProperties concode_elem_sep Bus bus concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logger LOG concode_elem_sep String issuer concode_elem_sep Encryp...
void function ( String arg0 ) { setEncryptionCryptoProperties ( arg0 ) ; }
21,587
returns a constraint that matches this one on the width attributes , but has no height constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep dou...
RectangleConstraint function ( ) { if ( this . heightConstraintType == LengthConstraintType . NONE ) { return this ; } else { return new RectangleConstraint ( this . width , this . widthRange , this . widthConstraintType , 0.0 , this . heightRange , LengthConstraintType . NONE ) ; } }
21,588
set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f...
void function ( int arg0 ) { this . sequenceId = arg0 ; }
21,589
attempts to make a database connection to the given url . the driver returns `` null '' if it realizes it is the wrong kind of driver to connect to the given url . this will be common , as when the jdbc driver manager is asked to connect to a given url it passes the url to each loaded driver in turn . the driver raises...
Connection function ( String arg0 , Properties arg1 ) { return getConnection ( arg0 , arg1 ) ; }
21,590
subclasses can override this method , which is implemented to throw unsupportedoperationexception , if they can instantiate an object with the method injection specified in the given rootbeandefinition . instantiation should use the given constructor and parameters . concode_field_sep ThreadLocal<Method> currentlyInvok...
Object function ( RootBeanDefinition arg0 , String arg1 , BeanFactory arg2 , Constructor < ? > arg3 , Object ... arg4 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
21,591
send a reliable clientpacket message . this method call will not return until a reliable reply has been received by this object blocking . concode_field_sep boolean serverBit concode_elem_sep String host concode_elem_sep boolean reliableReceived concode_elem_sep int port concode_elem_sep boolean clientBit concode_elem_...
void function ( ClientPacket arg0 ) { sendData ( arg0 , true ) ; }
21,592
return the default charset , used when the @linkplain #setsupportedmediatypes list content type does not contain one . concode_field_sep List<MediaType> mediaTypes concode_elem_sep ApplicationContext applicationContext concode_elem_sep MediaType DEFAULT_CONTENT_TYPE concode_elem_sep int order concode_elem_sep Charset d...
Charset function ( ) { return this . defaultCharset ; }
21,593
returns the current port number , with a default if no port is defined . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host concode_field_sep HostAndPort withDefaultPort concode_elem_sep String getHost...
int function ( int arg0 ) { return hasPort ( ) ? port : arg0 ; }
21,594
sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<RateCardCustomization> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<RateCardCustomization> getResults co...
void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; }
21,595
unconditionally sets to the given value . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep boolean get concode_elem_sep void lazySet concode_elem_sep String toString concode_elem_sep boolean getAndSet
void function ( boolean arg0 ) { value = arg0 ? 1 : 0 ; }
21,596
negate this vector without creating a new copy concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vector2f add concode_elem_sep Vector2f add concode_elem_sep Vector2f getNormal concode_elem_sep Vector2f sub concode_elem_sep Vector2f sub concode_elem_sep void setT...
Vector2f function ( ) { x = - x ; y = - y ; return this ; }
21,597
returns the result of interpreting the object as an instance of ` address ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep IdbagPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T def...
T function ( Address arg0 ) { return null ; }
21,598
returns the name of the database . concode_field_sep boolean changed concode_elem_sep byte[] NULL_ARRAY concode_elem_sep String name concode_elem_sep String filename concode_elem_sep Hashtable users concode_elem_sep byte[] key concode_field_sep void setName concode_elem_sep byte[] getKey concode_elem_sep Repository add...
String function ( ) { return filename ; }
21,599
the state of the task . concode_field_sep String instanceId concode_elem_sep String bundleId concode_elem_sep String progress concode_elem_sep java.util.Date startTime concode_elem_sep java.util.Date updateTime concode_elem_sep String state concode_elem_sep Storage storage concode_elem_sep BundleTaskError bundleTaskErr...
BundleTask function ( String arg0 ) { setState ( arg0 ) ; return this ; }