idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
6,300
returns the path to request , like the ' / ' in ` get / http/1 .1 ' . never empty , even if the request url is . includes the query component if it exists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean includeAuthorityInRequestLine concode_elem_sep String get
String function ( HttpUrl arg0 ) { String loc0 = arg0 . encodedPath ( ) ; String loc1 = arg0 . encodedQuery ( ) ; return loc1 != null ? ( loc0 + '?' + loc1 ) : loc0 ; }
6,301
value that is true if the cluster member is the primary instance for the db cluster and false otherwise . concode_field_sep String dBInstanceIdentifier concode_elem_sep String dBClusterParameterGroupStatus concode_elem_sep Integer promotionTier concode_elem_sep Boolean isClusterWriter concode_field_sep Boolean getIsClu...
void function ( Boolean arg0 ) { this . isClusterWriter = arg0 ; }
6,302
gets the directories that the i/o manager spills to , as path strings . concode_field_sep Logger LOG concode_elem_sep Random random concode_elem_sep File[] paths concode_elem_sep boolean isSynchronous concode_elem_sep int nextPath concode_field_sep BufferFileWriter createBufferFileWriter concode_elem_sep BlockChannelWr...
String [ ] function ( ) { String [ ] loc0 = new String [ this . paths . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = paths [ loc1 ] . getAbsolutePath ( ) ; } return loc0 ; }
6,303
sets the value of the href property . concode_field_sep List<WadlDoc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String href concode_field_sep String getHref concode_elem_sep List<WadlDoc> getDoc concode_elem_sep Map<QName,String> getOtherAttributes
void function ( String arg0 ) { this . href = arg0 ; }
6,304
creates a new ordering the represents an ordering on a prefix of the fields . if the exclusive index up to which to create the ordering is 0 , then there is no resulting ordering and this method return null . concode_field_sep FieldList indexes concode_elem_sep ArrayList<Order> orders concode_elem_sep ArrayList<Class<?...
Ordering function ( int arg0 ) { if ( arg0 == 0 ) { return null ; } final Ordering loc0 = new Ordering ( ) ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 . appendOrdering ( this . indexes . get ( loc1 ) , this . types . get ( loc1 ) , this . orders . get ( loc1 ) ) ; } return loc0 ; }
6,305
returns message paths from the root node to leaf nodes . concode_field_sep RQReturn rqRet concode_field_sep int getMessageCount concode_elem_sep FutureQueue<V> getFutureQueue concode_elem_sep int getMaxPathLength
Collection < MessagePath > function ( ) { return rqRet . getMessagePaths ( ) ; }
6,306
split each element of an iterable at commas . concode_field_sep String MAVEN_PROPERTY_REGEXP concode_elem_sep String DOCKER_HTTPS_PORT concode_elem_sep Function<String,Iterable<String>> COMMA_SPLITTER concode_elem_sep Function<String,String[]> SPLIT_ON_LAST_COLON concode_elem_sep Splitter COMMA_SPLIT concode_field_sep ...
List < String > function ( Iterable < String > arg0 ) { if ( arg0 == null ) { return Collections . emptyList ( ) ; } return Lists . newArrayList ( Iterables . concat ( Iterables . transform ( arg0 , COMMA_SPLITTER ) ) ) ; }
6,307
sets the internal time . concode_field_sep int labelTag concode_elem_sep String TAG concode_elem_sep long simulatedTime concode_elem_sep int STOPPED_INDEX concode_elem_sep double rate concode_elem_sep long STOPPED concode_elem_sep Speed[] SPEEDS concode_elem_sep int speedIndex concode_elem_sep long timeLastSet concode_...
void function ( Date arg0 ) { pauseTime ( ) ; timeLastSet = System . currentTimeMillis ( ) ; simulatedTime = arg0 . getTime ( ) ; }
6,308
create an ldap user using spring ldapcontextsource . concode_field_sep long serialVersionUID concode_elem_sep LdapTemplate ldapTemplate concode_elem_sep String dnAuth concode_elem_sep String idAttribute concode_elem_sep String dnSubPath concode_elem_sep LdapContextSource contextSource concode_elem_sep List<String> attr...
void function ( final LdapUser arg0 ) { Name loc0 = buildLdapUserDn ( arg0 . getId ( ) ) ; DirContextAdapter loc1 = new DirContextAdapter ( loc0 ) ; mapToContext ( arg0 , loc1 ) ; ldapTemplate . bind ( loc0 , loc1 , null ) ; logger . info ( "srini_string" + loc0 + "srini_string" + arg0 + "srini_string" ) ; }
6,309
sets the description of the describable item . concode_field_sep Logger LOGGER concode_elem_sep String description concode_elem_sep String title concode_elem_sep String id concode_elem_sep String organization concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getTitle concode_el...
void function ( String arg0 ) { LOGGER . debug ( "srini_string" ) ; this . description = arg0 ; LOGGER . debug ( "srini_string" ) ; }
6,310
returns the median . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers...
Number function ( ) { return this . median ; }
6,311
return permission concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep PermissionStatus read concode_elem_sep PermissionStatus applyUMa...
FsPermission function ( ) { return permission ; }
6,312
gets the value of the schema 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 schema property . for example , to add a new item , do as f...
List < SchemaLibrary . Schema > function ( ) { if ( schema == null ) { schema = new ArrayList < SchemaLibrary . Schema > ( ) ; } return this . schema ; }
6,313
returns the number of portal preferenceses . concode_field_sep PortalPreferencesLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.PortalPreferences getPortalPreferences concode_elem_sep com.liferay.portal....
int function ( ) { return getService ( ) . getPortalPreferencesesCount ( ) ; }
6,314
sets the link context for this request . concode_field_sep CanvasUserContext userContext concode_elem_sep CanvasOrganizationContext orgContext concode_elem_sep CanvasLinkContext linkContext concode_elem_sep CanvasEnvironmentContext envContext concode_field_sep CanvasUserContext getUserContext concode_elem_sep CanvasOrg...
void function ( CanvasLinkContext arg0 ) { this . linkContext = arg0 ; }
6,315
get the number of points in the polygon concode_field_sep boolean tried concode_elem_sep ArrayList points concode_elem_sep PointList poly concode_elem_sep float[] array concode_elem_sep float x concode_elem_sep PointList tris concode_elem_sep float y concode_elem_sep float EPSILON concode_field_sep boolean triangulate ...
int function ( ) { return poly . size ( ) ; }
6,316
indicates whether world wind will attempt to connect to the network to retrieve data or for other reasons . concode_field_sep int RELATIVE_TO_GROUND concode_elem_sep int CLAMP_TO_GROUND concode_elem_sep NetworkStatus networkStatus concode_elem_sep RetrievalService localRetrievalService concode_elem_sep SessionCache ses...
boolean function ( ) { return getNetworkStatus ( ) . isOfflineMode ( ) ; }
6,317
gets the value of the ordtyprules 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 ordtyprules property . for example , to add a new item...
List < OrdTypeRulesBlockT > function ( ) { if ( ordTypRules == null ) { ordTypRules = new ArrayList < OrdTypeRulesBlockT > ( ) ; } return this . ordTypRules ; }
6,318
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_s...
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
6,319
generates a tool tip text item for a particular item within a series . concode_field_sep long serialVersionUID concode_elem_sep List toolTipSeries concode_field_sep int getListCount concode_elem_sep void addToolTipSeries concode_elem_sep int getToolTipCount concode_elem_sep boolean equals concode_elem_sep Object clone ...
String function ( XYDataset arg0 , int arg1 , int arg2 ) { return getToolTipText ( arg1 , arg2 ) ; }
6,320
gets the value of the position 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 position property . for example , to add a new item , do ...
List < Double > function ( ) { if ( position == null ) { position = new ArrayList < Double > ( ) ; } return this . position ; }
6,321
returns the result of interpreting the object as an instance of ` iattribute extensible ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ModelPackage modelPackage concode_field_sep T caseActivity concode_elem_sep T caseBPELExtensibleElement concode_elem_se...
T function ( AttributeExtensible arg0 ) { return null ; }
6,322
removes the user groups from the team . concode_field_sep Log _log concode_field_sep void deleteUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep void addGroupUserGroups concode_elem_sep void...
void function ( long arg0 , long [ ] arg1 ) { try { UserGroupServiceUtil . unsetTeamUserGroups ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ) ) ; } }
6,323
query whether the operating system is of a specific value . this is not a particularly sophisticated test , and simply relies on the presence of the string in the system property os.name concode_field_sep String HPUX concode_elem_sep String OS_NAME concode_elem_sep String WINDOWS_FAMILY concode_elem_sep String WINDOWS_...
boolean function ( String arg0 ) { if ( arg0 == null || arg0 . equals ( "srini_string" ) ) { return false ; } return OS_NAME . indexOf ( arg0 ) > - 1 ; }
6,324
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactSyncFork_main_region__sync0 concode_elem_sep void init co...
void function ( ) { sCInterface . clearEvents ( ) ; }
6,325
testen , ob ohne angabe des passworts der richtige default-wert uebernommen wird concode_field_sep PlaceHolder placeHolder concode_field_sep void testDatabase concode_elem_sep void testPassword concode_elem_sep void testUserDefault concode_elem_sep void testHostDefault concode_elem_sep void testHost concode_elem_sep vo...
void function ( ) { String [ ] loc0 = { "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" } ; Main . parseArgs ( loc0 ) ; assertEquals ( "srini_string" , Main . getConnection ( ) . getPassword ( ) ) ; }
6,326
called by setbeancontext to determine whether the set should be rejected . this method is meant to be overriden . beancontextchildsupport 's implementation simply returns true . concode_field_sep long serialVersionUID concode_elem_sep boolean rejectedSetBCOnce concode_elem_sep VetoableChangeSupport vcSupport concode_el...
boolean function ( BeanContext arg0 ) { return true ; }
6,327
encodes the specified bytes using the base64 encoding . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encodeForURL
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_ALPHABET_ARRAY , true ) ; }
6,328
checks if the responses status code was `` fs_ok '' concode_field_sep Logger logger concode_elem_sep Document xmlDoc concode_field_sep String getCharacterDataFromElement concode_elem_sep boolean getValueU8AsBoolean concode_elem_sep int getValueU32AsInt concode_elem_sep String getValueC8ArrayAsString concode_elem_sep St...
boolean function ( ) { return ( "srini_string" ) . equals ( getStatus ( ) ) ; }
6,329
remove a specific blob from a blobstore concode_field_sep PlaceHolder placeHolder concode_field_sep void mkDirs concode_elem_sep InputStream readBlob concode_elem_sep long countBlob concode_elem_sep void clearContainer concode_elem_sep void removeBlobs concode_elem_sep void deleteContainer concode_elem_sep void writeBl...
void function ( BlobStore arg0 , String arg1 , String arg2 ) { if ( ! Strings . isNullOrEmpty ( arg2 ) ) { arg0 . removeBlob ( arg1 , arg2 ) ; } }
6,330
method that returns the name of the account holder . concode_field_sep Waehrung waehrung concode_elem_sep String inhaber concode_elem_sep ArrayList<Betrag> buchungsListe concode_field_sep Waehrung getWaehrung concode_elem_sep void buche concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Stri...
String function ( ) { return inhaber ; }
6,331
should containing test be disabled ? concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<String> getSupportedThreadCommands concode_elem_sep Iterable<String> getSupportedPreSetupCommands concode_elem_sep ConcurrentTestPluginCommand getCommandFor concode_elem_sep void preSetupFor
boolean function ( ) { return false ; }
6,332
this is a best attempt to provide a url.toexternalform from a file url . some parsers like crimson choke on uri that are made of backslashed paths ie windows as it is does not conform uri specifications . concode_field_sep SAXParserFactory nsParserFactory concode_elem_sep DocumentBuilderFactory builderFactory concode_e...
String function ( File arg0 ) { return FILE_UTILS . toURI ( arg0 . getAbsolutePath ( ) ) ; }
6,333
reads value of the attribute name concode_field_sep XMLStreamReader reader concode_field_sep Long readLong concode_elem_sep Double readDouble concode_elem_sep Float readFloat concode_elem_sep String readText concode_elem_sep E create concode_elem_sep Integer readInteger concode_elem_sep Integer readInt concode_elem_sep...
String function ( String arg0 ) { return reader . getAttributeValue ( null , arg0 ) ; }
6,334
this is a test to replicate the bug report 987080 . concode_field_sep List events concode_field_sep void testNotification concode_elem_sep void chartChanged concode_elem_sep void testCloning concode_elem_sep CombinedRangeXYPlot createPlot concode_elem_sep XYDataset createDataset2 concode_elem_sep void testSerialization...
void function ( ) { CombinedRangeXYPlot loc0 = new CombinedRangeXYPlot ( ) ; XYPlot loc1 = new XYPlot ( ) ; XYPlot loc2 = new XYPlot ( ) ; loc0 . add ( loc1 ) ; loc0 . add ( loc2 ) ; loc0 . remove ( loc2 ) ; List loc3 = loc0 . getSubplots ( ) ; assertTrue ( loc3 . get ( 0 ) == loc1 ) ; }
6,335
create a new secret key factory from the named provider . concode_field_sep String SERVICE concode_elem_sep Provider provider concode_elem_sep SecretKeyFactorySpi skfSpi concode_elem_sep String algorithm concode_field_sep SecretKey translateKey concode_elem_sep KeySpec getKeySpec concode_elem_sep String getAlgorithm co...
SecretKeyFactory function ( String arg0 , String arg1 ) { if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) throw new NoSuchProviderException ( arg1 ) ; return getInstance ( arg0 , loc0 ) ; }
6,336
creates the package list that applies to this device concode_field_sep long fSoptAddress concode_elem_sep ResetMethods fResetMethods concode_elem_sep String fSubFamily concode_elem_sep FileList fFileList concode_elem_sep TargetType fTargetType concode_elem_sep Vector<MemoryRegion> fMemoryRegions concode_elem_sep int fC...
ProjectActionList function ( Map < String , String > arg0 ) { return PackageParser . getDevicePackageList ( this , arg0 ) ; }
6,337
a list of clusterparametergroup instances . each instance describes one cluster parameter group . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ClusterParameterGroup> parameterGroups concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep D...
java . util . List < ClusterParameterGroup > function ( ) { if ( parameterGroups == null ) { parameterGroups = new com . amazonaws . internal . ListWithAutoConstructFlag < ClusterParameterGroup > ( ) ; parameterGroups . setAutoConstruct ( true ) ; } return parameterGroups ; }
6,338
this method was generated by mybatis generator . this method sets the value of the database column actblh.crirat concode_field_sep Long draccm concode_elem_sep BigDecimal ddrirt concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep Date bngdat concode_elem_sep BigDecimal crirat concode_elem_sep...
void function ( BigDecimal arg0 ) { this . crirat = arg0 ; }
6,339
changes the value of the note of the object which this note is related to . concode_field_sep String note concode_elem_sep Language language concode_elem_sep int id concode_field_sep Language getLanguage concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep int getId...
void function ( String arg0 ) { this . note = arg0 ; }
6,340
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
6,341
gets the value of the attribute property . concode_field_sep String attribute concode_elem_sep String collectorRef concode_field_sep String getCollectorRef concode_elem_sep void setAttribute concode_elem_sep void setCollectorRef
String function ( ) { return attribute ; }
6,342
set the drawable to be used in the title . concode_field_sep Drawable mDialogIcon concode_elem_sep AlertDialog mDialog concode_elem_sep String mAppName concode_elem_sep Context mContext concode_elem_sep int mAppIcon concode_elem_sep Type mType concode_field_sep void dismissDialog concode_elem_sep void show concode_elem...
void function ( int arg0 ) { setIcon ( ContextCompat . getDrawable ( mContext , arg0 ) ) ; }
6,343
gets the name of the field 's declaring class . concode_field_sep String mDeclClass concode_elem_sep String mFieldName concode_elem_sep String mFieldType concode_field_sep String getName concode_elem_sep String getTypeName
String function ( ) { return mDeclClass ; }
6,344
add error message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAtt...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
6,345
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterIntExpr concode_elem_sep void enterPrintStmt concode_elem_sep void exitAssignStmt concode_elem_sep void exitTop concode_elem_sep void enterBoolExpr concode_elem_sep void exitEveryRule concode_elem_sep void en...
void function ( CalcLangParser . ProgContext arg0 ) { }
6,346
returns the modified date of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean...
java . util . Date function ( ) { return _entry . getModifiedDate ( ) ; }
6,347
gets the value of the id property . concode_field_sep CmpFieldName cmpFieldName concode_elem_sep SbbAliasRef sbbAliasRef concode_elem_sep Description description concode_elem_sep String id concode_field_sep void setId concode_elem_sep void setCmpFieldName concode_elem_sep SbbAliasRef getSbbAliasRef concode_elem_sep Cmp...
String function ( ) { return id ; }
6,348
build a new boundedblockingrecordqueue . concode_field_sep BlockingQueue<T> blockingQueue concode_elem_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optional<QueueStats> queueStats concode_elem_sep String PUT_ATTEMPT_COUNT concode_ele...
BoundedBlockingRecordQueue < T > function ( ) { return new BoundedBlockingRecordQueue < > ( this ) ; }
6,349
accepts an kobjectbeanvisitor . calls the appropriate kobjectbeanvisitor visit method . concode_field_sep String path concode_elem_sep Set<KomodoObjectPropertyBean> properties concode_elem_sep String name concode_elem_sep boolean hasChildren concode_elem_sep boolean isVirtual concode_elem_sep KomodoType type concode_fi...
void function ( KObjectBeanVisitor arg0 , VisitorContext arg1 ) { arg0 . visit ( this , arg1 ) ; }
6,350
convenient method to publish a request reset event to the given listener . concode_field_sep Future<?> latestFutureTask concode_elem_sep boolean ASYNC concode_elem_sep boolean SYNC concode_elem_sep ExecutorService executor concode_field_sep Future<?> publishProgress concode_elem_sep Future<?> publishByteCountEvent conc...
Future < ? > function ( final ProgressListener arg0 , final long arg1 ) { return publishResetEvent ( arg0 , HTTP_REQUEST_CONTENT_RESET_EVENT , arg1 ) ; }
6,351
gets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep MLUserDefinedCSType mlUserDefinedCS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_...
String function ( ) { return show ; }
6,352
returns the number of entries . concode_field_sep EntryLocalService _entryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int searchCount ...
int function ( ) { return _entryLocalService . getEntriesCount ( ) ; }
6,353
sends the given message to the vertex identified by the given key . if the target vertex does not exist , the next superstep will cause an exception due to a non-deliverable message . concode_field_sep K vertexId concode_elem_sep EdgesIterator<K,EV> edgeIterator concode_elem_sep long numberOfVertices concode_elem_sep l...
void function ( K arg0 , Message arg1 ) { outValue . f0 = arg0 ; outValue . f1 = arg1 ; out . collect ( outValue ) ; }
6,354
the bitmap compression type . concode_field_sep long headerSize concode_elem_sep int bpp concode_elem_sep long yPixelsPerM concode_elem_sep long xPixelsPerM concode_elem_sep long colorsUsed concode_elem_sep long width concode_elem_sep int planes concode_elem_sep long colorsImportant concode_elem_sep long imageSize conc...
TypeCompression function ( ) { return compression ; }
6,355
returns the underlying change set . concode_field_sep long serialVersionUID concode_elem_sep ChangeSet content concode_elem_sep long timeBasedKey concode_field_sep long getTimeBasedKey concode_elem_sep String getProcessKey concode_elem_sep String getWorkspaceName concode_elem_sep Iterator<Change> iterator concode_elem_...
ChangeSet function ( ) { return this . content ; }
6,356
sets the enabled state of the action . concode_field_sep String fileText_ concode_elem_sep String viewActionText_ concode_elem_sep String exitText_ concode_elem_sep String pasteText_ concode_elem_sep VObject object_ concode_elem_sep String saveText_ concode_elem_sep String saveConfirmTitle_ concode_elem_sep String sele...
void function ( boolean arg0 ) { enabled_ = arg0 ; }
6,357
the message properties concode_field_sep String originalCorrelationId concode_elem_sep AsyncCallback callback concode_elem_sep Exchange exchange concode_elem_sep String correlationId concode_elem_sep byte[] message concode_elem_sep long timeout concode_elem_sep AMQP.BasicProperties properties concode_field_sep String g...
AMQP . BasicProperties function ( ) { return properties ; }
6,358
given an index in the range 0 ... size -1 , returns the key from the indexth key-value mapping that this sparsebooleanarray stores . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep boolean[] mValues concode_field_sep int size concode_elem_sep int indexOfKey concode_elem_sep boolean get concode...
int function ( int arg0 ) { return mKeys [ arg0 ] ; }
6,359
returns the horizontal advance of the glyph . concode_field_sep GlyphMetrics gm concode_elem_sep float verticalAdvance concode_field_sep boolean isLigature concode_elem_sep float getVerticalAdvance concode_elem_sep float getRSB concode_elem_sep boolean isStandard concode_elem_sep int getType concode_elem_sep boolean is...
float function ( ) { return gm . getAdvance ( ) ; }
6,360
some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ...
void function ( String arg0 ) { }
6,361
writes the equivalent of a call of an instruction in c. concode_field_sep String output concode_elem_sep String input concode_elem_sep WriteTextFile wtf concode_elem_sep Language lang concode_field_sep void footer concode_elem_sep void setExecutable concode_elem_sep void io concode_elem_sep void front
void function ( List < Instruction > arg0 ) { for ( Instruction loc0 : arg0 ) { wtf . write ( lang . translateInstruction ( loc0 ) ) ; } }
6,362
sets the primary key of this d l sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep java.lang.String getEvent concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttri...
void function ( long arg0 ) { _dlSyncEvent . setPrimaryKey ( arg0 ) ; }
6,363
overriden object hashcode method concode_field_sep char playerTurn concode_elem_sep char winner concode_elem_sep GameMove LastMoveDetails concode_elem_sep char[][] board concode_elem_sep String gameMode concode_field_sep void setBoard concode_elem_sep void initialiseBoard concode_elem_sep char[][] getBoard concode_elem...
int function ( ) { int loc0 = 23 ; loc0 = 31 * loc0 + ( int ) playerTurn ; loc0 = 31 * loc0 + ( int ) winner ; loc0 = 31 * loc0 + gameMode . hashCode ( ) ; loc0 = 31 * loc0 + Arrays . deepHashCode ( board ) ; loc0 = 31 * loc0 + LastMoveDetails . hashCode ( ) ; return loc0 ; }
6,364
sets the uuid of this survey result . concode_field_sep SurveyResult _surveyResult concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getSurveyResultId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge get...
void function ( java . lang . String arg0 ) { _surveyResult . setUuid ( arg0 ) ; }
6,365
it used to be that for commons-upload fileuploadioexception exceptions , fileinfo.getexception would return a fileuploadioexception , and inputfile.getuploadexception would return the actual useful subclass , gotten from fileinfo.getexception . getcause . now , they both return the same useful subclass . concode_field_...
Exception function ( ) { return exception ; }
6,366
check that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { LineNeedle loc0 = new LineNeedle ( ) ; LineNeedle loc1 = ( LineNeedle ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
6,367
resize the image to the specified dimension size . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Builder data concode_elem_sep Drawable placeholderDrawable concode_elem_sep int placeholderResId concode_elem_sep int errorResId concode_elem_sep Drawable errorDrawable...
RequestCreator function ( int arg0 , int arg1 ) { Resources loc0 = picasso . context . getResources ( ) ; int loc1 = loc0 . getDimensionPixelSize ( arg0 ) ; int loc2 = loc0 . getDimensionPixelSize ( arg1 ) ; return resize ( loc1 , loc2 ) ; }
6,368
gets the value of the rval property . concode_field_sep CustomerFeedPage rval concode_field_sep void setRval
CustomerFeedPage function ( ) { return rval ; }
6,369
the reason for the step execution status change . concode_field_sep StepStateChangeReason stateChangeReason concode_elem_sep StepTimeline timeline concode_elem_sep String state concode_field_sep void setStateChangeReason concode_elem_sep String getState concode_elem_sep StepStateChangeReason getStateChangeReason concod...
StepStatus function ( StepStateChangeReason arg0 ) { setStateChangeReason ( arg0 ) ; return this ; }
6,370
retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory concode_elem_sep HsqlSocketFactory getInst...
boolean function ( ) { return false ; }
6,371
returns the associated object org.apache.ojb.broker.metadata.classdescriptor . concode_field_sep IndirectionHandler handler concode_elem_sep TransactionImpl tx concode_elem_sep Object obj concode_elem_sep Identity identity concode_elem_sep ClassDescriptor cld concode_elem_sep Boolean isNew concode_field_sep void doIsNe...
ClassDescriptor function ( ) { return cld ; }
6,372
set byte array value by index concode_field_sep double[] doubleValues concode_elem_sep int totalSize concode_elem_sep byte[][] byteValues concode_elem_sep int size concode_elem_sep byte[][][] columnByteValues concode_elem_sep long[] longValues concode_field_sep long[] getWritableLongValues concode_elem_sep void setWrit...
void function ( int arg0 , int arg1 , Object [ ] arg2 ) { int loc0 = 0 ; columnByteValues [ arg0 ] = new byte [ arg2 . length - ( arg1 + 1 ) ] [ ] ; for ( int loc1 = arg1 + 1 ; loc1 < arg2 . length ; loc1 ++ ) { columnByteValues [ arg0 ] [ loc0 ++ ] = ( byte [ ] ) arg2 [ loc1 ] ; } }
6,373
returns the list of uuids and their status . concode_field_sep UUIDItem currentUUID concode_elem_sep boolean markedAsFailed concode_elem_sep String uuid concode_elem_sep ArrayList<UUIDItem> uuids concode_field_sep void markUUIDAsFailed concode_elem_sep void setCurrentUUID concode_elem_sep String getUUID concode_elem_se...
String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; for ( UUIDItem loc1 : uuids ) { loc0 . append ( "srini_string" + loc1 . uuid + "srini_string" + loc1 . markedAsFailed + "srini_string" ) ; } loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,374
return the servlet api major version number . concode_field_sep PrintWriter myLogWriter concode_elem_sep Hashtable myAttributes concode_elem_sep ClassLoaderInterface classLoaderInterface concode_field_sep Enumeration getServletNames concode_elem_sep String getServerInfo concode_elem_sep URL getResource concode_elem_sep...
int function ( ) { return ( 2 ) ; }
6,375
test if font engine is available on the class path and it has been disabled with the proeprty awtfontsubstitution . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolea...
boolean function ( ) { try { Class . forName ( NFONT_CLASS ) ; foundNFont = true ; } catch ( ClassNotFoundException loc0 ) { } return foundNFont && ! awtFontSubstitution ; }
6,376
activate the listener concode_field_sep StratosMemberActivatedListener stratosMemberActivatedListener concode_elem_sep Log log concode_elem_sep JDBCApplicationDAO applicationDao concode_elem_sep TopologyEventReceiver topologyEventReceiver concode_field_sep String getActivePublicIp concode_elem_sep void terminate concod...
void function ( ) { Thread loc0 = new Thread ( topologyEventReceiver , "srini_string" ) ; loc0 . start ( ) ; log . info ( "srini_string" ) ; }
6,377
returns the date of the next total eclipse . concode_field_sep Calendar total concode_elem_sep Calendar partial concode_field_sep void setTotal concode_elem_sep Calendar getPartial concode_elem_sep void setPartial concode_elem_sep String toString
Calendar function ( ) { return total ; }
6,378
sets the value of the uri property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethod digestMethod concode_elem_sep Transforms transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep Transforms getTransforms concode_elem_sep void setDigestValue ...
void function ( String arg0 ) { this . uri = arg0 ; }
6,379
return the localeresolver that has been bound to the request by the dispatcherservlet . concode_field_sep String REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME concode_field_sep WebApplicationContext findWebApplicationContext concode_elem_sep WebApplicationContext findWebApplicationContext concode_elem_sep FlashMap getOutputFl...
LocaleResolver function ( HttpServletRequest arg0 ) { return ( LocaleResolver ) arg0 . getAttribute ( DispatcherServlet . LOCALE_RESOLVER_ATTRIBUTE ) ; }
6,380
to determine whether a wifi network is available . concode_field_sep String ANDROID_PROVIDER_SETTINGS concode_elem_sep Pattern IPV6_HEX_COMPRESSED_PATTERN concode_elem_sep Pattern IPV4_PATTERN concode_elem_sep Pattern IPV6_STD_PATTERN concode_field_sep boolean isIPv6Address concode_elem_sep void openSetting concode_ele...
boolean function ( ) { return isNetworkAvailable ( NetType . Wifi ) ; }
6,381
get the required . concode_field_sep Set<ModuleInfo> requires concode_elem_sep ModuleInfo moduleInfo concode_field_sep boolean isRequired concode_elem_sep ModuleInfo getCheckedModuleInfo concode_elem_sep void checkRequired concode_elem_sep void addRequiresModuleInfo
Set < ModuleInfo > function ( ) { return new LinkedHashSet < ModuleInfo > ( requires ) ; }
6,382
tests that the handler properly returns a completed result if the assertion is in the session and resolve is true . concode_field_sep String MOCK_TICKET concode_elem_sep String SESSION_ID concode_elem_sep String STS_ADDRESS concode_field_sep void testPrincipalNoResolve concode_elem_sep void testNoPrincipalResolve conco...
void function ( ) { CasHandler loc0 = createHandler ( ) ; HandlerResult loc1 = loc0 . getNormalizedToken ( createServletRequest ( true ) , mock ( HttpServletResponse . class ) , new ProxyFilterChain ( null ) , true ) ; assertEquals ( HandlerResult . Status . COMPLETED , loc1 . getStatus ( ) ) ; }
6,383
returns the index one past the end of the field . concode_field_sep int field concode_elem_sep int endIndex concode_elem_sep int beginIndex concode_elem_sep Format.Field attribute concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Format.Field getFieldAttribute concode_elem_sep int getField...
int function ( ) { return endIndex ; }
6,384
returns whether apps contains component . concode_field_sep ArrayList<ApplicationInfo> added concode_elem_sep ArrayList<ApplicationInfo> modified concode_elem_sep int DEFAULT_APPLICATIONS_NUMBER concode_elem_sep ArrayList<ApplicationInfo> data concode_elem_sep ArrayList<ApplicationInfo> removed concode_elem_sep IconCac...
boolean function ( List < ResolveInfo > arg0 , ComponentName arg1 ) { final String loc0 = arg1 . getClassName ( ) ; for ( ResolveInfo loc1 : arg0 ) { final ActivityInfo loc2 = loc1 . loc2 ; if ( loc2 . name . equals ( loc0 ) ) { return true ; } } return false ; }
6,385
unconditionally close an inputstream . equivalent to inputstream #close , except any exceptions will be ignored . this is typically used in finally blocks . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep void copyFile concode_elem_sep void copyDirectory concode_elem_sep void copyDirectory concode_elem_sep ...
void function ( InputStream arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { } }
6,386
gets the value of the registergoal property . concode_field_sep String registerGoal concode_field_sep void setRegisterGoal
String function ( ) { return registerGoal ; }
6,387
sac : implements org.w3c.css.sac.conditionfactory #createlangcondition string . concode_field_sep ConditionFactory INSTANCE concode_field_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalCondition concode_elem_sep AttributeCondition createBeginHyphenAttributeCondition conco...
LangCondition function ( String arg0 ) { return new DefaultLangCondition ( arg0 ) ; }
6,388
returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren...
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
6,389
returns the stack in the given slot . concode_field_sep List<IInventoryChangedListener> changeListeners concode_elem_sep boolean hasCustomName concode_elem_sep int slotsCount concode_elem_sep String inventoryTitle concode_elem_sep NonNullList<ItemStack> inventoryContents concode_field_sep ItemStack decrStackSize concod...
ItemStack function ( int arg0 ) { return arg0 >= 0 && arg0 < this . inventoryContents . size ( ) ? ( ItemStack ) this . inventoryContents . get ( arg0 ) : ItemStack . field_190927_a ; }
6,390
called when the browser window is resized . concode_field_sep ResizableWidget widget concode_elem_sep int curOffsetHeight concode_elem_sep int curClientWidth concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode_elem_sep ResizableWidgetCollection staticCollection concode_elem_sep int resizeCheckDela...
void function ( ResizeEvent arg0 ) { checkWidgetSize ( ) ; }
6,391
error - not a void method concode_field_sep int hidden concode_elem_sep int prop2 concode_elem_sep int innerHidden concode_elem_sep int hiddenStatic concode_elem_sep int xAxis concode_elem_sep int hidden concode_elem_sep int notHidden concode_elem_sep int prop concode_elem_sep String x concode_elem_sep int y concode_el...
int function ( int arg0 ) { this . prop = arg0 ; return 0 ; }
6,392
remove a property change listener from this component . concode_field_sep String info concode_elem_sep PropertyChangeSupport support concode_elem_sep LifecycleSupport lifecycle concode_elem_sep Manager manager concode_elem_sep String storeName concode_elem_sep boolean started concode_elem_sep StringManager sm concode_f...
void function ( PropertyChangeListener arg0 ) { support . removePropertyChangeListener ( arg0 ) ; }
6,393
specify what action should be taken when attempting to register an mbean under an javax.management.objectname that already exists.default is registration_fail_on_existing . concode_field_sep int REGISTRATION_FAIL_ON_EXISTING concode_elem_sep int REGISTRATION_IGNORE_EXISTING concode_elem_sep MBeanServer server concode_e...
void function ( int arg0 ) { setRegistrationPolicy ( RegistrationPolicy . valueOf ( arg0 ) ) ; }
6,394
returns the length of the range . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep Range shift concode_elem_sep Range shift concode_elem_sep...
double function ( ) { return this . upper - this . lower ; }
6,395
closes the given object , ignoring ioexceptions . concode_field_sep Logger logger concode_field_sep File[] listFilesSafely concode_elem_sep int nonNegativeHash concode_elem_sep ByteBuffer stringToBytes concode_elem_sep boolean isSymlink concode_elem_sep String bytesToString concode_elem_sep void deleteRecursively
void function ( Closeable arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( IOException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } }
6,396
renvoie une position en hauteur du monde et les mob tombe du haut pour pop . concode_field_sep EnemyPopConstants enemyPopConstants concode_field_sep Vector2 getFlyPosition concode_elem_sep Vector2 getPlayerPopPosition concode_elem_sep Vector2 getObjectPosition concode_elem_sep Vector2 getBigBlockPosition concode_elem_s...
Vector2 function ( ) { ArrayList < Block > loc0 = new ArrayList < Block > ( ) ; loc0 . addAll ( BlockController . fictivesBlock ) ; return loc0 . get ( new Random ( ) . nextInt ( loc0 . size ( ) ) ) . getPopPosition ( ) ; }
6,397
registers a feature change event over a feature type . to be called by transactionfeaturewriter #write so this state can fire a changedevent at #commit and #rollback . concode_field_sep Set<String> typesChanged concode_elem_sep Logger LOGGER concode_elem_sep ArcSdeVersionHandler versionHandler concode_elem_sep ArcSDEDa...
void function ( final String arg0 ) { typesChanged . add ( arg0 ) ; }
6,398
returns the value at the given index . concode_field_sep int INITIAL_LENGTH concode_elem_sep int[] indexes concode_elem_sep int count concode_elem_sep Value[] values concode_elem_sep boolean[] priorities concode_field_sep int size concode_elem_sep int getIndex concode_elem_sep boolean getPriority concode_elem_sep Strin...
Value function ( int arg0 ) { return values [ arg0 ] ; }
6,399
gets the value of the f property . concode_field_sep byte[] bc concode_elem_sep Boolean st concode_elem_sep Object parent concode_elem_sep Boolean b concode_elem_sep String c concode_elem_sep Long in concode_elem_sep Boolean f concode_elem_sep Boolean i concode_elem_sep Long cp concode_elem_sep List<CTTuples> tpls conc...
Boolean function ( ) { return f ; }