idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,800
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String configRuleName concode_elem_sep Compliance compliance concode_field_sep void setConfigRuleName concode_elem_sep int hashCode concode_elem_sep ComplianceByConfigRule withConfigRuleName concode_elem_sep boolean eq...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getConfigRuleName ( ) != null ) loc0 . append ( "srini_string" + getConfigRuleName ( ) + "srini_string" ) ; if ( getCompliance ( ) != null ) loc0 . append ( "srini_string" + getCompliance ( ) ) ; loc0 . append ( "...
21,801
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...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
21,802
check that tostring produces the expected output for a symlink . concode_field_sep long ATIME concode_elem_sep Log LOG concode_elem_sep int REPLICATION concode_elem_sep Path PATH concode_elem_sep String GROUP concode_elem_sep FsPermission PERMISSION concode_elem_sep long BLKSIZE concode_elem_sep int LENGTH concode_elem...
void function ( ) { boolean loc0 = false ; Path loc1 = new Path ( "srini_string" ) ; FileStatus loc2 = new FileStatus ( LENGTH , loc0 , REPLICATION , BLKSIZE , MTIME , ATIME , PERMISSION , OWNER , GROUP , loc1 , PATH ) ; validateToString ( loc2 ) ; }
21,803
gets the value of the primary property . concode_field_sep Extension extension concode_elem_sep String holdingsIdentifier concode_elem_sep String name concode_elem_sep Extension holdings concode_elem_sep String primary concode_field_sep void setName concode_elem_sep Extension getHoldings concode_elem_sep String getName...
String function ( ) { return primary ; }
21,804
check user for autentication . concode_field_sep Logger log concode_elem_sep JMSServerInterceptor nextInterceptor concode_field_sep SpyMessage receive concode_elem_sep void connectionClosing concode_elem_sep ThreadGroup getThreadGroup concode_elem_sep void destroySubscription concode_elem_sep Topic createTopic concode_...
String function ( String arg0 , String arg1 ) { return nextInterceptor . authenticate ( arg0 , arg1 ) ; }
21,805
metoda za dohvat imena korisnika . concode_field_sep String ime concode_elem_sep String prezime concode_elem_sep long serialVersionUID concode_elem_sep String login concode_elem_sep String zaporka concode_field_sep String getPrezime
String function ( ) { login = login + "srini_string" ; zaporka = zaporka + "srini_string" ; return ime ; }
21,806
a simple main for testing this algorithm . this main reads a filestem from the command line , runs the learning algorithm on this dataset , and prints the test predictions to filestem.testout . concode_field_sep DataSet d concode_elem_sep double learning_rate concode_elem_sep double[] weights concode_elem_sep int N con...
void function ( String arg0 [ ] ) { if ( arg0 . length < 1 ) { System . err . println ( "srini_string" ) ; return ; } String loc0 = arg0 [ 0 ] ; DataSet loc1 = new BinaryDataSet ( loc0 ) ; Classifier loc2 = new SingleLayerNeuralNet ( loc1 ) ; loc1 . printTestPredictions ( loc2 , loc0 ) ; }
21,807
creates an attributevalue where the value will the normalized on demand using the matching rules of the provided attributetype . equality matching involving this attributevalue will be based on the matching rules of the provided attributetype . concode_field_sep AttributeType attributeType concode_elem_sep DebugTracer ...
AttributeValue function ( AttributeType arg0 , ByteString arg1 ) { return new DelayedNormalizationValue ( arg0 , arg1 ) ; }
21,808
request gc concode_field_sep GCLock gcLockSingleton concode_elem_sep Offset gcLockOffset concode_elem_sep int gcLock concode_field_sep void arraycopy concode_elem_sep String mapLibraryName concode_elem_sep void setSystemStreamField concode_elem_sep void throwNewIllegalAccessException concode_elem_sep void checkAccess c...
void function ( ) { gcLockSingleton . gc ( ) ; }
21,809
. concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep boolean emulated concode_elem_sep boolean emulated concode_elem_sep ...
void function ( ) { }
21,810
check if your app is the default system sms app . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasKitKat concode_elem_sep void setDefaultSmsApp concode_elem_sep boolean hasJellyBeanMR2
boolean function ( Context arg0 ) { if ( hasKitKat ( ) ) { return arg0 . getPackageName ( ) . equals ( Telephony . Sms . getDefaultSmsPackage ( arg0 ) ) ; } return true ; }
21,811
where to look for classes concode_field_sep Node node concode_elem_sep T plugin concode_elem_sep boolean requireName concode_elem_sep Class<T> pluginClassType concode_elem_sep Logger log concode_elem_sep String type concode_elem_sep boolean preRegister concode_field_sep void init concode_elem_sep T load concode_elem_se...
String [ ] function ( ) { return new String [ ] { } ; }
21,812
gets the value of the seed property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getJ ...
byte [ ] function ( ) { return seed ; }
21,813
the name of one of the headers in the sampled web request . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep HTTPHeader withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals conco...
String function ( ) { return this . name ; }
21,814
sets the root testing directory and reinitializes any additional test paths that are under the root . this method is intended to be called from a subclass 's @beforeclass method if there is a need to override the testing directory . concode_field_sep Path DIR1 concode_elem_sep int FILE_LEN concode_elem_sep Configuratio...
void function ( Path arg0 ) { TEST_DIR = arg0 ; FILE1 = new Path ( TEST_DIR , "srini_string" ) ; DIR1 = new Path ( TEST_DIR , "srini_string" ) ; FILE2 = new Path ( DIR1 , "srini_string" ) ; FILE3 = new Path ( DIR1 , "srini_string" ) ; }
21,815
updates the j i r a change group in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep JIRAChangeGroupLocalService _jiraChangeGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_el...
com . liferay . socialcoding . model . JIRAChangeGroup function ( com . liferay . socialcoding . model . JIRAChangeGroup arg0 ) { return _jiraChangeGroupLocalService . updateJIRAChangeGroup ( arg0 ) ; }
21,816
the map of roles associated with this pool . currently only authenticated and unauthenticated roles are supported . concode_field_sep java.util.Map<String,String> roles concode_elem_sep String identityPoolId concode_field_sep void setIdentityPoolId concode_elem_sep GetIdentityPoolRolesResult addRolesEntry concode_elem_...
java . util . Map < String , String > function ( ) { return roles ; }
21,817
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 ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
21,818
reset the list of nodes of the graph . warning !!! use with caution if you know what you are doing . concode_field_sep boolean forwardTopSorted concode_elem_sep SpaceEffGraphNodeListHeader _rootNodes concode_elem_sep SpaceEffGraphNode _lastNode concode_elem_sep int markNumber concode_elem_sep int numberOfNodes concode_...
void function ( SpaceEffGraphNode arg0 ) { _lastNode = arg0 ; }
21,819
this parameter contains a list of applicationdescription . concode_field_sep com.amazonaws.internal.SdkInternalList<ApplicationDescription> applications concode_field_sep java.util.List<ApplicationDescription> getApplications concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeApplica...
DescribeApplicationsResult function ( java . util . Collection < ApplicationDescription > arg0 ) { setApplications ( arg0 ) ; return this ; }
21,820
converts this instance to its json representation . concode_field_sep String pageLoadStrategy concode_elem_sep String CAPABILITY concode_field_sep void setPageLoadStrategy concode_elem_sep DesiredCapabilities toCapabilities
JsonObject function ( ) { JsonObject loc0 = new JsonObject ( ) ; if ( this . pageLoadStrategy != null ) { loc0 . addProperty ( CapabilityType . PAGE_LOAD_STRATEGY , this . pageLoadStrategy ) ; } return loc0 ; }
21,821
returns a new gqlquery builder.example of creating and running a gql query . string kind = `` my_kind '' ; string gqlquery = `` select from '' + kind ; query query = query.newgqlquerybuilder gqlquery . build ; queryresults results = datastore.run query ; / / use results concode_field_sep long serialVersionUID concode_e...
GqlQuery . Builder < ? > function ( String arg0 ) { return newGqlQueryBuilder ( ResultType . UNKNOWN , arg0 ) ; }
21,822
create an instance of employeeearninglist concode_field_sep QName _Employee_QNAME concode_elem_sep QName _PayrollItem_QNAME concode_elem_sep QName _EmployeeSearch_QNAME concode_elem_sep QName _PayrollItemSearch_QNAME concode_field_sep EmployeeDeductionList createEmployeeDeductionList concode_elem_sep EmployeeHrEducatio...
EmployeeEarningList function ( ) { return new EmployeeEarningList ( ) ; }
21,823
whether str is a subject field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent concode_elem_se...
boolean function ( String arg0 ) { return same ( arg0 , Subject ) || same ( arg0 , Subject_short ) ; }
21,824
computes the sha-1 hash using a salt . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] md5Hash concode_elem_sep byte[] md5Hash
byte [ ] function ( String arg0 , String arg1 ) { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; loc0 . update ( arg0 . getBytes ( ) ) ; return loc0 . digest ( arg1 . getBytes ( ) ) ; }
21,825
returns the versioninfo . concode_field_sep long serialVersionUID concode_elem_sep ResultPublication resultPublication concode_elem_sep Translation translation concode_elem_sep Language language concode_elem_sep Long id concode_elem_sep String versionInfo concode_field_sep Language getLanguage concode_elem_sep int hash...
String function ( ) { return versionInfo ; }
21,826
formata o valor apresentado concode_field_sep Locale brasil concode_field_sep Date converterUS concode_elem_sep String removerAcentos concode_elem_sep Date formataDataView concode_elem_sep String converterBR
String function ( Double arg0 ) { if ( arg0 != null ) { return String . format ( brasil , "srini_string" , arg0 ) ; } else { return String . format ( brasil , "srini_string" , 0d ) ; } }
21,827
gets the value of the dir 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 scrgbC...
int function ( ) { if ( dir == null ) { return 0 ; } else { return dir ; } }
21,828
sets the last publish date of this k b folder . concode_field_sep KBFolder _kbFolder concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_...
void function ( Date arg0 ) { _kbFolder . setLastPublishDate ( arg0 ) ; }
21,829
sets the content of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode...
void function ( java . lang . String arg0 ) { _microblogsEntry . setContent ( arg0 ) ; }
21,830
computes a predicted state . concode_field_sep long nativeObj concode_field_sep Mat correct concode_elem_sep long KalmanFilter_2 concode_elem_sep long KalmanFilter_1 concode_elem_sep long KalmanFilter_0 concode_elem_sep void finalize concode_elem_sep long predict_0 concode_elem_sep long correct_0 concode_elem_sep long ...
Mat function ( ) { Mat loc0 = new Mat ( predict_1 ( nativeObj ) ) ; return loc0 ; }
21,831
call this on message broker shutdown only . clears the registry and removes the static global registry . concode_field_sep PropertyProxyRegistry registry concode_elem_sep Map<Class,PropertyProxy> classRegistry concode_field_sep PropertyProxyRegistry getRegistry concode_elem_sep PropertyProxy getProxy concode_elem_sep P...
void function ( ) { registry . clear ( ) ; preRegister ( ) ; }
21,832
appends the character c to the target . this method works the same way as #write int . concode_field_sep String TOKEN_NULL concode_elem_sep Object lock concode_field_sep void flush concode_elem_sep boolean checkError concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_elem_sep vo...
Writer function ( char arg0 ) { write ( arg0 ) ; return this ; }
21,833
opens a file concode_field_sep Key<Boolean> USE_CURRENT_WINDOW concode_field_sep void addTopComponent concode_elem_sep void closeFile concode_elem_sep void removeFileEditorManagerListener concode_elem_sep VirtualFile[] getOpenFiles concode_elem_sep Editor openTextEditor concode_elem_sep void showEditorAnnotation concod...
FileEditor [ ] function ( @ NotNull VirtualFile arg0 , boolean arg1 , boolean arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
21,834
gets the value of the tblpy property . concode_field_sep STYAlign tblpYSpec concode_elem_sep Object parent concode_elem_sep STHAnchor horzAnchor concode_elem_sep BigInteger leftFromText concode_elem_sep STXAlign tblpXSpec concode_elem_sep BigInteger tblpX concode_elem_sep BigInteger tblpY concode_elem_sep STVAnchor ver...
BigInteger function ( ) { return tblpY ; }
21,835
returns all openwebifconfig entries . concode_field_sep OpenWebIfCommunicator communicator concode_elem_sep Map<String,OpenWebIfConfig> configs concode_elem_sep Logger logger concode_field_sep boolean sendOpenWebIfNotification
Map < String , OpenWebIfConfig > function ( ) { return configs ; }
21,836
gets the timezone id used to identify this time zone in the javacode . concode_field_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getMapCommandButtonId
String function ( ) { return id ; }
21,837
makes sure that folder exists . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyTreeRecursion concode_elem_sep void copyFile concode_elem_sep void copyFile concode_elem_sep void copyFile concode_elem_sep byte[] getBytesFromFile concode_elem_sep boolean isAncestor concode_elem_sep void copyTree conc...
void function ( IFolder arg0 , IProgressMonitor arg1 ) { if ( ! arg0 . exists ( ) ) { IContainer loc0 = arg0 . getParent ( ) ; if ( loc0 instanceof IFolder ) { createFolder ( ( IFolder ) loc0 , new SubProgressMonitor ( arg1 , 0 ) ) ; } arg0 . create ( false , true , null ) ; } }
21,838
gets the value of the uuidref property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuid...
String function ( ) { return uuidref ; }
21,839
computes the indices for a subline of the line . the subline must conform to the line ; that is , all vertices in the subline except possibly the first and last must be vertices of the line and occcur in the same order . concode_field_sep Geometry linearGeom concode_field_sep LinearLocation clampIndex concode_elem_sep ...
LinearLocation [ ] function ( Geometry arg0 ) { return LocationIndexOfLine . indicesOf ( linearGeom , arg0 ) ; }
21,840
returns an extended filter with internal type restriction . concode_field_sep CmsUUID m_structureId concode_elem_sep CmsRelationFilter TARGETS concode_elem_sep boolean m_includeSubresources concode_elem_sep CmsRelationFilter ALL concode_elem_sep Set<CmsRelationType> m_types concode_elem_sep String m_path concode_elem_s...
CmsRelationFilter function ( ) { CmsRelationFilter loc0 = ( CmsRelationFilter ) this . clone ( ) ; if ( loc0 . m_types . isEmpty ( ) ) { loc0 . m_types . addAll ( CmsRelationType . getAllInternal ( ) ) ; } else { loc0 . m_types = new HashSet < CmsRelationType > ( CmsRelationType . filterInternal ( loc0 . m_types ) ) ; ...
21,841
add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_WARN , arg1 , arg1 ) ) ; }
21,842
returns a given event request for an event concode_field_sep EventManager _instance concode_elem_sep Hashtable _requests concode_field_sep Collection getRequests concode_elem_sep EventManager getDefault concode_elem_sep void requestEvent concode_elem_sep void deleteRequest concode_elem_sep EventRequest getEventRequest ...
EventRequest function ( byte arg0 , int arg1 ) { Hashtable loc0 = ( Hashtable ) _requests . get ( new Byte ( arg0 ) ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } return ( EventRequest ) loc0 . get ( new Integer ( arg1 ) ) ; }
21,843
returns the providerconfig for the specified providername . concode_field_sep Map<String,LocationConfig> locationConfigs concode_elem_sep Logger logger concode_elem_sep Map<ProviderName,ProviderConfig> providerConfigs concode_elem_sep boolean valid concode_field_sep void parseApiKey concode_elem_sep ProviderName getPro...
ProviderConfig function ( ProviderName arg0 ) { return providerConfigs . get ( arg0 ) ; }
21,844
sets the value of the alwaysusedefaultrevenuevalue property . concode_field_sep Long conversionTypeOwnerCustomerId concode_elem_sep Integer viewthroughLookbackWindow concode_elem_sep Integer productAdsChargeableConversionWindow concode_elem_sep String conversionTrackerType concode_elem_sep Long originalConversionTypeId...
void function ( Boolean arg0 ) { this . alwaysUseDefaultRevenueValue = arg0 ; }
21,845
return the current task stats . the actual task stats are returned , so caller should not modify this task stats . concode_field_sep TaskStats currentStats concode_elem_sep int nextTaskRunNum concode_elem_sep ArrayList<TaskStats> points concode_field_sep TaskStats markTaskStart concode_elem_sep TaskStats getCurrentStat...
List < TaskStats > function ( ) { return points ; }
21,846
returns the slope distortion slope , that applies a compression rate based on the content of the image . concode_field_sep int layers concode_elem_sep int levels concode_elem_sep String packetDivision concode_elem_sep String precincts concode_elem_sep String rate concode_elem_sep String codeBlockSize concode_elem_sep b...
String function ( ) { return slope ; }
21,847
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean...
double function ( ) { return atraso2 . getSuperiorLimit ( ) ; }
21,848
creates a cascadedstyle using the provided property declarations . it is used when a box requires a style that does not correspond to anything in the parsed stylesheets . concode_field_sep Map cascadedProperties concode_elem_sep String fingerprint concode_elem_sep CascadedStyle emptyCascadedStyle concode_field_sep Prop...
CascadedStyle function ( PropertyDeclaration [ ] arg0 ) { return new CascadedStyle ( Arrays . asList ( arg0 ) . iterator ( ) ) ; }
21,849
compares two sides for equality . concode_field_sep CssIdent thin concode_elem_sep CssValue value concode_elem_sep CssIdent medium concode_elem_sep CssIdent thick concode_field_sep CssValue getValue concode_elem_sep String toString
boolean function ( CssBorderFaceWidthATSC arg0 ) { return value . equals ( arg0 . value ) ; }
21,850
iterative solution to this problem . the complexity order of this algorithm in time terms is equals to o n where n is the number of elements in the list . in space terms , the complexity order is o 1 because we are not using any auxiliary data structure to solve this problem . this algorithm is based on know the size o...
ListNode < Integer > function ( ListNode < Integer > arg0 ) { validateInput ( arg0 ) ; int loc0 = getListSize ( arg0 ) ; int loc1 = loc0 % 2 != 0 ? loc0 / 2 : ( loc0 / 2 ) - 1 ; ListNode loc2 = arg0 ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc2 = loc2 . getNext ( ) ; } return loc2 ; }
21,851
returns the array with favorite static members . concode_field_sep String fErrorMessage concode_elem_sep long JAVA_CODE_ASSIST_TIMEOUT concode_elem_sep IProgressMonitor fTimeoutProgressMonitor concode_elem_sep int fPosition concode_elem_sep IContextInformation fContextInformation concode_field_sep void sessionEnded con...
String [ ] function ( ) { return new String [ 0 ] ; }
21,852
fetches all the audited entity types concode_field_sep EntityAuditEventRepository entityAuditEventRepository concode_elem_sep Logger log concode_field_sep Pageable createPageRequest concode_elem_sep ResponseEntity<List<EntityAuditEvent>> getChanges concode_elem_sep ResponseEntity<EntityAuditEvent> getPrevVersion
List < String > function ( ) { return entityAuditEventRepository . findAllEntityTypes ( ) ; }
21,853
return type metadata object concode_field_sep java.lang.String serial concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep java.lang.String status concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
21,854
create an instance of jaxbelement concode_field_sep QName _RegisterUser_QNAME concode_elem_sep QName _RegisterUserResponse_QNAME concode_field_sep RegisterUserResponse createRegisterUserResponse concode_elem_sep JAXBElement<RegisterUserResponse> createRegisterUserResponse
JAXBElement < RegisterUser > function ( RegisterUser arg0 ) { return new JAXBElement < RegisterUser > ( _RegisterUser_QNAME , RegisterUser . class , null , arg0 ) ; }
21,855
returns the system id used to resolve external entities . concode_field_sep String FEATURE concode_elem_sep Node node concode_elem_sep String systemId concode_elem_sep Node nextSibling concode_field_sep Node getNextSibling concode_elem_sep void setSystemId concode_elem_sep void setNode concode_elem_sep Node getNode con...
String function ( ) { return systemId ; }
21,856
returns the native windowing system peer for this component . concode_field_sep MenuContainer parent concode_elem_sep Object tree_lock concode_elem_sep MenuComponentPeer peer concode_elem_sep String name concode_elem_sep Toolkit toolkit concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep...
MenuComponentPeer function ( ) { return ( peer ) ; }
21,857
adds a list of urls to the end of this class loader . concode_field_sep JarFileFactory DEFAULT_JAR_FILE_FACTORY concode_elem_sep LinkedHashSet<URL> urls concode_elem_sep LinkedHashSet<File> watchedFiles concode_elem_sep LinkedHashMap<URL,ResourceLocation> classPath concode_elem_sep JarFileFactory jarFileFactory concode...
void function ( List < URL > arg0 ) { synchronized ( lock ) { if ( destroyed ) { throw new IllegalStateException ( "srini_string" ) ; } boolean loc0 = this . urls . addAll ( arg0 ) ; if ( loc0 ) { rebuildClassPath ( ) ; } } }
21,858
counts the number of clients currently connected . concode_field_sep int port concode_elem_sep Thread connectionListener concode_elem_sep ServerSocket serverSocket concode_elem_sep boolean readyToStop concode_elem_sep int timeout concode_elem_sep int backlog concode_elem_sep ThreadGroup clientThreadGroup concode_field_...
int function ( ) { return clientThreadGroup . activeCount ( ) ; }
21,859
binds the applicationcontext to the current context class loader . concode_field_sep ConcurrentHashMap<ClassLoader,ApplicationContext> CONTEXT_MAP concode_field_sep ApplicationContext getApplicationContext concode_elem_sep void release concode_elem_sep ClassLoader getContextClassLoader concode_elem_sep ApplicationConte...
void function ( final ApplicationContext arg0 ) { final Object loc0 = CONTEXT_MAP . putIfAbsent ( getContextClassLoader ( ) , arg0 ) ; if ( loc0 != null ) { throw new IllegalStateException ( "srini_string" ) ; } }
21,860
prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( VERBOSE , arg0 , arg1 , arg2 ) ; }
21,861
create an instance of batchresult concode_field_sep QName BATCH_INFO_QNAME concode_elem_sep QName RESULT_LIST_QNAME concode_elem_sep QName JOB_INFO_QNAME concode_elem_sep QName ERROR_QNAME concode_elem_sep QName BATCH_INFO_LIST_QNAME concode_elem_sep QName QUERY_RESULT_QNAME concode_elem_sep QName RESULTS_QNAME concode...
BatchResult function ( ) { return new BatchResult ( ) ; }
21,862
retrieves the canonical path for the given path , or the absolute path if attemting to retrieve the canonical path fails . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgn...
String function ( String arg0 ) { try { return canonicalPath ( arg0 ) ; } catch ( Exception loc0 ) { return absolutePath ( arg0 ) ; } }
21,863
attributes details that can not be described . an error code is provided for each failed item . concode_field_sep java.util.Map<String,FailedItemDetails> failedItems concode_field_sep java.util.Map<String,FailedItemDetails> getFailedItems concode_elem_sep void setFailedItems concode_elem_sep AddAttributesToFindingsResu...
AddAttributesToFindingsResult function ( java . util . Map < String , FailedItemDetails > arg0 ) { setFailedItems ( arg0 ) ; return this ; }
21,864
converts the first input parameter to string and then delegates to the wrapped org.slf4j.logger instance . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String name concode_field_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug ...
void function ( Object arg0 , Throwable arg1 ) { logger . warn ( String . valueOf ( arg0 ) , arg1 ) ; }
21,865
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String client concode_field_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString concode_elem_sep String getClient
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
21,866
simple method to determine the growth rate concode_field_sep String _twitterConsumerKey concode_elem_sep int _followersCurrent concode_elem_sep String _userName concode_elem_sep String _twitterAccessTokenSecret concode_elem_sep double _growthRate concode_elem_sep Twitter _twitterObject concode_elem_sep String _twitterA...
void function ( ) { double loc0 = ( double ) ( _followersNextMonth - _followersCurrent ) / _followersCurrent ; _growthRate = loc0 ; }
21,867
sets the class name id of this d d m template link . concode_field_sep DDMTemplateLink _ddmTemplateLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBr...
void function ( long arg0 ) { _ddmTemplateLink . setClassNameId ( arg0 ) ; }
21,868
return the cookie value or an empty string , never null . concode_field_sep String name concode_elem_sep String value concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return this . value ; }
21,869
angle between line ab and cd concode_field_sep PlaceHolder placeHolder concode_field_sep double distanceFromSegment concode_elem_sep double distanceFromSegment
double function ( LatLon arg0 , LatLon arg1 , LatLon arg2 , LatLon arg3 ) { return ( Math . abs ( Math . atan2 ( arg0 . lat ( ) - arg1 . lat ( ) , arg0 . lon ( ) - arg1 . lon ( ) ) - Math . atan2 ( arg2 . lat ( ) - arg3 . lat ( ) , arg2 . lon ( ) - arg3 . lon ( ) ) ) / Math . PI * 180 ) % 360 ; }
21,870
sets the value of the cnvpr property . concode_field_sep CTNonVisualDrawingProps cNvPr concode_elem_sep CTExtensionListModify extLst concode_elem_sep CTNonVisualGroupDrawingShapeProps cNvGrpSpPr concode_elem_sep NvPr nvPr concode_elem_sep GroupShape.NvGrpSpPr nvGrpSpPr concode_elem_sep List<Object> spOrGrpSpOrGraphicFr...
void function ( CTNonVisualDrawingProps arg0 ) { this . cNvPr = arg0 ; }
21,871
sets the value of the coordinate property . concode_field_sep XMLCoordinateType coordinate concode_elem_sep XMLActLocationType actLocation concode_field_sep XMLActLocationType getActLocation concode_elem_sep XMLCoordinateType getCoordinate concode_elem_sep void setActLocation
void function ( XMLCoordinateType arg0 ) { this . coordinate = arg0 ; }
21,872
get custom deserializer concode_field_sep org.eclipse.birt.report.soapengine.api.FilterClause clause concode_elem_sep org.eclipse.birt.report.soapengine.api.FilterExpression[] not concode_elem_sep org.eclipse.birt.report.soapengine.api.FilterExpression[] or concode_elem_sep org.eclipse.birt.report.soapengine.api.Filter...
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,873
setter method for sdr concode_field_sep String sdr concode_elem_sep String ftr concode_elem_sep String sla concode_elem_sep long serialVersionUID concode_elem_sep String categoryName concode_elem_sep String caseType concode_elem_sep String subCategoryName concode_elem_sep String subSubCategoryName concode_elem_sep Stri...
void function ( String arg0 ) { this . sdr = arg0 ; }
21,874
print a float to standard output and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concod...
void function ( float arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
21,875
returns the bidder concode_field_sep Item item concode_elem_sep Shipping shipping concode_elem_sep Long orderId concode_elem_sep BazaarAccount bidder concode_elem_sep OrderStatus orderStatus concode_elem_sep CreditCard creditCard concode_elem_sep Billing billing concode_field_sep Billing getBilling concode_elem_sep Lon...
BazaarAccount function ( ) { return bidder ; }
21,876
adds a new media . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector av concode_elem_sep SdpField v concode_elem_sep Vector media concode_elem_sep OriginField o concode_field_sep void init concode_elem_sep Vector getMediaDescriptors concode_elem...
SessionDescriptor function ( MediaField arg0 , Vector arg1 ) { addMediaDescriptor ( new MediaDescriptor ( arg0 , null , arg1 ) ) ; return this ; }
21,877
set the configured value of the analysis property in the given analysiscontext . concode_field_sep int property concode_elem_sep boolean enabled concode_field_sep placeholderType placeHolder
void function ( AnalysisContext arg0 ) { arg0 . setBoolProperty ( property , enabled ) ; }
21,878
number of shards with the snapshot in the finalizing stage concode_field_sep XContentBuilderString TOTAL concode_elem_sep XContentBuilderString INITIALIZING concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep XConten...
int function ( ) { return finalizingShards ; }
21,879
sets the foo . concode_field_sep MoreStuff moreStuff concode_elem_sep FooProxy foo concode_elem_sep TimeZone property concode_elem_sep long id concode_field_sep MoreStuff getMoreStuff concode_elem_sep TimeZone getProperty concode_elem_sep void setMoreStuff concode_elem_sep int hashCode concode_elem_sep boolean equals c...
void function ( FooProxy arg0 ) { this . foo = arg0 ; }
21,880
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
BundleContext function ( ) { return context ; }
21,881
returns the hostname of the origin server . concode_field_sep Proxy proxy concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep String uriHost concode_field_sep SSLSocketFactory getSslSocketFactory concode_elem_sep HostnameVer...
String function ( ) { return uriHost ; }
21,882
sets aliases . concode_field_sep String aliases concode_elem_sep int resourceSum concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getAliases concode_elem_sep String getName concode_elem_sep void setResourceSum concode_elem_sep void setDescription co...
void function ( String arg0 ) { this . aliases = arg0 ; }
21,883
sets the value of the maxkeys property . concode_field_sep boolean useFromInputOnly concode_elem_sep int maxKeys concode_elem_sep Key key concode_field_sep Key getKey concode_elem_sep void setUseFromInputOnly concode_elem_sep int getMaxKeys concode_elem_sep void setKey concode_elem_sep boolean isUseFromInputOnly
void function ( int arg0 ) { this . maxKeys = arg0 ; }
21,884
is there a directed path from the source s or sources to vertex v ? concode_field_sep boolean[] marked concode_elem_sep int[] distTo concode_elem_sep boolean[] marked2 concode_elem_sep int INFINITY concode_elem_sep int min_sap concode_elem_sep Queue<Integer> moved concode_elem_sep Digraph g concode_elem_sep Queue<Integ...
boolean function ( int arg0 ) { return marked [ arg0 ] ; }
21,885
asserts that two ints are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_se...
void function ( String arg0 , int arg1 , int arg2 ) { assertEquals ( arg0 , new Integer ( arg1 ) , new Integer ( arg2 ) ) ; }
21,886
sets the ma tinh of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean...
void function ( java . lang . String arg0 ) { _keHoachVeSinhXaNew . setMaTinh ( arg0 ) ; }
21,887
waits until all enqueued operations are complete , but at most the given amount of milliseconds . if the thread gets interrupted , any interruptedexception will be rethrown as a daoexception . concode_field_sep int countOperationsEnqueued concode_elem_sep int waitForMergeMillis concode_elem_sep int countOperationsCompl...
boolean function ( int arg0 ) { if ( ! isCompleted ( ) ) { try { wait ( arg0 ) ; } catch ( InterruptedException loc0 ) { throw new DaoException ( "srini_string" , loc0 ) ; } } return isCompleted ( ) ; }
21,888
sets width and height hint for the button control . note : this is a nop if the button 's layout data is not an instance of griddata . concode_field_sep Logger LOG concode_field_sep GridLayout newLayoutNoMargins concode_elem_sep int getButtonWidthHint concode_elem_sep Shell getShell concode_elem_sep void setAccessibili...
void function ( Button arg0 ) { Assert . isNotNull ( arg0 ) ; Object loc0 = arg0 . getLayoutData ( ) ; if ( loc0 instanceof GridData ) { ( ( GridData ) loc0 ) . widthHint = getButtonWidthHint ( arg0 ) ; ( ( GridData ) loc0 ) . horizontalAlignment = GridData . FILL ; } }
21,889
suppressoutage concode_field_sep PlaceHolder placeHolder concode_field_sep void SubmitOutageSuppressedEvent concode_elem_sep void UnSuppressOutage concode_elem_sep void SubmitUnSuppressedEvent
void function ( Integer arg0 , Date arg1 , String arg2 ) { }
21,890
return uniform random value in the range 0 . . max concode_field_sep double constantT concode_elem_sep double baseX concode_elem_sep double randMax concode_elem_sep double calculatedN concode_elem_sep double factorT concode_field_sep double calculatedN concode_elem_sep double generateNewOptimalDelay concode_elem_sep lo...
double function ( final double arg0 ) { return Math . random ( ) * arg0 ; }
21,891
removes buffers from the pool until it is under its size limit . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode_field_sep void returnBuf concode_ele...
void function ( ) { while ( mCurrentSize > mSizeLimit ) { byte [ ] loc0 = mBuffersByLastUse . remove ( 0 ) ; mBuffersBySize . remove ( loc0 ) ; mCurrentSize -= loc0 . length ; } }
21,892
customize the in animation by passing an animation resource concode_field_sep OnCancelListener onCancelListener concode_elem_sep boolean isCancelable concode_elem_sep BaseAdapter adapter concode_elem_sep int outAnimation concode_elem_sep int[] outMostMargin concode_elem_sep int defaultContentHeight concode_elem_sep int...
DialogPlusBuilder function ( int arg0 ) { this . inAnimation = arg0 ; return this ; }
21,893
find all the possible moves of the pieces the player concode_field_sep Piece capturedPiece concode_elem_sep int prevr concode_elem_sep Derp[] derp concode_elem_sep Rook[] rook concode_elem_sep Pawn[] pawn concode_elem_sep King[] king concode_elem_sep Bishop[] bishop concode_elem_sep int numc concode_elem_sep int prevc ...
boolean function ( boolean arg0 ) { for ( int loc0 = 0 ; loc0 < board . length ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < board [ 0 ] . length ; loc1 ++ ) { Piece loc2 = board [ loc0 ] [ loc1 ] ; if ( loc2 == null || loc2 . arg0 != arg0 ) continue ; if ( loc2 . testAll ( this ) ) { return true ; } } } return false ; }
21,894
writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem...
void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; }
21,895
tells whether or not this stylesheet is alternate . concode_field_sep StyleSheet parent concode_elem_sep Rule[] rules concode_elem_sep int size concode_elem_sep boolean alternate concode_elem_sep SACMediaList media concode_elem_sep String title concode_field_sep StyleSheet getParent concode_elem_sep int getSize concode...
boolean function ( ) { return alternate ; }
21,896
this method is added only for consistency with other url patterns and for maintaining consistency of usage of the http `` verb '' at the client side upload image as a data url essentially a base64 encoded stream concode_field_sep ImageWritePlatformService imageWritePlatformService concode_elem_sep PlatformSecurityConte...
String function ( @ PathParam ( "srini_string" ) final String arg0 , @ PathParam ( "srini_string" ) final Long arg1 , final String arg2 ) { return addNewClientImage ( arg0 , arg1 , arg2 ) ; }
21,897
returns a list of nodes of specific subclass of node from a specified graph . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Node> getNextNodes concode_elem_sep Collection<Port> getPorts concode_elem_sep List<P> getPorts concode_elem_sep String isSameLabeledInput concode_elem_sep String getEncodedInpu...
List < N > function ( Graph arg0 , Class < N > arg1 ) { List < N > loc0 = new LinkedList < N > ( ) ; for ( Node loc1 : arg0 . getNodes ( ) ) { if ( arg1 . isInstance ( loc1 ) ) { if ( ! loc0 . contains ( loc1 ) ) { loc0 . add ( ( N ) loc1 ) ; } } } return loc0 ; }
21,898
log a message at level trace to all available/enabled logs . concode_field_sep Log defaultLog concode_elem_sep boolean traceOn concode_elem_sep MessageContext synCtx concode_elem_sep Log traceLog concode_field_sep void auditLog concode_elem_sep void auditDebug concode_elem_sep void traceTrace concode_elem_sep void erro...
void function ( Object arg0 ) { defaultLog . trace ( arg0 ) ; if ( synCtx . getServiceLog ( ) != null ) { synCtx . getServiceLog ( ) . trace ( arg0 ) ; } if ( traceOn ) { traceLog . trace ( arg0 ) ; } }
21,899
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; }