idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
19,700
computes a rotation quaternion that rotates s to t concode_field_sep float w concode_elem_sep Vec3f v concode_field_sep void fill
void function ( final Vec3f arg0 , final Vec3f arg1 ) { final float loc0 = arg0 . dot ( arg1 ) ; final float loc1 = FloatMath . sqrt ( 2.0f * ( 1.0f + loc0 ) ) ; v = arg0 . cross ( arg1 ) . mul ( 1.0f / loc1 ) ; w = loc1 / 2.0f ; }
19,701
obtains the timestamp of the versioned module or informal unit . this data is read from the version information for the package . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule con...
String function ( ) { return infoTimestamp ; }
19,702
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 State[] historyVector concode_elem_sep long x concode_elem_sep long y concode_elem_sep int nextStateIndex concode_elem_sep long z concode_ele...
void function ( ) { sCInterface . clearEvents ( ) ; }
19,703
reset the state of all buttons , except the one specified . concode_field_sep ElementsEdtActions eea concode_elem_sep ToggleButton pcbline concode_elem_sep ToggleButton pcbpad concode_elem_sep ToggleButton line concode_elem_sep ToggleButton complexcurve concode_elem_sep ToggleButton zoom concode_elem_sep Button layer c...
void function ( ToggleButton arg0 ) { clear ( arg0 ) ; eea . setActionSelected ( ElementsEdtActions . NONE ) ; }
19,704
performs work within a transaction . concode_field_sep String[] INT_NAMES concode_elem_sep ClassCatalog catalog concode_elem_sep boolean create concode_elem_sep Environment env concode_elem_sep SortedMap map concode_elem_sep Database db concode_field_sep void main concode_elem_sep void writeAndRead concode_elem_sep voi...
void function ( ) { writeAndRead ( ) ; }
19,705
the propertydescriptor implementation of this ipropertydescriptor method returns the value set by the setprovider method or , if no value has been set it returns a labelprovider concode_field_sep String description concode_elem_sep Object helpIds concode_elem_sep boolean incompatible concode_elem_sep String display con...
ILabelProvider function ( ) { if ( labelProvider != null ) { return labelProvider ; } return new LabelProvider ( ) ; }
19,706
returns the type of the recurrence . concode_field_sep List<String> weekdays concode_elem_sep String type concode_field_sep List<String> getWeekdays
String function ( ) { return type ; }
19,707
gets the warning list when parsing xml file . concode_field_sep List<XMLParserException> warnings concode_elem_sep String currentElement concode_elem_sep List<XMLParserException> errors concode_elem_sep Locator locator concode_field_sep XMLParserException semanticError concode_elem_sep XMLParserException semanticError ...
List < XMLParserException > function ( ) { return this . warnings ; }
19,708
get lastname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U...
String function ( ) { return lastName ; }
19,709
get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201408.LiveStreamEvent[] results concode_elem_sep org.apache.a...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
19,710
search for client in database and if it exists edit client 's given parameter with new value else does nothing concode_field_sep long serialVersionUID concode_elem_sep ArrayList<Client> clients concode_elem_sep HashMap<String,ArrayList<Flight>> flights concode_elem_sep ArrayList<Admin> admins concode_field_sep HashMap<...
void function ( Client arg0 , String arg1 , String arg2 ) { for ( Client loc0 : this . clients ) { if ( loc0 . equals ( arg0 ) ) { EditInfo ( loc0 , arg1 , arg2 ) ; return ; } throw new InvalidInputException ( "srini_string" ) ; } }
19,711
see #onattachedtonode concode_field_sep int mTag concode_elem_sep int DEFAULT_ANIMATED_NODE_CHILD_COUNT concode_elem_sep int INITIAL_BFS_COLOR concode_elem_sep List<AnimatedNode> mChildren concode_elem_sep int mActiveIncomingNodes concode_elem_sep int mBFSColor concode_field_sep void removeChild concode_elem_sep void u...
void function ( AnimatedNode arg0 ) { }
19,712
fills this bit vector with the specified bit value . this can be used to clear the vector by specifying 0 . concode_field_sep int BYTES_PER_WORD concode_elem_sep int registerWidth concode_elem_sep int LOG2_BITS_PER_BYTE concode_elem_sep int BITS_PER_WORD_MASK concode_elem_sep long[] words concode_elem_sep long count co...
void function ( final long arg0 ) { for ( long loc0 = 0 ; loc0 < count ; loc0 ++ ) { setRegister ( loc0 , arg0 ) ; } }
19,713
get square 's mine check status concode_field_sep boolean isOpened concode_elem_sep boolean isMineChecked concode_field_sep boolean isOpened concode_elem_sep void toggleMineCheck concode_elem_sep void open
boolean function ( ) { return this . isMineChecked ; }
19,714
provide the mapreduce reporter . concode_field_sep boolean isCompressed concode_elem_sep boolean oldStyle concode_elem_sep int recIdCol concode_elem_sep int statementId concode_elem_sep Configuration configuration concode_elem_sep long minimumTransactionId concode_elem_sep PrintStream dummyStream concode_elem_sep Path ...
Options function ( Reporter arg0 ) { this . reporter = arg0 ; return this ; }
19,715
starts controllers associated to visual classes concode_field_sep Logger logger concode_elem_sep Kernel instance concode_elem_sep ApplicationState state concode_elem_sep boolean DEBUG concode_field_sep void startVisualization concode_elem_sep void startCreation concode_elem_sep void startKernel concode_elem_sep void st...
void function ( ) { HandlerProxy . getControllerHandler ( ) ; }
19,716
rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; }
19,717
gets the internal cards array . concode_field_sep Card[] cards concode_field_sep int randomInt concode_elem_sep void print concode_elem_sep void swapCards concode_elem_sep void insertionSort concode_elem_sep Deck merge concode_elem_sep int indexLowest concode_elem_sep String toString concode_elem_sep void shuffle conco...
Card [ ] function ( ) { return this . cards ; }
19,718
log a message to the monitor . concode_field_sep int JDK14_LOG_LEVELS concode_elem_sep int LOG4J_LOG_LEVELS concode_elem_sep LogBrokerMonitor _logMonitor concode_elem_sep LogLevel _defaultLevel concode_field_sep void setDefaultLevel concode_elem_sep LogLevel getSevereLevel concode_elem_sep int getDefaultMonitorHeight c...
void function ( String arg0 , LogLevel arg1 , String arg2 ) { log ( arg0 , arg1 , arg2 , null , null ) ; }
19,719
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String className concode_elem_sep String color concode_field_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor con...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
19,720
resolves the ready files handler concode_field_sep Logger log concode_elem_sep ApplicationContext applicationContext concode_elem_sep SourceSnapshot sourceSnapshot concode_elem_sep boolean fileLevelReporting concode_field_sep void waitUntilReady concode_elem_sep Message<FileMessage> handle concode_elem_sep boolean isRe...
ReadyMessageHandler < FileMessage > function ( ReadyFilesStrategy arg0 ) { if ( arg0 == ReadyFilesStrategy . LINUX_COMPLETED_FILES_ONLY ) { return applicationContext . getBean ( LinuxLsofBasedReadyFilesHandler . class ) ; } return applicationContext . getBean ( DefaultReadyFilesHandler . class ) ; }
19,721
set the operand attribute . concode_field_sep String operand concode_elem_sep boolean characterRequired concode_elem_sep boolean nativeCheckMult concode_elem_sep String kind concode_elem_sep String APPLY_KIND concode_elem_sep boolean countMultiples concode_elem_sep String categoryName concode_elem_sep List<Prerequisite...
void function ( final String arg0 ) { this . operand = arg0 ; }
19,722
the name of the dynamodb table . concode_field_sep String rangeKeyValue concode_elem_sep String rangeKeyField concode_elem_sep String roleArn concode_elem_sep String hashKeyField concode_elem_sep String payloadField concode_elem_sep String tableName concode_elem_sep String hashKeyValue concode_field_sep void setTableNa...
String function ( ) { return this . tableName ; }
19,723
gets the value of the key 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 key property . for example , to add a new item , do as follows...
List < ObjectKey > function ( ) { if ( key == null ) { key = new ArrayList < ObjectKey > ( ) ; } return this . key ; }
19,724
returns the result of interpreting the object as an instance of ` element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep CrossContainmentPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_ele...
T function ( Element arg0 ) { return null ; }
19,725
get the y component concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vector2f add concode_elem_sep Vector2f add concode_elem_sep Vector2f getNormal concode_elem_sep Vector2f sub concode_elem_sep Vector2f sub concode_elem_sep Vector2f negateLocal concode_elem_se...
float function ( ) { return y ; }
19,726
return the details of the health . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builder outOfServi...
Map < String , Object > function ( ) { return this . details ; }
19,727
returns whether or not the event is potentially part of a drag sequence . concode_field_sep JComponent component concode_elem_sep int motionThreshold concode_elem_sep MouseEvent dndArmedEvent concode_field_sep MouseEvent mouseReleased concode_elem_sep DragRecognitionSupport getDragRecognitionSupport concode_elem_sep bo...
boolean function ( MouseEvent arg0 ) { return getDragRecognitionSupport ( ) . mousePressedImpl ( arg0 ) ; }
19,728
creates a volatileimage with specified width , height , transparency and imagecapabilities ; a data layout and color model compatible with this graphicsconfiguration . concode_field_sep PlaceHolder placeHolder concode_field_sep ColorModel getColorModel concode_elem_sep ColorModel getColorModel concode_elem_sep AffineTr...
VolatileImage function ( int arg0 , int arg1 , ImageCapabilities arg2 , int arg3 ) { VolatileImage loc0 = createCompatibleVolatileImage ( arg0 , arg1 , arg3 ) ; if ( ! loc0 . getCapabilities ( ) . equals ( arg2 ) ) { throw new AWTException ( Messages . getString ( "srini_string" ) ) ; } return loc0 ; }
19,729
test of updatevisitor method , of class userhandler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetUser concode_elem_sep void setUpClass concode_elem_sep void testIncrease concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testCheckLogin concode_elem_sep voi...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; UserHandler loc1 = new UserHandler ( ) ; int loc2 = 0 ; int loc3 = loc1 . UpdateVisitor ( loc0 ) ; assertEquals ( loc2 , loc3 ) ; fail ( "srini_string" ) ; }
19,730
transforms a string of hex values into an array of bytes . the string may include ' : ' chars . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_...
byte [ ] function ( String arg0 ) { return hexStringToBytes ( arg0 , - 1 ) ; }
19,731
gets the value of the molecule property . concode_field_sep List<Integer> evidence concode_elem_sep List<PropertyType> property concode_elem_sep MoleculeType molecule concode_elem_sep String id concode_elem_sep String type concode_field_sep List<Integer> getEvidence concode_elem_sep List<PropertyType> getProperty conco...
MoleculeType function ( ) { return molecule ; }
19,732
adds many resources to the collector . this method is equivalent to calling #add repositoryresource on each resource returned by iterable . concode_field_sep ArrayList<T> _backingCollection concode_elem_sep HashSet<RepositoryResourceMatchingData> _dupesChecker concode_field_sep boolean add concode_elem_sep Collection<T...
boolean function ( Iterable < ? extends T > arg0 ) { boolean loc0 = false ; for ( T loc1 : arg0 ) { loc0 |= add ( loc1 ) ; } return loc0 ; }
19,733
returns the packet type . 1 if it is a regular packet sending coordinates , 2 if car is attempting to join road train , 3 if car is ok to join train concode_field_sep int packetType concode_elem_sep int sequenceNumber concode_elem_sep String sourceNode concode_elem_sep int idTo concode_elem_sep ArrayList<Integer> recei...
int function ( ) { return packetType ; }
19,734
resolves the correct port for this scheme . returns the given port if it is valid , the default port otherwise . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layered concode_field_sep SocketFa...
int function ( int arg0 ) { return arg0 <= 0 ? defaultPort : arg0 ; }
19,735
returns a string representation of this object ; useful for testing and debugging . concode_field_sep VirtualMFADevice virtualMFADevice concode_field_sep CreateVirtualMFADeviceResult withVirtualMFADevice concode_elem_sep void setVirtualMFADevice concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVirtualMFADevice ( ) != null ) loc0 . append ( "srini_string" + getVirtualMFADevice ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
19,736
create a new multipartconfigelement instance . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep void setLocation concode_elem_s...
MultipartConfigElement function ( ) { return new MultipartConfigElement ( this . location , this . maxFileSize , this . maxRequestSize , this . fileSizeThreshold ) ; }
19,737
returns the build namespace of this service component . concode_field_sep ServiceComponent _serviceComponent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ...
java . lang . String function ( ) { return _serviceComponent . getBuildNamespace ( ) ; }
19,738
get the typecode of the naming context . concode_field_sep NamingContextExt value concode_field_sep void _read concode_elem_sep void _write
TypeCode function ( ) { return NamingContextExtHelper . type ( ) ; }
19,739
sets the binding mode to be used by the rest consumer concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProperties concode_elem_sep RestHostNameResolver restHostNameResolver concode_elem_sep String ...
void function ( String arg0 ) { this . bindingMode = RestBindingMode . valueOf ( arg0 ) ; }
19,740
sets the datainicial value for this ossturbonetgetlogcertifyin . concode_field_sep java.lang.String designador concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.String numeroProtocolo concode_elem_sep java.lang.Object __equalsCalc conco...
void function ( java . util . Calendar arg0 ) { this . dataInicial = arg0 ; }
19,741
get the jms session for this message receiver concode_field_sep Session session concode_elem_sep MessageHandler msgHandler concode_elem_sep XLog LOG concode_elem_sep MessageConsumer consumer concode_field_sep MessageHandler getMessageHandler concode_elem_sep void onMessage concode_elem_sep MessageConsumer getConsumer
Session function ( ) { return session ; }
19,742
adds the kaleo node to the database . also notifies the appropriate model listeners . concode_field_sep KaleoNodeLocalService _kaleoNodeLocalService concode_field_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery ge...
com . liferay . portal . workflow . kaleo . model . KaleoNode function ( com . liferay . portal . workflow . kaleo . model . KaleoNode arg0 ) { return _kaleoNodeLocalService . addKaleoNode ( arg0 ) ; }
19,743
returns the number of virtual hosts . concode_field_sep VirtualHostLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
int function ( ) { return getService ( ) . getVirtualHostsCount ( ) ; }
19,744
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _courseResultLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
19,745
read the radios operating mode concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep S...
int function ( ) { FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_MODE ) ; return loc0 . getValueU32AsInt ( ) ; }
19,746
logs a message at warn level . concode_field_sep java.util.logging.Logger logger concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_elem_sep Logger get concode_elem_sep Logger get concode_elem_sep String rawMess...
void function ( Throwable arg0 , String arg1 ) { logger . log ( WARNING , arg1 , arg0 ) ; }
19,747
adds a source code input to this module . concode_field_sep int depth concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep List<String> getSortedDependencyNames concode_elem_sep void sortInputsByDeps concod...
void function ( CompilerInput arg0 ) { inputs . add ( arg0 ) ; arg0 . setModule ( this ) ; }
19,748
determines if a path is absolute or not by testing for the presence of '' / '' at the front of the string . concode_field_sep CharMatcher SLASH_MATCHER concode_elem_sep CharMatcher NON_SLASH_MATCHER concode_field_sep String makeRelative concode_elem_sep String collapseDots concode_elem_sep String removeExtraneousSlashe...
boolean function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) ; }
19,749
gets trust store password . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep long serialVersionUID concode_elem_sep String DFLT_SSL_PROTOCOL concode_elem_sep X509Certificate[] CERTS concode_elem_sep St...
char [ ] function ( ) { return trustStorePwd ; }
19,750
sets the id value for this adcustomizerfeedattribute . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwo...
void function ( java . lang . Long arg0 ) { this . id = arg0 ; }
19,751
tears down the test fixture . called after every test case method . concode_field_sep java.util.List<Object> emptyList concode_field_sep void testSomeBehavior concode_elem_sep void testForException concode_elem_sep void setUp
void function ( ) { emptyList = null ; }
19,752
input object o is not required to be an object added previously . concode_field_sep int lastNumber concode_elem_sep E lastElement concode_elem_sep Map<E,E> objContainer concode_elem_sep int cur concode_elem_sep Numberable[] numberToObj concode_elem_sep int filledCells concode_field_sep void add concode_elem_sep E next ...
E function ( E arg0 ) { return objContainer . get ( arg0 ) ; }
19,753
constructs a new distance based sort on a geo point like field . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort
GeoDistanceSortBuilder function ( String arg0 , String ... arg1 ) { return new GeoDistanceSortBuilder ( arg0 , arg1 ) ; }
19,754
create the service name used for this service for the deployment . concode_field_sep LogContextConfiguration logContextConfiguration concode_elem_sep String configuration concode_field_sep LogContextConfiguration getValue concode_elem_sep String getConfiguration concode_elem_sep void stop concode_elem_sep void start
ServiceName function ( final DeploymentUnit arg0 ) { return arg0 . getServiceName ( ) . append ( "srini_string" , "srini_string" ) ; }
19,755
returns the document root which will be used by the web context to serve static files . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_...
File function ( ) { return this . documentRoot ; }
19,756
the arn specifying the run of the assessment . concode_field_sep String runArn concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RunAssessmentResult clone concode_elem_sep String toString concode_elem_sep void setRunArn concode_elem_sep RunAssessmentResult withRunArn
String function ( ) { return this . runArn ; }
19,757
check if this shift works at given day of week and time . this method is not aware of timetable exceptions . concode_field_sep String SATURDAY_LITERAL concode_elem_sep Long shiftId concode_elem_sep DateTime shiftEndDate concode_elem_sep String THURSDAY_LITERAL concode_elem_sep Map<Integer,String> DAYS_OF_WEEK concode_e...
boolean function ( final int arg0 , final LocalTime arg1 ) { return findWorkTimeAt ( arg0 , arg1 ) . isPresent ( ) ; }
19,758
the access policy configured for the elasticsearch domain . access policies may be resource-based , ip-based , or iam-based . see configuring access policiesfor more information . concode_field_sep String options concode_elem_sep OptionStatus status concode_field_sep AccessPoliciesStatus withStatus concode_elem_sep Acc...
void function ( String arg0 ) { this . options = arg0 ; }
19,759
tells if the alluxiouri has authority or not . concode_field_sep String SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String CUR_DIR concode_elem_sep String WILDCARD concode_elem_sep boolean WINDOWS concode_elem_sep URI mUri concode_elem_sep AlluxioURI EMPTY_URI concode_field_sep AlluxioURI getParen...
boolean function ( ) { return mUri . getAuthority ( ) != null ; }
19,760
sets the mvcc version of this list type . concode_field_sep ListType _listType concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ...
void function ( long arg0 ) { _listType . setMvccVersion ( arg0 ) ; }
19,761
returns the contact details . concode_field_sep ShoppingCart mShoppingCart concode_elem_sep SectionInformation mPaymentMethods concode_elem_sep SectionInformation mShippingAddresses concode_elem_sep SectionInformation mContactDetails concode_elem_sep SectionInformation mShippingOptions concode_field_sep SectionInformat...
SectionInformation function ( ) { return mContactDetails ; }
19,762
sets the food item 's name to the given string . concode_field_sep long deliveryWaitStartTime concode_elem_sep DecimalFormat df concode_elem_sep int cookTime concode_elem_sep long cookWaitStartTime concode_elem_sep int prepTime concode_elem_sep long cookStartTime concode_elem_sep long preparationStartTime concode_elem_...
void function ( String arg0 ) { this . name = arg0 ; }
19,763
the absolute value . concode_field_sep BigDecimal re concode_elem_sep BigDecimal im concode_elem_sep BigComplex ZERO concode_field_sep BigComplex add concode_elem_sep BigComplex inverse concode_elem_sep BigComplex sqrt concode_elem_sep BigComplex conj concode_elem_sep BigComplex subtract concode_elem_sep BigComplex div...
BigDecimal function ( MathContext arg0 ) { return BigDecimalMath . sqrt ( norm ( ) , arg0 ) ; }
19,764
binary log : finds the smallest power k such that 2 ^ k > = n concode_field_sep BitSet EMPTY_BITSET concode_elem_sep boolean FULLY_QUALIFIED_NAMES concode_field_sep long fact concode_elem_sep BigInteger fact concode_elem_sep double fact concode_elem_sep int fact concode_elem_sep String objArrayToString concode_elem_sep...
int function ( long arg0 ) { int loc0 = 0 ; while ( ( 1 << loc0 ) < arg0 ) loc0 ++ ; return loc0 ; }
19,765
set the cardinality value for this host group . concode_field_sep BlueprintEntity blueprint concode_elem_sep Collection<HostGroupComponentEntity> components concode_elem_sep String blueprintName concode_elem_sep Collection<HostGroupConfigEntity> configurations concode_elem_sep String name concode_elem_sep String cardin...
void function ( String arg0 ) { if ( arg0 != null ) { this . cardinality = arg0 ; } }
19,766
method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process...
void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( loc0 . isFile ( ) && arg0 . endsWith ( "srini_string" ) ) { vList . addElement ( arg0 ) ; } else if ( loc0 . isDirectory ( ) ) { String [ ] loc1 = loc0 . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { addDir ( arg0 + File . separat...
19,767
test of add method , of class samindex . concode_field_sep File f concode_field_sep void testStore concode_elem_sep void setUpClass concode_elem_sep void testGetTileWidth concode_elem_sep void tearDownClass concode_elem_sep void testGetTileDef concode_elem_sep void testGetIndexedChromosomes
void function ( ) { }
19,768
retrieve the instance of the pseudo roster manager . concode_field_sep String GET_ALL_PSEUDO_ROSTERS concode_elem_sep String REMOVE_ROSTER concode_elem_sep PseudoRosterManager instance concode_elem_sep Logger Log concode_field_sep void removePseudoRoster concode_elem_sep List<Long> getRegistrations concode_elem_sep voi...
PseudoRosterManager function ( ) { if ( instance == null ) { instance = new PseudoRosterManager ( ) ; } return instance ; }
19,769
sets the clickcommandinfos value for this placementtagdata . concode_field_sep com.google.api.ads.dfa.axis.v1_20.Advertiser advertiser concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_20.CampaignBase campaign concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.goog...
void function ( com . google . api . ads . dfa . axis . v1_20 . ClickCommandInfo [ ] arg0 ) { this . clickCommandInfos = arg0 ; }
19,770
add a concentric axis range marker . concode_field_sep PrivateRadarChart radarChart concode_field_sep void setMargins concode_elem_sep void setGrid concode_elem_sep String toURLString concode_elem_sep void setLegendPosition concode_elem_sep void addRadialAxisLabels concode_elem_sep void setTitle concode_elem_sep void s...
void function ( final double arg0 , final double arg1 , final Color arg2 ) { radarChart . addHorizontalRangeMarker ( arg0 , arg1 , arg2 ) ; }
19,771
sets the value of the postroll property . concode_field_sep Boolean unlimitedEndDateTime concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep BaseAdRuleSlot preroll concode_elem_sep Integer maxImpressionsPerLineItemPerStream concode_elem_sep Integer priority concode_elem_sep DateTime endDateTime concod...
void function ( BaseAdRuleSlot arg0 ) { this . postroll = arg0 ; }
19,772
returns true if the the specified request should be processed as a multipart upload instead of a single part upload . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isUploadParallelizable concode_elem_sep long calculateOptimalPartSize concode_elem_sep File getRequestFile concode_elem_sep long calcu...
boolean function ( PutObjectRequest arg0 , TransferManagerConfiguration arg1 ) { long loc0 = TransferManagerUtils . getContentLength ( arg0 ) ; return ( loc0 > arg1 . getMultipartUploadThreshold ( ) ) ; }
19,773
get the default suffix for the last entry in this module array concode_field_sep PlaceHolder placeHolder concode_field_sep IPath getModuleRootDestination concode_elem_sep String getOutputNameFromSettings concode_elem_sep IPath getModuleNestedDeployPath concode_elem_sep IPath getModuleNestedDeployPath concode_elem_sep I...
String function ( IModule [ ] arg0 ) { IModule loc0 = ( arg0 == null ? null : arg0 [ arg0 . length - 1 ] ) ; return getDefaultSuffix ( loc0 ) ; }
19,774
gets the value of the conflictingrateplans property . concode_field_sep List<PrepaidFeatureType> conflictingFeatures concode_elem_sep String code concode_elem_sep List<PrepaidChargeType> chargeInfo concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep S...
PrepaidPlanType function ( ) { return conflictingRateplans ; }
19,775
provide description for day of week concode_field_sep Locale DEFAULT_LOCALE concode_elem_sep String BUNDLE concode_elem_sep ResourceBundle bundle concode_field_sep String describeDayOfMonth concode_elem_sep CronDescriptor instance concode_elem_sep CronDescriptor instance concode_elem_sep String describeYear concode_ele...
String function ( Map < CronFieldName , CronField > arg0 ) { String loc0 = DescriptionStrategyFactory . daysOfWeekInstance ( bundle , arg0 . containsKey ( CronFieldName . DAY_OF_WEEK ) ? arg0 . get ( CronFieldName . DAY_OF_WEEK ) . getExpression ( ) : null ) . describe ( ) ; return this . addExpressions ( loc0 , bundle...
19,776
gets the value of the currenttrainid property . concode_field_sep String trainServiceCode concode_elem_sep String trainFileAddress concode_elem_sep XMLGregorianCalendar wttTimestamp concode_elem_sep String toc concode_elem_sep String currentTrainID concode_elem_sep String division concode_elem_sep String originalTrainI...
String function ( ) { return currentTrainID ; }
19,777
returns a color object for the given key . the color objects are remembered internally ; the same color object is returned for equal keys . concode_field_sep Map<String,RGB> fKeyTable concode_elem_sep boolean fAutoDisposeOnDisplayDispose concode_elem_sep Map<Display,Map<RGB,Color>> fDisplayTable concode_field_sep void ...
Color function ( String arg0 ) { if ( arg0 == null ) return null ; RGB loc0 = fKeyTable . get ( arg0 ) ; return getColor ( loc0 ) ; }
19,778
returns the scheduling rule for this operation . concode_field_sep boolean fImports concode_elem_sep ITypeBinding fType concode_elem_sep boolean fOmitSuper concode_elem_sep boolean fSave concode_elem_sep IFunctionBinding[] fConstructorsToImplement concode_elem_sep JavaScriptUnit fASTRoot concode_elem_sep String[] fCrea...
ISchedulingRule function ( ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) ; }
19,779
sets the value of the count property . concode_field_sep WsFacetValues children concode_elem_sep int count concode_elem_sep String label concode_elem_sep String value concode_field_sep String getValue concode_elem_sep WsFacetValues getChildren concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem...
void function ( int arg0 ) { this . count = arg0 ; }
19,780
create and add a node explanation to this explanation referencing a shard concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep DiscoveryNode node concode_elem_sep void writ...
AllocationExplanation function ( ShardId arg0 , NodeExplanation arg1 ) { List < NodeExplanation > loc0 = explanations . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; explanations . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; return this ; }
19,781
parses xml stream . concode_field_sep Logger LOG concode_elem_sep boolean isAuthorizationDisabled concode_elem_sep EntityType entityType concode_field_sep void validateACLOwnerAndGroup concode_elem_sep Entity parseAndValidate concode_elem_sep T parseAndValidate concode_elem_sep void validateEntityExists concode_elem_se...
T function ( InputStream arg0 ) { try { Unmarshaller loc0 = entityType . getUnmarshaller ( ) ; T loc1 = ( T ) loc0 . unmarshal ( arg0 ) ; LOG . info ( "srini_string" , loc1 . getName ( ) ) ; return loc1 ; } catch ( Exception loc0 ) { throw new FalconException ( loc0 ) ; } }
19,782
normalize the angle to the range 0 < = value < 360 . concode_field_sep PlaceHolder placeHolder concode_field_sep double normalizeHours concode_elem_sep Date calculateGregorianDate concode_elem_sep double calculateJulianDay concode_elem_sep float meanSiderealTime concode_elem_sep double julianCenturies concode_elem_sep ...
double function ( double arg0 ) { double loc0 = arg0 % 360 ; if ( loc0 < 0 ) loc0 += 360 ; return loc0 ; }
19,783
returns a parse failure at the current position . concode_field_sep String buffer concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep String getBuffer concode_elem_sep Success success concode_elem_sep Success success concode_elem_sep String toString
Failure function ( String arg0 ) { return failure ( arg0 , position ) ; }
19,784
this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field...
void function ( Object arg0 , int arg1 ) { }
19,785
returns the group id of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAt...
long function ( ) { return _dlFileRank . getGroupId ( ) ; }
19,786
return an enumeration of names of attributes existing within this attribute . concode_field_sep String IDENT concode_elem_sep SerialNumber serial concode_elem_sep String NUMBER concode_elem_sep String NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object ge...
Enumeration < String > function ( ) { AttributeNameEnumeration loc0 = new AttributeNameEnumeration ( ) ; loc0 . addElement ( NUMBER ) ; return ( loc0 . loc0 ( ) ) ; }
19,787
as we have to find the hostname as a side-affect of generating a unique stub , we allow it 's easy retrevial here concode_field_sep String hostName concode_elem_sep long sequence concode_elem_sep String seed concode_elem_sep int instanceCount concode_elem_sep Logger LOGGER concode_elem_sep String UNIQUE_STUB concode_fi...
String function ( ) { return hostName ; }
19,788
set the truststore , password , certificate type and the store type concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String...
void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { this . trustStore = arg0 ; this . trustPass = arg1 ; if ( arg2 != null ) { this . trustManagerType = arg2 ; } if ( arg3 != null ) { this . trustStoreType = arg3 ; } isTrustStoreSet = true ; }
19,789
check that the field is not null . concode_field_sep Object instance concode_elem_sep Field field concode_elem_sep FieldReader fieldReader concode_field_sep A annotation concode_elem_sep Object read concode_elem_sep void set concode_elem_sep Field jdkField concode_elem_sep boolean isAnnotatedBy concode_elem_sep FieldRe...
boolean function ( ) { return reader ( ) . isNull ( ) ; }
19,790
get a set containing default filtering scope . concode_field_sep Annotation[] EMPTY_ANNOTATIONS concode_elem_sep ConcurrentMap<Type,Class<?>> ENTITY_CLASSES concode_field_sep Class<?> getEntityClass concode_elem_sep Class<?> _getEntityClass concode_elem_sep boolean filterableEntityClass concode_elem_sep Map<String,Meth...
Set < String > function ( ) { return Collections . singleton ( ScopeProvider . DEFAULT_SCOPE ) ; }
19,791
checks that the specified token is valid . concode_field_sep int FIRST_TOKEN_OFFSET concode_elem_sep LinkedList<String> errorMsgs concode_elem_sep String query concode_elem_sep int LAST_TOKEN_OFFSET concode_field_sep String insertChar concode_elem_sep int getLastCharPositionInLine concode_elem_sep void syntaxError conc...
boolean function ( Token arg0 ) { return arg0 . getLine ( ) > 0 && arg0 . getCharPositionInLine ( ) >= 0 ; }
19,792
return the imarkerfactory instance in use . the imarkerfactory instance is usually bound with this class at compile time . concode_field_sep IMarkerFactory markerFactory concode_field_sep Marker getMarker concode_elem_sep Marker getDetachedMarker
IMarkerFactory function ( ) { return markerFactory ; }
19,793
get the active styling policy concode_field_sep Logging LOG concode_elem_sep SelectionResult selection concode_elem_sep Result baseResult concode_elem_sep StyleLibrary stylelibrary concode_elem_sep ArrayList<DataStoreListener> listenerList concode_elem_sep Collection<VisualizationProcessor> factories concode_elem_sep V...
StylingPolicy function ( ) { return stylepolicy ; }
19,794
provides serialization support . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_sep TextBl...
void function ( final ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . outlinePaint = SerialUtilities . readPaint ( arg0 ) ; this . outlineStroke = SerialUtilities . readStroke ( arg0 ) ; this . backgroundPaint = SerialUtilities . readPaint ( arg0 ) ; this . shadowPaint = SerialUtilities . readPaint ( a...
19,795
helper for success callbacks that just returns the status.ok 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 g...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
19,796
get all unformmatted yale pinyin presentations of a single chinese character both simplified and tranditional concode_field_sep PlaceHolder placeHolder concode_field_sep String[] convertToTargetPinyinStringArray concode_elem_sep String[] toGwoyeuRomatzyhStringArray concode_elem_sep String[] toHanyuPinyinStringArray con...
String [ ] function ( char arg0 ) { return convertToTargetPinyinStringArray ( arg0 , PinyinRomanizationType . YALE_PINYIN ) ; }
19,797
removed cached image file from disk cache if image was cached in disk cache before concode_field_sep PlaceHolder placeHolder concode_field_sep File findInCache
boolean function ( String arg0 , DiskCache arg1 ) { File loc0 = arg1 . get ( arg0 ) ; return loc0 != null && loc0 . exists ( ) && loc0 . delete ( ) ; }
19,798
this class is only used internally so this method should never be called . concode_field_sep SerializationHandler _handler concode_elem_sep String XMLNS_PREFIX concode_elem_sep String EMPTYSTRING concode_elem_sep String xmlEncoding concode_elem_sep String xmlVersion concode_elem_sep Node _dom concode_field_sep void set...
String function ( ) { return null ; }
19,799
try to lock the file . concode_field_sep DataHandler handler concode_elem_sep boolean checkedWriting concode_elem_sep String HEADER concode_elem_sep String mode concode_elem_sep int HEADER_LENGTH concode_elem_sep long filePos concode_elem_sep Reference<?> autoDeleteReference concode_elem_sep FileChannel file concode_el...
boolean function ( ) { try { lock = file . tryLock ( ) ; return lock != null ; } catch ( Exception loc0 ) { return false ; } }