idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
13,700
mirror the bit matrix in order to attempt a second reading . concode_field_sep boolean mirror concode_elem_sep BitMatrix bitMatrix concode_elem_sep Version parsedVersion concode_elem_sep FormatInformation parsedFormatInfo concode_field_sep Version readVersion concode_elem_sep FormatInformation readFormatInformation con...
void function ( ) { for ( int loc0 = 0 ; loc0 < bitMatrix . getWidth ( ) ; loc0 ++ ) { for ( int loc1 = loc0 + 1 ; loc1 < bitMatrix . getHeight ( ) ; loc1 ++ ) { if ( bitMatrix . get ( loc0 , loc1 ) != bitMatrix . get ( loc1 , loc0 ) ) { bitMatrix . flip ( loc1 , loc0 ) ; bitMatrix . flip ( loc0 , loc1 ) ; } } } }
13,701
find the full path of a file in the archive based on the name . concode_field_sep File pakFile concode_elem_sep boolean fileOpen concode_elem_sep boolean pakRead concode_elem_sep PAKDirectoryTree pakDirectory concode_elem_sep PAKHeader pakHeader concode_elem_sep byte[] headerData concode_elem_sep RandomAccessFile bufIn...
String function ( String arg0 ) { return pakDirectory . findFile ( arg0 ) ; }
13,702
create an instance of intervaltype concode_field_sep PlaceHolder placeHolder concode_field_sep OpenCvType createOpenCvType concode_elem_sep InteractionElementType createInteractionElementType concode_elem_sep ParticipantType createParticipantType concode_elem_sep ParticipantType.ParameterList createParticipantTypeParam...
IntervalType function ( ) { return new IntervalType ( ) ; }
13,703
setter for paymentstatus concode_field_sep PendingStatusCodeType pendingReason concode_elem_sep String protectionEligibilityType concode_elem_sep PaymentStatusCodeType paymentStatus concode_elem_sep String protectionEligibility concode_field_sep String getProtectionEligibilityType concode_elem_sep boolean isWhitespaceN...
void function ( PaymentStatusCodeType arg0 ) { this . paymentStatus = arg0 ; }
13,704
this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep FileAccess.FileSync outDescriptor concode_elem_sep Object timerTask concode_elem_sep int INSERT_WITH_SCHEMA concode_elem_sep boolean needsSync concode_elem_sep int SCRIPT_BINARY_172 concode_elem_sep bo...
void function ( ) { }
13,705
the provisioned throughput to reserve for reading resources from your table concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType co...
void function ( Long arg0 ) { this . readCapacity = arg0 ; }
13,706
returns a map of config data passed to js that defines eligible events that can be placed on native views . this should return non-bubbling directly-dispatched event types . returned map should be of the form : `` ontwirl '' : `` registrationname '' : `` ontwirl '' concode_field_sep PlaceHolder placeHolder concode_fiel...
Map < String , Object > function ( ) { return null ; }
13,707
returns the cosine in radians from a lookup table . concode_field_sep float radDeg concode_elem_sep float PI concode_elem_sep int SIN_BITS concode_elem_sep float[] table concode_elem_sep int SIN_MASK concode_elem_sep float radToIndex concode_elem_sep float radFull concode_elem_sep float degFull concode_elem_sep float d...
float function ( float arg0 ) { return Sin . table [ ( int ) ( ( arg0 + PI / 2 ) * radToIndex ) & SIN_MASK ] ; }
13,708
gets the value of the clalternativeexpression property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ClAlternativeExpressionType clAlternativeExpression concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href co...
ClAlternativeExpressionType function ( ) { return clAlternativeExpression ; }
13,709
looks up the filestore associated with a path . this is an enhanced version of files #getfilestore path : on nix systems , the store returned for the root filesystem will contain the actual filesystem type e.g. ext4 instead of rootfs . on some systems , the custom attribute lucene : spins is supportedvia the filestore ...
FileStore function ( Path arg0 ) { return ESFileStore . getMatchingFileStore ( arg0 , fileStores ) ; }
13,710
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<SupportedEndpointType> supportedEndpointTypes concode_elem_sep String marker concode_field_sep ...
String function ( ) { return this . marker ; }
13,711
status code of the export task . concode_field_sep String code concode_elem_sep String message concode_field_sep ExportTaskStatus withCode concode_elem_sep ExportTaskStatus withCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ExportTaskStatus clone concode_elem_sep String getMessage c...
void function ( String arg0 ) { this . code = arg0 ; }
13,712
returns the class name of the bean . concode_field_sep long serialVersionUID concode_elem_sep ObjectName name concode_elem_sep String className concode_field_sep ObjectName getObjectName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return className ; }
13,713
safes the original configuration and log . concode_field_sep File applicationPath concode_elem_sep String id concode_elem_sep String APPLICATION_LOG_PATH_PROPERTYNAME concode_elem_sep Properties playConfig concode_elem_sep org.apache.log4j.Logger log4j concode_field_sep void setUp concode_elem_sep void testInitWithXML ...
void function ( ) { playConfig = Play . configuration ; applicationPath = Play . applicationPath ; id = Play . id ; log4j = Logger . log4j ; }
13,714
gets the value of the discount property . concode_field_sep BigDecimal headerTotal concode_elem_sep BigDecimal linesDiscount concode_elem_sep BigDecimal charge concode_elem_sep List<Charge> chargeSummary concode_elem_sep BigDecimal headerDiscount concode_elem_sep BigDecimal discount concode_elem_sep BigDecimal tax conc...
BigDecimal function ( ) { return discount ; }
13,715
returns candidate index of preference passed to this function concode_field_sep int numCandidates concode_elem_sep List<Integer> vote concode_field_sep Iterator<Integer> iterator concode_elem_sep Vote copyVote concode_elem_sep String toString concode_elem_sep Vote invertVote concode_elem_sep boolean addPref
CandidateIndex function ( int arg0 ) { if ( ( ( arg0 > 0 ) && ( arg0 <= this . numCandidates ) ) && ( this . vote . contains ( ( Integer ) arg0 ) ) ) { return new CandidateIndex ( ( ( this . vote . indexOf ( ( Integer ) arg0 ) ) + 1 ) ) ; } else { return null ; } }
13,716
gets the modified state of this palette . concode_field_sep ColorCodec codec concode_elem_sep int[] entries concode_elem_sep int palNum concode_elem_sep int offset concode_elem_sep int[] defaultPalette concode_elem_sep int[] rgbvalues concode_elem_sep boolean direct concode_elem_sep boolean modified concode_elem_sep St...
boolean function ( ) { return modified ; }
13,717
set the amount of idle time to keep threads created above the core size . the default is 300000 ms. concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concod...
void function ( long arg0 ) { this . keepAliveTime = arg0 ; resetCoreService ( ) ; }
13,718
overrides tostring by calling tostring0 concode_field_sep Node left concode_elem_sep Node right concode_elem_sep String element concode_field_sep String toString0
String function ( ) { return toString0 ( this ) ; }
13,719
generates a reset key . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generatePassword
String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; }
13,720
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep void clearEvents con...
void function ( ) { }
13,721
method called after an array value has been completely output , and before another value is to be output . default handling without pretty-printing will output a single comma to separate the two . pretty-printer is to output a comma as well , but can surround that with other white-space decoration . concode_field_sep I...
void function ( JsonGenerator arg0 ) { arg0 . writeRaw ( ',' ) ; _arrayIndenter . writeIndentation ( arg0 , _nesting ) ; }
13,722
setcontactinfo concode_field_sep String m_media concode_elem_sep String m_userId concode_elem_sep String m_contactInfo concode_elem_sep long m_time concode_field_sep String getMedia concode_elem_sep Date getTime concode_elem_sep void setMedia concode_elem_sep String getContactInfo concode_elem_sep String getUserId conc...
void function ( String arg0 ) { m_contactInfo = arg0 ; }
13,723
creates a new parallel batch of the given promises . concode_field_sep PlaceHolder placeHolder concode_field_sep ParallelBatch<T> execInit concode_elem_sep Promise<List<? extends ExecResult<T>>> yieldAll concode_elem_sep Operation forEach concode_elem_sep Promise<List<? extends T>> yield concode_elem_sep TransformableP...
ParallelBatch < T > function ( Promise < T > ... arg0 ) { return of ( Arrays . asList ( arg0 ) ) ; }
13,724
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
13,725
informs the error during the selected image load . concode_field_sep Command SCR_MAIN_SEARCH_CMD concode_elem_sep DemoMIDlet parent concode_elem_sep Command SCR_MAIN_BACK_CMD concode_elem_sep Command SCR_IMAGES_LOAD_CMD concode_elem_sep Form mainScreen concode_elem_sep BTImageClient bt_client concode_elem_sep List list...
void function ( String arg0 ) { Alert loc0 = new Alert ( "srini_string" , arg0 , null , AlertType . ERROR ) ; loc0 . setTimeout ( DemoMIDlet . ALERT_TIMEOUT ) ; Display . getDisplay ( parent ) . setCurrent ( loc0 , listScreen ) ; }
13,726
csch 0 should return undefined not inf concode_field_sep double LOG2 concode_elem_sep double LARGEST_INTEGER concode_elem_sep double EULER concode_elem_sep double ONE_THIRD concode_elem_sep double DEG concode_elem_sep double LOG10 concode_field_sep double sech concode_elem_sep double atanh concode_elem_sep double cot c...
double function ( double arg0 ) { if ( arg0 == 0 ) { return Double . NaN ; } return 1 / sinh ( arg0 ) ; }
13,727
returns the box at the specified index , or null on error . concode_field_sep long mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_ele...
Box function ( int arg0 ) { long loc0 = nativeGetBox ( mNativePixa , arg0 ) ; if ( loc0 == 0 ) { return null ; } return new Box ( loc0 ) ; }
13,728
gets the value of the return property . concode_field_sep Long _return concode_field_sep void setReturn
Long function ( ) { return _return ; }
13,729
gets server reply string from the control port after an ftp command has been executed . this consists only of the last line of the response , and only the part after the response code . concode_field_sep int code concode_elem_sep String reply concode_field_sep boolean isPositiveIntermediate concode_elem_sep boolean isP...
String function ( ) { return reply ; }
13,730
deletes the d d m structure version from the database . also notifies the appropriate model listeners . concode_field_sep DDMStructureVersionLocalService _ddmStructureVersionLocalService concode_field_sep int getStructureVersionsCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setW...
com . liferay . dynamic . data . mapping . model . DDMStructureVersion function ( com . liferay . dynamic . data . mapping . model . DDMStructureVersion arg0 ) { return _ddmStructureVersionLocalService . deleteDDMStructureVersion ( arg0 ) ; }
13,731
returns stdin if filename is '' - '' , else opens the file in the owning filesystem and returns an inputstream for it . relative paths will be opened in the default filesystem . concode_field_sep PlaceHolder placeHolder concode_field_sep CodecFactory codecFactory concode_elem_sep CodecFactory codecFactory concode_elem_...
BufferedInputStream function ( String arg0 , InputStream arg1 ) { return new BufferedInputStream ( arg0 . equals ( "srini_string" ) ? arg1 : openFromFS ( arg0 ) ) ; }
13,732
close the file currently being tokenized concode_field_sep char _cPushBack concode_elem_sep String VALID_CHARS concode_elem_sep boolean _bIsHTML concode_elem_sep boolean _bPushBack concode_elem_sep String _sFilename concode_elem_sep BufferedReader _brInput concode_elem_sep int _nPos concode_elem_sep boolean _bInComment...
void function ( ) { try { if ( _brInput != null ) { _brInput . close ( ) ; _brInput = null ; } } catch ( IOException loc0 ) { throw new TokenStreamException ( "srini_string" + loc0 , _sFilename , _nLine , _nPos ) ; } }
13,733
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
13,734
recursive method that will append characters to proposedkey until its unique . used in case there are collisions with generated key values . concode_field_sep Map<K,List<V>> mInternalMap concode_elem_sep long serialVersionUID concode_field_sep Map<String,V> getUniqueMap concode_elem_sep boolean containsKey concode_elem...
String function ( final Map < String , V > arg0 , final String arg1 , final V arg2 ) { if ( arg0 . containsKey ( arg1 ) ) { return addUniqueEntry ( arg0 , String . format ( "srini_string" , arg1 , "srini_string" ) , arg2 ) ; } else { arg0 . put ( arg1 , arg2 ) ; return arg1 ; } }
13,735
gets the maximal number of iterations . concode_field_sep Incrementor evaluations concode_elem_sep ConvergenceChecker<PAIR> checker concode_elem_sep Incrementor iterations concode_field_sep PAIR optimize concode_elem_sep int getIterations concode_elem_sep ConvergenceChecker<PAIR> getConvergenceChecker concode_elem_sep ...
int function ( ) { return iterations . getMaximalCount ( ) ; }
13,736
create a new policy builder instance . concode_field_sep ContentVerificationPolicy DEFAULT concode_field_sep PatchingResult rollback concode_elem_sep PatchingResult rollback concode_elem_sep PatchingResult applyPatch concode_elem_sep PatchingResult applyPatch concode_elem_sep PatchingResult applyPatch concode_elem_sep ...
ContentPolicyBuilder function ( ) { return new ContentPolicyBuilderImpl ( ) ; }
13,737
find the coordinate located at the specified ` measure ' distance along a geometry , and offset to the left of the geometry by the specified offset distance . this is achieved through using the jts lengthindexedline.extractpoint measure method for finding the coordinates at the specified measure along the geometry . it...
Coordinate function ( Geometry arg0 , double arg1 , double arg2 ) { return new LengthIndexedLine ( arg0 ) . extractPoint ( arg1 , arg2 ) ; }
13,738
convenience method that calls the same method with three arguments . a zero-long byte array is used . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep String DIRECTION concode_elem_sep Tran...
byte [ ] function ( ) { byte [ ] loc0 = ( wired == Direction . FORWARD ? lastForwardUpdate ( ) : lastInverseUpdate ( ) ) ; if ( inBuffer . size ( ) != 0 ) throw new TransformerException ( "srini_string" ) ; return loc0 ; }
13,739
sets the value of the description property . concode_field_sep ProfileSpecName profileSpecName concode_elem_sep ProfileSpecVersion profileSpecVersion concode_elem_sep ProfileSpecVendor profileSpecVendor concode_elem_sep Description description concode_elem_sep String id concode_field_sep void setProfileSpecName concode...
void function ( Description arg0 ) { this . description = arg0 ; }
13,740
returns the user id of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setRequired concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel...
long function ( ) { return _app . getUserId ( ) ; }
13,741
create a rxjava1clientwebrequestbuilder for a request with the given http method . concode_field_sep PlaceHolder placeHolder concode_field_sep RxJava1ClientWebRequestBuilder patch concode_elem_sep RxJava1ClientWebRequestBuilder head concode_elem_sep RxJava1ClientWebRequestBuilder post concode_elem_sep RxJava1ClientWebR...
RxJava1ClientWebRequestBuilder function ( HttpMethod arg0 , String arg1 , Object ... arg2 ) { return new RxJava1ClientWebRequestBuilder ( arg0 , arg1 , arg2 ) ; }
13,742
get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast
int function ( ) { return count ; }
13,743
get the number of parts . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concode_field_sep void pu...
int function ( ) { return mParts . size ( ) ; }
13,744
setter method for status concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDate ...
void function ( Integer arg0 ) { this . status = arg0 ; }
13,745
returns the name of the represented table concode_field_sep MobileServiceClient mClient concode_elem_sep Class<E> mClazz concode_elem_sep MobileServiceJsonSyncTable mInternalTable concode_field_sep ListenableFuture<Void> pull concode_elem_sep ListenableFuture<Void> pull concode_elem_sep ListenableFuture<E> lookUp conco...
String function ( ) { return mInternalTable . getName ( ) ; }
13,746
index of links by title concode_field_sep Map<String,Link> linksByRelationship concode_elem_sep Map<String,Link> linksByTitle concode_elem_sep List<Link> links concode_field_sep List<Link> getLinks concode_elem_sep LinkHeader valueOf concode_elem_sep Map<String,Link> getLinksByRelationship concode_elem_sep String toStr...
Map < String , Link > function ( ) { return linksByTitle ; }
13,747
create an instance of jaxbelement concode_field_sep QName _Security_QNAME concode_elem_sep QName _BinarySecurityToken_QNAME concode_elem_sep QName _KeyIdentifier_QNAME concode_elem_sep QName _UsernameToken_QNAME concode_elem_sep QName _SecurityTokenReference_QNAME concode_elem_sep QName _Reference_QNAME concode_field_s...
JAXBElement < SecurityTokenReferenceType > function ( SecurityTokenReferenceType arg0 ) { return new JAXBElement < SecurityTokenReferenceType > ( _SecurityTokenReference_QNAME , SecurityTokenReferenceType . class , null , arg0 ) ; }
13,748
gets the targetedmobiledevicesubmodels value for this mobiledevicesubmodeltargeting . concode_field_sep com.google.api.ads.dfp.axis.v201502.Technology[] targetedMobileDeviceSubmodels concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __...
com . google . api . ads . dfp . axis . v201502 . Technology [ ] function ( ) { return targetedMobileDeviceSubmodels ; }
13,749
gets the map to lookup in . concode_field_sep Map<I,O> iMap concode_elem_sep long serialVersionUID concode_field_sep O transform concode_elem_sep Transformer<I,O> getInstance
Map < I , O > function ( ) { return iMap ; }
13,750
the number of capacity units of the provisioned throughput of the table consumed during the operation . getitem , batchgetitem , batchwriteitem , query , and scan operations consume readcapacityunits , while putitem , updateitem , and deleteitem operations consume writecapacityunits . concode_field_sep Double consumedC...
Double function ( ) { return consumedCapacityUnits ; }
13,751
information about the unique problems . allowed values include : errored : an error condition . failed : a failed condition . skipped : a skipped condition . stopped : a stopped condition . passed : a passing condition . pending : a pending condition . warned : a warning condition . concode_field_sep java.util.Map<Stri...
java . util . Map < String , java . util . List < UniqueProblem >> function ( ) { return uniqueProblems ; }
13,752
sets the modification time of the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep EnumSet<Feature> featureSet concode_elem_sep long crc concode_elem_sep int bit concode_e...
void function ( long arg0 ) { this . time = arg0 ; }
13,753
paints the icon at the specified position . supports the icon interface . concode_field_sep int DEFAULT_SIZE concode_elem_sep int size concode_elem_sep int UP concode_elem_sep Color edge1 concode_elem_sep Color edge2 concode_elem_sep Color fill concode_elem_sep int DOWN concode_elem_sep int direction concode_field_sep ...
void function ( final Component arg0 , final Graphics arg1 , final int arg2 , final int arg3 ) { switch ( this . direction ) { case DOWN : drawDownArrow ( arg1 , arg2 , arg3 ) ; break ; case UP : drawUpArrow ( arg1 , arg2 , arg3 ) ; break ; } }
13,754
modular random number generator . generate an equally distributed random number less than mod with a bitlength at most 4 less than the bit length of mod . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean coprime concode_elem_sep int byte_size concode_elem_sep void print_array concode_elem_sep void co...
BigInteger function ( Random arg0 , BigInteger arg1 ) { int loc0 = arg1 . bitLength ( ) ; BigInteger loc1 ; do { loc1 = new BigInteger ( loc0 , arg0 ) ; } while ( loc1 . bitLength ( ) < loc0 - 4 || loc1 . compareTo ( arg1 ) >= 0 ) ; return loc1 ; }
13,755
called when the user clicks the new button . opens a dialog to edit details for a new person . concode_field_sep Label lastNameLabel concode_elem_sep TableColumn<Person,String> firstNameColumn concode_elem_sep Label cityLabel concode_elem_sep Label streetLabel concode_elem_sep TableView<Person> personTable concode_elem...
void function ( ) { Person loc0 = new Person ( ) ; boolean loc1 = mainApp . showPersonEditDialog ( loc0 ) ; if ( loc1 ) { mainApp . getPersonData ( ) . add ( loc0 ) ; } }
13,756
get the name of this entity . default implementation returns the entity urn . concode_field_sep Set<EntityListener> listeners concode_elem_sep EntityID id concode_elem_sep Set<Property> properties concode_field_sep void registerProperties concode_elem_sep Property getProperty concode_elem_sep void read concode_elem_sep...
String function ( ) { return getURN ( ) ; }
13,757
a directorylimits object that contains the directory limits for the current region . concode_field_sep DirectoryLimits directoryLimits concode_field_sep GetDirectoryLimitsResult withDirectoryLimits concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetDirectoryLimitsResult clone concode_elem...
DirectoryLimits function ( ) { return this . directoryLimits ; }
13,758
sets the value of the dynamic property . concode_field_sep List<JAXBElement<?>> pageOrGroupOrLine concode_elem_sep BigDecimal scope concode_elem_sep String name concode_elem_sep String width concode_elem_sep Boolean dynamic concode_elem_sep NavbarPositionType position concode_field_sep void setName concode_elem_sep Str...
void function ( Boolean arg0 ) { this . dynamic = arg0 ; }
13,759
creates a simplehadoopfilesystemconfigstore for the given uri . the uri specified should be the fullyqualified path to the dataset in question . for example , simple-hdfs : / / authority : port path-to-config-store path-to-dataset . it is important to note that the path to the config store on hdfs must also be specifie...
SimpleHadoopFilesystemConfigStore function ( URI arg0 ) { FileSystem loc0 = createFileSystem ( arg0 ) ; URI loc1 = getStoreRoot ( loc0 , arg0 ) ; URI loc2 = URI . create ( getSchemePrefix ( ) + loc1 ) ; return new SimpleHadoopFilesystemConfigStore ( loc0 , loc1 , loc2 ) ; }
13,760
gets the group_exclude value for this data_warehouse_segment . concode_field_sep com.omniture.www.Data_warehouse_segment_group group_exclude concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String name concode_elem_sep boolean __has...
com . omniture . www . Data_warehouse_segment_group function ( ) { return group_exclude ; }
13,761
gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep JAXBElement<? extends VerticalDatumType> verticalDatum concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_se...
String function ( ) { return arcrole ; }
13,762
queries the map server and obtains the reverse geocoded address of the specified location . concode_field_sep String URL_GEO_STRING concode_elem_sep String ENCODING concode_elem_sep OnAddressLocatedListener cb concode_field_sep String extendShorts concode_elem_sep void getAddressAsync concode_elem_sep String getResult ...
Address function ( double lat , double lon ) { try { String resp = getResult ( makeGeoURL ( lat , lon ) ) ; return new Address ( resp ) ; } catch ( MalformedURLException mue ) { } catch ( IOException e ) { } return null ; }
13,763
create an instance of jaxbelement concode_field_sep QName _ManageSubscriptionsResponse_QNAME concode_elem_sep QName _GetSubscriptionDetailsResponse_QNAME concode_elem_sep QName _GetWiFiSubscriptionsRequest_QNAME concode_elem_sep QName _ManageSubscriptionsRequest_QNAME concode_elem_sep QName _GetSubscribersResponse_QNAM...
JAXBElement < GetSubscriptionDetailsResponse > function ( GetSubscriptionDetailsResponse arg0 ) { return new JAXBElement < GetSubscriptionDetailsResponse > ( _GetSubscriptionDetailsResponse_QNAME , GetSubscriptionDetailsResponse . class , null , arg0 ) ; }
13,764
returns the state or province of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ...
java . lang . String function ( ) { return _location . getStateOrProvince ( ) ; }
13,765
parse and print pretty-formatted xml to logger , if its level is debug or below . concode_field_sep Pattern ISO8601_DATE_PATTERN concode_field_sep String formatTask concode_elem_sep String formatDate concode_elem_sep boolean tasksEqual concode_elem_sep boolean tasksEqual concode_elem_sep boolean tasksEqual concode_elem...
void function ( @ NotNull Logger arg0 , @ NotNull InputStream arg1 ) { if ( arg0 . isDebugEnabled ( ) ) { try { arg0 . debug ( "srini_string" + JDOMUtil . createOutputter ( "srini_string" ) . outputString ( JDOMUtil . loadDocument ( arg1 ) ) ) ; } catch ( Exception loc0 ) { arg0 . debug ( loc0 ) ; } } }
13,766
return true if the deferredresult has been set . concode_field_sep Runnable timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep boolean expired concode_elem_sep Object result concode_elem_sep Log logger concode_elem_sep Object RESULT_NONE concode_elem_sep DeferredResultHandler resultHandler co...
boolean function ( ) { return ( this . result != RESULT_NONE ) ; }
13,767
sets the value of the addressinfo property . concode_field_sep List<TrackingInfoShippingStatusType> shippingStatus concode_elem_sep AddressInfoType addressInfo concode_elem_sep String carrier concode_elem_sep long serialVersionUID concode_elem_sep String trackingNumber concode_field_sep List<TrackingInfoShippingStatusT...
void function ( AddressInfoType arg0 ) { this . addressInfo = arg0 ; }
13,768
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
13,769
returns the best score across all libraries for this matrix size concode_field_sep int matrixSize[] concode_elem_sep List<SourceResults> libraries concode_elem_sep String plotName concode_elem_sep String label concode_elem_sep int plotLineType concode_elem_sep double[] results concode_field_sep int getNumMatrices conco...
double function ( int arg0 ) { double loc0 = - 1 ; for ( SourceResults loc1 : libraries ) { double loc2 = loc1 . getResult ( arg0 ) ; if ( ! Double . isNaN ( loc2 ) && loc0 < loc2 ) { loc0 = loc2 ; } } return loc0 ; }
13,770
validates the state of this factory makes sure the factory is properly configured concode_field_sep AggregatorFactory parent concode_elem_sep Map<String,Object> metaData concode_elem_sep AggregatorFactories factories concode_elem_sep String name concode_elem_sep String type concode_field_sep void setMetaData concode_el...
void function ( ) { doValidate ( ) ; factories . validate ( ) ; }
13,771
sets the startdate value for this manufacturingoperationtaskpredecessor . concode_field_sep java.lang.String lagUnits concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef task concode_elem_sep java.util.Calendar endDate concode_elem_sep com.netsuite.webservices.lists.supplychain_2014_2.types.Manufac...
void function ( java . util . Calendar arg0 ) { this . startDate = arg0 ; }
13,772
call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_...
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
13,773
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
13,774
called once for each key/value pair in the input split . most applications should override this , but the default is the identity function . concode_field_sep long records concode_field_sep void cleanup concode_elem_sep void setup concode_elem_sep void run
void function ( KEYIN arg0 , VALUEIN arg1 , Context arg2 ) { arg2 . write ( ( KEYOUT ) arg0 , ( VALUEOUT ) arg1 ) ; }
13,775
called when the osgi framework starts our bundle concode_field_sep boolean registerService concode_elem_sep Logger LOG concode_elem_sep ServiceReference<?> httpServiceRef concode_field_sep void registerServlet concode_elem_sep void setBundleContext concode_elem_sep void stop
void function ( BundleContext arg0 ) { registerServlet ( arg0 ) ; }
13,776
create a new linestring concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiLineStringBuilder newMultiLinestring concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_el...
LineStringBuilder function ( CoordinatesBuilder arg0 ) { return new LineStringBuilder ( arg0 ) ; }
13,777
tells whether this statistic log is collected via the request flow or not . concode_field_sep boolean isEndAnyLog concode_elem_sep ComponentType componentType concode_elem_sep boolean isResponse concode_elem_sep ErrorLog errorLog concode_elem_sep String id concode_elem_sep long time concode_elem_sep boolean isFault con...
boolean function ( ) { return collectedByRequestFlow ; }
13,778
convert an ip address expressed as a byte array into something we can use as a hashtable key . concode_field_sep long expires concode_elem_sep int POSITIVE_TTL concode_elem_sep int NEGATIVE_TTL concode_elem_sep LinkedList killqueue concode_elem_sep HashMap cache concode_elem_sep Object value concode_elem_sep Object key...
Object function ( byte [ ] arg0 ) { char [ ] loc0 = new char [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 [ loc1 ] = ( char ) arg0 [ loc1 ] ; return new String ( loc0 ) ; }
13,779
creates a new attachment with the primary key . does not add the attachment to the database . concode_field_sep AttachmentLocalService _attachmentLocalService concode_field_sep com.liferay.mail.model.Attachment getAttachment concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedServ...
com . liferay . mail . model . Attachment function ( long arg0 ) { return _attachmentLocalService . createAttachment ( arg0 ) ; }
13,780
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
13,781
displays a dialog box with ok and cancel buttons and custom title concode_field_sep PlaceHolder placeHolder concode_field_sep void dismissDialog concode_elem_sep void tryOnUiThread concode_elem_sep void okCancelCustomDialog concode_elem_sep ProgressDialog progressDialog concode_elem_sep void okDialog concode_elem_sep v...
void function ( final Activity arg0 , final String arg1 , final String arg2 , final DialogInterface . OnClickListener arg3 , final DialogInterface . OnClickListener arg4 ) { okCancelCustomDialog ( arg0 , arg1 , arg2 , android . R . string . ok , android . R . string . cancel , android . R . drawable . ic_dialog_alert ,...
13,782
the amount of rows returned for this query concode_field_sep long executionMaxTime concode_elem_sep String[] ITEM_DESCRIPTIONS concode_elem_sep long cacheHitCount concode_elem_sep String query concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep long cachePutCount concode_elem_sep CompositeType COMPOSITE_TYPE con...
long function ( ) { return executionRowCount ; }
13,783
creates an instance of defaulthttpresponsefactory to be usedby http connections for creating httpresponse objects . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep NHttpClientHandler handler concode_elem_sep ByteBuffe...
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; }
13,784
get the font size concode_field_sep float tw concode_elem_sep Point2D.Float prevEnd concode_elem_sep AffineTransform cur concode_elem_sep float fsize concode_elem_sep AffineTransform line concode_elem_sep float tr concode_elem_sep boolean inuse concode_elem_sep int tm concode_elem_sep float tc concode_elem_sep StringBu...
float function ( ) { return this . fsize ; }
13,785
explicitly registers the provided print service lookup implementation . the registration will silently fail returning false if the lookup service is already registered or the registration somehow else fails . concode_field_sep HashSet printServices concode_elem_sep HashSet printServiceLookups concode_elem_sep CupsPrint...
boolean function ( PrintServiceLookup arg0 ) { return printServiceLookups . add ( arg0 ) ; }
13,786
abort the controller . concode_field_sep boolean running concode_elem_sep ConnectionHelper<?> helper concode_elem_sep boolean overloaded concode_field_sep void setRunning concode_elem_sep void setOverloaded concode_elem_sep boolean isOverloaded concode_elem_sep void doRun concode_elem_sep ConnectionHelper<?> getHelper ...
void function ( ) { setRunning ( false ) ; }
13,787
sets the value of the experimentreflist property . concode_field_sep NamesType names concode_elem_sep XrefType xref concode_elem_sep List<BaseLocationType> featureRange concode_elem_sep AttributeListType attributeList concode_elem_sep CvType featureType concode_elem_sep CvType featureDetectionMethod concode_elem_sep Ex...
void function ( ExperimentRefListType arg0 ) { this . experimentRefList = arg0 ; }
13,788
web browsers may set the ` origin ' request header to ` null ' if a resource is loaded from the local file system . if isnulloriginallowed is true then the server will response with the wildcard for the the cors response header ` access-control-allow-origin ' . concode_field_sep boolean anyOrigin concode_elem_sep long ...
boolean function ( ) { return allowNullOrigin ; }
13,789
detects common xz suffixes in the given filename . concode_field_sep byte[] HEADER_MAGIC concode_elem_sep CachedAvailability cachedXZAvailability concode_elem_sep FileNameUtil fileNameUtil concode_field_sep boolean isXZCompressionAvailable concode_elem_sep String getUncompressedFilename concode_elem_sep String getCompr...
boolean function ( final String arg0 ) { return fileNameUtil . isCompressedFilename ( arg0 ) ; }
13,790
the imageid that will be used for creating a node . values depend on the actual cloud provider . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_s...
void function ( String arg0 ) { this . imageId = arg0 ; }
13,791
randomly generates either +1.0 or -1.0 , i.e. from the set -1 , +1 . concode_field_sep double DELTA concode_field_sep void assertEqualElementWise concode_elem_sep void assertEqualElementWise concode_elem_sep double randNonZero concode_elem_sep double randNonNegative concode_elem_sep SimpleMatrix randMatrix concode_elem...
double function ( ) { return ( Math . random ( ) < 0.5 ) ? - 1.0 : 1.0 ; }
13,792
creates a foreign key builder concode_field_sep Attribute reference concode_elem_sep ImmutableList<Component> components concode_elem_sep String name concode_elem_sep Attribute attribute concode_elem_sep ImmutableList.Builder<Component> builder concode_elem_sep DatabaseRelationDefinition referencedRelation concode_elem...
Builder function ( DatabaseRelationDefinition arg0 , DatabaseRelationDefinition arg1 ) { return new Builder ( arg0 , arg1 ) ; }
13,793
gets the local node used for the connection . concode_field_sep ConnectionPolicy connectionPolicy concode_elem_sep OtpSelf self concode_elem_sep OtpConnection connection concode_elem_sep PeerNode remote concode_field_sep OtpConnection getConnection concode_elem_sep void reconnect concode_elem_sep void finalize concode_...
OtpSelf function ( ) { return self ; }
13,794
create an instance of checksumalgorithmlist concode_field_sep QName _SubjectList_QNAME concode_field_sep Subject createSubject concode_elem_sep Log createLog concode_elem_sep ReplicationPolicy createReplicationPolicy concode_elem_sep ObjectLocationList createObjectLocationList concode_elem_sep Checksum createChecksum c...
ChecksumAlgorithmList function ( ) { return new ChecksumAlgorithmList ( ) ; }
13,795
sets the value of the image property . concode_field_sep Image image concode_elem_sep Pushbutton pushbutton concode_elem_sep Urltrigger urltrigger concode_elem_sep Switch _switch concode_elem_sep Pagejump pagejump concode_elem_sep Toggle toggle concode_elem_sep Multitrigger multitrigger concode_elem_sep Trigger trigger...
void function ( Image arg0 ) { this . image = arg0 ; }
13,796
computes a hash code for this identity vector based on all fields . 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_el...
int function ( ) { int loc0 ; loc0 = ( ( testCaseVector != null ) ? testCaseVector . hashCode ( ) : 0 ) ; loc0 = ( 31 * loc0 ) + ( ( clientId != null ) ? clientId . hashCode ( ) : 0 ) ; loc0 = ( 31 * loc0 ) + circuitEndId ; return loc0 ; }
13,797
gets the value of the code property . concode_field_sep String code concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setCode concode_elem_sep void setDescription concode_elem_sep String getDescription
String function ( ) { return code ; }
13,798
retrieves the format to use for the given type concode_field_sep FactoryRegistry factoryRegistry concode_field_sep void setFactoryRegistry concode_elem_sep Format<?> doGetFormat concode_elem_sep FactoryRegistry getFactoryRegistry
Format < ? > function ( FormattingOptions arg0 ) { if ( arg0 . getBindyConverter ( ) != null ) { return arg0 . getBindyConverter ( ) . value ( ) . newInstance ( ) ; } return doGetFormat ( arg0 ) ; }
13,799
sends the given logreport . concode_field_sep Logger log concode_elem_sep EmailSenderService service concode_field_sep void addEmailToTaskQueue concode_elem_sep void sendEmail concode_elem_sep void sendEmails concode_elem_sep void sendEmailCopyWithJavamail concode_elem_sep void logSevereForErrorInSendingItem concode_el...
void function ( EmailWrapper arg0 ) { try { sendEmail ( arg0 ) ; sendEmailCopyWithJavamail ( arg0 ) ; } catch ( Exception loc0 ) { logSevereForErrorInSendingItem ( "srini_string" , arg0 , loc0 ) ; } }