idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
13,100
accessor for carriedkeyname attribute concode_field_sep byte[] m_transportKeyData concode_elem_sep String m_recipient concode_elem_sep String m_encryptionMethod concode_elem_sep String m_carriedKeyName concode_elem_sep Logger m_logger concode_elem_sep X509Certificate m_recipientsCert concode_elem_sep String m_keyName c...
String function ( ) { return m_carriedKeyName ; }
13,101
remove all previously registered resource disposers associated with the given resource . you use this when the resource will be otherwise safely disposed of and no longer need to rely on this disposer to clean up . concode_field_sep Map<Reference,Disposable> disposers concode_elem_sep Object resource concode_elem_sep R...
void function ( Object arg0 ) { disposinator ( ) . implRemoveResourceDisposer ( arg0 ) ; }
13,102
return number of indexrecord entries in this spill . concode_field_sep ByteBuffer buf concode_elem_sep LongBuffer entries concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep IndexRecord getIndex concode_elem_sep void putIndex
int function ( ) { return entries . capacity ( ) / ( MapTask . MAP_OUTPUT_INDEX_RECORD_LENGTH / 8 ) ; }
13,103
returns largest double that would encode to int x. concode_field_sep int MIN_ENCODED_VALUE concode_elem_sep double RADIANS_PER_METER concode_elem_sep double DECODE concode_elem_sep int BITS concode_elem_sep double MAX_VALUE concode_elem_sep double RADIANS_PER_DEGREE concode_elem_sep double MUL concode_elem_sep int MAX_...
double function ( int arg0 ) { assert arg0 < Integer . MAX_VALUE ; return Math . nextDown ( ( arg0 + 1 ) * DECODE ) ; }
13,104
returns a json array of strings representing the different namespaces used . if no namespaces exist , an empty array is returned . concode_field_sep KeyJsonValueService keyJsonValueService concode_elem_sep AppManager appManager concode_elem_sep WebMessageService messageService concode_elem_sep RenderService renderServi...
List < String > function ( HttpServletResponse arg0 ) { return keyJsonValueService . getNamespaces ( ) ; }
13,105
the identifier of the hsm client certificate . concode_field_sep String hsmClientCertificatePublicKey concode_elem_sep String hsmClientCertificateIdentifier concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep HsmClientCertificate withTags concode_elem_sep HsmClientCertificate w...
String function ( ) { return hsmClientCertificateIdentifier ; }
13,106
fixme comment this concode_field_sep String FORMAT_XML_HEADER concode_field_sep String getCharset
JAXBElement < T > function ( JAXBContext arg0 , Class < T > arg1 , InputStream arg2 , XMLStreamReader arg3 ) { try { Unmarshaller loc0 = arg0 . createUnmarshaller ( ) ; JAXBElement < T > loc1 = loc0 . unmarshal ( arg3 , arg1 ) ; return loc1 ; } catch ( JAXBException loc0 ) { throw new ExceptionAdapter ( loc0 ) ; } }
13,107
returns a the total number of bytes written by this inflater . this method is the same as gettotalout except it returns a long value instead of an integer . concode_field_sep boolean needsDictionary concode_elem_sep int inLength concode_elem_sep long streamHandle concode_elem_sep int inRead concode_elem_sep boolean fin...
long function ( ) { checkOpen ( ) ; return getTotalOutImpl ( streamHandle ) ; }
13,108
renders the xml file at the given url as a pdf file at the target location . concode_field_sep Map versionMap concode_field_sep Character checkVersion concode_elem_sep void usage concode_elem_sep void doRenderToPDF concode_elem_sep void main
void function ( String arg0 , String arg1 , Character arg2 ) { ITextRenderer loc0 = new ITextRenderer ( ) ; loc0 . setDocument ( arg0 ) ; if ( arg2 != null ) loc0 . setPDFVersion ( arg2 . charValue ( ) ) ; doRenderToPDF ( loc0 , arg1 ) ; }
13,109
returns the value of the specified header as an integer , or -1 if the header is not present or not an integer . concode_field_sep Map.Entry entry concode_elem_sep LinkedHashMap headers concode_elem_sep DateFormat dateFormat concode_elem_sep String name concode_field_sep Object getKey concode_elem_sep Set entrySet conc...
int function ( String arg0 ) { String loc0 = getValue ( arg0 ) ; if ( loc0 == null ) { return - 1 ; } try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { } return - 1 ; }
13,110
produces a new featureset based on the set-intersection of the two given featuresets . concode_field_sep int NASAL concode_elem_sep BitSet features concode_elem_sep int STOP concode_elem_sep int GLIDE concode_elem_sep int LATERAL concode_elem_sep char ipaChar concode_elem_sep int FRICATIVE concode_elem_sep int RHOTIC c...
FeatureSet function ( FeatureSet arg0 , FeatureSet arg1 ) { BitSet loc0 = ( BitSet ) arg0 . features . clone ( ) ; loc0 . and ( arg1 . features ) ; return new FeatureSet ( loc0 ) ; }
13,111
executes with the given args all the cases matching the given match plus the defaut one if it has been defined . concode_field_sep Result<T> result concode_elem_sep Matcher<?> matcher concode_elem_sep List<Case<T>> cases concode_elem_sep Result<T> defaultResult concode_elem_sep T value concode_elem_sep AbstractClosure ...
List < T > function ( Object arg0 , Object ... arg1 ) { List < T > loc0 = new ArrayList < T > ( ) ; for ( Case < T > loc1 : cases ) { if ( loc1 . matches ( arg0 ) ) loc0 . add ( loc1 . exec ( arg1 ) ) ; } if ( defaultResult != null ) loc0 . add ( defaultResult . exec ( arg1 ) ) ; return loc0 ; }
13,112
return true if the method takes a variable number of arguments . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_el...
boolean function ( ) { return method . isVarArgs ( ) ; }
13,113
create an object array for a given hl7inarchive concode_field_sep Log log concode_field_sep String listArchivedHL7s concode_elem_sep Map<String,Object> getHL7InArchiveBatchAsJson
Object [ ] function ( HL7InArchive arg0 ) { return new Object [ ] { Integer . toString ( arg0 . getHL7InArchiveId ( ) ) , arg0 . getHL7Source ( ) . getName ( ) , Context . getDateFormat ( ) . format ( arg0 . getDateCreated ( ) ) , arg0 . getHL7Data ( ) } ; }
13,114
get all sequences in the object . concode_field_sep boolean connected concode_elem_sep String code concode_elem_sep List<EventList> sequences concode_elem_sep String[] codePattern concode_field_sep void removeSequence concode_elem_sep boolean isConnected concode_elem_sep Table toTable concode_elem_sep void addSequence ...
List < EventList > function ( ) { return Collections . unmodifiableList ( this . sequences ) ; }
13,115
indicates that the next action is to flip the processing direction and starts exception processing . concode_field_sep Tube next concode_elem_sep int INVOKE_AND_FORGET concode_elem_sep Runnable onExitRunnable concode_elem_sep int kind concode_elem_sep int THROW_ABORT_RESPONSE concode_elem_sep Throwable throwable concod...
void function ( Throwable arg0 ) { assert arg0 instanceof RuntimeException || arg0 instanceof Error ; set ( THROW , null , null , arg0 ) ; }
13,116
maps encoding byte from id3v2 frame to a charset . concode_field_sep int ID3_TEXT_ENCODING_UTF_16 concode_elem_sep int ID3_TEXT_ENCODING_UTF_8 concode_elem_sep int ID3_TEXT_ENCODING_UTF_16BE concode_elem_sep int ID3_TEXT_ENCODING_ISO_8859_1 concode_field_sep int indexOfEos concode_elem_sep BinaryFrame parseBinaryFrame ...
String function ( int arg0 ) { switch ( arg0 ) { case ID3_TEXT_ENCODING_ISO_8859_1 : return "srini_string" ; case ID3_TEXT_ENCODING_UTF_16 : return "srini_string" ; case ID3_TEXT_ENCODING_UTF_16BE : return "srini_string" ; case ID3_TEXT_ENCODING_UTF_8 : return "srini_string" ; default : return "srini_string" ; } }
13,117
gets the generation number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
int function ( ) { return genf ; }
13,118
sets the primary key of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_ele...
void function ( long arg0 ) { _syncDevice . setPrimaryKey ( arg0 ) ; }
13,119
getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con...
TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; }
13,120
to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<EventListener> m_listeners concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_rollback concode_elem...
void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; }
13,121
remove a buffersetlistener . if there are no listeners anymore , remove all buffers from the bufferset . concode_field_sep Comparator<Buffer> nameSorter concode_elem_sep EventListenerList listeners concode_elem_sep Comparator<Buffer> sorter concode_elem_sep List<Buffer> buffers concode_elem_sep Comparator<Buffer> pathS...
void function ( BufferSetListener arg0 ) { Log . log ( Log . DEBUG , this , hashCode ( ) + "srini_string" + arg0 ) ; listeners . remove ( BufferSetListener . class , arg0 ) ; }
13,122
sets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep UpdateResult getRval
void function ( UpdateResult arg0 ) { this . rval = arg0 ; }
13,123
get a list of recent comments https://developer.wordpress.com/docs/api/1.1/get/sites/%24site/comments/ concode_field_sep String sUserAgent concode_elem_sep RestClient mRestClient concode_elem_sep int REST_MAX_RETRIES_GET concode_elem_sep int REST_TIMEOUT_MS concode_elem_sep String NOTIFICATION_FIELDS concode_elem_sep S...
void function ( String arg0 , Map < String , String > arg1 , final Listener arg2 , ErrorListener arg3 ) { String loc0 = String . format ( "srini_string" , arg0 ) ; get ( loc0 , arg1 , null , arg2 , arg3 ) ; }
13,124
return creattion time of this version concode_field_sep int version concode_elem_sep long created concode_field_sep void init concode_elem_sep int getIntVersion
long function ( ) { init ( ) ; return created ; }
13,125
obtains the scheme name . 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 SocketFactory getSocketFactory concode_elem_sep int getDefaultPort concode_elem_sep int hashCod...
String function ( ) { return name ; }
13,126
checks whether the task was aborted . tasks can be aborted by signaling `` interrupt '' to the executing thread . concode_field_sep ContentLocation bodyContentLocation concode_elem_sep EventListenerList listeners concode_elem_sep NameGenerator bodyNameGenerator concode_elem_sep MasterReport report concode_elem_sep Thro...
boolean function ( ) { return this . error instanceof InterruptedException ; }
13,127
gets the value of the id property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep BigInteger getSizeOnDisk concode_elem_sep v...
String function ( ) { return id ; }
13,128
takes the input stream of the xml and instantiates an instance of the moduleinfolist class concode_field_sep JAXBContext jaxbContext concode_elem_sep ModuleInfo[] moduleInfos concode_field_sep void encode concode_elem_sep ModuleInfo[] getModuleInfos concode_elem_sep void setModuleInfos
ModuleList function ( Reader arg0 ) { Unmarshaller loc0 = jaxbContext . createUnmarshaller ( ) ; ModuleList loc1 = ( ModuleList ) loc0 . unmarshal ( arg0 ) ; return loc1 ; }
13,129
add a command to this action that is executed after the delay concode_field_sep ArrayList<CommandOPEN> preDelayCommandList concode_elem_sep Integer[] sensorIdInhibitionList concode_elem_sep String description concode_elem_sep ArrayList<CommandOPEN> resetCommandList concode_elem_sep boolean commandWithDelay concode_elem...
void function ( CommandOPEN arg0 ) { postDelayCommandList . add ( arg0 ) ; }
13,130
called by camel when a camelcontext is being stopped . concode_field_sep Container container concode_elem_sep Logger LOG concode_elem_sep Set<CamelContext> CONTEXTS concode_field_sep void set concode_elem_sep Container get concode_elem_sep void manageCamelContext concode_elem_sep void manage concode_elem_sep void manag...
void function ( CamelContext arg0 ) { CONTEXTS . remove ( arg0 ) ; }
13,131
gets the value of the length property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setLength concode_elem_sep void setActivati...
LengthType function ( ) { return length ; }
13,132
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ASSERT , arg0 , arg1 , arg2 ) ; }
13,133
check if the stack is allowed to be placed in this slot , used for armor slots as well as furnace fuel . concode_field_sep int slotNumber concode_elem_sep int yDisplayPosition concode_elem_sep net.minecraft.util.ResourceLocation backgroundLocation concode_elem_sep int xDisplayPosition concode_elem_sep IInventory invent...
boolean function ( @ Nullable ItemStack arg0 ) { return true ; }
13,134
a setter to activate , deactivate the formatted output concode_field_sep boolean successFullParsing concode_elem_sep Logger logger concode_elem_sep BQConnection connection concode_elem_sep boolean formatted concode_elem_sep String queryToParse concode_elem_sep Node myNode concode_field_sep Connection getConnection conc...
void function ( boolean arg0 ) { this . formatted = arg0 ; }
13,135
return id concode_field_sep String _openUrl concode_elem_sep String _database concode_elem_sep String _displayName concode_elem_sep org.osid.shared.Id __id concode_elem_sep Serializable __value concode_elem_sep String _id concode_elem_sep List _partStructureList concode_elem_sep org.apache.commons.logging.Log _log conc...
org . osid . shared . Id function ( ) { return __id ; }
13,136
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep...
String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; }
13,137
el expressions present within a faces config file must start with the character sequence of ' # ' and end with ' ' . concode_field_sep java.lang.String value concode_field_sep void setValue
java . lang . String function ( ) { return value ; }
13,138
returns the company id 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.la...
long function ( ) { return _location . getCompanyId ( ) ; }
13,139
short for kill null , modelenvvars concode_field_sep PlaceHolder placeHolder concode_field_sep EnvVars createCookie concode_elem_sep ProcessTreeKiller get
void function ( Map < String , String > arg0 ) { kill ( null , arg0 ) ; }
13,140
setup test . concode_field_sep long MAX_DURATION concode_field_sep void testPlay
void function ( ) { JOSMFixture . createUnitTestFixture ( ) . init ( ) ; }
13,141
blocks are contiguous , so the next one is a potential candidate if its first word starts with the given prefix concode_field_sep ArrayList firstWordsInBlocks concode_elem_sep ArrayList firstFilesInBlocks concode_elem_sep boolean firstWordAdded concode_elem_sep int numFiles concode_elem_sep IndexedFile indexedFile conc...
int function ( char [ ] arg0 , int arg1 ) { if ( ++ arg1 < firstWordsInBlocks . size ( ) ) { FirstWordInBlock loc0 = ( FirstWordInBlock ) firstWordsInBlocks . get ( arg1 ) ; if ( CharOperation . prefixEquals ( arg0 , loc0 . word , true ) ) return arg1 ; } return - 1 ; }
13,142
returns the initial value . concode_field_sep long size concode_elem_sep AtomicLong currentId concode_elem_sep long start concode_field_sep long getSize concode_elem_sep long getNextId concode_elem_sep String toString concode_elem_sep long getEnd
long function ( ) { return start ; }
13,143
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void reactR2_R2A concode_elem_sep void ...
void function ( ) { }
13,144
moves the mouse from its current position or 0,0 by the given offset . if the coordinates provided are outside the viewport the mouse will end up outside the browser window then the viewport is scrolled to match . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode...
Actions function ( int arg0 , int arg1 ) { action . addAction ( new MoveToOffsetAction ( mouse , null , arg0 , arg1 ) ) ; return this ; }
13,145
sets the year value for this monthlysearchvolume . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc...
void function ( java . lang . Integer arg0 ) { this . year = arg0 ; }
13,146
returns the midnight calendar for the first day next year . concode_field_sep double J1970 concode_elem_sep double MILLISECONDS_PER_DAY concode_field_sep double midnightDateToJulianDate concode_elem_sep double endOfDayDateToJulianDate concode_elem_sep Calendar toCalendar concode_elem_sep Calendar truncateToMidnight con...
Calendar function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . set ( Calendar . DAY_OF_YEAR , 1 ) ; loc0 . set ( Calendar . YEAR , loc0 . get ( Calendar . YEAR ) + 1 ) ; return truncateToMidnight ( loc0 ) ; }
13,147
gets the value of the datacenter property . concode_field_sep long newCapacityKb concode_elem_sep String name concode_elem_sep ManagedObjectReference datacenter concode_elem_sep ManagedObjectReference _this concode_elem_sep Boolean eagerZero concode_field_sep void setThis concode_elem_sep void setName concode_elem_sep ...
ManagedObjectReference function ( ) { return datacenter ; }
13,148
get a fixed-length random string , its a mixture of numbers concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandomLetters concode_elem_sep String ge...
String function ( int arg0 ) { return getRandom ( NUMBERS , arg0 ) ; }
13,149
retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Method deleteOnExitMethod concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep Method getDel...
String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; }
13,150
removes server ts . concode_field_sep Hashtable s_clients concode_elem_sep Hashtable s_response concode_elem_sep Hashtable c_server concode_field_sep void removeClient concode_elem_sep TransactionServer getServer concode_elem_sep int numOfServers concode_elem_sep int numOfClients concode_elem_sep void setFinalResponse ...
void function ( TransactionServer arg0 ) { TransactionIdentifier loc0 = arg0 . getTransactionId ( ) ; s_clients . remove ( loc0 ) ; s_response . remove ( loc0 ) ; }
13,151
number of resolutions contained in the image concode_field_sep byte compressedStream[] concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep byte[] image8 concode_elem_sep int width concode_elem_sep int nbResolutions concode_elem_sep byte compressedIndex[] concode_elem_sep Vector<IJavaJ2KDe...
void function ( int arg0 ) { this . nbResolutions = arg0 ; }
13,152
sets the numcreditentries attribute value . concode_field_sep int numDebitEntries concode_elem_sep KualiDecimal otherAmount concode_elem_sep int numCreditEntries concode_elem_sep KualiDecimal debitAmount concode_elem_sep KualiDecimal creditAmount concode_elem_sep int numOtherEntries concode_field_sep KualiDecimal getOt...
void function ( int arg0 ) { this . numCreditEntries = arg0 ; }
13,153
sets value of the coreconnectionpnames #so_reuseaddr parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout concode_elem_sep boolean getSoReuseaddr concode_elem_sep boolean ge...
void function ( final HttpParams arg0 , final boolean arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setBooleanParameter ( CoreConnectionPNames . SO_REUSEADDR , arg1 ) ; }
13,154
creates a new message from the specified syntaxexception . concode_field_sep PlaceHolder placeHolder concode_field_sep void write concode_elem_sep void write
Message function ( SyntaxException arg0 , SourceUnit arg1 ) { return new SyntaxErrorMessage ( arg0 , arg1 ) ; }
13,155
returns the trustmanagers for trusted certificates . concode_field_sep Log LOG concode_elem_sep String SSL_KEYSTORE_LOCATION_TPL_KEY concode_elem_sep String SSL_TRUSTSTORE_RELOAD_INTERVAL_TPL_KEY concode_elem_sep Configuration conf concode_elem_sep String SSL_TRUSTSTORE_LOCATION_TPL_KEY concode_elem_sep String SSL_TRUS...
TrustManager [ ] function ( ) { return trustManagers ; }
13,156
creates the task that sends a ping message to the members of the cluster . task will be invoked periodically with fixed delay . concode_field_sep long invalidateAfterNodeCrashDelay concode_elem_sep ConcurrentMap<String,ScheduledFuture<?>> invalidateAfterNodeCrashSchedules concode_elem_sep Logger LOGGER concode_elem_sep...
Runnable function ( ) { return pingSender :: ping ; }
13,157
converts this continuous curve to an instance of linearcurve2d with the given number of edges . returns either an instance of polyline2d or linearring2d , depending on the curve is closed or not . this method can be overridden to return the correct type . concode_field_sep PlaceHolder placeHolder concode_field_sep Poly...
LinearCurve2D function ( int arg0 ) { if ( ! this . isBounded ( ) ) throw new UnboundedShape2DException ( this ) ; if ( this . isClosed ( ) ) { return asPolylineClosed ( arg0 ) ; } else { return asPolylineOpen ( arg0 ) ; } }
13,158
return a short description of the total running time . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem...
String function ( ) { return "srini_string" + this . id + "srini_string" + totalTime ( ) ; }
13,159
gets the time zone offset minute from gmt . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET...
String function ( ) { return timeZoneMinute ; }
13,160
return the isvalid flag for this session without any expiration check . concode_field_sep AtomicInteger accessCount concode_elem_sep boolean isValid concode_elem_sep int maxInactiveInterval concode_elem_sep StringManager sm concode_elem_sep InternalSessionManager manager concode_elem_sep long creationTime concode_elem_...
boolean function ( ) { return this . isValid ; }
13,161
convenience method to format a string from the resource bundle , which takes a single argument . concode_field_sep Logger LOG concode_elem_sep XmlMessages instance concode_elem_sep String MESSAGE_NOT_FOUND concode_elem_sep Map<String,ResourceBundle> bundles concode_elem_sep String RESOURCE_BUNDLE_CLASSNAME concode_elem...
String function ( final Class arg0 , final Locale arg2 , final String arg3 , final String arg1 ) { return format ( arg0 , arg2 , arg3 , new Object [ ] { arg1 } ) ; }
13,162
gets the server instance from the game instance.note : during various gamestate s , a server instancemay not be available . during these specific states , calling game #getserver will throw an exception . to doublecheck , call #isserveravailable concode_field_sep Game game concode_field_sep ChannelRegistrar getChannelR...
Server function ( ) { return getGame ( ) . getServer ( ) ; }
13,163
validates the chunk concode_field_sep int TYPE_PROFILE concode_elem_sep byte[] data concode_elem_sep int TYPE_DATA concode_elem_sep int TYPE_TIME concode_elem_sep int crc concode_elem_sep int TYPE_PHYS concode_elem_sep int TYPE_HEADER concode_elem_sep int TYPE_GAMMA concode_elem_sep int TYPE_PALETTE concode_elem_sep in...
boolean function ( ) { return ( crc == calcCRC ( ) ) ; }
13,164
return the configured idgenerator , if any . concode_field_sep IdGenerator idGenerator concode_elem_sep IdGenerator ID_VALUE_NONE_GENERATOR concode_elem_sep boolean enableTimestamp concode_field_sep void setIdGenerator concode_elem_sep boolean isEnableTimestamp concode_elem_sep void initHeaders concode_elem_sep UUID ge...
IdGenerator function ( ) { return this . idGenerator ; }
13,165
define a new bolt in this topology with the specified amount of parallelism . concode_field_sep TopologyBuilder stormBuilder concode_elem_sep HashMap<String,IRichSpout> spouts concode_elem_sep HashMap<String,IRichBolt> bolts concode_field_sep SpoutDeclarer setSpout concode_elem_sep SpoutDeclarer setSpout concode_elem_s...
BoltDeclarer function ( final String arg0 , final IRichBolt arg1 , final Number arg2 ) { final BoltDeclarer loc0 = this . stormBuilder . setBolt ( arg0 , arg1 , arg2 ) ; this . bolts . put ( arg0 , arg1 ) ; return loc0 ; }
13,166
get the csg server bean given the server name concode_field_sep Log log concode_elem_sep String BUNDLE concode_elem_sep CGAgentAdminServiceStub stub concode_elem_sep ResourceBundle bundle concode_field_sep String getServiceStatus concode_elem_sep void updateCGServer concode_elem_sep void removeCGServer concode_elem_sep...
CGServerBean function ( String arg0 ) { try { return stub . getCGServer ( arg0 ) ; } catch ( RemoteException loc0 ) { handleException ( getI18nString ( "srini_string" , loc0 ) , loc0 ) ; } catch ( CGAgentAdminServiceCGException loc0 ) { handleException ( getI18nString ( "srini_string" , loc0 ) , loc0 ) ; } return null ...
13,167
add a named parameter parsed from this sql statement . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List<String> parameterNames concode_elem_sep int unnamedParameterCount concode_fiel...
void function ( String arg0 , int arg1 , int arg2 ) { this . parameterNames . add ( arg0 ) ; this . parameterIndexes . add ( new int [ ] { arg1 , arg2 } ) ; }
13,168
whether the deviceservice is currently connected to this external input . concode_field_sep boolean connected concode_elem_sep String name concode_elem_sep String id concode_elem_sep String iconURL concode_elem_sep JSONObject rawData concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolea...
boolean function ( ) { return connected ; }
13,169
gets the value of the coursesunits property . concode_field_sep CountryTextCodeType country concode_elem_sep String academicYear concode_elem_sep MobilityProgrammeCoursesUnitsType coursesUnits concode_elem_sep XMLGregorianCalendar dateTo concode_elem_sep String receivingInstitutionName concode_elem_sep String type conc...
MobilityProgrammeCoursesUnitsType function ( ) { return coursesUnits ; }
13,170
get this node 's width , as defined in the style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayout ...
float function ( ) { return style . dimensions [ DIMENSION_WIDTH ] ; }
13,171
main method concode_field_sep PlaceHolder placeHolder concode_field_sep void testWithDeltas concode_elem_sep void test
void function ( final String [ ] arg0 ) { System . out . println ( "srini_string" ) ; testWithDeltas ( false ) ; testWithDeltas ( true ) ; System . out . println ( "srini_string" ) ; test ( false ) ; test ( true ) ; }
13,172
tests whether the token is an open bracket . concode_field_sep Token FUNCTION_ARG_SEPARATOR concode_elem_sep Kind kind concode_elem_sep Object content concode_field_sep Token buildFunction concode_elem_sep Operator.Associativity getAssociativity concode_elem_sep boolean isFunction concode_elem_sep int getPrecedence con...
boolean function ( ) { return kind . equals ( Kind . OPEN_BRACKET ) ; }
13,173
gets the value of the content property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep void setContent concode_elem_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep Strin...
String function ( ) { return content ; }
13,174
a json string containing up to three key-value pair in json format . for example : \ `` attributes \ '' :{ \ `` string1 \ '' :\ `` string2 \ '' concode_field_sep java.util.Map<String,String> attributes concode_field_sep AttributePayload withAttributes concode_elem_sep AttributePayload addAttributesEntry concode_elem_se...
java . util . Map < String , String > function ( ) { return attributes ; }
13,175
derives the actual value of a given managed value from its managed input values . this method enables the simple object specify transformations for input values that are executed every time one of the input values changes . by default concode_field_sep MValue mOwnerValue concode_field_sep MValue getMOwnerValue
Object function ( ) { return convertValueFromMInputValues ( mOwnerValue ) ; }
13,176
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getMim...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
13,177
sets the chat room that this member is participating in . concode_field_sep String participantID concode_elem_sep byte[] image concode_elem_sep List<WhiteboardParticipantListener> whiteboardParticipantListeners concode_elem_sep Logger logger concode_elem_sep ContactJabberImpl participant concode_elem_sep Date currentSt...
void function ( WhiteboardSessionJabberImpl arg0 ) { this . whiteboard = arg0 ; }
13,178
adds a class to this source file . concode_field_sep List _importStatements concode_elem_sep File _file concode_elem_sep ResourceBundle _messages concode_elem_sep String _packageBlock concode_elem_sep List _classes concode_field_sep void setPackage concode_elem_sep void save concode_elem_sep String toString concode_ele...
void function ( final JavaClassWriter arg0 ) { if ( arg0 != null ) _classes . add ( arg0 ) ; }
13,179
returns the next element in the iteration . concode_field_sep Iterator INSTANCE concode_field_sep Iterator<T> emptyIterator concode_elem_sep boolean hasNext concode_elem_sep void remove
T function ( ) { throw new NoSuchElementException ( "srini_string" ) ; }
13,180
check to determine whether the table spaces reported by an entity persister match against the defined affected table spaces . concode_field_sep SoftLock cacheLock concode_elem_sep Set<CollectionCleanup> collectionCleanups concode_elem_sep NaturalIdRegionAccessStrategy naturalIdCacheAccessStrategy concode_elem_sep Set<E...
boolean function ( Set arg0 , Serializable [ ] arg1 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return true ; } for ( Serializable loc0 : arg1 ) { if ( arg0 . contains ( loc0 ) ) { return true ; } } return false ; }
13,181
set new values of interval concode_field_sep double lowValue concode_elem_sep double highValue concode_elem_sep Logger logger concode_field_sep double getSize concode_elem_sep boolean contains concode_elem_sep double getLow concode_elem_sep Vector<Interval> subtract concode_elem_sep Vector<Interval> subtract concode_el...
void function ( double arg0 , double arg1 ) { lowValue = arg0 ; highValue = arg1 ; }
13,182
sends a message to a destination address and port concode_field_sep String PROTO_UDP concode_elem_sep String proto concode_elem_sep TransportListener listener concode_elem_sep UdpProvider udp_provider concode_field_sep void onServiceTerminated concode_elem_sep void halt concode_elem_sep void onReceivedPacket concode_el...
void function ( Message arg0 , IpAddress arg1 , int arg2 ) { if ( udp_provider != null ) { byte [ ] loc0 = arg0 . toString ( ) . getBytes ( ) ; UdpPacket loc1 = new UdpPacket ( loc0 , loc0 . length ) ; loc1 . setIpAddress ( arg1 ) ; loc1 . setPort ( arg2 ) ; udp_provider . send ( loc1 ) ; } }
13,183
spin-lock concode_field_sep Node next concode_elem_sep boolean isDeleted concode_elem_sep int value concode_elem_sep long BIT_MASK concode_elem_sep AtomicLong lock concode_field_sep long getVersion concode_elem_sep void unlock concode_elem_sep void unlockAndIncrementVersion concode_elem_sep boolean tryLockAtVersion con...
void function ( ) { while ( ! tryLockAtVersion ( getVersion ( ) ) ) { } }
13,184
boolean status indicating whether passenger has flown concode_field_sep boolean flown concode_elem_sep int departureTime concode_elem_sep int index concode_elem_sep int bookingTime concode_elem_sep boolean inQueue concode_elem_sep boolean refused concode_elem_sep String passID concode_elem_sep int enterQueueTime concod...
boolean function ( ) { if ( this . flown ) { return true ; } else { return false ; } }
13,185
subtracts the given point from this point . note that there is no guarantee that the new point will be valid . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng mul concode_elem_sep S2LatLng norm...
S2LatLng function ( final S2LatLng arg0 ) { return new S2LatLng ( latRadians - arg0 . latRadians , lngRadians - arg0 . lngRadians ) ; }
13,186
tells if sdes is enabled for this account . concode_field_sep Map<String,Integer> encryptionProtocols concode_elem_sep Map<String,Boolean> encryptionProtocolStatus concode_elem_sep boolean sdesEnabled concode_elem_sep boolean sipZrtpAttribute concode_elem_sep List<String> ENCRYPTION_PROTOCOLS concode_elem_sep boolean d...
boolean function ( ) { return sdesEnabled ; }
13,187
method declaration concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep int iLen concode_elem_sep int UNDE...
boolean function ( Object arg0 ) { if ( arg0 == null ) { return iLen == 0 ; } String loc0 = arg0 . toString ( ) ; if ( isIgnoreCase ) { loc0 = loc0 . toUpperCase ( ) ; } return compareAt ( loc0 , 0 , 0 , loc0 . length ( ) ) ; }
13,188
add on the number of log edits filtered concode_field_sep long lastHFileRefsQueueSize concode_elem_sep MetricsReplicationSourceSource singleSourceSource concode_elem_sep String id concode_elem_sep int lastQueueSize concode_elem_sep MetricsReplicationSourceSource globalSourceSource concode_elem_sep Log LOG concode_elem_...
void function ( long arg0 ) { singleSourceSource . incrLogEditsFiltered ( arg0 ) ; globalSourceSource . incrLogEditsFiltered ( arg0 ) ; }
13,189
writes out a list of strings as ` item ' element children of parentelement . concode_field_sep String FILTERED_OUT_PROJECTS concode_elem_sep String FILTER_OUT_TASKS_WITH_NO_DESCRIPTION concode_elem_sep List<String> filteredOutTaskNames concode_elem_sep String BASIC_PROJECT_AND_TASK_FILTER concode_elem_sep List<String> ...
void function ( SettingsNode arg0 , List < String > arg1 ) { Iterator < String > loc0 = arg1 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { String loc1 = loc0 . next ( ) ; SettingsNode loc2 = arg0 . addChild ( ITEM ) ; loc2 . setValue ( loc1 ) ; } }
13,190
a convenience shorthand for sessiondata #get string , sessionserializer . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Opera...
Promise < Optional < ? >> function ( String arg0 , SessionSerializer arg1 ) { return getData ( ) . map ( d -> d . get ( arg0 , arg1 ) ) ; }
13,191
creates a new builder for creating a sharetomessengerparams instance concode_field_sep String metaData concode_elem_sep Set<String> VALID_MIME_TYPES concode_elem_sep Uri externalUri concode_elem_sep Set<String> VALID_URI_SCHEMES concode_elem_sep Set<String> VALID_EXTERNAL_URI_SCHEMES concode_elem_sep String mimeType co...
ShareToMessengerParamsBuilder function ( Uri arg0 , String arg1 ) { return new ShareToMessengerParamsBuilder ( arg0 , arg1 ) ; }
13,192
debug message for the connection with the connection number prepended . concode_field_sep int port concode_elem_sep Logger LOGGER concode_elem_sep int connectionCount concode_elem_sep int connectionNumber concode_elem_sep int ERROR_COULD_NOT_LISTEN_TO_PORT concode_elem_sep int SO_TIMEOUT concode_elem_sep boolean runnin...
void function ( String arg0 ) { debug ( "srini_string" + connectionNumber + "srini_string" + arg0 ) ; }
13,193
gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFirstName
String function ( ) { return lastName ; }
13,194
init the default delegate transformer . concode_field_sep PrincipalNameTransformer delegateTransformer concode_elem_sep boolean toUpperCase concode_field_sep String transform concode_elem_sep void setToUpperCase
void function ( ) { if ( this . delegateTransformer == null ) { this . delegateTransformer = formUserId -> formUserId ; } }
13,195
get the rank of the covariance matrix . the rank is the number of independent rows in the covariance matrix , it is also the number of columns of the root matrix . concode_field_sep double[] mean concode_elem_sep double[] normalized concode_elem_sep RealMatrix root concode_elem_sep NormalizedRandomGenerator generator c...
int function ( ) { return normalized . length ; }
13,196
compute check field parameter value with a given parameter name concode_field_sep PlaceHolder placeHolder concode_field_sep ElementParameterType findElementParameterByName concode_elem_sep boolean isComponentActive concode_elem_sep String computeTextElementValue concode_elem_sep NodeType getComponentByName concode_elem...
boolean function ( String arg0 , NodeType arg1 ) { ElementParameterType loc0 = findElementParameterByName ( arg0 , arg1 ) ; if ( loc0 == null ) { return false ; } return Boolean . parseBoolean ( loc0 . getValue ( ) ) ; }
13,197
sets the verifier used to confirm that response certificates apply to requested hostnames for https connections . if unset , the httpsurlconnection #getdefaulthostnameverifier system-wide default hostname verifier will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnam...
OkHttpClient function ( HostnameVerifier arg0 ) { this . hostnameVerifier = arg0 ; return this ; }
13,198
converts millibar to inches . concode_field_sep PlaceHolder placeHolder concode_field_sep Double celsiusToFahrenheit concode_elem_sep String getWindDirection concode_elem_sep Double millimetersToInches concode_elem_sep double getSeaLevelPressure concode_elem_sep Double mpsToKmh concode_elem_sep Double kmhToKnots concod...
Double function ( Double arg0 ) { if ( arg0 == null ) { return null ; } return arg0 * 0.0295299830714 ; }
13,199
sends the given event to js , coalescing eligible events if js is backed up . concode_field_sep Map<String,Short> mEventNameToEventId concode_elem_sep DispatchEventsRunnable mDispatchEventsRunnable concode_elem_sep LongSparseArray<Integer> mEventCookieToLastEventIdx concode_elem_sep Event[] mEventsToDispatch concode_el...
void function ( Event arg0 ) { synchronized ( mEventsStagingLock ) { mEventStaging . add ( arg0 ) ; } }