idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
2,200
sets the value of the cramount property . concode_field_sep ArrayList transaxtionParameters concode_elem_sep String subSchemeId concode_elem_sep String asOnDate concode_elem_sep String glCode concode_elem_sep String voucherDetailId concode_elem_sep String voucherHeaderId concode_elem_sep String functionaryId concode_el...
void function ( final String arg0 ) { crAmount = arg0 ; }
2,201
get password concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_elem_sep byte[] binary concode_el...
String function ( ) { return password ; }
2,202
returns a cursor over all words that match the given query concode_field_sep String KEY_TYPE concode_elem_sep SearchDatabaseHelper mDatabaseOpenHelper concode_elem_sep String FTS_VIRTUAL_TABLE concode_elem_sep HashMap<String,String> mColumnMap concode_elem_sep String KEY_ITEM concode_field_sep HashMap<String,String> bu...
Cursor function ( String arg0 , String [ ] arg1 ) { String loc0 = KEY_ITEM + "srini_string" ; String [ ] loc1 = new String [ ] { arg0 + "srini_string" } ; return arg0 ( loc0 , loc1 , arg1 ) ; }
2,203
remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str...
void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; }
2,204
copies the given properties object into a new properties object , in a thread-safe manner . concode_field_sep PlaceHolder placeHolder concode_field_sep Properties getSystemProperties concode_elem_sep void addSystemProperties
Properties function ( Properties arg0 ) { final Properties loc0 = new Properties ( ) ; synchronized ( arg0 ) { loc0 . putAll ( arg0 ) ; } return loc0 ; }
2,205
removes the guarded object from the management of this formguard . concode_field_sep int ON_ISDIRTY concode_elem_sep Map guardedEntries concode_elem_sep int ON_NOERRORS concode_elem_sep int ON_ENABLED concode_elem_sep int FORMERROR_GUARDED concode_elem_sep ValidatingFormModel formModel concode_elem_sep int LIKE_COMMITC...
boolean function ( Guarded arg0 ) { Object loc0 = this . guardedEntries . remove ( arg0 ) ; return loc0 != null ; }
2,206
returns the resource permission id of this resource permission . concode_field_sep ResourcePermission _resourcePermission concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMod...
long function ( ) { return _resourcePermission . getResourcePermissionId ( ) ; }
2,207
filter a sequence iterable of cards to a list of equal or smaller size whose names contain the given substring . we perform the substring search without sensitivity to case . concode_field_sep PlaceHolder placeHolder concode_field_sep CardList filter concode_elem_sep CardList CardListColorFilter concode_elem_sep CardLi...
CardList function ( Iterable < Card > arg0 , String arg1 ) { String loc0 ; CardList loc1 = new CardList ( ) ; for ( Card loc2 : arg0 ) { loc0 = loc2 . getName ( ) . toLowerCase ( ) ; if ( loc0 . indexOf ( arg1 . toLowerCase ( ) ) >= 0 ) { loc1 . add ( loc2 ) ; } } return loc1 ; }
2,208
retrieves the accumulated time this object has spent running since it was last zeroed . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_el...
long function ( ) { if ( running ) { return total + System . currentTimeMillis ( ) - startTime ; } else { return total ; } }
2,209
the aws account id number of the account that owns or contains the calling entity . concode_field_sep String arn concode_elem_sep String userId concode_elem_sep String account concode_field_sep GetCallerIdentityResult withAccount concode_elem_sep GetCallerIdentityResult withArn concode_elem_sep int hashCode concode_ele...
String function ( ) { return this . account ; }
2,210
getter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
Locale function ( ) { synchronized ( mutex ) { return locale ; } }
2,211
builds select from table . concode_field_sep PlaceHolder placeHolder concode_field_sep void addExpression concode_elem_sep Select buildSelectFromTableAndSelectItems concode_elem_sep Select buildSelectFromTableAndExpressions concode_elem_sep Select buildSelectFromTableAndExpressions concode_elem_sep Join addJoin concode...
Select function ( Table arg0 ) { return buildSelectFromTableAndSelectItems ( arg0 , new AllColumns ( ) ) ; }
2,212
reads previous run information from disk . concode_field_sep AuditEventService auditEventService concode_elem_sep MailEngine mailEngine concode_elem_sep String GENE2CS_REPOPULATE_QUERY concode_elem_sep String HOME_DIR concode_elem_sep AtomicBoolean running concode_elem_sep SessionFactory sessionFactory concode_elem_sep...
Gene2CsStatus function ( ) { File loc0 = getGene2CsInfopath ( ) ; if ( ! loc0 . canRead ( ) ) { return null ; } try ( FileInputStream loc1 = new FileInputStream ( loc0 ) ; ObjectInputStream loc2 = new ObjectInputStream ( loc1 ) ) { return ( Gene2CsStatus ) loc2 . readObject ( ) ; } }
2,213
returns the value of a property . concode_field_sep ArrayList fRecognizedProperties concode_elem_sep ArrayList fRecognizedFeatures concode_elem_sep XMLComponentManager fParentSettings concode_elem_sep HashMap fProperties concode_elem_sep HashMap fFeatures concode_elem_sep String PARSER_SETTINGS concode_field_sep void a...
Object function ( String arg0 ) { Object loc0 = fProperties . get ( arg0 ) ; if ( loc0 == null ) { checkProperty ( arg0 ) ; } return loc0 ; }
2,214
gets the option items for countries . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep String COUNTRY_...
SelectItem [ ] function ( ) { return COUNTRY_ITEMS ; }
2,215
returns the certificate from the other ca to this ca . concode_field_sep X509Certificate forward concode_elem_sep X509Certificate reverse concode_field_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep X509Certificate getReverse concode_elem_sep boolean equals
X509Certificate function ( ) { return forward ; }
2,216
sets the recordcount to the specified value . concode_field_sep long accumulatedRecordCount concode_elem_sep long firstRecordStart concode_elem_sep long recordCount concode_field_sep int getInfoSize concode_elem_sep void setAccumulatedRecordCount concode_elem_sep void read concode_elem_sep void setFirstRecordStart conc...
void function ( long arg0 ) { this . recordCount = arg0 ; }
2,217
sets the ability to enable sound within the entire codeblocks library if enablesound is set to false , no sounds can be played/heard until enablesound is set to true again . concode_field_sep boolean enableSound concode_field_sep Sound loadSound concode_elem_sep boolean isSoundEnabled
void function ( boolean arg0 ) { SoundManager . arg0 = arg0 ; }
2,218
get the os/2 table for this ttf . concode_field_sep Map<String,TTFTable> tables concode_elem_sep TTFDataStream data concode_elem_sep Map<String,Integer> postScriptNames concode_elem_sep float version concode_elem_sep int numberOfGlyphs concode_elem_sep int unitsPerEm concode_field_sep String getName concode_elem_sep Gl...
OS2WindowsMetricsTable function ( ) { OS2WindowsMetricsTable loc0 = ( OS2WindowsMetricsTable ) tables . get ( OS2WindowsMetricsTable . TAG ) ; if ( loc0 != null && ! loc0 . getInitialized ( ) ) { readTable ( loc0 ) ; } return loc0 ; }
2,219
isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeRegionsType localDescribeRegions concode_field_sep void setDescribeRegions concode_elem_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep com....
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
2,220
delete a minimal key and return its associated index . concode_field_sep int[] pq concode_elem_sep int NMAX concode_elem_sep Key[] keys concode_elem_sep IndexMinPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem...
int function ( ) { if ( N == 0 ) throw new NoSuchElementException ( "srini_string" ) ; int loc0 = pq [ 1 ] ; exch ( 1 , N -- ) ; sink ( 1 ) ; qp [ loc0 ] = - 1 ; keys [ pq [ N + 1 ] ] = null ; pq [ N + 1 ] = - 1 ; return loc0 ; }
2,221
returns the statistics on the x values alone . concode_field_sep int BYTES concode_elem_sep long serialVersionUID concode_elem_sep double sumOfProductsOfDeltas concode_elem_sep Stats yStats concode_elem_sep Stats xStats concode_field_sep PairedStats fromByteArray concode_elem_sep double sumOfProductsOfDeltas concode_el...
Stats function ( ) { return xStats ; }
2,222
determine the order for the given configuration class bean definition , as set by #checkconfigurationclasscandidate . concode_field_sep String CONFIGURATION_CLASS_LITE concode_elem_sep String CONFIGURATION_CLASS_ATTRIBUTE concode_elem_sep Set<String> candidateIndicators concode_elem_sep String CONFIGURATION_CLASS_FULL ...
int function ( BeanDefinition arg0 ) { Integer loc0 = ( Integer ) arg0 . getAttribute ( ORDER_ATTRIBUTE ) ; return ( loc0 != null ? loc0 : Ordered . LOWEST_PRECEDENCE ) ; }
2,223
returns the area covered by this shape painter even if nothing is painted there . concode_field_sep Shape shape concode_elem_sep int count concode_elem_sep ShapePainter[] painters concode_field_sep int getShapePainterCount concode_elem_sep Shape getPaintedArea concode_elem_sep Rectangle2D getSensitiveBounds2D concode_e...
Shape function ( ) { if ( painters == null ) return null ; Area loc0 = new Area ( ) ; for ( int loc1 = 0 ; loc1 < count ; ++ loc1 ) { Shape loc2 = painters [ loc1 ] . getSensitiveArea ( ) ; if ( loc2 != null ) { loc0 . add ( new Area ( loc2 ) ) ; } } return loc0 ; }
2,224
gets the graphprovider from the current test suite and wraps it in a managedgraphprovider . concode_field_sep GraphProvider innerGraphProvider concode_elem_sep List<Pair<Graph,Configuration>> openGraphs concode_elem_sep GraphProvider graphProvider concode_elem_sep TraversalEngine.Type traversalEngineType concode_elem_s...
GraphProvider function ( ) { return new ManagedGraphProvider ( graphProvider ) ; }
2,225
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fi...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
2,226
sets the value of the id property . concode_field_sep String name concode_elem_sep int id concode_elem_sep int age concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_elem_sep int getId concode_elem_sep void setAge
void function ( int arg0 ) { this . id = arg0 ; }
2,227
registers an extra page for the updater window . pages must derive from composite and implement a constructor that takesa single parent composite argument . all pages must be registered before the call to #open . concode_field_sep AvdManagerWindowImpl1 mWindow concode_field_sep void open
void function ( Class < ? extends UpdaterPage > arg0 , UpdaterPage . Purpose arg1 ) { mWindow . registerPage ( arg0 , arg1 ) ; }
2,228
this method will set the value of parent . concode_field_sep int resultTableID concode_elem_sep int tableOneAccess concode_elem_sep Operation parent concode_elem_sep Operation tableOne concode_elem_sep int tableTwoAccess concode_elem_sep String type concode_elem_sep int executionOrder concode_elem_sep Operation tableTw...
void function ( final Operation arg0 ) { this . parent = arg0 ; }
2,229
sets the value of the sppr property . concode_field_sep CTTextBody txPr concode_elem_sep CTMarker marker concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTUnsignedInt idx concode_elem_sep CTDLbl dLbl concode_field_sep CTShapeProperties getSpPr concode_elem_sep CTMarker g...
void function ( CTShapeProperties arg0 ) { this . spPr = arg0 ; }
2,230
returns the name of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEs...
java . lang . String function ( ) { return _gadget . getName ( ) ; }
2,231
sets the value of the url property . concode_field_sep String onlineDescription concode_elem_sep ConnectionType connection concode_elem_sep UrlType url concode_field_sep String getOnlineDescription concode_elem_sep PhysicalOnlineType withConnection concode_elem_sep UrlType getUrl concode_elem_sep ConnectionType getConn...
void function ( UrlType arg0 ) { this . url = arg0 ; }
2,232
return the expiration in seconds . concode_field_sep Caffeine caffeine concode_elem_sep List<String> cacheNames concode_elem_sep JCache jcache concode_elem_sep EhCache ehcache concode_elem_sep Hazelcast hazelcast concode_elem_sep String provider concode_elem_sep Couchbase couchbase concode_elem_sep Infinispan infinispa...
int function ( ) { return ( int ) TimeUnit . MILLISECONDS . toSeconds ( this . expiration ) ; }
2,233
create the ifindbugsengine that will be used to analyze the application . concode_field_sep UserPreferences preferencesSingleton concode_elem_sep BugCollection justAnalyzed concode_elem_sep boolean finished concode_field_sep void addDeadBugMatcher concode_elem_sep BugCollection doAnalysis concode_elem_sep BugCollection...
IFindBugsEngine function ( @ Nonnull Project arg0 , BugReporter arg1 ) { FindBugs2 loc0 = new FindBugs2 ( ) ; loc0 . setBugReporter ( arg1 ) ; loc0 . setProject ( arg0 ) ; loc0 . setDetectorFactoryCollection ( DetectorFactoryCollection . instance ( ) ) ; loc0 . setAnalysisFeatureSettings ( Driver . getAnalysisSettingLi...
2,234
addfile concode_field_sep Map<File,Integer> _fileWatcherId concode_elem_sep Map<CommandElement,Set<File>> _commandToFilesMap concode_elem_sep Map<File,Set<CommandElement>> _fileToCommandMap concode_elem_sep FileWatcherRegistrant INSTANCE concode_elem_sep Map<Integer,File> _watcherIdFile concode_field_sep void addWatche...
void function ( File arg0 , CommandElement arg1 ) { Set < CommandElement > loc0 = this . _fileToCommandMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < CommandElement > ( ) ; this . _fileToCommandMap . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; }
2,235
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterIfStmt concode_elem_sep void enterWhileStmt concode_elem_sep void exitBlockStmt concode_elem_sep void enterProg concode_elem_sep void enterIntExpr concode_elem_sep void enterPrintStmt concode_elem_sep void ex...
void function ( CalcLangParser . TopContext arg0 ) { }
2,236
adds this simulation to the history table . the specified participants should be sorted with best scored participant first . concode_field_sep boolean addToTable concode_elem_sep String gameLogName concode_elem_sep LogReader logReader concode_elem_sep String destinationPath concode_elem_sep SimServer simServer concode_...
void function ( ParticipantInfo [ ] arg0 ) { addSimulationToHistory ( arg0 , null ) ; }
2,237
stops the timer , tasks will not be executed and time that passes will not be applied to the task delays . concode_field_sep int CANCELLED concode_elem_sep Application app concode_elem_sep Timer instance concode_elem_sep long pauseMillis concode_elem_sep Array<Timer> instances concode_elem_sep TimerThread thread concod...
void function ( ) { synchronized ( instances ) { instances . removeValue ( this , true ) ; } }
2,238
returns the current maximal value of this bounded range model . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int maximum concode_elem_sep int value concode_elem_sep int minimum concode_elem_sep boolean isAdjusting concode_elem_sep C...
int function ( ) { return maximum ; }
2,239
return type metadata object concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.Money amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer ...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
2,240
modifies the seed using a linear congruential formula presented in the art of computer programming , volume 2 , section 3.2.1 . concode_field_sep long seed concode_elem_sep long serialVersionUID concode_elem_sep long multiplier concode_elem_sep boolean haveNextNextGaussian concode_elem_sep double nextNextGaussian conco...
void function ( long arg0 ) { this . seed = ( arg0 ^ multiplier ) & ( ( 1L << 48 ) - 1 ) ; haveNextNextGaussian = false ; }
2,241
sets the value of the fromairport property . concode_field_sep String flightNo concode_elem_sep String route concode_elem_sep XMLGregorianCalendar schTime concode_elem_sep XMLGregorianCalendar actTime concode_elem_sep String airlineCode concode_elem_sep String destAirport concode_elem_sep String gate concode_elem_sep S...
void function ( String arg0 ) { this . fromAirport = arg0 ; }
2,242
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<SyncDLFileVersionDiffLocalService,SyncDLFileVersionDiffLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDLFileVersionDiff addSyncDLFileVersionDiff...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
2,243
returns the next postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co...
Route function ( ) { return postponedRoutes . remove ( 0 ) ; }
2,244
gets the unique instance of the mango frame . concode_field_sep UIController instance concode_elem_sep Mango mango concode_field_sep void setViewTableModel concode_elem_sep JTable getViewTable concode_elem_sep JTree getNavigatorTree concode_elem_sep int getOwnerId concode_elem_sep void main concode_elem_sep UIControlle...
Frame function ( ) { return mango ; }
2,245
return true if we need to override the default log4j configuration with custom settings . false otherwise concode_field_sep Logger logger concode_elem_sep NumberFormat NF concode_elem_sep double MILLISECONDS_CONVERSION_MULTIPLIER concode_field_sep long getReloadMillis concode_elem_sep NumberFormat getNumberFormatter co...
boolean function ( ) { String loc0 = ConfigContext . getCurrentContextConfig ( ) . getProperty ( OLEConstants . LOG4J_OVERRIDE_KEY ) ; return Boolean . parseBoolean ( loc0 ) ; }
2,246
create an instance of option concode_field_sep QName _Locators_QNAME concode_elem_sep QName _Policies_QNAME concode_elem_sep QName _Jbosspdp_QNAME concode_field_sep JAXBElement<PDP> createJbosspdp concode_elem_sep LocatorType createLocatorType concode_elem_sep PolicyType createPolicyType concode_elem_sep PoliciesType c...
Option function ( ) { return new Option ( ) ; }
2,247
sets property userver . concode_field_sep String userVer concode_elem_sep DeploymentMode depMode concode_elem_sep UUID sndNodeId concode_elem_sep ClassLoader parentLdr concode_elem_sep ClassLoader clsLdr concode_elem_sep boolean record concode_elem_sep String clsName concode_elem_sep String alias concode_elem_sep Ignit...
void function ( String arg0 ) { this . userVer = arg0 ; }
2,248
run the task . concode_field_sep TaskMonitor taskMonitor concode_elem_sep boolean interrupted concode_elem_sep String[] goLabels concode_elem_sep int maxValue concode_elem_sep int RESULT_SCALE concode_elem_sep String[] ordenedGOLabels concode_elem_sep String[] adjustedPvalues concode_elem_sep String[] pvalues concode_e...
void function ( ) { calculate ( ) ; }
2,249
sets the value of the configureddownpayment property . concode_field_sep BigDecimal maximumDiscountAmount concode_elem_sep BigDecimal configuredDownPayment concode_elem_sep BigDecimal maximumFinanceAmount concode_elem_sep BigDecimal suggestedRetailPrice concode_elem_sep List<ModifierInfo> toopModifier concode_elem_sep ...
void function ( BigDecimal arg0 ) { this . configuredDownPayment = arg0 ; }
2,250
could not generate sei , class : 0 already exists . rename wsdl : porttype '' 1 '' using jax-ws customization concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String GENERATOR_INDENTINGWRITER_CHARSET_CANTENCODE concode_elem_sep String GENERATOR_INTERNAL_E...
String function ( Object arg0 , Object arg1 ) { return localizer . localize ( localizableGENERATOR_SEI_CLASS_ALREADY_EXIST ( arg0 , arg1 ) ) ; }
2,251
gets the first selected date . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_elem_sep Date getDate2 concode_elem_sep void effect2ChangeListener concode_elem_sep TimeZone ge...
Date function ( ) { return date1 ; }
2,252
sets the value of the rval property . concode_field_sep CustomFieldOption rval concode_field_sep CustomFieldOption getRval
void function ( CustomFieldOption arg0 ) { this . rval = arg0 ; }
2,253
sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption ...
Reference function ( ) { return reference ; }
2,254
add a new event to the queue . adding a new event to the queue preserves the temporal order of the events in the queue . concode_field_sep long serial concode_elem_sep SortedSet<SimEvent> sortedSet concode_field_sep Iterator<SimEvent> iterator concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_se...
void function ( SimEvent arg0 ) { arg0 . setSerial ( serial ++ ) ; sortedSet . add ( arg0 ) ; }
2,255
this comment must be preserved too . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void doSomething concode_elem_sep void doSomethingElse
void function ( int arg0 , int arg1 ) { if ( true ) System . out . println ( "srini_string" ) ; }
2,256
delete the record at index . reduces the size of the collection by one . concode_field_sep int _size concode_elem_sep int _free concode_elem_sep float _loadFactor concode_elem_sep long serialVersionUID concode_elem_sep int _maxSize concode_elem_sep boolean _autoCompactTemporaryDisable concode_elem_sep float _autoCompac...
void function ( int arg0 ) { _size -- ; if ( _autoCompactionFactor != 0 ) { _autoCompactRemovesRemaining -- ; if ( ! _autoCompactTemporaryDisable && _autoCompactRemovesRemaining <= 0 ) { compact ( ) ; } } }
2,257
gets an immutable set of the alert groups that this target is associated with . concode_field_sep String targetName concode_elem_sep Long targetId concode_elem_sep List<AlertNoticeEntity> alertNotices concode_elem_sep Set<AlertState> alertStates concode_elem_sep String description concode_elem_sep String notificationTy...
Set < AlertGroupEntity > function ( ) { if ( null == alertGroups ) { return Collections . emptySet ( ) ; } return ImmutableSet . copyOf ( alertGroups ) ; }
2,258
returns the number of settings that have values assigned . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR...
int function ( ) { return Integer . bitCount ( set ) ; }
2,259
returns nanoseconds since boot , including time spent in sleep . concode_field_sep long sBootTimeNano concode_elem_sep long sBootTime concode_field_sep long currentThreadTimeMillis concode_elem_sep long currentTimeMicro concode_elem_sep long uptimeMillis concode_elem_sep long elapsedRealtime concode_elem_sep long curre...
long function ( ) { return System . nanoTime ( ) - sBootTimeNano ; }
2,260
an md5 digest of the non-url-encoded message attribute string . this can be used to verify that amazon sqs received the message batch correctly . amazon sqs first url decodes the message before creating the md5 digest . for information about md5 , go to http://www.faqs.org/rfcs/rfc1321.html . concode_field_sep String m...
void function ( String arg0 ) { this . mD5OfMessageAttributes = arg0 ; }
2,261
stops the embedded broker concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEmbeddedBrokerStarted concode_elem_sep Destination getClientDestination concode_elem_sep ConnectionFactory getConnectionFactory concode_elem_sep Topic getTopic concode_elem_sep boolean startEmbeddedBroker
boolean function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
2,262
query for each storydata , similar to standard content provider query , just different return type concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_sep int updateStoryWithID concode_elem_sep ArrayList<StoryD...
ArrayList < StoryData > function ( final String [ ] arg0 , final String arg1 , final String [ ] arg2 , final String arg3 ) { Cursor loc0 = cr . query ( storyURI , arg0 , arg1 , arg2 , arg3 ) ; ArrayList < StoryData > loc1 = new ArrayList < StoryData > ( ) ; loc1 . addAll ( StoryCreator . getStoryDataArrayListFromCursor...
2,263
returns the top gutter black bar y in screen coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY concod...
int function ( ) { return screenY + screenHeight ; }
2,264
return the metering weight of the rectangle . concode_field_sep int METERING_WEIGHT_MIN concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int METERING_WEIGHT_DONT_CARE concode_elem_sep int mWeight concode_elem_sep int mX concode_elem_sep int mY concode_elem_sep int METERING_WEIGHT_MAX concode_fi...
int function ( ) { return mWeight ; }
2,265
build a typed literal label from its value form . if the value is a string we assume this is inteded to be a lexical form after all . concode_field_sep PlaceHolder placeHolder concode_field_sep LiteralLabel createLiteralLabel
LiteralLabel function ( Object arg0 , String arg1 , RDFDatatype arg2 ) { return new LiteralLabelImpl ( arg0 , arg1 , arg2 ) ; }
2,266
sets the value of the steppath property . concode_field_sep List<PostProcessAction> ppActions concode_elem_sep String stepPath concode_elem_sep List<String> arguments concode_elem_sep NlsOptions nlsOptions concode_field_sep List<PostProcessAction> getPPActions concode_elem_sep List<String> getArguments concode_elem_sep...
void function ( String arg0 ) { this . stepPath = arg0 ; }
2,267
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
int function ( ClarionObject arg0 , int arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
2,268
replace the content of this builder with the provided bytes . equivalent to calling #clear and then #append bytesrefbuilder . concode_field_sep BytesRef ref concode_field_sep byte byteAt concode_elem_sep void grow concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep void copyChars concode_el...
void function ( BytesRefBuilder arg0 ) { clear ( ) ; append ( arg0 ) ; }
2,269
get month 1-12 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . MONTH ) - Calendar . JANUARY + 1 ; }
2,270
setup the tested reader to read from the test resources . concode_field_sep ExecutionContext ctx concode_elem_sep boolean closeCalled concode_elem_sep FlatFileItemReader<String> itemReader concode_elem_sep Resource r4 concode_elem_sep MultiResourceItemReader<String> tested concode_elem_sep Resource r2 concode_elem_sep ...
void function ( ) { itemReader . setLineMapper ( new PassThroughLineMapper ( ) ) ; tested . setDelegate ( itemReader ) ; tested . setComparator ( new Comparator < Resource > ( ) { @ Override public int compare ( Resource arg0 , Resource arg1 ) { return 0 ; } } ) ; tested . setResources ( new Resource [ ] { r1 , r2 , r3...
2,271
the name of the property , in lowercase dashed form e.g. simple-property . if this item does not belong to any group , the id is returned . concode_field_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String shortDescription concode_e...
String function ( ) { return this . name ; }
2,272
checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry...
boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; }
2,273
set p2pnoise1 value concode_field_sep double sigma concode_elem_sep double max concode_elem_sep double meanMin concode_elem_sep double sigmaMin concode_elem_sep double p2pNoise1 concode_elem_sep double p2pNoise2 concode_elem_sep double repeatNoise2 concode_elem_sep double repeatNoise1 concode_elem_sep double minMean co...
void function ( double arg0 ) { this . p2pNoise1 = arg0 ; }
2,274
calculate the repulsive effect that a predator has on a prey . the influence of the predator grows exponentially with proximity . concode_field_sep VelocityProvider delegate concode_elem_sep ControlParameter acceleration concode_elem_sep ControlParameter a concode_elem_sep ControlParameter b concode_elem_sep ControlPar...
double function ( double arg0 , double arg1 ) { double loc0 = Math . abs ( arg0 - arg1 ) ; return a . getParameter ( ) * Math . exp ( - b . getParameter ( ) * loc0 ) ; }
2,275
methode om te kijken of het veld een kist bevat concode_field_sep int x concode_elem_sep int y concode_elem_sep Man man concode_elem_sep boolean doel concode_elem_sep Kist kist concode_field_sep int getX concode_elem_sep int getY concode_elem_sep Kist getKist concode_elem_sep boolean bevatMan concode_elem_sep void setM...
boolean function ( ) { return kist != null ; }
2,276
transitory effects do not alter the display state . example : pulsate , shake however other effects change css style properties , and in some cases the application needs to be aware of these changes . for refreshing a page for example when css changes need to be sent to the application you need to set the transitory pr...
void function ( boolean arg0 ) { this . transitory = arg0 ; }
2,277
this method was generated by abator for ibatis . this method returns the value of the database column compound.kind concode_field_sep String prot concode_elem_sep String kind concode_elem_sep String name concode_elem_sep String detaileddescription concode_elem_sep String id concode_elem_sep String basecompounddef conco...
String function ( ) { return kind ; }
2,278
get the destination concode_field_sep HornetQRASession session concode_elem_sep MessageProducer producer concode_elem_sep boolean trace concode_field_sep void closeProducer concode_elem_sep boolean getDisableMessageTimestamp concode_elem_sep void setDeliveryMode concode_elem_sep void setDisableMessageTimestamp concode_...
Destination function ( ) { if ( HornetQRAMessageProducer . trace ) { HornetQRALogger . LOGGER . trace ( "srini_string" ) ; } return producer . getDestination ( ) ; }
2,279
is the attribute attribute true ? concode_field_sep LinkedList fRanges concode_elem_sep int fAttributes concode_elem_sep CommentRegion fParent concode_elem_sep String NON_FORMAT_START_PREFIX concode_field_sep CommentRange formatLine concode_elem_sep CommentRegion getParent concode_elem_sep String getEndingPrefix concod...
boolean function ( final int arg0 ) { return ( fAttributes & arg0 ) == arg0 ; }
2,280
deletes all of the existing session data . concode_field_sep Iterable<File> sessionDataFiles concode_field_sep SessionData forCurrentPlatform
void function ( ) { for ( File loc0 : sessionDataFiles ) { FileHandler . delete ( loc0 ) ; } }
2,281
returns layer opacity . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90 concode_elem_sep int MIRROR_HORIZONTAL concode_elem_sep Properties properties concode_elem_sep int ROTATE_270 concode_elem_sep String name concode_elem_sep Map myMap concode_elem_sep Rectangle bounds concode_elem_sep int MIRROR_VERT...
float function ( ) { return opacity ; }
2,282
checks the connectivity of this graph . concode_field_sep Sentence sentence concode_elem_sep Integer[] heads concode_elem_sep long serialVersionUID concode_elem_sep String[] labels concode_field_sep String[] getLabels concode_elem_sep boolean isProjective concode_elem_sep Sentence getSentence concode_elem_sep void setH...
boolean function ( ) { return true ; }
2,283
map method name to the new name . subclasses can override . concode_field_sep PlaceHolder placeHolder concode_field_sep String mapSignature concode_elem_sep Object mapValue concode_elem_sep String mapMethodDesc concode_elem_sep String mapDesc concode_elem_sep Type mapType concode_elem_sep String mapType concode_elem_se...
String function ( String arg0 , String arg1 , String arg2 ) { return arg1 ; }
2,284
n log n guarantee heapsort arranges the array in a max-heap then sorts it ascendingly rearranges the array in ascending order , using the natural order . concode_field_sep PlaceHolder placeHolder concode_field_sep void sink concode_elem_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_se...
void function ( Comparable [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = loc0 / 2 ; loc1 >= 1 ; loc1 -- ) sink ( arg0 , loc1 , loc0 ) ; while ( loc0 > 1 ) { exch ( arg0 , 1 , loc0 -- ) ; sink ( arg0 , 1 , loc0 ) ; } }
2,285
print the ir along with a message concode_field_sep boolean isInitialized concode_elem_sep boolean appStarted concode_field_sep void init concode_elem_sep void initializeStatics concode_elem_sep void bottom concode_elem_sep boolean isInitialized concode_elem_sep void fail concode_elem_sep void setAppStarted concode_ele...
void function ( IR arg0 , String arg1 ) { header ( arg1 , arg0 . method ) ; arg0 . printInstructions ( ) ; bottom ( arg1 , arg0 . method ) ; }
2,286
sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends OperationParameterGroupType> operationParameterGroup concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String ...
void function ( String arg0 ) { this . arcrole = arg0 ; }
2,287
tests the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testParseHour concode_elem_sep void testGetFirstMillisecondWithTi...
void function ( ) { Hour loc0 = new Hour ( 15 , new Day ( 29 , MonthConstants . MARCH , 2002 ) ) ; Hour loc1 = new Hour ( 15 , new Day ( 29 , MonthConstants . MARCH , 2002 ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
2,288
salesforce login url , defaults to https://login.salesforce.com concode_field_sep String password concode_elem_sep String clientId concode_elem_sep boolean lazyLogin concode_elem_sep String loginUrl concode_elem_sep String DEFAULT_LOGIN_URL concode_elem_sep String clientSecret concode_elem_sep String userName concode_f...
void function ( String arg0 ) { this . loginUrl = arg0 ; }
2,289
sets the value of the nextbillcycledate property . concode_field_sep XMLGregorianCalendar nextBillCycleDate concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep BigInteger billDay concode_elem_sep String billLanguage concode_elem_sep String easyPayInd concode_elem_sep long serialVersionUID concode_elem_sep Bi...
void function ( XMLGregorianCalendar arg0 ) { this . nextBillCycleDate = arg0 ; }
2,290
sets the value of the activitycontextinterfacefactoryinterface property . concode_field_sep Description description concode_elem_sep String id concode_elem_sep List<ActivityType> activityType concode_elem_sep ActivityContextInterfaceFactoryInterface activityContextInterfaceFactoryInterface concode_elem_sep ResourceAdap...
void function ( ActivityContextInterfaceFactoryInterface arg0 ) { this . activityContextInterfaceFactoryInterface = arg0 ; }
2,291
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDataColumn concode_elem_sep boolean isGoogl...
String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; }
2,292
concatenates two immutablelist instances . if either input is empty , the other is returned ; otherwise , a new immutablelist instance is created that contains the contents of both arguments . concode_field_sep ImmutableList<String> templateKeys concode_elem_sep JSTypeRegistry registry concode_elem_sep ImmutableList<JS...
ImmutableList < T > function ( ImmutableList < T > arg0 , ImmutableList < T > arg1 ) { if ( arg0 . isEmpty ( ) ) { return arg1 ; } if ( arg1 . isEmpty ( ) ) { return arg0 ; } ImmutableList . Builder < T > loc0 = ImmutableList . loc0 ( ) ; loc0 . addAll ( arg0 ) ; loc0 . addAll ( arg1 ) ; return loc0 . build ( ) ; }
2,293
the default implementation normalizes text to lowercase and removes punctuation . this can be subclassed . concode_field_sep String WORD_SPLIT_DEF concode_elem_sep Pattern WORD_SPLIT_PATTERN concode_elem_sep String WORD_SPLIT_PROP concode_field_sep String preprocessField concode_elem_sep String removeHtml
void function ( String arg0 , String arg1 , List < String > arg2 ) { arg0 = preprocessField ( arg0 , arg1 ) ; for ( String loc0 : WORD_SPLIT_PATTERN . split ( arg0 ) ) { if ( ! loc0 . isEmpty ( ) ) { arg2 . add ( loc0 . toLowerCase ( ) ) ; } } }
2,294
a list of messages . concode_field_sep com.amazonaws.internal.SdkInternalList<Message> messages concode_field_sep ReceiveMessageResult withMessages concode_elem_sep ReceiveMessageResult withMessages concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReceiveMessageResult clone concode_elem_se...
java . util . List < Message > function ( ) { if ( messages == null ) { messages = new com . amazonaws . internal . SdkInternalList < Message > ( ) ; } return messages ; }
2,295
gets the value of the id property . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSignatureValue concode_elem_sep List<ObjectT...
String function ( ) { return id ; }
2,296
it does n't matter if the waiter or the waitee runs getwaiter first . whoever requests it first will instantiate it . concode_field_sep boolean waiting concode_elem_sep boolean abort concode_elem_sep boolean notified concode_elem_sep String key concode_elem_sep Map map concode_field_sep void resume concode_elem_sep boo...
Waiter function ( String arg0 ) { Waiter loc0 = ( Waiter ) map . get ( arg0 ) ; if ( loc0 == null ) loc0 = new Waiter ( arg0 ) ; return loc0 ; }
2,297
retrieve a value associated with a given key . concode_field_sep Object buffer[] concode_elem_sep int DEFAULT_MAX_CAPACITY concode_elem_sep int numInserted concode_elem_sep int capacity concode_field_sep int getElementIndex concode_elem_sep void visitAll concode_elem_sep void putInternal concode_elem_sep boolean isEmpt...
V function ( K arg0 ) { int loc0 = getElementIndex ( arg0 ) ; if ( loc0 < 0 ) { return null ; } return ( V ) buffer [ 1 + ( 2 * loc0 ) ] ; }
2,298
trim trailing comma from given string . concode_field_sep String[] xmlLowValueEscapeStrings concode_elem_sep boolean paternIsInitialized concode_elem_sep Pattern unescapePattern concode_elem_sep boolean xmlLowValueEscapeStringsInitialized concode_elem_sep String unicodeUnescapeMatchExpression concode_elem_sep int xmlAl...
String function ( String arg0 ) { if ( arg0 . endsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ; } return arg0 ; }
2,299
set the name for the durable subscription . concode_field_sep String destination concode_elem_sep String selector concode_elem_sep String id concode_elem_sep String subscription concode_elem_sep String concurrency concode_field_sep String getDestination concode_elem_sep void setConcurrency concode_elem_sep String getId...
void function ( String arg0 ) { this . subscription = arg0 ; }