idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
17,800
get thrift server host ip concode_field_sep AndesSubscriptionManager andesSubscriptionManager concode_elem_sep AMQPConstructStore AMQPConstructStore concode_elem_sep AndesContextStore andesContextStore concode_elem_sep AndesContextInformationManager andesContextInformationManager concode_elem_sep ClusterNotificationLis...
String function ( ) { return AndesConfigurationManager . readValue ( AndesConfiguration . COORDINATION_THRIFT_SERVER_HOST ) ; }
17,801
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 SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
byte [ ] function ( ) { return securityHandler . getDecryptionKey ( ) ; }
17,802
finds index of child in this node . concode_field_sep Element node concode_field_sep String getName concode_elem_sep int childCount concode_elem_sep JDOMAdapterNode child
int function ( JDOMAdapterNode arg0 ) { int loc0 = childCount ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { JDOMAdapterNode loc2 = this . child ( loc1 ) ; if ( arg0 . node == loc2 . node ) { return loc1 ; } } return - 1 ; }
17,803
user correlating to userandsessioncredentials #getcredentials concode_field_sep SessionCredentials credentials concode_elem_sep User user concode_elem_sep int packedPolicySize concode_field_sep Builder toBuilder concode_elem_sep Builder credentials concode_elem_sep UserAndSessionCredentials build concode_elem_sep int h...
User function ( ) { return user ; }
17,804
helper method to convert an short to a byte array concode_field_sep short MAX_PAYLOAD_SIZE concode_elem_sep byte PT_ACTION concode_elem_sep byte ICON_JPEG concode_elem_sep byte majver concode_elem_sep byte[] payload concode_elem_sep byte PT_NOTIFICATION concode_elem_sep byte minver concode_elem_sep byte PT_BROADCAST co...
byte [ ] function ( short arg0 ) { return new byte [ ] { ( byte ) ( arg0 >>> 8 ) , ( byte ) arg0 } ; }
17,805
returns all options as hashmap of option keys and option values as strings . concode_field_sep HashMap<String,String> deviceOptions concode_field_sep boolean containsKey concode_elem_sep String getOption concode_elem_sep void put
HashMap < String , String > function ( ) { return deviceOptions ; }
17,806
names of the columns and name of the fields of a tab concode_field_sep String adWindowId concode_elem_sep Logger log4j concode_elem_sep String InitRecordNumber concode_elem_sep String tabname concode_elem_sep String windowname concode_elem_sep String poWindowId concode_field_sep String getInitRecordNumber concode_elem_...
TableLinkData [ ] function ( ConnectionProvider arg0 , String arg1 , String arg2 ) { return select ( arg0 , arg1 , arg2 , 0 , 0 ) ; }
17,807
the somaxconn value of the current machine . if failed to get the value , 200 is used as adefault value for windows or 128 for others . concode_field_sep String TCP_BACKLOG_SETTING_LOCATION concode_elem_sep int DEFAULT_TCP_BACKLOG_WINDOWS concode_elem_sep AtomicReference<LocalIpFilter> localIpFilter concode_elem_sep in...
int function ( ) { return getTcpBacklog ( getDefaultTcpBacklog ( ) ) ; }
17,808
f0 - > arraytype | booleantype | integertype | identifier concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
R function ( Type arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; return loc0 ; }
17,809
gets the value of the bindclicktowidget property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope ...
Boolean function ( ) { return bindClickToWidget ; }
17,810
returns whether the provider must provide speed information . not all fixes are guaranteed to contain such information . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep int mHorizontalAccuracy concode_elem_sep int ACCURACY_MEDIUM concode_elem...
boolean function ( ) { return mSpeedRequired ; }
17,811
unregister an existing connection observer . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,MqttBrokerConnection> brokerConnections concode_elem_sep EventPublisher eventPublisher concode_field_sep void unsetEventPublisher concode_elem_sep MqttBrokerConnection getConnection concode_elem_sep vo...
void function ( String arg0 , MqttConnectionObserver arg1 ) { getConnection ( arg0 ) . removeConnectionObserver ( arg1 ) ; }
17,812
sets the depth for search algorithms that require it . concode_field_sep long serialVersionUID concode_elem_sep int depth concode_elem_sep double alpha concode_elem_sep double discDetLb concode_field_sep double getDiscDetLb concode_elem_sep void setDiscDetLb concode_elem_sep DiscDetIndepParams serializableInstance conc...
void function ( int arg0 ) { if ( arg0 < - 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . depth = arg0 ; }
17,813
returns the uri of a random server . concode_field_sep Random randomGenerator concode_elem_sep long DEFAULT_DOC_EXPIRATION_TIME concode_field_sep Operation doServiceOperation concode_elem_sep void failOperationAsBadRequest concode_elem_sep void failOperationAsBadRequest concode_elem_sep String getIDFromDocumentSelfLink...
URI function ( Set < InetSocketAddress > arg0 , String arg1 ) { InetSocketAddress loc0 = ServiceUtils . selectRandomItem ( arg0 ) ; String loc1 = loc0 . getHostString ( ) ; int loc2 = loc0 . getPort ( ) ; URI loc3 = new URI ( "srini_string" , null , loc1 , loc2 , arg1 , null , null ) ; return loc3 ; }
17,814
gets the value of the representationattno property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_se...
String function ( ) { return representationAttNo ; }
17,815
returns the data flavors supported . concode_field_sep DataFlavor imageFlavor concode_elem_sep int maxDrawHeight concode_elem_sep int minDrawHeight concode_elem_sep int width concode_elem_sep int maxDrawWidth concode_elem_sep int minDrawWidth concode_elem_sep JFreeChart chart concode_elem_sep int height concode_field_s...
DataFlavor [ ] function ( ) { return new DataFlavor [ ] { this . imageFlavor } ; }
17,816
. concode_field_sep String activity_plan concode_elem_sep int PK_major_doc concode_elem_sep String activity_record concode_elem_sep int FK_majors_major_doc concode_elem_sep int FK_terms_major_doc concode_elem_sep String summarize concode_elem_sep String set_plan concode_elem_sep String plan concode_field_sep String get...
String function ( ) { return plan ; }
17,817
compare two singlecomment objects using just the id . concode_field_sep String text_ concode_elem_sep String id_ concode_elem_sep boolean isUsed_ concode_field_sep placeholderType placeHolder
int function ( Object arg0 ) { return id_ . compareTo ( ( ( SingleComment ) arg0 ) . id_ ) ; }
17,818
returns the class p k of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep bo...
long function ( ) { return _kbComment . getClassPK ( ) ; }
17,819
see parameter details for specific property settings . concode_field_sep String ID_XML_TAG concode_elem_sep String SRC_NEURON_ID_XML_TAG concode_elem_sep Map connectionToConnectionId concode_elem_sep String neatIdMapFileName concode_elem_sep String NEAT_ID_MAP_XML_TAG concode_elem_sep String DEST_NEURON_ID_XML_TAG conc...
void function ( Properties arg0 ) { neatIdMapFileName = arg0 . getProperty ( NEAT_ID_MAP_FILE_KEY , null ) ; }
17,820
submits a topology to run on the cluster . a topology runs forever or until explicitly killed . concode_field_sep Logger logger concode_field_sep String submitJar concode_elem_sep String submitJar concode_elem_sep void submitTopologyWithProgressBar
void function ( final String arg0 , final Map < ? , ? > arg1 , final FlinkTopology arg2 , final SubmitOptions arg3 ) { submitTopology ( arg0 , arg1 , arg2 ) ; }
17,821
cleanup after the test concode_field_sep MiniDFSCluster cluster concode_elem_sep NamenodeProtocols nnRpc concode_elem_sep Configuration conf concode_field_sep void testDeleteSnapshotWhenSnapshotNameIsEmpty concode_elem_sep void setup
void function ( ) { if ( cluster != null ) { cluster . shutdown ( ) ; cluster = null ; } }
17,822
removes all the entries added into verificationattributes . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,IdentityVerificationAttributes> verificationAttributes concode_field_sep GetIdentityVerificationAttributesRes...
GetIdentityVerificationAttributesResult function ( ) { this . verificationAttributes = null ; return this ; }
17,823
gets the arbitration metrics used . concode_field_sep ArrayList<InterfaceStringMetric> metricsForArbitration concode_field_sep void addArbitrationMetric concode_elem_sep float getArbitrationScore concode_elem_sep long getArbitrationTimingActual concode_elem_sep void addArbitrationMetrics concode_elem_sep String getShor...
ArrayList < InterfaceStringMetric > function ( ) { return metricsForArbitration ; }
17,824
status of the last attempted delivery . concode_field_sep java.util.Date nextDeliveryTime concode_elem_sep java.util.Date lastAttemptTime concode_elem_sep String lastErrorMessage concode_elem_sep String lastErrorCode concode_elem_sep java.util.Date lastSuccessfulTime concode_elem_sep String lastStatus concode_field_sep...
ConfigExportDeliveryInfo function ( DeliveryStatus arg0 ) { setLastStatus ( arg0 ) ; return this ; }
17,825
gets the image directory to use for the selectinputdate and tree theming . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_ele...
String function ( ) { return ( ( StylePath ) styleMap . get ( currentStyle ) ) . imageDirPath ; }
17,826
return the color model of this context . this ignores the model passed in the request , since colors are always in srgb . concode_field_sep int color concode_field_sep void dispose concode_elem_sep Raster getRaster
ColorModel function ( ) { return ColorModel . getRGBdefault ( ) ; }
17,827
get number of currently running threads concode_field_sep int maxLevel concode_elem_sep int nThreads concode_elem_sep MessageReceiver receiver concode_elem_sep Class threadClass concode_elem_sep int level concode_elem_sep int counter concode_elem_sep int maxThreads concode_elem_sep Queue tasks concode_field_sep int get...
int function ( ) { return nThreads ; }
17,828
returns the direct superclass and direct superinterfaces . class object is included in the result if the root of the hierarchy is a top-level interface . concode_field_sep ChangeTypeRefactoring fGeneralizeType concode_elem_sep ITypeBinding fRoot concode_field_sep Object[] getChildren concode_elem_sep ITypeBinding[] get...
Set function ( ITypeBinding arg0 ) { Set loc0 = new HashSet ( ) ; if ( arg0 . getSuperclass ( ) != null ) { loc0 . add ( arg0 . getSuperclass ( ) ) ; } return loc0 ; }
17,829
returns a hash code for this instance . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo
int function ( ) { int loc0 = 193 ; long loc1 = Double . doubleToLongBits ( this . x ) ; loc0 = 37 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; loc1 = Double . doubleToLongBits ( this . y ) ; loc0 = 37 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; return loc0 ; }
17,830
reset the type of the column concode_field_sep long serialVersionUID concode_field_sep Object reDefineType concode_elem_sep Object reDefineClob concode_elem_sep Object reDefineBinary concode_elem_sep Object reDefineBlob concode_elem_sep void checkDouble concode_elem_sep void checkDate concode_elem_sep Object reDefineBo...
void function ( QueryColumnImpl arg0 ) { arg0 . type = Types . OTHER ; }
17,831
returns the fully qualified class name of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co...
java . lang . String function ( ) { return _workflowInstanceLink . getClassName ( ) ; }
17,832
getter for the field type . concode_field_sep Map<String,List<String>> settings concode_elem_sep String description concode_elem_sep SecuritySchemeDescriptor describedBy concode_elem_sep String type concode_field_sep void setSettings concode_elem_sep SecuritySchemeDescriptor getDescribedBy concode_elem_sep Map<String,L...
String function ( ) { return type ; }
17,833
gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep String key concode_field_sep void setThis concode_elem_sep String getKey concode_elem_sep void setKey
ManagedObjectReference function ( ) { return _this ; }
17,834
increases the counter of task execution failures that occurred since the last successful execution of this task or since the task was enabled . concode_field_sep int numberOfRetries concode_elem_sep int DEFAULT_TIME_FOR_RETRY_INTERVAL concode_elem_sep int failuresInRow concode_elem_sep String description concode_elem_s...
void function ( ) { failuresInRow ++ ; }
17,835
sets the main class that should be run . if not specified the value from the manifest will be used , or if no manifest entry is found the archive will be searched for a suitable class . concode_field_sep byte[] ZIP_FILE_HEADER concode_elem_sep String mainClass concode_elem_sep String START_CLASS_ATTRIBUTE concode_elem_...
void function ( String arg0 ) { this . mainClass = arg0 ; }
17,836
is the set empty ? concode_field_sep Node[] next concode_elem_sep Node root concode_elem_sep int R concode_elem_sep boolean isString concode_elem_sep int N concode_field_sep void add concode_elem_sep Node add concode_elem_sep boolean contains concode_elem_sep Iterator<String> iterator concode_elem_sep Iterable<String> ...
boolean function ( ) { return size ( ) == 0 ; }
17,837
send the proxied message to this endpoint concode_field_sep boolean binding concode_elem_sep Endpoint endpoint concode_elem_sep CamelContext camelContext concode_field_sep ProxyBuilder endpoint concode_elem_sep ProxyBuilder endpoint concode_elem_sep T build concode_elem_sep T build concode_elem_sep ProxyBuilder binding
ProxyBuilder function ( Endpoint arg0 ) { this . endpoint = arg0 ; return this ; }
17,838
get the length of a shortest path . concode_field_sep double[][] d concode_elem_sep List<V> vertices concode_elem_sep int nShortestPaths concode_elem_sep Map<VertexPair<V>,GraphPath<V,E>> paths concode_elem_sep double diameter concode_elem_sep int[][] backtrace concode_elem_sep Graph<V,E> graph concode_field_sep double...
double function ( V arg0 , V arg1 ) { lazyCalculateMatrix ( ) ; return d [ vertices . indexOf ( arg0 ) ] [ vertices . indexOf ( arg1 ) ] ; }
17,839
start the activation concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep AnnoActivationSpec spec concode_elem_sep AnnoResourceAdapter ra concode_field_sep AnnoActivationSpec getActivationSpec concode_elem_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void stop
void function ( ) { }
17,840
get an inputstream from the message payload . overridden method concode_field_sep String method concode_elem_sep String requestUrl concode_elem_sep Map<String,String> headers concode_elem_sep String contentType concode_field_sep String getRequestUrl concode_elem_sep void setMethod concode_elem_sep Map<String,String> ge...
InputStream function ( ) { return null ; }
17,841
renders the text with access key having default style of underline . concode_field_sep PlaceHolder placeHolder concode_field_sep int getAccessKeyIndex
void function ( FacesContext arg0 , Object arg1 , int arg2 ) { renderAccessKeyText ( arg0 , arg1 , arg2 , SkinSelectors . AF_ACCESSKEY_STYLE_CLASS ) ; }
17,842
test the translator 's ability to rewrite the locate function in a form suitable for the data source . select locate stringnum , ` chimp ' from bqt1.smalla concode_field_sep DB2ExecutionFactory TRANSLATOR concode_field_sep void helpTestVisitor concode_elem_sep void testConcat2 concode_elem_sep void testSelectNullLitera...
void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; TranslationHelper . helpTestVisitor ( TranslationHelper . BQT_VDB , loc0 , loc1 , TRANSLATOR ) ; }
17,843
creates a maptype by specifying the data type of keys keytype and values keytype . the field of valuecontainsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c...
MapType function ( DataType arg0 , DataType arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new MapType ( arg0 , arg1 , true ) ; }
17,844
get the soap request object . concode_field_sep String REQ_PACKET concode_elem_sep boolean responseInPacket concode_elem_sep SOAPMessage request concode_elem_sep Exception classLoadingException concode_elem_sep SOAPMessage response concode_elem_sep String RES_PACKET concode_elem_sep HashMap infoMap concode_elem_sep boo...
SOAPMessage function ( ) { if ( this . request == null ) { Object loc0 = getPacket ( REQUEST_PACKET , true ) ; if ( loc0 != null && this . requestInPacket ) { this . request = getSOAPFromPacket ( REQUEST_PACKET , loc0 ) ; } } return this . request ; }
17,845
returns the singleton instance of the identifiervalidator . concode_field_sep Object NULL concode_elem_sep IdentifierValidator INSTANCE concode_elem_sep Map<Class<?>,Object> whiteList concode_field_sep boolean isValidIdentifier
IdentifierValidator function ( ) { return INSTANCE ; }
17,846
setter for use by osgi injection . concode_field_sep MiosActionService service concode_elem_sep MiosActionProvider actionProvider concode_elem_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep MiosActionProvider getMiosActionProvider concode_elem_sep void activate concode_elem_sep void unsetM...
void function ( MiosActionProvider arg0 ) { this . actionProvider = arg0 ; logger . debug ( "srini_string" ) ; }
17,847
returns the value at the specified key . concode_field_sep NetworkTable table concode_elem_sep Hashtable tablesToData concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep void putNumber concode_elem_sep void putInt concode_elem_sep void putString concode_elem_sep void putDouble concode_elem_sep dou...
double function ( String arg0 ) { return table . getNumber ( arg0 ) ; }
17,848
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 ; }
17,849
saves the multimedia associated with this card to proper path inside anki folder . for each field associated with the note it checks for the following condition a . the field content should have changed b . the field content does not already point to a media inside anki media path if both condition satisfies then it co...
void function ( final MultimediaEditableNote arg0 ) { int loc0 = arg0 . getNumberOfFields ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { IField loc2 = arg0 . getField ( loc1 ) ; importMediaToDirectory ( loc2 ) ; } }
17,850
getter for a given value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep HsqlName getName concode_elem_sep String getSchemaName concode_elem_sep int getType co...
long function ( long arg0 ) { if ( arg0 >= currValue ) { currValue = arg0 ; currValue += increment ; return arg0 ; } else { return arg0 ; } }
17,851
returns the underlying array . the returned array might have a length that is larger than #size . the values of those additional slots are undefined and should not be used . concode_field_sep int size concode_elem_sep short[] array concode_elem_sep int i concode_field_sep void add concode_elem_sep Short next concode_el...
short [ ] function ( ) { return array ; }
17,852
returns the answer to the specified question using the tt-entails algorithm . concode_field_sep PEParser parser concode_elem_sep List<Sentence> sentences concode_field_sep void tellAll concode_elem_sep int size concode_elem_sep void tell concode_elem_sep Sentence asSentence concode_elem_sep String toString concode_elem...
boolean function ( String arg0 ) { return new TTEntails ( ) . ttEntails ( this , arg0 ) ; }
17,853
displays like a popdown menu from the anchor view concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate concode_elem_sep vo...
void function ( ) { showDropDown ( 0 , 0 ) ; }
17,854
setpublickeyfilename should be delegated to ballotciphersprovider concode_field_sep PropertyConfigurationService propertyConfigurationService concode_elem_sep BallotCipherService ballotCipherService concode_elem_sep Logger log concode_elem_sep BallotCiphersProvider ballotCiphersProvider concode_field_sep void initializ...
void function ( ) { ballotCipherService . setPublicKeyFileName ( "srini_string" ) ; verify ( ballotCiphersProvider , times ( 1 ) ) . invalidatePublicKeyCache ( ) ; }
17,855
calculates detailed statistics for each iteration . should be called prior to accessing individual measurements . concode_field_sep XContentBuilderString MEAN concode_elem_sep XContentBuilderString MIN concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep List<CompetitionNodeResult> nodeResults concode_ele...
void function ( ) { for ( CompetitionNodeResult loc0 : nodeResults ) { for ( CompetitionIteration loc1 : loc0 . iterations ( ) ) { loc1 . computeStatistics ( ) ; } } }
17,856
this is to implement memory allocation in the array . like malloc . concode_field_sep long serialVersionUID concode_elem_sep byte[] array concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep byte get concode_elem_sep int length ...
int function ( int arg0 ) { int loc0 = n ; int loc1 = array . length ; if ( n + arg0 >= loc1 ) { byte [ ] loc2 = new byte [ loc1 + blockSize ] ; System . arraycopy ( array , 0 , loc2 , 0 , loc1 ) ; array = loc2 ; } n += arg0 ; return loc0 ; }
17,857
creates a term suggestion lookup query with the provided field concode_field_sep PlaceHolder placeHolder concode_field_sep PhraseSuggestionBuilder phraseSuggestion concode_elem_sep CompletionSuggestionBuilder completionSuggestion
TermSuggestionBuilder function ( String arg0 ) { return new TermSuggestionBuilder ( arg0 ) ; }
17,858
returns the s v n repository where url = &#63; or returns null if it could not be found , optionally using the finder cache . concode_field_sep SVNRepositoryPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<SVNRepository> fi...
SVNRepository function ( java . lang . String arg0 , boolean arg1 ) { return getPersistence ( ) . fetchByUrl ( arg0 , arg1 ) ; }
17,859
import an invalid package . concode_field_sep PlaceHolder placeHolder concode_field_sep void testResolveClass01 concode_elem_sep void testImportStatic01 concode_elem_sep void testImportStatic02 concode_elem_sep void testImportStatic03 concode_elem_sep void testBug57135 concode_elem_sep void testImportStatic04 concode_e...
void function ( ) { ImportHandler loc0 = new ImportHandler ( ) ; loc0 . importPackage ( "srini_string" ) ; }
17,860
removes all mediadescriptors concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init concode_elem_...
SessionDescriptor function ( String arg0 ) { for ( int loc0 = media . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) if ( ( ( MediaDescriptor ) media . elementAt ( loc0 ) ) . getMedia ( ) . getMedia ( ) . equals ( arg0 ) ) media . removeElementAt ( loc0 ) ; return this ; }
17,861
extract the simp session attributes from the given message , wrap them in a simpattributes instance and bind it to the current thread , concode_field_sep ThreadLocal<SimpAttributes> attributesHolder concode_field_sep SimpAttributes getAttributes concode_elem_sep void setAttributes concode_elem_sep SimpAttributes curren...
void function ( Message < ? > arg0 ) { setAttributes ( SimpAttributes . fromMessage ( arg0 ) ) ; }
17,862
invokes the static main string method from each specified class . concode_field_sep String SYNTAX_MSG concode_elem_sep String[] emptyStringArray concode_field_sep void syntaxFailure concode_elem_sep void main
void function ( String arg0 , String [ ] arg1 ) { Class loc0 ; Method loc1 ; Class [ ] loc2 = { emptyStringArray . getClass ( ) } ; Object [ ] loc3 = { ( arg1 == null ) ? emptyStringArray : arg1 } ; loc0 = Class . forName ( arg0 ) ; loc1 = loc0 . getMethod ( "srini_string" , loc2 ) ; loc1 . invoke ( null , loc3 ) ; }
17,863
returns the end index of the entity range on the ancestor side . concode_field_sep int LEFT concode_elem_sep int NOCHANGE concode_elem_sep int CHANGE concode_elem_sep int ERROR concode_elem_sep int ANCESTOR concode_elem_sep int RIGHT concode_elem_sep int fRightLength concode_elem_sep int lAncestorLength concode_elem_se...
int function ( ) { return lAncestorStart + lAncestorLength ; }
17,864
the total number of locks downgraded . concode_field_sep int st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep int st_maxlsteals concode_elem_sep int st_partitions concode_elem_sep int st_part_max_nowait concode_elem_sep int st_objs_wa...
int function ( ) { return st_ndowngrade ; }
17,865
shut down the job service by letting current tasks run to completion but accepting no further tasks . concode_field_sep ThreadPoolExecutor pool concode_field_sep Future<V> submit concode_elem_sep int getPendingTaskCount concode_elem_sep int getActiveTaskCount concode_elem_sep void shutdownNow
void function ( ) { pool . shutdown ( ) ; }
17,866
returns true if the property does not belong as a command-line argument concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_el...
boolean function ( String arg0 ) { return arg0 . equals ( EXECUTABLE_NAME_KEY ) || arg0 . equals ( EXECUTABLE_PATH_KEY ) ; }
17,867
the detailed results of the trusted advisor check . concode_field_sep TrustedAdvisorCheckResult result concode_field_sep int hashCode concode_elem_sep TrustedAdvisorCheckResult getResult concode_elem_sep boolean equals concode_elem_sep DescribeTrustedAdvisorCheckResultResult clone concode_elem_sep String toString conco...
void function ( TrustedAdvisorCheckResult arg0 ) { this . result = arg0 ; }
17,868
tests the simple operations inside the builder . concode_field_sep PlaceHolder placeHolder concode_field_sep void verify concode_elem_sep void testRandom
void function ( ) { TreeStringBuilder loc0 = new TreeStringBuilder ( ) ; verify ( "srini_string" , loc0 . intern ( "srini_string" ) ) ; TreeString loc1 = loc0 . intern ( "srini_string" ) ; verify ( "srini_string" , loc1 ) ; verify ( "srini_string" , loc0 . intern ( "srini_string" ) ) ; verify ( "srini_string" , loc0 . ...
17,869
returns the includescannable objects this c++ compile action contributes to alipo context collector . concode_field_sep ImmutableList<Artifact> objectFiles concode_elem_sep Set<Artifact> dwoFiles concode_elem_sep ImmutableList<Artifact> ltoBitcodeFiles concode_elem_sep ImmutableList<Artifact> picDwoFiles concode_elem_s...
List < IncludeScannable > function ( ) { return lipoScannables ; }
17,870
create an instance of contentresources concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_ele...
ContentResources function ( ) { return new ContentResources ( ) ; }
17,871
this is a mandatory property that needs to be set . concode_field_sep HttpClient httpClient concode_elem_sep ResteasyProviderFactory resteasyProviderFactory concode_elem_sep URI baseUri concode_elem_sep T client concode_elem_sep ClientExecutor clientExecutor concode_elem_sep Class<T> serviceInterface concode_field_sep ...
void function ( Class < T > arg0 ) { this . serviceInterface = arg0 ; }
17,872
gets the value of the name property . concode_field_sep List<String> attributeValue concode_elem_sep String name concode_elem_sep String friendlyName concode_field_sep void setName concode_elem_sep List<String> getAttributeValue concode_elem_sep String getFriendlyName concode_elem_sep void setFriendlyName
String function ( ) { return name ; }
17,873
velocity for round pans concode_field_sep double BT concode_elem_sep double OC concode_elem_sep double PD concode_elem_sep double BW concode_elem_sep double PW concode_elem_sep boolean panIsRound concode_elem_sep double PL concode_field_sep double VMRC concode_elem_sep double VORC concode_elem_sep double VSAO concode_e...
double function ( ) { return OC / BT * 60 ; }
17,874
close the current opening tag if necessary and appends the supplied value as inner text . concode_field_sep PageContext pageContext concode_elem_sep Stack<TagStateEntry> tagState concode_elem_sep Writer writer concode_elem_sep String tagName concode_elem_sep boolean blockTag concode_field_sep void startTag concode_elem...
void function ( String arg0 ) { if ( ! inTag ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } closeTagAndMarkAsBlock ( ) ; this . writer . append ( arg0 ) ; }
17,875
todo handle arbitrary level of network names . concode_field_sep String nodeName concode_elem_sep Pattern splitPattern concode_elem_sep String rackName concode_field_sep String process concode_elem_sep LoggedLocation makeLoggedLocation concode_elem_sep int distance concode_elem_sep String nameComponent concode_elem_sep...
int function ( ) { return 3 ; }
17,876
returns a copy of this node where rule has been recursively applied first to all of its children and then itself post-order . when rule does not apply to a given node , it is left unchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String nodeName concode_elem_sep java.lang.String asCode c...
BaseType function ( scala . PartialFunction < BaseType , BaseType > arg0 ) { throw new RuntimeException ( ) ; }
17,877
check the interviewer 's verification when logging in and assign the attributes . concode_field_sep Logger LOGGER concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String loginTime concode_elem_sep StudySpace studySpace concode_elem_sep String id concode_elem_sep String salutation conc...
Interviewer function ( StudySpace arg0 , String arg1 , String arg2 ) { return arg0 . verifyInterviewer ( arg1 , arg2 ) ; }
17,878
returns the computed insertion position for this context . this is typically the offset into the backing root concode_field_sep int fOffset concode_elem_sep ITypeRoot fUnit concode_field_sep ITypeRoot getJavaScriptRoot
int function ( ) { return fOffset ; }
17,879
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<ShoppingItemFieldLocalService,ShoppingItemFieldLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com.liferay.shopping.model.ShoppingItemField delet...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
17,880
send an error log message and log the exception . concode_field_sep String TAG concode_field_sep void d concode_elem_sep void d concode_elem_sep void v concode_elem_sep void v concode_elem_sep void w concode_elem_sep void w concode_elem_sep void w concode_elem_sep String buildMessage concode_elem_sep void i concode_ele...
void function ( String arg0 , Throwable arg1 ) { if ( BuildConfig . DEBUG ) android . util . Log . e ( TAG , buildMessage ( arg0 ) , arg1 ) ; }
17,881
returns all the registered processkiller descriptors . concode_field_sep long serialVersionUID concode_field_sep boolean kill
ExtensionList < ProcessKiller > function ( ) { return ExtensionList . lookup ( ProcessKiller . class ) ; }
17,882
push an array or object scope . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_s...
void function ( JSONObject arg0 ) { if ( this . top >= maxdepth ) { throw new JSONException ( "srini_string" ) ; } this . stack [ this . top ] = arg0 ; this . mode = arg0 == null ? 'a' : 'k' ; this . top += 1 ; }
17,883
stops the dcc file transfer by closing the connection . concode_field_sep File _file concode_elem_sep PircBot _bot concode_elem_sep int BUFFER_SIZE concode_elem_sep int _timeout concode_elem_sep String _type concode_elem_sep boolean _incoming concode_elem_sep String _login concode_elem_sep long _startTime concode_elem_...
void function ( ) { try { _socket . close ( ) ; } catch ( Exception loc0 ) { } }
17,884
creates a hamcrest matcher which ensures that the title of a task objectis equal to the expected title . concode_field_sep PlaceHolder placeHolder concode_field_sep TypeSafeDiagnosingMatcher<Task> isOpen
FeatureMatcher < Task , String > function ( final String arg0 ) { return new FeatureMatcher < Task , String > ( is ( arg0 ) , "srini_string" , "srini_string" ) { @ Override protected String featureValueOf ( Task arg1 ) { return arg1 . getTitle ( ) ; } } ; }
17,885
returns a mask of all the modifiers that may be applied to methods . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_elem_sep in...
int function ( ) { return PUBLIC | PROTECTED | PRIVATE | ABSTRACT | STATIC | FINAL | SYNCHRONIZED | NATIVE | STRICT ; }
17,886
tells what does the flag means . concode_field_sep UserManager userMgr concode_elem_sep Properties property concode_elem_sep Core instance concode_elem_sep UIManager UIMgr concode_elem_sep Login loginWindow concode_field_sep Core instance concode_elem_sep int service concode_elem_sep Properties getProperties concode_el...
String function ( int arg0 ) { switch ( arg0 ) { case - 1 : return getProperties ( ) . getProperty ( "srini_string" ) ; case 0 : return getProperties ( ) . getProperty ( "srini_string" ) ; case 1 : return getProperties ( ) . getProperty ( "srini_string" ) ; case 2 : return getProperties ( ) . getProperty ( "srini_strin...
17,887
gets the value of the nilreason 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 nilreason property . for example , to add a new item , d...
List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; }
17,888
returns true if any later connectionspec in the fallback strategy lookspossible based on the supplied sslsocket . it assumes that a future socket will have the same capabilities as the supplied socket . concode_field_sep int nextModeIndex concode_elem_sep boolean isFallback concode_elem_sep boolean isFallbackPossible c...
boolean function ( SSLSocket arg0 ) { for ( int loc0 = nextModeIndex ; loc0 < connectionSpecs . size ( ) ; loc0 ++ ) { if ( connectionSpecs . get ( loc0 ) . isCompatible ( arg0 ) ) { return true ; } } return false ; }
17,889
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 ( ) ; }
17,890
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
17,891
sets a block of 32 bits , starting at bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_ele...
void function ( int arg0 , int arg1 ) { bits [ arg0 >> 5 ] = arg1 ; }
17,892
start filtering based on resource folder #tostring paths . note : matching is case sensitive and paths are considered relative to resourcefiltercontext #getsource . concode_field_sep AntPathMatcher ANT_PATH_MATCHER concode_elem_sep ResourceFilter filter concode_elem_sep AttributeFilter parent concode_elem_sep boolean i...
AttributeFilter function ( ) { return caseSensitivePaths ( PathStyle . RELATIVE_TO_SOURCE ) ; }
17,893
tests simple nesting , with and without a throw . concode_field_sep PlaceHolder placeHolder concode_field_sep void triplet concode_elem_sep void doNothing concode_elem_sep void twoPath concode_elem_sep void constantLock concode_elem_sep void notNested concode_elem_sep void main concode_elem_sep void notExcessiveNesting...
void function ( boolean arg0 ) { synchronized ( this ) { synchronized ( Main . class ) { synchronized ( new Object ( ) ) { synchronized ( Class . class ) { if ( arg0 ) { throw new MyException ( ) ; } } } } } }
17,894
creates a sql query function . concode_field_sep Supplier<Result<SQLiteDatabase>> databaseSupplier concode_elem_sep Function<Cursor,T> cursorToItem concode_elem_sep Merger<SQLiteDatabase,R,Result<T>> databaseWithSqlArgument concode_field_sep Function<SqlDeleteRequest,Result<Integer>> databaseDeleteFunction concode_elem...
Function < SqlRequest , Result < List < T >>> function ( @ NonNull final Supplier < Result < SQLiteDatabase >> arg0 , @ NonNull Function < Cursor , T > arg1 ) { return new DatabaseFunction < > ( arg0 , new DatabaseQueryMerger < > ( arg1 ) ) ; }
17,895
returns the number of solutions in the solutionset . concode_field_sep int capacity_ concode_elem_sep List<Solution> solutionsList_ concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep int indexBest concode_elem_sep void printFeasibleFUN concode_elem_sep double[][] writeObjectivesToMatrix concode...
int function ( ) { return solutionsList_ . size ( ) ; }
17,896
reuse same thread local for the same cache across different regions . concode_field_sep String GRID_NAME_PROPERTY concode_elem_sep Ignite ignite concode_elem_sep AccessType dfltAccessType concode_elem_sep String GRID_CONFIG_PROPERTY concode_elem_sep Map<String,String> regionCaches concode_elem_sep ThreadLocal threadLoc...
ThreadLocal function ( String arg0 ) { return threadLoc ; }
17,897
returns the scheduling rule , or null if none . concode_field_sep IWorkspaceRunnable fWorkspaceRunnable concode_elem_sep boolean fTransfer concode_elem_sep ISchedulingRule fRule concode_field_sep void threadChange concode_elem_sep void run concode_elem_sep void runAsUserJob
ISchedulingRule function ( ) { return fRule ; }
17,898
check if audit is required based on the service names and audit configuration . concode_field_sep Logger LOG concode_elem_sep AuditSupport auditSupport concode_field_sep List<GenericAuditEntity> buildAuditEntities concode_elem_sep void persistAuditEntity concode_elem_sep void auditEvent concode_elem_sep void auditOpera...
boolean function ( String arg0 ) { if ( EagleConfigFactory . load ( ) . isServiceAuditingEnabled ( ) && ( "srini_string" . equals ( arg0 ) || "srini_string" . equals ( arg0 ) ) ) { return true ; } return false ; }
17,899
returns true if the given path string is contained in the given array of paths concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( String arg0 , IPath [ ] arg1 ) { if ( arg1 == null || arg0 == null ) { return false ; } for ( IPath loc0 : arg1 ) { if ( arg0 . equals ( loc0 . toString ( ) ) ) { return true ; } } return false ; }