idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
12,100
maps post requests to the specified path to a route handler concode_field_sep TemplateEngine mTemplateEngine concode_elem_sep DataSource mDataSource concode_field_sep void getAndPost concode_elem_sep void get concode_elem_sep void get concode_elem_sep void addExceptionHandlers concode_elem_sep void serveStatic
void function ( String arg0 , Class < ? extends TemplateRoute > arg1 ) { post ( arg0 , new TemplateRouteFactory ( mDataSource , arg1 ) ) ; }
12,101
stops the ldap plug-in . concode_field_sep BundleContext bundleContext concode_elem_sep ResourceManagementService resourceService concode_elem_sep LdapService ldapService concode_field_sep LdapService getLdapService concode_elem_sep void start concode_elem_sep ResourceManagementService getResourceManagementService
void function ( BundleContext arg0 ) { }
12,102
startup from a 2.6-layout that has legacy storage ids correctly generates new storage ids . test case for hdfs-7575 . concode_field_sep PlaceHolder placeHolder concode_field_sep void runLayoutUpgradeTest concode_elem_sep void testUpgradeFrom26PreservesStorageIDs concode_elem_sep void initStorageDirs concode_elem_sep vo...
void function ( ) { runLayoutUpgradeTest ( GenericTestUtils . getMethodName ( ) , null ) ; }
12,103
returns the label for the selected shipping option . concode_field_sep ShoppingCart mShoppingCart concode_elem_sep SectionInformation mPaymentMethods concode_elem_sep SectionInformation mShippingAddresses concode_elem_sep SectionInformation mContactDetails concode_elem_sep SectionInformation mShippingOptions concode_fi...
String function ( ) { PaymentOption loc0 = mShippingOptions . getSelectedItem ( ) ; return loc0 != null ? loc0 . getLabel ( ) : null ; }
12,104
returns true if s represents an unsigned integer e.g. 1 , 2 , 3 , ... will return false for null , empty string , '' -1 '' , `` 0 '' , '' +1 '' , and '' 2 '' untrimmed `` 3 0 '' contains whitespace . concode_field_sep String EMPTY_STRING concode_field_sep void argumentArrayToHashMap concode_elem_sep void extractArgumen...
boolean function ( String arg0 ) { return arg0 != null && arg0 . matches ( "srini_string" ) ; }
12,105
rename this entry . concode_field_sep Tree parent concode_elem_sep byte[] nameUTF8 concode_elem_sep ObjectId id concode_field_sep Tree getParent concode_elem_sep String getName concode_elem_sep Repository getRepository concode_elem_sep void setModified concode_elem_sep ObjectId getId concode_elem_sep byte[] getFullName...
void function ( final String arg0 ) { rename ( Constants . encode ( arg0 ) ) ; }
12,106
sets the value of the type property . concode_field_sep SimReuseStatusEnum reuseStatus concode_elem_sep Boolean genericBootstrapArchEnabled concode_elem_sep String sim concode_elem_sep String puk concode_elem_sep String puk2 concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep String typ...
void function ( String arg0 ) { this . type = arg0 ; }
12,107
returns twice the signed area of the triangle p1-p2-p3 . the area is positive if the triangle is oriented ccw , and negative if cw . concode_field_sep Coordinate cg3 concode_elem_sep Coordinate triangleCent3 concode_elem_sep Coordinate lineCentSum concode_elem_sep double totalLength concode_elem_sep int ptCount concode...
double function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 ) { return ( arg1 . x - arg0 . x ) * ( arg2 . y - arg0 . y ) - ( arg2 . x - arg0 . x ) * ( arg1 . y - arg0 . y ) ; }
12,108
returns a url for the default jsdoc location of a vm installed at the given home location , or null if none . the default implementation returns null , subclasses must override as appropriate . note , this method would ideally be added to ivminstalltype , but it would have been a breaking api change between 2.0 and 2.1...
URL function ( File arg0 ) { return null ; }
12,109
gets the drawing record which was read in concode_field_sep int drawingNumber concode_elem_sep Logger logger concode_elem_sep byte[] imageData concode_elem_sep Origin origin concode_elem_sep DrawingGroup drawingGroup concode_elem_sep ShapeType type concode_elem_sep MsoDrawingRecord msoDrawingRecord concode_elem_sep int...
MsoDrawingRecord function ( ) { return msoDrawingRecord ; }
12,110
gets the value of the extensions 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 extensions property . for example , to add a new item ,...
List < Extension > function ( ) { if ( extensions == null ) { extensions = new ArrayList < Extension > ( ) ; } return this . extensions ; }
12,111
sets the value of the status property . concode_field_sep String filter concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String status concode_field_sep void setName concode_elem_sep String getFilter concode_elem_sep String getName concode_elem_sep String getStatus concode_elem_sep v...
void function ( String arg0 ) { this . status = arg0 ; }
12,112
the chef version . this parameter must be set to 12 , 11.10 , or 11.4 for linux stacks , and to 12.2 for windows stacks . the default value for linux stacks is 11.4 . concode_field_sep String name concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String g...
StackConfigurationManager function ( String arg0 ) { setVersion ( arg0 ) ; return this ; }
12,113
returns empty if not found , concatenated with newlines if multiple ! - and trimmed use gettxtsforkey if you do n't want this behaviour concode_field_sep boolean readonly concode_elem_sep ChunksList chunkList concode_field_sep void queueChunk concode_elem_sep void queueChunk concode_elem_sep ChunksListForWrite getChunk...
String function ( final String arg0 ) { final List < ? extends PngChunkTextVar > loc0 = getTxtsForKey ( arg0 ) ; if ( loc0 . isEmpty ( ) ) return "srini_string" ; final StringBuilder loc1 = new StringBuilder ( ) ; for ( final PngChunkTextVar loc2 : loc0 ) loc1 . append ( loc2 . getVal ( ) ) . append ( "srini_string" ) ...
12,114
set name download file concode_field_sep ArrayList<Object> userData concode_elem_sep String licenseMessage concode_elem_sep String nameLib concode_elem_sep String urlDownload concode_elem_sep OpenH264DownloadHelperListener openH264DownloadHelperListener concode_elem_sep String fileDirection concode_elem_sep String name...
void function ( String arg0 ) { nameFileDownload = arg0 ; }
12,115
returns a file filter that matches the whole relative path of the file instead of just the file name . the path is derived relative to the given base . concode_field_sep Pattern namePattern concode_field_sep boolean accept
FileFilter function ( final RelativePathBase arg0 ) { return new FileFilter ( ) { @ Override public boolean accept ( File arg1 ) { final String loc0 = arg0 . getRelativePathFor ( arg1 ) ; return namePattern . matcher ( loc0 ) . matches ( ) ; } } ; }
12,116
copies errors in order to reuse this object . concode_field_sep Map<Integer,List<IRule>> rules concode_elem_sep int index concode_elem_sep LexicalToken last concode_elem_sep List<SyntaxError> errors concode_elem_sep String sourceString concode_elem_sep LexicalToken start concode_elem_sep List<SyntaxError> EMPTY concode...
List < SyntaxError > function ( ) { if ( errors . size ( ) == 0 ) return EMPTY ; List < SyntaxError > loc0 = new ArrayList < SyntaxError > ( ) ; loc0 . addAll ( errors ) ; return loc0 ; }
12,117
factory method instantiates a row based on table type . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row getUpdatedRow concode_elem_sep boolean isDeleted concode_elem_sep Node getNextNode concode_elem_sep Node getNode concode_elem_sep void delete concode_elem_sep Object[] getDat...
Row function ( Table arg0 , Object arg1 [ ] ) { if ( arg0 . isText ( ) ) { return new CachedDataRow ( arg0 , arg1 ) ; } else if ( arg0 . isCached ( ) ) { return new CachedRow ( arg0 , arg1 ) ; } else { return new Row ( arg0 , arg1 ) ; } }
12,118
an array of instance objects that describe the instances . concode_field_sep com.amazonaws.internal.SdkInternalList<Instance> instances concode_field_sep void setInstances concode_elem_sep DescribeInstancesResult withInstances concode_elem_sep DescribeInstancesResult withInstances concode_elem_sep int hashCode concode_...
java . util . List < Instance > function ( ) { if ( instances == null ) { instances = new com . amazonaws . internal . SdkInternalList < Instance > ( ) ; } return instances ; }
12,119
visits a multitextedit instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void postVisit concode_elem_sep void preVisit concode_elem_sep boolean visitNode
boolean function ( MultiTextEdit arg0 ) { return visitNode ( arg0 ) ; }
12,120
does the user have read access to the job . concode_field_sep boolean canSetPermissions concode_elem_sep boolean canSetPermissions concode_elem_sep boolean canRead concode_elem_sep boolean canRead concode_elem_sep boolean isPublic concode_elem_sep boolean isPublic concode_elem_sep boolean canWrite concode_elem_sep bool...
boolean function ( ) { return this . canRead ; }
12,121
sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer...
void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; }
12,122
gets a summary of the restapi at the date and time that the deployment resource was created . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep Deployment cl...
void function ( java . util . Map < String , java . util . Map < String , MethodSnapshot >> arg0 ) { this . apiSummary = arg0 ; }
12,123
set the name of broker to use for sending/receiving mqtt messages . concode_field_sep String itemName concode_elem_sep MessageType messageType concode_elem_sep Logger logger concode_elem_sep String topic concode_elem_sep String TEMP_COLON_REPLACEMENT concode_elem_sep TransformationService transformationService concode_...
void function ( String arg0 ) { this . broker = arg0 ; }
12,124
check to ensure that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { BoxAndWhiskerXYToolTipGenerator loc0 = new BoxAndWhiskerXYToolTipGenerator ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
12,125
sets the distribution . concode_field_sep String licenseType concode_elem_sep String licenseUrl concode_elem_sep String distribution concode_elem_sep String name concode_elem_sep String context concode_elem_sep String description concode_elem_sep String url_download concode_elem_sep String mavenUri concode_elem_sep boo...
void function ( String arg0 ) { this . distribution = arg0 ; }
12,126
create the report . concode_field_sep String sourcesPath concode_elem_sep File executionDataFile concode_elem_sep ExecFileLoader execFileLoader concode_elem_sep int TAB_WIDTH concode_elem_sep String classesPath concode_elem_sep File reportDirectory concode_elem_sep String reportFormat concode_elem_sep String title conc...
void function ( ) { loadExecutionData ( ) ; final IBundleCoverage loc0 = analyzeStructure ( ) ; createReport ( loc0 ) ; }
12,127
create an instance of sendemailrequesttype concode_field_sep QName _SendBulkEmailResponse_QNAME concode_elem_sep QName _SendBulkEmailRequest_QNAME concode_elem_sep QName _SendEmailRequest_QNAME concode_elem_sep QName _SendEmailResponse_QNAME concode_field_sep EmailSenderInfoType createEmailSenderInfoType concode_elem_s...
SendEmailRequestType function ( ) { return new SendEmailRequestType ( ) ; }
12,128
adds a marker to this log with the specified name . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep long time concode_elem_sep...
void function ( String arg0 , long arg1 ) { if ( mFinished ) { throw new IllegalStateException ( "srini_string" ) ; } mMarkers . add ( new Marker ( arg0 , arg1 , SystemClock . elapsedRealtime ( ) ) ) ; }
12,129
sets the constant . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep void setMaxPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep v...
void function ( double arg0 ) { this . constant = arg0 ; }
12,130
start the specified messagelistenercontainer if it should be startedon startup . concode_field_sep Log logger concode_elem_sep Runnable finishCallback concode_elem_sep AtomicInteger count concode_elem_sep Map<String,MessageListenerContainer> listenerContainers concode_elem_sep int phase concode_field_sep boolean isAuto...
void function ( MessageListenerContainer arg0 ) { if ( arg0 . isAutoStartup ( ) ) { arg0 . start ( ) ; } }
12,131
returns the insets . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep Stroke getStroke concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep void draw concode_elem_sep Paint getPaint...
RectangleInsets function ( ) { return this . insets ; }
12,132
returns a field in a json object as a long . concode_field_sep PlaceHolder placeHolder concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep JsonObject getObject concode_elem_sep JsonObject getObject concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep JsonArray getAr...
long function ( JsonObject arg0 , String arg1 , long arg2 ) { final JsonValue loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { return arg2 ; } else { return loc0 . asLong ( ) ; } }
12,133
build the user attributes concode_field_sep String KEY_TITLE concode_elem_sep long mStartTimeMs concode_elem_sep String KEY_TYPE concode_elem_sep String mUniqueId concode_elem_sep String mSubtitle concode_elem_sep long mAppStartTimeMs concode_elem_sep int mType concode_elem_sep int OVERLAY_TYPE_BOTTOM_2 concode_elem_se...
Bundle function ( ) { final Bundle loc0 = new Bundle ( 4 ) ; loc0 . putInt ( KEY_TYPE , mType ) ; loc0 . putString ( KEY_TITLE , mTitle ) ; loc0 . putString ( KEY_SUBTITLE , mSubtitle ) ; return loc0 ; }
12,134
make a new label with this string as a value component . any other fields of the label would normally be null . concode_field_sep int TAG_LABEL concode_elem_sep char divider concode_elem_sep int LEMMA_LABEL concode_field_sep Label newLabelFromString
Label function ( String arg0 , int arg1 ) { if ( arg1 == TAG_LABEL ) { return new WordLemmaTag ( null , null , arg0 ) ; } else if ( arg1 == LEMMA_LABEL ) { return new WordLemmaTag ( null , arg0 , null ) ; } else { return new WordLemmaTag ( arg0 ) ; } }
12,135
set the address used by the plugin and any local sinks . concode_field_sep String channelToReg concode_elem_sep PlugInCallback defaultCallback concode_elem_sep Stack threadStack concode_elem_sep Hashtable handlerOptions concode_elem_sep boolean running concode_elem_sep PlugInCallback requestHandler concode_elem_sep Str...
void function ( String arg0 ) { this . host = arg0 ; }
12,136
get a new object with the same unit but an divided value . by default ccss #css_maximum_fraction_digits is used as scale and roundingmode #half_up is used as rounding mode . concode_field_sep ECSSUnit m_eUnit concode_elem_sep BigDecimal m_aValue concode_field_sep CSSSimpleValueWithUnit add concode_elem_sep CSSSimpleVal...
CSSSimpleValueWithUnit function ( @ Nonnull final BigDecimal arg0 ) { return divide ( arg0 , CCSS . CSS_MAXIMUM_FRACTION_DIGITS , RoundingMode . HALF_UP ) ; }
12,137
performs a dynamic query on the database and returns the matching rows . concode_field_sep PortletItemLocalService _portletItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.m...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _portletItemLocalService . arg0 ( arg0 ) ; }
12,138
optional starting method for an animation . ie . before animation commences code to initialise the animation can be placed here . concode_field_sep long startMillis concode_elem_sep Timer timer concode_elem_sep long durationMillis concode_elem_sep double valuePerMilli concode_elem_sep int endValue concode_elem_sep int ...
void function ( ) { }
12,139
retrieves a abstractaudiodeviceconfig by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String...
AbstractAudioDeviceConfig function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) ) return loc0 ; } return null ; }
12,140
the state in which the activity completed . concode_field_sep HLSException _exception concode_elem_sep CompletionStatus _status concode_field_sep HLSException exception concode_elem_sep Object data concode_elem_sep String name
CompletionStatus function ( ) { return _status ; }
12,141
scales the matrix without reinitialisation . concode_field_sep double a concode_elem_sep double b concode_elem_sep double c concode_elem_sep double d concode_elem_sep double e concode_elem_sep double f concode_field_sep double getF concode_elem_sep void rotate concode_elem_sep void skewX concode_elem_sep void scale con...
void function ( final double arg0 , final double arg1 ) { a = arg0 ; d = arg1 ; }
12,142
sets the soap actions for this binding . keys are javax.wsdl.bindingoperation #getname binding operationnames ; values are javax.wsdl.extensions.soap.soapoperation #getsoapactionuri soap action uris . concode_field_sep InliningXsdSchemaTypesProvider typesProvider concode_elem_sep ProviderBasedWsdl4jDefinition delegate ...
void function ( Properties arg0 ) { soapProvider . setSoapActions ( arg0 ) ; }
12,143
gets the name . concode_field_sep CstString name concode_elem_sep Constant value concode_field_sep Constant getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo
CstString function ( ) { return name ; }
12,144
sets a value for this variable . wakes up all threads blocked in get . concode_field_sep CountDownLatch valueReady concode_elem_sep T value concode_elem_sep double timeout concode_field_sep double getTimeout concode_elem_sep T get
void function ( T arg0 ) { this . value = arg0 ; valueReady . countDown ( ) ; }
12,145
create an array from the rest of an iterator 's output ; this function is horribly inefficient . please , only use it on small iterators . concode_field_sep PlaceHolder placeHolder concode_field_sep void smartRemoveDuplicatesAndNulls concode_elem_sep void smartRemoveDuplicatesAndNullsHelper concode_elem_sep String safe...
T [ ] function ( Iterator < T > arg0 ) { ArrayList < T > loc0 = new ArrayList < T > ( ) ; T loc1 ; while ( arg0 . hasNext ( ) ) { loc1 = arg0 . next ( ) ; loc0 . add ( loc1 ) ; } @ SuppressWarnings ( "srini_string" ) T [ ] loc2 = ( T [ ] ) loc0 . toArray ( ) ; return loc2 ; }
12,146
set the delay between runs . concode_field_sep Thread m_aMonitorThread concode_elem_sep int DEFAULT_MAX_FILES concode_elem_sep List<FileMonitor> m_aMonitorList concode_elem_sep boolean m_bShouldRun concode_elem_sep Logger s_aLogger concode_elem_sep int m_nChecksPerRun concode_elem_sep ReadWriteLock m_aRWLock concode_el...
FileMonitorManager function ( final long arg0 ) { m_nDelay = arg0 > 0 ? arg0 : DEFAULT_DELAY ; return this ; }
12,147
simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_...
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } }
12,148
returns the revision string . concode_field_sep int m_AttIndex concode_elem_sep double m_Split concode_elem_sep long serialVersionUID concode_elem_sep Instances m_Dataset concode_elem_sep boolean m_Not concode_field_sep String testPrologComparisonString concode_elem_sep String testComparisonString concode_elem_sep Test...
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
12,149
return the current beandefinition object in its raw unvalidated form . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBui...
AbstractBeanDefinition function ( ) { return this . beanDefinition ; }
12,150
does initial configuration tasks before every test . concode_field_sep InitialDirContext directoryContext concode_elem_sep LdapDirectoryAdapter adapter concode_elem_sep Mockery mockery concode_elem_sep String LDAP_CONFIG_FILE concode_elem_sep Properties ldapConfig concode_field_sep void setUpAdapter concode_elem_sep vo...
void function ( ) { directoryContext = mockery . mock ( InitialDirContext . class ) ; setUpAdapter ( ) ; }
12,151
set the validator . concode_field_sep String targetName concode_elem_sep Log logger concode_elem_sep boolean exceptionIfInvalid concode_elem_sep Validator validator concode_elem_sep MessageSource messageSource concode_elem_sep boolean ignoreNestedProperties concode_elem_sep T target concode_elem_sep char[] TARGET_NAME_...
void function ( Validator arg0 ) { this . validator = arg0 ; }
12,152
formats an int as a 2-byte unsigned hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String u8 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2or4 concode_elem_sep String u3 con...
String function ( int arg0 ) { char [ ] loc0 = new char [ 4 ] ; for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 [ 3 - loc1 ] = Character . forDigit ( arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
12,153
information about the user . concode_field_sep User user concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateUserResult clone concode_elem_sep String toString concode_elem_sep void setUser concode_elem_sep CreateUserResult withUser
User function ( ) { return user ; }
12,154
sets the executor that should process actual snapshot taking . defaults to an instance that runs all actions in the calling thread i.e. synchronous execution . concode_field_sep Executor executor concode_elem_sep Logger logger concode_elem_sep SnapshotEventStore eventStore concode_elem_sep TransactionManager transactio...
void function ( Executor arg0 ) { this . executor = arg0 ; }
12,155
start the vault with given alias . concode_field_sep int iterationCount concode_elem_sep String salt concode_elem_sep String keystorePassword concode_elem_sep String vaultAlias concode_elem_sep String encryptionDirectory concode_elem_sep String keystoreMaskedPassword concode_elem_sep String VAULT_ENC_ALGORITHM concode_...
void function ( String arg0 ) { if ( arg0 == null ) { throw new Exception ( "srini_string" ) ; } this . keystoreMaskedPassword = ( org . jboss . security . Util . isPasswordCommand ( keystorePassword ) ) ? keystorePassword : computeMaskedPassword ( ) ; this . vaultAlias = arg0 ; initSecurityVault ( ) ; }
12,156
this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep StopWatch sw concode_elem_sep FileDescriptor outDescriptor concode_elem_sep int sessionId concode_elem_sep boolean needsSync concode_elem_sep int SCRIPT_BINARY_172 concode_elem_sep boolean busyWriting ...
void function ( ) { }
12,157
create json content from the specified json resource . concode_field_sep JsonLoader loader concode_field_sep JsonContent<Object> getJsonContent
JsonContent < Object > function ( Resource arg0 ) { return getJsonContent ( this . loader . getJson ( arg0 ) ) ; }
12,158
true if the parameter to the function is '' '' concode_field_sep boolean isEscaped concode_elem_sep String name concode_elem_sep boolean allColumns concode_elem_sep String attribute concode_elem_sep ExpressionList parameters concode_elem_sep boolean distinct concode_field_sep void setName concode_elem_sep String getNam...
boolean function ( ) { return allColumns ; }
12,159
returns the osgi service identifier . concode_field_sep MembershipRequestService _membershipRequestService concode_field_sep void deleteMembershipRequests concode_elem_sep void setWrappedService concode_elem_sep void updateStatus concode_elem_sep com.liferay.portal.kernel.model.MembershipRequest getMembershipRequest co...
java . lang . String function ( ) { return _membershipRequestService . getOSGiServiceIdentifier ( ) ; }
12,160
checks if an itemstack has a tag compound concode_field_sep PlaceHolder placeHolder concode_field_sep NBTTagCompound getCompound concode_elem_sep void setFloat concode_elem_sep NBTTagCompound getNBT concode_elem_sep void setByte concode_elem_sep byte getByte concode_elem_sep boolean verifyExistance concode_elem_sep sho...
boolean function ( ItemStack arg0 ) { return arg0 . hasTagCompound ( ) ; }
12,161
find all static fields of a given type . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Iterable < Pair < Field , T >> function ( Class < ? > arg0 , Class < T > arg1 ) { return findStatic ( arg0 , arg1 , null ) ; }
12,162
increments the counter associated to the specified color by one concode_field_sep ColorEntry next concode_elem_sep int color concode_elem_sep long accessCount concode_elem_sep int idx concode_elem_sep long scanCount concode_elem_sep int threshold concode_elem_sep int reference concode_elem_sep int DEFAULT_INITIAL_CAPAC...
void function ( int arg0 , int arg1 , int arg2 , int arg3 , int arg4 ) { int loc0 = loc0 ( arg0 , arg1 , arg2 , arg3 ) ; int loc1 = indexFor ( hash ( loc0 ) , table . length ) ; accessCount ++ ; for ( ColorEntry loc2 = table [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { scanCount ++ ; if ( loc2 . loc0 == loc0 ) { lo...
12,163
by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
12,164
return the serialization view to use . concode_field_sep String jsonpFunction concode_elem_sep Class<?> serializationView concode_elem_sep FilterProvider filters concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep void setFilters concode_elem_sep void setValue concode_elem_sep FilterProvide...
Class < ? > function ( ) { return this . serializationView ; }
12,165
create an instance of the definition . the instance may be wrapped in a proxy class . concode_field_sep Class<?> adaptToClass concode_elem_sep boolean restrict concode_elem_sep ClassLoader classLoader concode_elem_sep String name concode_elem_sep String className concode_elem_sep Class<?> adapterClass concode_elem_sep ...
Object function ( Project arg0 ) { return icreate ( arg0 ) ; }
12,166
queries the user for an integer value using swing . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] queryArray concode_elem_sep AnalyticPhantom queryPhantom concode_elem_sep Material queryMaterial concode_elem_sep boolean queryBoolean concode_elem_sep Object queryObject concode_elem_sep Object choo...
int function ( String arg0 , int arg1 ) { String loc0 = JOptionPane . showInputDialog ( arg0 , "srini_string" + arg1 ) ; if ( loc0 == null ) throw new Exception ( "srini_string" ) ; return Integer . parseInt ( loc0 ) ; }
12,167
get the value for a given key concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.Object[] data concode_elem_sep boolean haveNullValue concode_elem_sep java.lang.String destructionMessage concode_elem_sep void update concode_elem_sep int rehash concode_elem_sep scala.collection.Iterator<scala.Tuple2<K...
V function ( K arg0 ) { throw new RuntimeException ( ) ; }
12,168
returns the gourmetid . concode_field_sep List favoriteFood concode_elem_sep String name concode_elem_sep int gourmetId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setFavoriteFood concode_elem_sep void addFavoriteFood concode_elem_sep String toString concode_elem_sep void setGou...
int function ( ) { return gourmetId ; }
12,169
load a particular reference group concode_field_sep TagService tagService concode_elem_sep ReferenceGroupService referenceGroupService concode_elem_sep ReferenceTagService referenceTagService concode_elem_sep ReferenceTagResourceAssembler referenceTagResourceAssembler concode_elem_sep ReferenceGroupResourceAssembler re...
ResponseEntity < ReferenceGroupResource > function ( @ PathVariable ( "srini_string" ) Long arg0 ) { ReferenceGroup loc0 = referenceGroupService . reload ( arg0 ) ; if ( loc0 == null ) { return new ResponseEntity < > ( HttpStatus . NO_CONTENT ) ; } else { return new ResponseEntity < > ( referenceGroupResourceAssembler ...
12,170
add a single value for the specified property . if there are already one or more values registered for the given property key , the given value will be added to the end of the list . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep...
void function ( String arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; List < String > loc0 = this . properties . get ( arg0 ) ; if ( loc0 != null ) { loc0 . add ( arg1 ) ; } else { List < String > loc1 = new LinkedList < String > ( ) ; loc1 . add ( arg1 ) ; this . properties . put ( arg0 , loc1 ) ;...
12,171
returns the social activity limit with the primary key . concode_field_sep SocialActivityLimitLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portlet.social.model.SocialActivityLimit addActivityLimit concode_elem_sep com.liferay.portlet.social.model.SocialA...
com . liferay . portlet . social . model . SocialActivityLimit function ( long arg0 ) { return getService ( ) . getSocialActivityLimit ( arg0 ) ; }
12,172
sets the adextension value for this campaignadextension . concode_field_sep com.google.api.ads.adwords.axis.v201409.cm.CampaignAdExtensionApprovalStatus approvalStatus concode_elem_sep java.lang.Long campaignId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.g...
void function ( com . google . api . ads . adwords . axis . v201409 . cm . AdExtension arg0 ) { this . adExtension = arg0 ; }
12,173
hides the given text . concode_field_sep PlaceHolder placeHolder concode_field_sep void addHyperlinkLowKey concode_elem_sep void wrapBy concode_elem_sep MarkupText.SubText findToken concode_elem_sep String getText concode_elem_sep SubText createSubText concode_elem_sep int length concode_elem_sep List<MarkupText.SubTex...
void function ( int arg0 , int arg1 ) { addMarkup ( arg0 , arg1 , "srini_string" , "srini_string" ) ; }
12,174
returns the number of items in the list concode_field_sep Item<T> next concode_elem_sep Item<T> head concode_elem_sep T payload concode_elem_sep Item<T> tail concode_elem_sep Item<T> prev concode_elem_sep Pool<Item<T>> pool concode_elem_sep Item<T> iter concode_elem_sep int size concode_elem_sep Item<T> curr concode_fi...
int function ( ) { return size ; }
12,175
provide a value for a global variable concode_field_sep GlobalParameterSet globalParameters concode_elem_sep SlotManager globalVariableMap concode_elem_sep ValueRepresentation[] globals concode_elem_sep boolean[] busy concode_field_sep Value applyFunctionConversionRules concode_elem_sep boolean useGlobalParameter conco...
void function ( GlobalVariable arg0 , ValueRepresentation arg1 ) { globals [ arg0 . getSlotNumber ( ) ] = arg1 ; }
12,176
affiche le message contenu dans l'exception concode_field_sep ArrayList<Coup> prisesPossibles concode_elem_sep FeuilleDeNote feuilleDeNote concode_elem_sep boolean joueurBlancHumain concode_elem_sep Joueur adversaire concode_elem_sep ReglesDuJeu rdj concode_elem_sep Controleur controleur concode_elem_sep ArrayList<Coup...
void function ( ChessMessage arg0 ) { afficheMessage ( arg0 . toString ( ) ) ; }
12,177
return true if this ticket has been forwarded . concode_field_sep int INITIAL concode_elem_sep int NUM_FLAGS concode_elem_sep KerberosPrincipal server concode_elem_sep int RENEWABLE concode_elem_sep KeyImpl sessionKey concode_elem_sep byte[] asn1Encoding concode_elem_sep int FORWARDABLE concode_elem_sep int PROXY conco...
boolean function ( ) { return flags [ FORWARDED ] ; }
12,178
gets the value of the title 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 title property . for example , to add a new item , do as fol...
List < CTCTName > function ( ) { if ( title == null ) { title = new ArrayList < CTCTName > ( ) ; } return this . title ; }
12,179
getting current trace interface for actor system concode_field_sep ClassLoader classLoader concode_elem_sep ActorSystem mainSystem concode_elem_sep HashMap<String,AbsActorDispatcher> dispatchers concode_elem_sep TraceInterface traceInterface concode_elem_sep String DEFAULT_DISPATCHER concode_field_sep ActorSystem syste...
TraceInterface function ( ) { return traceInterface ; }
12,180
return the maximum number of page links to a few pages around the current one . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int ma...
int function ( ) { return this . maxLinkedPages ; }
12,181
error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
12,182
create a term query . note : in fact , it does not parse . it just create a term query . concode_field_sep Logger logger concode_field_sep Query parse concode_elem_sep Query parse concode_elem_sep Query parse concode_elem_sep Query parse concode_elem_sep Query parse concode_elem_sep Query parse concode_elem_sep Query p...
Query function ( String arg0 , String arg1 ) { Term loc0 = new Term ( arg0 , arg1 ) ; return new TermQuery ( loc0 ) ; }
12,183
asserts that an object is null . if it is 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 assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep...
void function ( String arg0 , Object arg1 ) { assertTrue ( arg0 , arg1 == null ) ; }
12,184
return true if the transaction is configured for snapshot isolation . this method may be called at any time during the life of the application . concode_field_sep boolean noSync concode_elem_sep boolean sync concode_elem_sep boolean readUncommitted concode_elem_sep boolean readCommitted concode_elem_sep boolean snapsho...
boolean function ( ) { return snapshot ; }
12,185
not supported right now concode_field_sep HibernateStats INSTANCE concode_field_sep long getConnectCount concode_elem_sep void disableStats concode_elem_sep long getTransactionCount concode_elem_sep TabularData getCollectionStats concode_elem_sep long getQueryExecutionSample concode_elem_sep void addNotificationListene...
long function ( ) { return 0 ; }
12,186
convert the supplied paths to an array of resource handles usingthe given resourceloader . concode_field_sep String SLASH concode_field_sep Stream<Resource> stream concode_elem_sep String[] convertToClasspathResourcePaths concode_elem_sep List<Resource> convertToResourceList
Resource [ ] function ( ResourceLoader arg0 , String ... arg1 ) { return stream ( arg0 , arg1 ) . toArray ( Resource [ ] :: new ) ; }
12,187
returns whether the named charset is supported . this is similar to java.nio.charset.charset.issupported string but handles more formats concode_field_sep String UTF_8 concode_elem_sep String UTF_16BE concode_elem_sep String UTF_16 concode_elem_sep String UTF_16LE concode_elem_sep String ISO_8859_1 concode_elem_sep Str...
boolean function ( final String arg0 ) { if ( arg0 == null ) { return false ; } try { return Charset . isSupported ( arg0 ) ; } catch ( final IllegalCharsetNameException loc0 ) { return false ; } }
12,188
a helper method to concatenate the items concode_field_sep TreeNode rightLink concode_elem_sep Item data concode_elem_sep TreeNode root concode_elem_sep TreeNode leftLink concode_field_sep String getSpaces concode_elem_sep boolean addItem concode_elem_sep void copyConstructorHelper concode_elem_sep void copyConstructor...
String function ( TreeNode arg0 ) { if ( arg0 == null ) { return "srini_string" ; } else { Item loc0 = arg0 . data ; assert ( loc0 != null ) : "srini_string" ; return toStringHelper ( arg0 . leftLink ) + loc0 . toString ( ) + "srini_string" + toStringHelper ( arg0 . rightLink ) ; } }
12,189
returns whether the ui presenting this action mode can take focus or not . this is used by internal components within the framework that would otherwise present an action mode ui that requires focus , such as an edittext as a custom view . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode conco...
boolean function ( ) { return true ; }
12,190
moves context through cache returning one from cache if exists . concode_field_sep String myTraceIndent concode_elem_sep Map<PyCallable,PyType> myEvaluatedReturn concode_elem_sep Map<PyTypedElement,PyType> myEvaluated concode_elem_sep Key INSTANCE concode_elem_sep TypeEvalConstraints myConstraints concode_elem_sep Thre...
TypeEvalContext function ( @ NotNull final Project arg0 , @ NotNull final TypeEvalContext arg1 ) { return ServiceManager . getService ( arg0 , TypeEvalContextCache . class ) . getContext ( arg1 ) ; }
12,191
receive a locator object for document events . by default , do nothing . application writers may override this method in a subclass if they wish to store the locator for use with other document events . concode_field_sep PlaceHolder placeHolder concode_field_sep void startElement concode_elem_sep void fatalError concod...
void function ( Locator arg0 ) { }
12,192
. git/packed-refs concode_field_sep String MERGE_MSG concode_elem_sep String REFS_HEADS concode_elem_sep String INFO concode_elem_sep String myRefsRemotesDirPath concode_elem_sep String myExcludePath concode_elem_sep String myMergeHeadPath concode_elem_sep String MERGE_HEAD concode_elem_sep String INFO_EXCLUDE concode_...
boolean function ( String arg0 ) { return arg0 . equals ( myPackedRefsPath ) ; }
12,193
gets the start time of the specified chunk . concode_field_sep int lookAheadCount concode_elem_sep int displayHeight concode_elem_sep int qualityLevels concode_elem_sep byte[] data concode_elem_sep int TYPE_TEXT concode_elem_sep String language concode_elem_sep int majorVersion concode_elem_sep int type concode_elem_se...
long function ( int arg0 ) { return chunkStartTimesUs [ arg0 ] ; }
12,194
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String attributeValue concode_elem_sep String attributeKey concode_field_sep String getAttributeKey concode_elem_sep LookupAttribute withAttributeKey concode_elem_sep LookupAttribute withAttributeKey concode_elem_sep S...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttributeKey ( ) != null ) loc0 . append ( "srini_string" + getAttributeKey ( ) + "srini_string" ) ; if ( getAttributeValue ( ) != null ) loc0 . append ( "srini_string" + getAttributeValue ( ) ) ; loc0 . append...
12,195
the arrangement should be able to handle less blocks than grid spaces . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNullBlock_NN concode_elem_sep void tes...
void function ( ) { Block loc0 = new EmptyBlock ( 5 , 5 ) ; BlockContainer loc1 = new BlockContainer ( new GridArrangement ( 2 , 3 ) ) ; loc1 . add ( loc0 ) ; Size2D loc2 = loc1 . arrange ( null , RectangleConstraint . NONE . toFixedWidth ( 30.0 ) ) ; assertEquals ( 30.0 , loc2 . getWidth ( ) , EPSILON ) ; assertEquals...
12,196
returns first position in regionset . concode_field_sep MemberComparator INSTANCE concode_elem_sep List<Integer> mergedEnd concode_elem_sep String ANONYMOUS concode_elem_sep String name concode_elem_sep int cleanSize concode_elem_sep List<Integer> mergedStart concode_elem_sep Set<Region> inner concode_field_sep int com...
int function ( ) { if ( isEmpty ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } ensureMergedUpToDate ( ) ; return mergedStart . get ( 0 ) ; }
12,197
emite el nombre de este permiso concode_field_sep boolean deleted concode_elem_sep Set<Role> roles concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Set<User> users concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Long getId concode...
String function ( ) { return name ; }
12,198
gets the value of the ny property . concode_field_sep String x concode_elem_sep String index concode_elem_sep String y concode_elem_sep String z concode_elem_sep String nx concode_elem_sep String ny concode_elem_sep String nz concode_field_sep void setY concode_elem_sep void setX concode_elem_sep String getIndex concod...
String function ( ) { if ( ny == null ) { return "srini_string" ; } else { return ny ; } }
12,199
parse date in rfc1123 format , and return its value as epoch concode_field_sep PlaceHolder placeHolder concode_field_sep String parseCharset concode_elem_sep String parseCharset concode_elem_sep Cache.Entry parseCacheHeaders
long function ( String arg0 ) { try { return DateUtils . parseDate ( arg0 ) . getTime ( ) ; } catch ( DateParseException loc0 ) { return 0 ; } }