idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,900
an optional pagination token provided by a previous request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . concode_field_sep java.util.List<Endpoint> endpoints concode_elem_sep String marker concode_field_sep void setEndpoints concode_...
void function ( String arg0 ) { this . marker = arg0 ; }
23,901
set the value that will replace ' / ' as the separator in the view name . the default behavior simply leaves ' / ' as the separator . concode_field_sep String prefix concode_elem_sep String separator concode_elem_sep String SLASH concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep boolean stripLeadingSlash co...
void function ( String arg0 ) { this . separator = arg0 ; }
23,902
implementation of dgmtype interface concode_field_sep ArrayList<DGMType> _children concode_elem_sep DGMType _parent concode_elem_sep String _typeName concode_elem_sep Logger _logger concode_elem_sep Hashtable<String,DGMAttribute> _attributes concode_field_sep Enumeration<DGMType> getChildren concode_elem_sep void setCo...
DGMType function ( ) { return ( _parent ) ; }
23,903
sets the available_elements value for this report_suite_elements . concode_field_sep com.omniture.www.Element[] available_elements concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc ...
void function ( com . omniture . www . Element [ ] arg0 ) { this . available_elements = arg0 ; }
23,904
add the specified task to the queue and wait for the receiver to be running before returning concode_field_sep Thread backgroundThread concode_elem_sep Runnable idleOperation concode_elem_sep boolean isIdle concode_elem_sep Object lock concode_elem_sep TaskQueue queue concode_elem_sep IdleListener[] idleListeners conco...
boolean function ( Task arg0 , long arg1 ) { synchronized ( lock ) { queue . addNewTask ( arg0 ) ; return waitUntilRunning ( arg1 ) ; } }
23,905
set as a matrix representing a rotation . concode_field_sep float m11 concode_elem_sep float m22 concode_elem_sep float m21 concode_elem_sep float m12 concode_field_sep Mat22 mulLocal concode_elem_sep Mat22 add concode_elem_sep void solveToOut concode_elem_sep Mat22 addLocal concode_elem_sep Mat22 invert concode_elem_s...
void function ( final float arg0 ) { final float loc0 = ( float ) Math . cos ( arg0 ) ; final float loc1 = ( float ) Math . sin ( arg0 ) ; m11 = loc0 ; m21 = - loc1 ; m12 = loc1 ; m22 = loc0 ; }
23,906
gets the value of the checksum property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force concode_elem_sep String mimeType concode_elem_...
String function ( ) { return checksum ; }
23,907
gets the names of the parameters . concode_field_sep long MAX_CACHETIME concode_elem_sep long DEFAULT_CACHETIME concode_elem_sep String fileName concode_elem_sep InputStream stream concode_elem_sep long cacheTime concode_elem_sep int bufferSize concode_elem_sep Map<String,String> params concode_elem_sep String contentT...
Iterator < String > function ( ) { if ( params != null ) { return params . keySet ( ) . iterator ( ) ; } return null ; }
23,908
cleanup the data within this renderer as it is no longer being used and must be prepared for garbage collection . concode_field_sep TableCellRenderer delegate concode_elem_sep TreeTableCellPanel component concode_elem_sep boolean showExpanderForEmptyParent concode_elem_sep TreeList treeList concode_elem_sep TreeNodeDat...
void function ( ) { delegate = null ; treeList = null ; }
23,909
return the value created by the construct method . returns null if either the constructing thread or the current thread was interrupted before a value was produced . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_s...
Object function ( ) { while ( true ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 == null ) { return getValue ( ) ; } try { loc0 . join ( ) ; } catch ( InterruptedException loc1 ) { Thread . currentThread ( ) . interrupt ( ) ; return null ; } } }
23,910
this provides the connected channel for the client . this is used to send and receive bytes to and from an transport layer . each channel provided with an entity contains an attribute map which contains information about the connection . concode_field_sep ByteCursor cursor concode_elem_sep Timer timer concode_elem_sep ...
Channel function ( ) { return channel ; }
23,911
stop the httpserver . concode_field_sep IHttpHandler handler concode_elem_sep String DEFAULT_HOST concode_elem_sep HttpListener listener concode_elem_sep Integer DEFAULT_PORT concode_field_sep void start concode_elem_sep void handle concode_elem_sep void configure concode_elem_sep void join
void function ( ) { listener . stop ( ) ; listener = null ; handler . destroy ( ) ; handler = null ; }
23,912
delegates the processing to #createalignment boolean , anchor with given ` allow backward shift ' valueand anchor #left . concode_field_sep AlignmentFactory myFactory concode_field_sep void setFactory concode_elem_sep Alignment createChildAlignment
Alignment function ( boolean arg0 ) { return createAlignment ( arg0 , Anchor . LEFT ) ; }
23,913
create a simple dialog with an ` ok ' button , a title , and a message . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean verifySampleSetup concode_elem_sep boolean resolveConnectionFailure concode_elem_sep void showActivityResultError concode_elem_sep void showAlert
Dialog function ( Activity arg0 , String arg1 , String arg2 ) { return ( new AlertDialog . Builder ( arg0 ) ) . setTitle ( arg1 ) . setMessage ( arg2 ) . setNeutralButton ( android . R . string . ok , null ) . create ( ) ; }
23,914
gets the max total keypairs . concode_field_sep Integer maxTotalInstances concode_elem_sep Integer serverMetaUsed concode_elem_sep Integer maxTotalRAMSize concode_elem_sep Integer maxServerGroups concode_elem_sep Integer maxTotalVolumes concode_elem_sep long serialVersionUID concode_elem_sep Integer imageMetaUsed conco...
int function ( ) { return wrap ( maxTotalKeypairs ) ; }
23,915
increment the current count by 1 . concode_field_sep long count concode_field_sep void dec concode_elem_sep void dec concode_elem_sep long getCount
void function ( ) { count ++ ; }
23,916
sends stacktrace via email concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getAdminEmails concode_elem_sep void sendErrorEmail concode_elem_sep void sendMail concode_elem_sep void sendTaskoEmail concode_elem_sep List<String> getActiveOrgAdminEmails
void function ( Logger arg0 , Throwable arg1 ) { StringWriter loc0 = new StringWriter ( ) ; PrintWriter loc1 = new PrintWriter ( loc0 ) ; arg1 . printStackTrace ( loc1 ) ; loc1 . flush ( ) ; sendErrorEmail ( arg0 , loc0 . toString ( ) ) ; }
23,917
set the domain owner . the user does n't need to set it , which will automatically set to the user who puts the domain . concode_field_sep String owner concode_elem_sep Long modifiedTime concode_elem_sep String readers concode_elem_sep String description concode_elem_sep Long createdTime concode_elem_sep String id conc...
void function ( String arg0 ) { this . owner = arg0 ; }
23,918
an item leaves the buildable phase . it will move to the `` left '' state if the executors are allocated to it , or it will move to the blocked phase if someone starts vetoing once again . concode_field_sep PlaceHolder placeHolder concode_field_sep void onEnterBuildable concode_elem_sep ExtensionList<QueueListener> all...
void function ( BuildableItem arg0 ) { }
23,919
set the coefficient of friction . this will not change the friction of existing contacts . concode_field_sep float density concode_elem_sep float friction concode_elem_sep Shape shape concode_elem_sep Object userData concode_elem_sep Body body concode_elem_sep AABB pool1 concode_elem_sep float restitution concode_elem_...
void function ( float arg0 ) { this . friction = arg0 ; }
23,920
gets the value of the recipientpublickey 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 recipientpublickey property . for example , to ...
List < XMLRecipientPublicKeyType > function ( ) { if ( recipientPublicKey == null ) { recipientPublicKey = new ArrayList < XMLRecipientPublicKeyType > ( ) ; } return this . recipientPublicKey ; }
23,921
get value concode_field_sep String name concode_elem_sep AngularObjectListener listener concode_elem_sep String noteId concode_elem_sep String paragraphId concode_elem_sep List<AngularObjectWatcher> watchers concode_elem_sep T object concode_field_sep void addWatcher concode_elem_sep String getName concode_elem_sep voi...
Object function ( ) { return object ; }
23,922
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
23,923
within the for-header there are 3 statements , but this is legal . concode_field_sep int a concode_elem_sep int b concode_elem_sep int c concode_elem_sep int d concode_elem_sep int two concode_elem_sep int one concode_elem_sep int e concode_elem_sep int f concode_elem_sep int g concode_elem_sep int h concode_field_sep ...
void function ( ) { for ( int loc0 = 0 ; loc0 < 20 ; loc0 ++ ) { one = loc0 ; } }
23,924
delete the attribute value . concode_field_sep String AA_COMPROMISE concode_elem_sep String KEY_COMPROMISE concode_elem_sep String SUPERSEDED concode_elem_sep boolean[] bitString concode_elem_sep String CA_COMPROMISE concode_elem_sep String UNUSED concode_elem_sep String AFFILIATION_CHANGED concode_elem_sep String CERT...
void function ( String arg0 ) { set ( arg0 , Boolean . FALSE ) ; }
23,925
check that two linkkeys based on the same source/destination pair compare equal . concode_field_sep PortNumber P2 concode_elem_sep DeviceId D2 concode_elem_sep PortNumber P1 concode_elem_sep ConnectPoint SRC1 concode_elem_sep ConnectPoint DST1 concode_elem_sep ConnectPoint DST2 concode_elem_sep DeviceId D1 concode_fiel...
void function ( ) { LinkKey loc0 = LinkKey . linkKey ( SRC1 , DST2 ) ; LinkKey loc1 = LinkKey . linkKey ( SRC1 , DST2 ) ; assertThat ( loc0 , is ( equalTo ( loc1 ) ) ) ; }
23,926
formats the given date using the date pattern . concode_field_sep PlaceHolder placeHolder concode_field_sep SimpleDateFormat getSimpleDateFormat concode_elem_sep Date getDate
String function ( @ NonNull final String arg0 , @ NonNull final Date arg1 ) { return getSimpleDateFormat ( arg0 ) . format ( arg1 ) ; }
23,927
returns true if the specified dock app intent should be started . false if we should dream instead , if appropriate . concode_field_sep ComponentName SOMNAMBULATOR_COMPONENT concode_elem_sep String TAG concode_field_sep void startDreamWhenDockedIfAppropriate concode_elem_sep boolean isScreenSaverEnabled concode_elem_se...
boolean function ( Context arg0 , Intent arg1 ) { ComponentName loc0 = arg1 . resolveActivity ( arg0 . getPackageManager ( ) ) ; return loc0 != null && ! loc0 . equals ( SOMNAMBULATOR_COMPONENT ) ; }
23,928
this method frees the blob object and releases the resources that it holds . the object is invalid once the free method is called . after free has been called , any attempt to invoke a method other than free will result in a sqlexception being thrown . if free is called multiple times , the subsequent calls to free are...
void function ( ) { this . binaryData = null ; this . isClosed = true ; }
23,929
test method for org.apache.niolex.config.service.impl.groupserviceimpl #loadgroup java.lang.string . concode_field_sep BasePacketWriter writer concode_elem_sep MemoryStorage storage concode_elem_sep GroupServiceImpl sevice concode_field_sep void testCliSubscribeGroupNof concode_elem_sep void testSyncAllGroupsWithDB con...
void function ( ) { sevice . svrSendGroup ( "srini_string" ) ; ConfigGroup loc0 = storage . get ( "srini_string" ) ; assertEquals ( loc0 . getGroupData ( ) . get ( "srini_string" ) . getValue ( ) , "srini_string" ) ; }
23,930
returns the implicitactivationpolicyvalue , matching the given integer constant . concode_field_sep ImplicitActivationPolicyValue[] enume concode_elem_sep ImplicitActivationPolicyValue NO_IMPLICIT_ACTIVATION concode_elem_sep int _value concode_elem_sep ImplicitActivationPolicyValue IMPLICIT_ACTIVATION concode_elem_sep ...
ImplicitActivationPolicyValue function ( int arg0 ) { try { return enume [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( "srini_string" + arg0 ) ; loc1 . minor = Minor . PolicyType ; throw loc1 ; } }
23,931
logs a debug message . concode_field_sep PrintStream logWriter concode_elem_sep int logLevel concode_elem_sep int INFO concode_elem_sep int WARN concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_field_sep void warn concode_elem_sep URL getRes concode_elem_sep void error concode_elem_sep void close concode_e...
void function ( String arg0 ) { if ( logLevel <= DEBUG ) { logWriter . println ( "srini_string" + arg0 ) ; logWriter . flush ( ) ; } }
23,932
returns the exit value of the process , waiting for it to finish if it has n't yet . concode_field_sep Process p concode_elem_sep Thread t concode_elem_sep ProcessOutput stdout concode_elem_sep ConsoleDisplay outputComponent concode_elem_sep Runnable postAction concode_elem_sep int exitVal concode_elem_sep ProcessOutpu...
int function ( ) { if ( ! done ) waitFor ( ) ; if ( done ) return exitVal ; return - 1 ; }
23,933
this is a just a helper method to determine whether global scope creation/deletion issues should be logged or not . concode_field_sep boolean DEFAULT_DEBUG_REQUEST_SCOPE concode_elem_sep boolean DEFAULT_DEBUG_SESSION_SCOPE concode_elem_sep boolean DEFAULT_DEBUG_WITH_STACK_TRACE concode_elem_sep boolean s_bDebugApplicat...
boolean function ( @ Nonnull final Logger arg0 ) { if ( arg0 . isDebugEnabled ( ) ) return true ; return ( isLifeCycleDebuggingEnabled ( ) || isDebugGlobalScopeEnabled ( ) ) && arg0 . isInfoEnabled ( ) ; }
23,934
gets the value of the postingdate property . concode_field_sep Boolean displayOnBill concode_elem_sep CodeAndDescription paymentSubMethod concode_elem_sep String locationInfo concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String dealerCode concode_elem_sep BigDecimal actualAmount concode_elem_sep...
XMLGregorianCalendar function ( ) { return postingDate ; }
23,935
helper method for wrapping a vector . used by jni , do not modify ! concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE concode_elem_sep int NATIVE_INT_SIZE concode_elem...
Object function ( float arg0 , float arg1 , float arg2 ) { ByteBuffer loc0 = ByteBuffer . allocate ( 3 * 4 ) ; loc0 . putFloat ( arg0 ) ; loc0 . putFloat ( arg1 ) ; loc0 . putFloat ( arg2 ) ; loc0 . flip ( ) ; return s_wrapperProvider . wrapVector3f ( loc0 , 0 , 3 ) ; }
23,936
returns the x coordinate of the center of the framing rectangle of the shape in double precision . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode...
double function ( ) { return getX ( ) + getWidth ( ) / 2.0 ; }
23,937
print the cross-reference table . concode_field_sep int INDENT_WIDTH concode_elem_sep StringBuilder INDENT concode_elem_sep String NAME_FORMAT concode_elem_sep int LABEL_WIDTH concode_elem_sep int NAME_WIDTH concode_elem_sep String NUMBERS_LABEL concode_elem_sep String NUMBERS_UNDERLINE concode_elem_sep String NUMBER_F...
void function ( SymTabStack arg0 ) { System . out . println ( "srini_string" ) ; printColumnHeadings ( ) ; printSymTab ( arg0 . getLocalSymTab ( ) ) ; }
23,938
gets the value of the subscribernumber property . concode_field_sep String dateOfAgreement concode_elem_sep String customerLName concode_elem_sep String prepaidSubscriberId concode_elem_sep String accountType concode_elem_sep String companyName concode_elem_sep long serialVersionUID concode_elem_sep String accountNumbe...
String function ( ) { return subscriberNumber ; }
23,939
password for the cmis repository concode_field_sep String password concode_elem_sep Logger LOG concode_elem_sep int pageSize concode_elem_sep Session session concode_elem_sep boolean readContent concode_elem_sep String query concode_elem_sep String repositoryId concode_elem_sep int readCount concode_elem_sep String url...
void function ( String arg0 ) { this . password = arg0 ; }
23,940
set or change the object that is to be edited . primitive types such as `` int '' must be wrapped as the corresponding object type such as `` java.lang.integer '' . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Float value concode_field_sep String getJavaInitializationString concode_ele...
void function ( final Object arg0 ) { final Object loc0 = this . value ; if ( arg0 instanceof Float == false ) { this . value = null ; } else { this . value = ( Float ) arg0 ; if ( this . value . floatValue ( ) < 0 ) { this . value = null ; } } propertyChangeSupport . firePropertyChange ( null , loc0 , this . value ) ;...
23,941
return type metadata object concode_field_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.FrequencyCap frequencyCap concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
23,942
creates case insensitive map with implicit file columns as keys and appropriate implicitfilecolumns enum as values concode_field_sep String partitionDesignator concode_elem_sep List<SchemaPath> tableColumns concode_elem_sep List<SchemaPath> columns concode_elem_sep Map<String,ImplicitFileColumns> allImplicitColumns con...
Map < String , ImplicitFileColumns > function ( OptionManager arg0 ) { Map < String , ImplicitFileColumns > loc0 = CaseInsensitiveMap . newHashMap ( ) ; for ( ImplicitFileColumns loc1 : ImplicitFileColumns . values ( ) ) { OptionValue loc2 ; if ( ( loc2 = arg0 . getOption ( loc1 . name ) ) != null ) { loc0 . put ( loc2...
23,943
request that an application be registered with this guiceregistry concode_field_sep Set<GuiceApplication> services concode_elem_sep GuiceBuilder builder concode_elem_sep Logger log concode_elem_sep Injector injector concode_elem_sep Object monitor concode_field_sep GuiceBuilder getBuilder concode_elem_sep void stop con...
void function ( GuiceApplication arg0 , boolean arg1 ) { final Injector loc0 = getInjector ( ) ; loc0 . injectMembers ( arg0 ) ; if ( arg1 && ! services . contains ( arg0 ) ) { services . add ( arg0 ) ; } arg0 . configured ( ) ; }
23,944
returns the id of this clip type . concode_field_sep ClipType _clipType concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_s...
java . lang . String function ( ) { return _clipType . getId ( ) ; }
23,945
returns a real number uniformly in 0 , 1 . concode_field_sep Random random concode_elem_sep long seed concode_field_sep double cauchy concode_elem_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double uniform concode_elem_sep int uniform concode_e...
double function ( ) { return uniform ( ) ; }
23,946
sets the max age in seconds of the rule . concode_field_sep String AllowedMethod concode_elem_sep List<String> allowedOrigins concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep String id concode_elem_sep List<AllowedMethods> allowedMethods concode_elem_sep int max...
void function ( int arg0 ) { this . maxAgeSeconds = arg0 ; }
23,947
set the role , which selects the pipeline to run . concode_field_sep Logger logger concode_elem_sep TungstenProperties conf concode_field_sep void addStage concode_elem_sep void addPipeline concode_elem_sep void addPipeline concode_elem_sep void setProperty concode_elem_sep void addComponent concode_elem_sep void addPr...
void function ( String arg0 ) { conf . setString ( ReplicatorConf . ROLE , arg0 ) ; }
23,948
answers the value associated with the specified key in this hashtable . concode_field_sep HashMapEntry next concode_elem_sep HashMapEntry[] elementData concode_elem_sep int start concode_elem_sep int threshold concode_elem_sep IElementComparer comparer concode_elem_sep HashMapEntry entry concode_elem_sep float loadFact...
Object function ( Object arg0 ) { int loc0 = ( hashCode ( arg0 ) & 0x7FFFFFFF ) % elementData . length ; HashMapEntry loc1 = elementData [ loc0 ] ; while ( loc1 != null ) { if ( keyEquals ( arg0 , loc1 . arg0 ) ) { return loc1 . value ; } loc1 = loc1 . next ; } return null ; }
23,949
make an instance managed and persistent then return it 's id . delegates to entitymanager #persist object then #getid object . helpful when setting up test data in a test : object entityid = this.testentitymanager.persist new myentity `` spring '' ; concode_field_sep EntityManagerFactory entityManagerFactory concode_fi...
Object function ( Object arg0 ) { persist ( arg0 ) ; return getId ( arg0 ) ; }
23,950
returns true if the given byte array slice is awell-formed utf-8 byte sequence . the range of bytes to be checked extends from index index , inclusive , to limit , exclusive . this is a convenience method , equivalent to partialisvalidutf8 bytes , index , limit == utf8.complete . concode_field_sep int MALFORMED concode...
boolean function ( byte [ ] arg0 , int arg1 , int arg2 ) { return partialIsValidUtf8 ( arg0 , arg1 , arg2 ) == COMPLETE ; }
23,951
get notification id . concode_field_sep String EXTEND_MINUTES concode_elem_sep String VETTORE concode_elem_sep String RIF_VENDITA concode_elem_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep String END_TIME concode_elem_sep String ISO8601_DATE_FORMAT con...
int function ( ) { return options . getId ( ) ; }
23,952
it 's called just before to update the document . concode_field_sep String[] includeClasses concode_elem_sep ODatabaseDocument database concode_elem_sep String[] excludeClasses concode_field_sep void onRecordFinalizeUpdate concode_elem_sep RESULT onTrigger concode_elem_sep void onRecordDeleteReplicated concode_elem_sep...
RESULT function ( final ODocument arg0 ) { return RESULT . RECORD_NOT_CHANGED ; }
23,953
hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de...
Boolean function ( String arg0 ) { return null ; }
23,954
sets the value of the stats property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_sep Da...
void function ( LineItemCreativeAssociationStats arg0 ) { this . stats = arg0 ; }
23,955
information about the policy version . concode_field_sep PolicyVersion policyVersion concode_field_sep PolicyVersion getPolicyVersion concode_elem_sep CreatePolicyVersionResult withPolicyVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreatePolicyVersionResult clone concode_elem_s...
void function ( PolicyVersion arg0 ) { this . policyVersion = arg0 ; }
23,956
sets the value of the link property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode...
void function ( boolean arg0 ) { this . link = arg0 ; }
23,957
returns the company id of this browser tracker . concode_field_sep BrowserTracker _browserTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isE...
long function ( ) { return _browserTracker . getCompanyId ( ) ; }
23,958
fires an error event . concode_field_sep boolean enabled_ concode_elem_sep String copyright concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep VObjectEventSupport objectEventSupport_ concode_elem_sep VObject object_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_field_sep VObject ...
void function ( Exception arg0 ) { errorEventSupport_ . fireError ( arg0 ) ; }
23,959
sets whether the property filter should attempt to filter relations that it finds on the entity it is passed . relations are classes as any entity that the filter has n't been told it should ignore . concode_field_sep boolean filterCollectionsOnLoad concode_elem_sep boolean filterRelationsOnLoad concode_elem_sep boolea...
PropertyFilterBuilder function ( boolean arg0 ) { this . filterRelationsOnLoad = arg0 ; return this ; }
23,960
creates a packed integer color from three rgb values in the range 0 , 255 . concode_field_sep PlaceHolder placeHolder concode_field_sep int red concode_elem_sep float encode concode_elem_sep int argb concode_elem_sep int green concode_elem_sep int blue concode_elem_sep int withAlpha concode_elem_sep int alpha concode_e...
int function ( int arg0 , int arg1 , int arg2 ) { return argb ( 0xff , arg0 , arg1 , arg2 ) ; }
23,961
creating a matfile5format concode_field_sep Logger LOGGER concode_field_sep boolean isAvailable concode_elem_sep Map<RenderingHints.Key,?> getImplementationHints
MatFile5Format function ( ) { return new MatFile5Format ( ) ; }
23,962
returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.List<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 voi...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( messages != null ) loc0 . append ( "srini_string" + messages + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
23,963
gets the ip6prefix view of the ip prefix . concode_field_sep short prefixLength concode_elem_sep int MAX_INET6_MASK_LENGTH concode_elem_sep IpAddress address concode_elem_sep int MAX_INET_MASK_LENGTH concode_field_sep int prefixLength concode_elem_sep void checkPrefixLength concode_elem_sep boolean contains concode_ele...
Ip6Prefix function ( ) { if ( version ( ) != Ip6Prefix . VERSION ) { return null ; } if ( this instanceof Ip6Prefix ) { return ( Ip6Prefix ) this ; } return Ip6Prefix . valueOf ( address . getIp6Address ( ) , prefixLength ) ; }
23,964
if specified , use this config to send the sms , otherwise use the default config . concode_field_sep String motechId concode_elem_sep DateTime deliveryTime concode_elem_sep Integer failureCount concode_elem_sep Map<String,String> customParams concode_elem_sep List<String> recipients concode_elem_sep String providerId ...
String function ( ) { return config ; }
23,965
append the given value . concode_field_sep int length concode_elem_sep char[] buffer concode_field_sep java.lang.String toString concode_elem_sep void ensureCapacity
StringBuilder function ( int arg0 ) { append ( Integer . toString ( arg0 ) ) ; return this ; }
23,966
checks if a connection is open with the database concode_field_sep Plugin plugin concode_elem_sep Connection connection concode_field_sep ResultSet querySQL concode_elem_sep Connection getConnection concode_elem_sep int updateSQL concode_elem_sep Connection openConnection concode_elem_sep boolean closeConnection
boolean function ( ) { return connection != null && ! connection . isClosed ( ) ; }
23,967
sets the value of the firstinstallment property . concode_field_sep BigDecimal remainingFinancedAmount concode_elem_sep List<InstallmentScheduleType> installmentSchedule concode_elem_sep CreditLineType creditLine concode_elem_sep BigInteger totalNoOfMonths concode_elem_sep BigDecimal monthlyPayment concode_elem_sep Str...
void function ( BigDecimal arg0 ) { this . firstInstallment = arg0 ; }
23,968
returns the current room temperature concode_field_sep double dcbFrostTemperature concode_elem_sep byte dcbHeatState concode_elem_sep byte dcbWaterState concode_elem_sep byte address concode_elem_sep double dcbSetTemperature concode_elem_sep int dcbHoldTime concode_elem_sep Models dcbModel concode_elem_sep byte dcbStat...
State function ( Class < ? extends Item > arg0 ) { if ( arg0 == StringItem . class ) return StringType . valueOf ( Double . toString ( dcbRoomTemperature ) ) ; return DecimalType . valueOf ( Double . toString ( dcbRoomTemperature ) ) ; }
23,969
the current status of the search domain . concode_field_sep DomainStatus domainStatus concode_field_sep void setDomainStatus concode_elem_sep CreateDomainResult withDomainStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateDomainResult clone concode_elem_sep String toString
DomainStatus function ( ) { return domainStatus ; }
23,970
if this returns true , the graph is a directed graph . if false , it is undirected . concode_field_sep Map<String,Vertex<S,T>> labelToVertex concode_elem_sep boolean isDirected concode_field_sep List<String> topologicalSort concode_elem_sep void removeVertex concode_elem_sep List<String> shortestPath concode_elem_sep d...
boolean function ( ) { return isDirected ; }
23,971
reports the name of the test case . concode_field_sep String clientId concode_elem_sep TestCaseVector testCaseVector concode_elem_sep int circuitEndId concode_field_sep TestCaseVector getTestCaseVector concode_elem_sep String getClientId concode_elem_sep int getTestCycleNumber concode_elem_sep int getCircuitEndId conco...
String function ( ) { return testCaseVector . getTestCase ( ) ; }
23,972
loads an object for the instance of pdstore type colorparam with the given id . if an object for the instance is already available in the given pdstore object , it is returned . concode_field_sep GUID roleTargetShapeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleNewColorId concode_...
PDColorParam function ( PDStore arg0 , GUID arg1 ) { PDInstance loc0 = arg0 . load ( typeId , arg1 ) ; return ( PDColorParam ) loc0 ; }
23,973
validate the key against known properties . concode_field_sep String rawkey concode_elem_sep int MICRO concode_elem_sep int QUAL concode_elem_sep int MINOR concode_elem_sep Set<String> unseenKeys concode_elem_sep String value concode_elem_sep String version concode_elem_sep String key concode_elem_sep int MAJOR concode...
void function ( ) { assertTrue ( key + "srini_string" , KNOWN_PROPERTIES . contains ( key ) ) ; unseenKeys . remove ( key ) ; }
23,974
select a single double field concode_field_sep PlaceHolder placeHolder concode_field_sep String ejbHomeSelectSingleStringField concode_elem_sep Collection ejbSelectCollectionRemoteEjb concode_elem_sep void ejbActivate concode_elem_sep Collection ejbHomeSelectCollectionFloatField concode_elem_sep Collection ejbHomeSelec...
double function ( final double arg0 ) { return ejbSelectSingleDoubleField ( arg0 ) ; }
23,975
returns an array with the bandwidth-names from the first result , which should be the only result ... concode_field_sep Vector<Vector<SingleRegressionResult>> list concode_field_sep Vector<String> resultsTableHeader concode_elem_sep Vector<Vector<Vector>> bandwidthsTable concode_elem_sep void setSingleResult concode_el...
String [ ] function ( ) { String [ ] loc0 = new String [ list . get ( 0 ) . get ( 0 ) . varnames . size ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = list . get ( 0 ) . get ( 0 ) . varnames . get ( loc1 ) ; } return loc0 ; }
23,976
converts milliseconds to date . concode_field_sep PlaceHolder placeHolder concode_field_sep String convertByteArrayToStringWithoutEscape concode_elem_sep String convertMsToClockTime concode_elem_sep String convertMsToShortClockTime
String function ( long arg0 ) { DateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; return loc0 . format ( new Date ( arg0 ) ) ; }
23,977
builds an object of the actioneventrequest class . concode_field_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep SortedSet<ActionParameterRequest> postActionParameters concode_elem_sep String displayName concode_elem_sep String subject concode_elem_sep String name concode_elem_sep String descrip...
ActionEventRequest function ( ) { return new ActionEventRequest ( name , displayName , subject , description , serviceInterface , serviceMethod , serviceMethodCallManner , actionParameters , postActionParameters ) ; }
23,978
returns the position of the enum constant in the declaration . the first constant has an ordinal value of zero . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep BasicLruCache<Class<? extends Enum>,Object[]> sharedConstantsCache concode_elem_sep int ordinal concode_field_sep Class<E...
int function ( ) { return ordinal ; }
23,979
sets the setqmintersectionclassarraylist , containing the name of the qm on uneven places , and the intersectionnodes-arraylist on even places for minimum units of the qm concode_field_sep double Compactness concode_elem_sep String Report concode_elem_sep int[] CenterPoint concode_elem_sep int[] regionmix concode_elem_...
void function ( ArrayList arg0 ) { this . QMIntersectionClassArrayListMIN = arg0 ; }
23,980
get the password of the enabled user . read the properties users file and return the password of the user concode_field_sep String USER_NAME concode_elem_sep StateValues values concode_elem_sep ConsoleMock consoleMock concode_elem_sep String ROLES concode_field_sep String getDisabledValueFromFile concode_elem_sep Strin...
String function ( String arg0 ) { return getValueFromProperty ( arg0 , values . getUserFiles ( ) . get ( 0 ) . getAbsolutePath ( ) ) ; }
23,981
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
23,982
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
23,983
add an exact number of bytes , not checking for tripping the circuit breaker . this bypasses the overheadconstant multiplication . concode_field_sep long memoryBytesLimit concode_elem_sep ESLogger logger concode_elem_sep double overheadConstant concode_elem_sep AtomicLong used concode_elem_sep AtomicLong trippedCount c...
long function ( long arg0 ) { long loc0 = used . addAndGet ( arg0 ) ; if ( logger . isTraceEnabled ( ) ) { logger . trace ( "srini_string" , arg0 , loc0 ) ; } assert loc0 >= 0 : "srini_string" + loc0 + "srini_string" ; return loc0 ; }
23,984
called when an action has been found , but the request parsing has failed . the default behavior is to render the framework 's default 400 page . this is achieved by returning null , so that the scala engine handles onbadrequest . by overriding this method one can provide an alternative 400 page . concode_field_sep Pla...
F . Promise < Result > function ( RequestHeader arg0 , String arg1 ) { return null ; }
23,985
the method take dictionary key as input and returns the concode_field_sep LogService LOGGER concode_elem_sep String dateFormat concode_elem_sep long cutOffTimeStamp concode_elem_sep long granularityFactor concode_elem_sep ThreadLocal<SimpleDateFormat> simpleDateFormatLocal concode_field_sep int generateKey concode_elem...
Object function ( int arg0 ) { if ( arg0 == 1 ) { return null ; } long loc0 = 0 ; if ( cutOffTimeStamp >= 0 ) { loc0 = ( ( arg0 - 2 ) * granularityFactor + cutOffTimeStamp ) ; } else { loc0 = ( arg0 - 2 ) * granularityFactor ; } return loc0 * 1000L ; }
23,986
gets the value of the value property . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep void setValue concode_elem_sep void setId concode_elem_sep String getId
byte [ ] function ( ) { return value ; }
23,987
sets the value of the cachingname property . concode_field_sep String groupName concode_elem_sep CachingName cachingName concode_elem_sep String weblogicQl concode_field_sep String getGroupName concode_elem_sep void setGroupName concode_elem_sep void setWeblogicQl concode_elem_sep CachingName getCachingName concode_ele...
void function ( final CachingName arg0 ) { this . cachingName = arg0 ; }
23,988
gets the opacity from a color . inspired by android colordrawable . concode_field_sep PlaceHolder placeHolder concode_field_sep int multiplyColorAlpha
int function ( int arg0 ) { int loc0 = arg0 >>> 24 ; if ( loc0 == 255 ) { return PixelFormat . OPAQUE ; } else if ( loc0 == 0 ) { return PixelFormat . TRANSPARENT ; } else { return PixelFormat . TRANSLUCENT ; } }
23,989
sets the vertex for this edge 's origin concode_field_sep QuadEdge next concode_elem_sep Vertex vertex concode_elem_sep QuadEdge rot concode_elem_sep Object data concode_field_sep QuadEdge oPrev concode_elem_sep QuadEdge oNext concode_elem_sep QuadEdge getPrimary concode_elem_sep QuadEdge sym concode_elem_sep Vertex de...
void function ( Vertex arg0 ) { vertex = arg0 ; }
23,990
retuns true if the given element is before the last delivered element . concode_field_sep Sequence<Element<E>> sequence concode_elem_sep Timer timer concode_elem_sep Element<E> lastDelivered concode_elem_sep SequenceSender<E> sequenceSender concode_elem_sep long timeout concode_elem_sep Boolean rejectOld concode_field_...
boolean function ( Element < E > arg0 ) { if ( lastDelivered == null ) { return false ; } if ( sequence . comparator ( ) . compare ( arg0 , lastDelivered ) < 0 ) { return true ; } return false ; }
23,991
returns a seekablebytechannel pointing at this inmemoryobjectentry 's byte contents ; a previous writer must have already closed the associated writablebytechannel to commit the byte contents and make them available for reading . concode_field_sep WritableByteChannel delegateWriteChannel concode_elem_sep ByteArrayOutpu...
SeekableByteChannel function ( GoogleCloudStorageReadOptions arg0 ) { if ( ! isCompleted ( ) ) { throw new IOException ( String . format ( "srini_string" , this . getObjectName ( ) ) ) ; } return new InMemoryObjectReadChannel ( completedContents , arg0 ) ; }
23,992
add the passed user to the free user group list . concode_field_sep List<User> paidGroup concode_elem_sep List<User> freeGroup concode_field_sep void addUserToPaidGroup concode_elem_sep boolean isPaid
void function ( final User arg0 ) { if ( paidGroup . contains ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } else { if ( ! freeGroup . contains ( arg0 ) ) { freeGroup . add ( arg0 ) ; } } }
23,993
execute sql concode_field_sep String url concode_field_sep JSONObject httpWebService concode_elem_sep PlumDataBaseReponse authentification concode_elem_sep PlumDataBaseReponse contact concode_elem_sep PlumDataBaseReponse query concode_elem_sep PlumDataBaseReponse query
PlumDataBaseReponse function ( String arg0 ) { ArrayList < NameValuePair > loc0 = new ArrayList < NameValuePair > ( ) ; loc0 . add ( new BasicNameValuePair ( "srini_string" , arg0 ) ) ; String loc1 = url + "srini_string" ; JSONObject loc2 = httpWebService ( loc1 , loc0 ) ; return new PlumDataBaseReponse ( loc2 ) ; }
23,994
get the hash code of an array of hashcodes hashcodes are sorted before hashcode is calculated . so the returned value is irrelevant of the hashcode order in the array . concode_field_sep int[] methods concode_elem_sep ProtocolSignature signature concode_elem_sep int fingerprint concode_elem_sep HashMap<String,ProtocolS...
int function ( int [ ] arg0 ) { Arrays . sort ( arg0 ) ; return Arrays . hashCode ( arg0 ) ; }
23,995
this should read the servant activator , but it can not be transferred this way as its operations can not be remote . the operations can not be remote because one of the method parameters , poa , is required to be always a local object both by 1.5 api and 3.0.3 omg . concode_field_sep PlaceHolder placeHolder concode_fi...
ServantActivator function ( InputStream arg0 ) { MARSHAL loc0 = new MARSHAL ( "srini_string" ) ; loc0 . minor = Minor . Inappropriate ; throw loc0 ; }
23,996
the type of the ulimit . concode_field_sep String name concode_elem_sep Integer hardLimit concode_elem_sep Integer softLimit concode_field_sep void setSoftLimit concode_elem_sep Integer getSoftLimit concode_elem_sep Ulimit withHardLimit concode_elem_sep String getName concode_elem_sep void setHardLimit concode_elem_sep...
void function ( UlimitName arg0 ) { this . name = arg0 . toString ( ) ; }
23,997
apply mapping semantics on the passed object concode_field_sep MappingResult<T> result concode_elem_sep List<MappingProvider<T>> modules concode_field_sep boolean hasModules concode_elem_sep MappingResult<T> getMappingResult concode_elem_sep List<MappingProvider<T>> getModules
void function ( Map < String , Object > arg0 , T arg1 ) { int loc0 = modules . size ( ) ; result = new MappingResult < T > ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { MappingProvider < T > loc2 = ( MappingProvider < T > ) modules . get ( loc1 ) ; loc2 . setMappingResult ( result ) ; loc2 . performMapping ( arg...
23,998
set whether to generate ddl after the entitymanagerfactory has been initialized , creating/updating all relevant tables . note that the exact semantics of this flag depend on the underlying persistence provider . for any more advanced needs , specify the appropriate vendor-specific settings as `` jpaproperties '' . not...
void function ( boolean arg0 ) { this . generateDdl = arg0 ; }
23,999
deletes a list of perspectives concode_field_sep IExtensionRegistry extensionRegistry concode_elem_sep EModelService modelService concode_elem_sep MApplication application concode_elem_sep Map<String,PerspectiveDescriptor> descriptors concode_elem_sep Logger logger concode_elem_sep IEclipseContext context concode_elem_...
void function ( ArrayList < IPerspectiveDescriptor > arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { deletePerspective ( arg0 . get ( loc0 ) ) ; } }