code
stringlengths
20
663
nl
stringlengths
68
7.19k
List < Algo > function ( ) { if ( algo == null ) { algo = new ArrayList < Algo > ( ) ; } return this . algo ; }
gets the value of the algo 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 algo property . for example , to add a new item , do as follo...
void function ( ) { log . info ( "srini_string" ) ; this . assertionTestSuccess ( "srini_string" , false ) ; }
test expecting success sso response from mock saml response . assertion file is a non-castle assertion sample file . concode_field_sep String ssoRequestID concode_elem_sep SsoResponseListener controller concode_elem_sep Logger log concode_elem_sep String relayStateParameter concode_field_sep void idpSSOSuccessTest conc...
String function ( Object arg0 ) { return arg0 == null ? null : StringEscapeUtils . escapeJava ( arg0 . toString ( ) ) ; }
escapes the tostring representation of obj for use in a literal string.this is useful for interpolating variables into script strings , as well as in other situations . concode_field_sep Pattern WHITESPACE concode_field_sep String toPlatformLineSeparators concode_elem_sep String convertLineSeparators concode_elem_sep S...
boolean function ( Key arg0 , ReadMode arg1 ) { if ( arg0 . isDefault ( ) && DEFAULT_EXCLUDED . equals ( arg1 ) ) { return false ; } if ( ! arg0 . isDefault ( ) && DEFAULT_ONLY . equals ( arg1 ) ) { return false ; } return true ; }
check if a key object can be read according the given read mode . concode_field_sep String DEFAULT concode_elem_sep String attributeType concode_elem_sep String GROUP concode_elem_sep String DESCRIPTION concode_elem_sep String ROLE concode_elem_sep String key concode_elem_sep String type concode_elem_sep String roleGro...
int function ( Conversation arg0 ) { int loc0 = Arrays . binarySearch ( typeList , getType ( ) ) ; int loc1 = Arrays . binarySearch ( typeList , arg0 . getType ( ) ) ; if ( loc0 == loc1 ) { return name . compareToIgnoreCase ( arg0 . name ) ; } return Integer . valueOf ( loc1 ) . compareTo ( Integer . valueOf ( loc0 ) )...
compares this conversation with another conversation . this compares the two conversations by their types , and then by their names . concode_field_sep int TYPE_QUERY concode_elem_sep int STATUS_DEFAULT concode_elem_sep int newMentions concode_elem_sep int TYPE_CHANNEL concode_elem_sep int[] typeList concode_elem_sep i...
byte [ ] function ( byte [ ] arg0 ) { try { return saslClient != null ? saslClient . evaluateChallenge ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc1 ) { throw Throwables . propagate ( loc1 ) ; } }
respond to server 's sasl token . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] firstToken concode_elem_sep void dispose concode_elem_sep void handle...
Money function ( ) { return cost ; }
gets the value of the cost property . concode_field_sep Money cost concode_elem_sep Long clicks concode_elem_sep Long impressions concode_elem_sep Money bid concode_elem_sep Long promotedImpressions concode_elem_sep Money marginalCpc concode_field_sep void setClicks concode_elem_sep Long getImpressions concode_elem_sep...
void function ( ) { }
called when tab is being removed from scene . concode_field_sep boolean closeableByUser concode_elem_sep boolean dirty concode_elem_sep boolean savable concode_elem_sep TabbedPane pane concode_elem_sep boolean activeTab concode_field_sep void dirty concode_elem_sep void onShow concode_elem_sep void setPane concode_elem...
int function ( ) { return fromPointID ; }
getter concode_field_sep TaxiNetworkNode fromNode concode_elem_sep int fromPointID concode_elem_sep String name concode_elem_sep String type concode_elem_sep int toPointID concode_elem_sep TaxiNetworkNode toNode concode_elem_sep String direction concode_field_sep void setToNode concode_elem_sep void setName concode_ele...
String function ( final String arg0 ) { final int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; if ( loc0 < 1 ) { return arg0 ; } return arg0 . substring ( 0 , loc0 ) ; }
removes the file extension from the given file name . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep boolean isPath concode_elem_sep String createRelativeURL concode_elem_sep void copyStreams concode_elem_sep void copyStreams concode_elem_sep bool...
String function ( String arg0 ) { if ( ! arg0 . endsWith ( toAppend ) ) return concat ( arg0 , toAppend ) ; return arg0 ; }
appends the string specified in the constructor to the string passed as argument . concode_field_sep String toAppend concode_elem_sep String[] strings concode_field_sep String with concode_elem_sep String quote concode_elem_sep Object quote concode_elem_sep boolean isEmpty concode_elem_sep String concat concode_elem_se...
boolean function ( MentionContext arg0 , DiscourseEntity arg1 ) { return false ; }
determines if the specified entity is too far from the specified mention to be resolved to it . once an entity has been determined to be out of range subsequent entities are not considered . to skip intermediate entities @see excluded . concode_field_sep boolean showExclusions concode_elem_sep CountedSet distances conc...
void function ( Request arg0 , Response . Receiver arg1 ) { dispatcher . enqueue ( copyWithDefaults ( ) , arg0 , arg1 ) ; }
schedules request to be executed . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySelecto...
Response function ( TimeValue arg0 ) { return execute ( ) . actionGet ( arg0 ) ; }
short version of execute . actionget . concode_field_sep Request request concode_elem_sep Action<Request,Response,RequestBuilder> action concode_elem_sep ElasticsearchClient client concode_elem_sep ThreadPool threadPool concode_field_sep Request request concode_elem_sep Request beforeExecute concode_elem_sep Listenable...
void function ( org . docx4j . vml . STTrueFalse arg0 ) { this . strokeok = arg0 ; }
sets the value of the strokeok property . concode_field_sep Object parent concode_elem_sep String vmlId concode_elem_sep org.docx4j.vml.STTrueFalse strokeok concode_elem_sep String limo concode_elem_sep String textboxrect concode_elem_sep org.docx4j.vml.STTrueFalse gradientshapeok concode_elem_sep String connectlocs co...
boolean function ( Object arg0 ) { return this == arg0 ; }
compares this attribute with the specified object . checks if both objects are the same instance . it is defined final so all subclasses have the same behavior for this method . concode_field_sep Attribute LANGUAGE concode_elem_sep Attribute INPUT_METHOD_SEGMENT concode_elem_sep String name concode_elem_sep Attribute R...
void function ( ) { serviceState . requestStop ( this ) ; }
request this component is stopped . concode_field_sep ComponentState serviceState concode_elem_sep Logger log concode_elem_sep Boolean isConfirmation concode_elem_sep Boolean isTrackingEndpoint concode_elem_sep boolean prepared concode_elem_sep Boolean continueOnFail concode_elem_sep boolean isBranching concode_elem_se...
void function ( ) { m_reportScheduler . destroy ( ) ; }
destroy concode_field_sep ReportdConfigurationDao m_reportConfigurationDao concode_elem_sep EventForwarder m_eventForwarder concode_elem_sep ReportService m_reportService concode_elem_sep ReportScheduler m_reportScheduler concode_elem_sep String NAME concode_elem_sep ReportDeliveryService m_reportDeliveryService concod...
String function ( TriplePattern arg0 ) { if ( arg0 == null ) return "srini_string" ; return "srini_string" + print ( arg0 . getSubject ( ) ) + "srini_string" + print ( arg0 . getPredicate ( ) ) + "srini_string" + print ( arg0 . getObject ( ) ) + "srini_string" ; }
return a simplified print string for a triplepattern concode_field_sep PrefixMapping prefixMapping concode_elem_sep String egNS concode_field_sep void removePrefixMap concode_elem_sep void init concode_elem_sep void registerPrefixMap concode_elem_sep void registerPrefix concode_elem_sep void removePrefix concode_elem_s...
void function ( ) { unigram = new HashMap < String , Integer > ( ) ; bigram = new HashMap < Couple , Integer > ( ) ; probabilities = new ArrayList < Couple > ( ) ; unmarshaller = new LexiconUnmarshaller ( ) ; marshaller = new LexiconMarshaller ( ) ; tokenMap = new HashMap < String , List < Couple >> ( ) ; }
initialize the maps . concode_field_sep Map<String,Integer> unigram concode_elem_sep Map<String,List<Couple>> tokenMap concode_elem_sep LexiconUnmarshaller unmarshaller concode_elem_sep double EPSILON concode_elem_sep LexiconMarshaller marshaller concode_elem_sep Map<Couple,Integer> bigram concode_elem_sep List<Couple>...
void function ( long arg0 ) { this . refreshCheckDelay = arg0 ; }
set the delay between refresh checks , in milliseconds . default is -1 , indicating no refresh checks at all . note that an actual refresh will only happen when #requiresrefresh returns true . concode_field_sep long lastRefreshTime concode_elem_sep long refreshCount concode_elem_sep Object targetObject concode_elem_sep...
void function ( String arg0 ) { save_1 ( nativeObj , arg0 ) ; return ; }
saves the model to a file . the method save saves the complete model state to the specified xml or yaml file with the specified name or default name which depends on a particular class . data persistence functionality from cxcore is used . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep ...
Response < V > function ( Object arg0 , Object arg1 ) { final Reference loc0 = self ( ) ; final Reference loc1 = reference ( arg0 ) ; final Envelope loc2 = new SimpleEnvelope ( loc0 , loc1 , arg1 ) ; context ( ) . execute ( ( ) -> context ( ) . router ( ) . route ( loc2 ) ) ; return loc2 . response ( ) ; }
sends a message to a reference . concode_field_sep String NAME concode_elem_sep Actor NOBODY concode_elem_sep URI name concode_elem_sep String NS concode_elem_sep long serialVersionUID concode_field_sep Reference senderReference concode_elem_sep int compareTo concode_elem_sep Reference reference concode_elem_sep String...
void function ( boolean arg0 ) { this . deleteRemoteFiles = arg0 ; }
set to true to enable deletion of remote files after successful transfer . concode_field_sep FileListFilter<F> filter concode_elem_sep boolean deleteRemoteFiles concode_elem_sep Expression localFilenameGeneratorExpression concode_elem_sep Log logger concode_elem_sep BeanFactory beanFactory concode_elem_sep String remot...
int function ( ) { return getService ( ) . getShoppingCartsCount ( ) ; }
returns the number of shopping carts . concode_field_sep ServiceTracker<ShoppingCartLocalService,ShoppingCartLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao...
void function ( final MasterReport arg0 , final String arg1 ) { HtmlReportUtil . createStreamHTML ( arg0 , arg1 ) ; }
saves a report into a single html format . concode_field_sep Log logger concode_field_sep void createPlainText concode_elem_sep void createRTF concode_elem_sep void createCSV concode_elem_sep void createXLS concode_elem_sep void createZIPHTML concode_elem_sep void main concode_elem_sep boolean createPDF concode_elem_se...
LinkedHashSet < String > function ( final BindingSet [ ] arg0 ) { final LinkedHashSet < String > loc0 = new LinkedHashSet < String > ( ) ; for ( BindingSet loc1 : arg0 ) { for ( Binding loc2 : loc1 ) { loc0 . add ( loc2 . getName ( ) ) ; } } return loc0 ; }
return an ordered collection of the distinct variable names used in the given caller 's solution set . concode_field_sep String exprImage concode_elem_sep AST2SPARQLUtil util concode_elem_sep Logger log concode_elem_sep Map<String,String> prefixDecls concode_elem_sep Set<IVariable<?>> projectedVars concode_field_sep St...
void function ( ) { PFclase . commentPhoto ( JOptionPane . showInputDialog ( "srini_string" ) , JOptionPane . showInputDialog ( "srini_string" ) ) ; }
metodo para comentar en una foto mediante el id de la foto que nosotros introduzcamos , en mi caso no da error pero no publica concode_field_sep Facebook PFclase concode_field_sep void buscarTema concode_elem_sep Facebook iniciar concode_elem_sep void estado concode_elem_sep void darLike concode_elem_sep void buscarUsu...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String client concode_field_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString concode_elem_sep String getClient
String function ( ) { return lastMessage ; }
returns the message that was last parsed . concode_field_sep String lastTimestamp concode_elem_sep XLogFilter filter concode_elem_sep int count concode_elem_sep BufferedReader reader concode_elem_sep String lastMessage concode_elem_sep String nextLine concode_elem_sep boolean empty concode_elem_sep boolean patternMatch...
void function ( final String arg0 ) { OnDemandRenderer loc0 = getRenderer ( arg0 ) ; if ( loc0 != null ) { loc0 . requestRender ( ) ; removeRendererIfEmpty ( loc0 ) ; } }
renders the group of sessions with the specified groupname by performing the javaserver faces execute and render life cycle phases . if a facescontext is in the scope of the current thread scope , the current view will not be asynchronously rendered as it is already rendered as a result of the user event being processe...
void function ( GeneratorEntry arg0 ) { }
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole ge...
Collection function ( ) { return table . values ( ) ; }
returns a collection view of all fonts . the elements of the collection are entries . concode_field_sep String ref concode_elem_sep boolean written concode_elem_sep CharTable encoding concode_elem_sep Hashtable table concode_elem_sep Font font concode_field_sep CharTable getEncodingTable concode_elem_sep CharTable getE...
MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; }
method to update and return the message log stored in the faces context concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_ele...
void function ( String arg0 ) { _currentWord += arg0 ; }
add text to the word currently being built . concode_field_sep boolean isFirstParagraph concode_elem_sep boolean _justify concode_elem_sep String _currentWord concode_elem_sep boolean _fill concode_elem_sep int _textWidth concode_elem_sep int _indentation concode_elem_sep Line _currentLine concode_elem_sep PageAssemble...
void function ( Pointer < Pbots_calcResults > arg0 ) { free_results ( Pointer . getPeer ( arg0 ) ) ; }
original signature : void free_results results native declaration : pbots_calc . h :14 concode_field_sep PlaceHolder placeHolder concode_field_sep Pointer<Pbots_calcResults> alloc_results concode_elem_sep void print_results concode_elem_sep void print_results concode_elem_sep long alloc_results$2 concode_elem_sep int c...
String function ( ) { return hour ; }
gets the hour value of the date . 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_YYYY conc...
boolean function ( ) { return missing ; }
checks if is missing . concode_field_sep int STATE_OOD concode_elem_sep Exception exception concode_elem_sep long compileTime concode_elem_sep int STATE_FAILED concode_elem_sep int level concode_elem_sep int STATE_READY concode_elem_sep long serialVersionUID concode_elem_sep int state concode_elem_sep String encoding c...
void function ( ) { this . normalize . init ( this ) ; }
init this script . concode_field_sep List<ScriptOpcode> opcodes concode_elem_sep String basePath concode_elem_sep ScriptProperties properties concode_elem_sep Map<String,AnalystTask> tasks concode_elem_sep AnalystNormalize normalize concode_elem_sep AnalystProcess process concode_elem_sep Set<String> generated concode_...
byte [ ] function ( String arg0 ) { return arg0 . getBytes ( Charset . forName ( "srini_string" ) ) ; }
converts the message to a byte array using the default encoding cp437 as defined by the specification concode_field_sep int ASCII_ENCODATION concode_elem_sep int TEXT_ENCODATION concode_elem_sep int X12_ENCODATION concode_elem_sep String MACRO_06_HEADER concode_elem_sep char LATCH_TO_C40 concode_elem_sep char UPPER_SHI...
void function ( java . lang . String arg0 ) { _locationService . setBeanIdentifier ( arg0 ) ; }
sets the spring bean id for this bean . concode_field_sep LocationService _locationService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setWrappedService concode_elem_sep void setWrappedLocationService concode_elem_sep LocationService getWrappedLocationService concode_elem_sep java.lang.Ob...
WebpageDescriptor function ( ) { return new WebpageDescriptor ( ) ; }
create an instance of webpagedescriptor concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFilterSea...
void function ( TechniqueDef arg0 ) { List < TechniqueDef > loc0 = techniques . get ( arg0 . getName ( ) ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; techniques . put ( arg0 . getName ( ) , loc0 ) ; } loc0 . add ( arg0 ) ; }
adds a new technique definition to this material definition . concode_field_sep Map<String,List<TechniqueDef>> techniques concode_elem_sep String name concode_elem_sep String assetName concode_elem_sep AssetManager assetManager concode_elem_sep Map<String,MatParam> matParams concode_elem_sep Logger logger concode_field...
java . lang . String function ( ) { return _keHoachVeSinh . getGhiChu ( ) ; }
returns the ghi chu of this ke hoach ve sinh . concode_field_sep KeHoachVeSinh _keHoachVeSinh concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel...
T function ( String arg0 ) { webElement ( ) . sendKeys ( arg0 ) ; return ( T ) this ; }
appends the text of this generictextfield text field by typing the given text and fires a textappendedevent . concode_field_sep PlaceHolder placeHolder concode_field_sep String getText concode_elem_sep String getVisibleText concode_elem_sep T clear concode_elem_sep void pressEnter concode_elem_sep T setText
void function ( ActionEvent arg0 ) { try { confirmerReponse ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
gere le bouton confirmer . concode_field_sep Menu menuFichier concode_elem_sep MenuItem itemCopier concode_elem_sep Stage currentStage concode_elem_sep Button btConfirmer concode_elem_sep Menu menuEdition concode_elem_sep Button retour concode_elem_sep int textAreaPolice concode_elem_sep MenuItem itemFermer concode_ele...
List < String > function ( ) { return getRegisterInfo ( ) . getFieldNames ( ) ; }
returns a list of strings of all field names which contain values . concode_field_sep Roster roster concode_elem_sep Registration registerInfo concode_elem_sep Identity identity concode_elem_sep ServiceDiscoveryManager sdManager concode_elem_sep String entityJID concode_elem_sep Connection connection concode_elem_sep D...
boolean function ( ) { return clip . isRunning ( ) ; }
determines if the sound is currently playing . concode_field_sep boolean isLooping concode_elem_sep Clip clip concode_field_sep void play concode_elem_sep void setLooping concode_elem_sep boolean isLooping
String function ( ) { return getTemplateNameForClass ( getClass ( ) ) ; }
returns the name of the template to be used for a specific writable type . by default , #gettemplatenameforclass class is called with getclass , but this can be customized by overriding this method if required . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTemplateNameForClass concode_elem_sep ...
void function ( Table arg0 , byte [ ] arg1 , int arg2 , int arg3 , long arg4 ) { byte loc0 [ ] = Bytes . toBytes ( "srini_string" + arg2 ) ; byte loc1 [ ] = Bytes . toBytes ( "srini_string" + arg3 ) ; Delete loc2 = new Delete ( loc0 ) ; loc2 . addColumn ( arg1 , loc1 , arg4 ) ; arg0 . delete ( loc2 ) ; }
for row/column specified by rowidx/colidx , delete the cell corresponding to the specified version . concode_field_sep HBaseTestingUtility TEST_UTIL concode_elem_sep Log LOG concode_field_sep void verifyInsertedValues concode_elem_sep void putNVersions concode_elem_sep void setUpBeforeClass concode_elem_sep void testWi...
void function ( final Path arg0 ) { Files . walkFileTree ( arg0 , new SimpleFileVisitor < Path > ( ) { @ Override public FileVisitResult preVisitDirectory ( Path arg1 , BasicFileAttributes arg2 ) throws IOException { register ( arg1 ) ; return FileVisitResult . CONTINUE ; } } ) ; }
register the given directory , and all its sub-directories , with the watchservice . concode_field_sep WatchService watcher concode_elem_sep Map<WatchEventListener,ClassLoader> classLoaderListeners concode_elem_sep Path path concode_elem_sep boolean stopped concode_elem_sep AgentLogger LOGGER concode_elem_sep Map<Watch...
SoapClientHandlerInterface < T > function ( ) { return soapClientHandler ; }
returns the soap client handler . concode_field_sep SoapClientHandlerInterface<T> soapClientHandler concode_elem_sep T soapClient concode_field_sep void setHeaders concode_elem_sep Object getSoapClient concode_elem_sep SoapCallReturn callSoapClient concode_elem_sep Throwable handleException concode_elem_sep void setEnd...
int function ( String arg0 ) { return sections . getValue ( arg0 ) ; }
converts a string representation of a section into its numeric value concode_field_sep int PREREQ concode_elem_sep Mnemonic sections concode_elem_sep int QUESTION concode_elem_sep int UPDATE concode_elem_sep String[] updateSections concode_elem_sep int AUTHORITY concode_elem_sep int ANSWER concode_elem_sep String[] lon...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _userIdMapperLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
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...
void function ( String arg0 ) { this . locks = arg0 . intern ( ) ; }
setter for property locks . concode_field_sep String totalRevisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep List<Revision> revisions concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_elem_sep Str...
void function ( final EntityContext arg0 ) { ejbContext = arg0 ; testAllowedOperations ( "srini_string" ) ; }
set the associated entity context . the container invokes this method on an instance after the instance has been created . concode_field_sep EntityContext ejbContext concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep Map<String,OperationsPolicy> allowedOperationsTable concode_field_sep ...
void function ( float arg0 ) { AffineTransform loc0 = getAffineTransform ( ) ; loc0 . setTransform ( loc0 . getScaleX ( ) , loc0 . getShearY ( ) , loc0 . getShearX ( ) , loc0 . getScaleY ( ) , loc0 . getTranslateX ( ) , arg0 ) ; }
implements svgmatrix #setf float . concode_field_sep AffineTransform FLIP_X_TRANSFORM concode_elem_sep AffineTransform FLIP_Y_TRANSFORM concode_field_sep float getF concode_elem_sep SVGMatrix inverse concode_elem_sep SVGMatrix rotate concode_elem_sep SVGMatrix scaleNonUniform concode_elem_sep SVGMatrix rotateFromVector...
void function ( String arg0 ) { doLog ( Level . DEBUG , arg0 , null ) ; }
log a debug message concode_field_sep Listeners<String,Event> messageListeners concode_elem_sep boolean enableLogTraceback concode_elem_sep Listeners<Exception,Event> exceptionListeners concode_elem_sep org.slf4j.Logger log concode_elem_sep boolean enableStackTraces concode_field_sep void init concode_elem_sep boolean ...
int function ( ) { return p . blocksAccessed ( ) ; }
estimates the number of block accesses in the selection , which is the same as in the underlying query . concode_field_sep Plan p concode_elem_sep Predicate pred concode_field_sep Schema schema concode_elem_sep int distinctValues concode_elem_sep int recordsOutput concode_elem_sep Scan open
void function ( long arg0 ) { this . initialReconnectDelay = arg0 ; }
gets the initial delay value used before a reconnection attempt is made . if the use exponential back-off value is set to false then this will be the fixed time between connection attempts . by default this value is set to one second . concode_field_sep int INFINITE concode_elem_sep double backOffMultiplier concode_ele...
void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { }
called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_...
void function ( @ NotNull final PyFile arg0 , @ NotNull final PyEvaluationResult arg1 ) { myResultMap . put ( arg0 , arg1 ) ; }
store evaluation result by file concode_field_sep Map<PyFile,PyEvaluationResult> myResultMap concode_field_sep PyEvaluationResult getCachedResult
File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; }
retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
String function ( ) { return label ; }
returns a string representation of this < option > tag . this returns the label property . concode_field_sep AttributeSet attributes concode_elem_sep String label concode_elem_sep boolean selected concode_field_sep String getValue concode_elem_sep String getLabel concode_elem_sep AttributeSet getAttributes concode_elem...
long function ( ) { return - 1 ; }
returns the number of bytes that will be written to out in a call to #writeto , or -1 if that count is unknown . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeTo concode_elem_sep RequestBody create concode_elem_sep RequestBody create concode_elem_sep RequestBody create concode_elem_sep RequestBo...
void function ( String arg0 ) { this . fieldValue = arg0 ; }
this is the setter for fieldvalue . concode_field_sep String fieldName concode_elem_sep String overlayedFileName concode_elem_sep String pageID concode_elem_sep String ocrFileName concode_elem_sep String overlayedFilePath concode_elem_sep String fieldValue concode_elem_sep int fieldIndex concode_elem_sep String ocrFile...
String function ( ) { return configElement . getNamespace ( ) ; }
returns the name space that declares this working set . concode_field_sep String updaterClassName concode_elem_sep String[] adapterTypes concode_elem_sep String ATT_ID concode_elem_sep String ATT_PAGE_CLASS concode_elem_sep String ATT_ELEMENT_ADAPTER_CLASS concode_elem_sep String icon concode_elem_sep String ATT_ICON c...
void function ( int arg0 , int arg1 , Intent arg2 ) { }
called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceN...
InventoryItem [ ] function ( ) { return carInventory ; }
gets the inventoryitem array of car data . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_elem_...
Iterator function ( ) { return globals . defaults . keySet ( ) . iterator ( ) ; }
retrieve an iterator that iterates over all known configuration keys concode_field_sep String installationConfig concode_elem_sep Properties queries concode_elem_sep Properties installation concode_elem_sep List additionalDefaultsList concode_elem_sep String defaultConfig concode_elem_sep Properties transientValues con...
void function ( ) { mMockContext = mock ( Context . class ) ; mMockPackageManager = mock ( PackageManager . class ) ; when ( mMockContext . getPackageManager ( ) ) . thenReturn ( mMockPackageManager ) ; }
setup / teardown concode_field_sep Context mMockContext concode_elem_sep String EXPECTED_STANDARD_DISCOUNT_URL_STRING concode_elem_sep String TEST_DISCOUNT_CODE concode_elem_sep String TEST_API_KEY concode_elem_sep PackageManager mMockPackageManager concode_elem_sep String EXPECTED_NO_DISCOUNT_URL_STRING concode_elem_s...
UserCodeWrapper < ? > function ( ) { return null ; }
gets the user code wrapper . in the case of a pact , that object will be the stub with the user function , in the case of an input or output format , it will be the format object . concode_field_sep int parallelism concode_elem_sep OperatorInformation<OUT> operatorInfo concode_elem_sep CompilerHints compilerHints conco...
EnumStringEnum function ( ) { return enumString ; }
get enumstring concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep String toIndentedString concode_elem_sep EnumNumberEnum getEnumNumber concode_elem_sep void setEnumInteger concode_elem_sep E...
String function ( ) { return groupId ; }
get groupid concode_field_sep String name concode_elem_sep String description concode_elem_sep String throttlingTier concode_elem_sep String permission concode_elem_sep String lifeCycleStatus concode_elem_sep String groupId concode_elem_sep WorkflowResponseDTO workflowResponse concode_elem_sep String subscriber concode...
String function ( ) { return uuid ; }
gets the value of the uuid property . concode_field_sep List<Extension> extensions concode_elem_sep String roleName concode_elem_sep String description concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concod...
void function ( FilterConfig arg0 ) { }
initializes the filter . concode_field_sep ThreadLocal<String> HOSTNAME_TL concode_elem_sep Logger LOG concode_field_sep void doFilter concode_elem_sep String get concode_elem_sep void destroy
RubyString function ( Ruby arg0 , byte [ ] arg1 ) { RubyString loc0 = RubyString . newStringNoCopy ( arg0 , arg1 ) ; loc0 . setTaint ( true ) ; return loc0 ; }
creates a ruby string from a byte array and sets the taint flag on it concode_field_sep PlaceHolder placeHolder concode_field_sep void putArrayOfUnsigned16 concode_elem_sep void putArrayOfSigned16 concode_elem_sep IRubyObject getArrayOfUnsigned64 concode_elem_sep void putArrayOfSigned8 concode_elem_sep IRubyObject getA...
Waiter function ( String arg0 ) { Waiter loc0 = ( Waiter ) map . get ( arg0 ) ; if ( loc0 == null ) loc0 = new Waiter ( arg0 ) ; return loc0 ; }
it does n't matter if the waiter or the waitee runs getwaiter first . whoever requests it first will instantiate it . concode_field_sep boolean waiting concode_elem_sep boolean abort concode_elem_sep boolean notified concode_elem_sep String key concode_elem_sep Map map concode_field_sep void resume concode_elem_sep boo...
int function ( T arg0 , int arg1 , int arg2 ) { if ( arg2 - arg1 < temp . length ) { return partitionSmall ( arg0 , arg1 , arg2 ) ; } int loc0 = ( arg1 + arg2 + 1 ) / 2 ; int loc1 = partition ( arg0 , arg1 , loc0 - 1 ) ; int loc2 = partition ( arg0 , loc0 , arg2 ) ; swapBlocks ( loc1 , loc0 , loc2 - 1 ) ; return loc1 +...
move all elements that are bigger than the pivot to the end of the list , and return the partitioning index . the partitioning index is the start index of the range where all elements are larger than the pivot . if the partitioning index is larger than the ` to ' index , then all elements are smaller or equal to the pi...
String function ( ) { return this . roleArn ; }
the arn of the iam role that grants access . concode_field_sep String roleArn concode_elem_sep String topic concode_field_sep RepublishAction withTopic concode_elem_sep RepublishAction withRoleArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RepublishAction clone concode_elem_sep void ...
void function ( ) { array = new Integer [ 100 ] ; for ( int loc0 = 0 ; loc0 < array . length ; loc0 ++ ) { array [ loc0 ] = 54 ; } }
populates the array with same elements concode_field_sep Sort shell concode_elem_sep Integer[] array concode_field_sep void twoDistinctValues concode_elem_sep void reverseOrderArrayTest concode_elem_sep void test concode_elem_sep void arrayOfSizeZero concode_elem_sep void populateReverseSortedArray concode_elem_sep voi...
void function ( ) { if ( endStartTag ) { printWriter . write ( '>' ) ; endStartTag = false ; } }
check to see if the end of the start tag has been processed . concode_field_sep List newNamespaces concode_elem_sep Stack namespaceStack concode_elem_sep String identifier concode_elem_sep StringBuffer characterContent concode_elem_sep PrintWriter printWriter concode_elem_sep String prefix concode_elem_sep boolean endS...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
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...
DeleteDomainResult function ( DomainStatus arg0 ) { this . domainStatus = arg0 ; return this ; }
the current status of the search domain . returns a reference to this object so that method calls can be chained together . concode_field_sep DomainStatus domainStatus concode_field_sep void setDomainStatus concode_elem_sep DomainStatus getDomainStatus concode_elem_sep int hashCode concode_elem_sep boolean equals conco...
InstallmentLeaseParamsType function ( ) { return new InstallmentLeaseParamsType ( ) ; }
create an instance of installmentleaseparamstype concode_field_sep QName _EsiGetInstallmentLeaseParamsResponse_QNAME concode_elem_sep QName _EsiGetInstallmentLeaseParamsRequest_QNAME concode_field_sep ESIGetInstallmentLeaseParamsRequestType createESIGetInstallmentLeaseParamsRequestType concode_elem_sep ESIGetInstallmen...
boolean function ( String arg0 ) { return ! selectUser ( arg0 ) . isEmpty ( ) ; }
checks if the username is stored in auth_ks . users_cf . concode_field_sep Logger logger concode_elem_sep String AUTH_KS concode_elem_sep SelectStatement selectUserStatement concode_elem_sep String USERS_CF concode_elem_sep String USERS_CF_SCHEMA concode_elem_sep String DEFAULT_SUPERUSER_NAME concode_elem_sep long SUPE...
int function ( String arg0 ) { try { Integer loc0 = Integer . parseInt ( arg0 ) ; Integer loc1 = s_findKey ( s_unitCodeToInt , loc0 ) ; return loc1 ; } catch ( NumberFormatException loc0 ) { } return 0xf ; }
converts unit string to unit code concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep boolean s_isValidAddress concode_elem_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep String s_hou...
void function ( ) { }
method : printarray int nums concode_field_sep long starttime concode_elem_sep InsertionSort testClass concode_field_sep void testFillArray concode_elem_sep void before concode_elem_sep void testSortRecursive concode_elem_sep void testMain concode_elem_sep void after concode_elem_sep void testSort1 concode_elem_sep voi...
ObjectObjectHashMap < K , V > function ( ) { return ensureNoNullKeys ( 16 ) ; }
returns a map like #newmap that does not accept null keys concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep Iterable<T> intersection concode_elem_sep ObjectObjectHashMap<K,V> ensureNoNullKeys concode_elem_sep Obj...
LinearRing2D function ( ) { Point2D loc0 [ ] = new Point2D [ 4 ] ; loc0 [ 0 ] = new Point2D ( x0 , y0 ) ; loc0 [ 1 ] = new Point2D ( x0 + w , y0 ) ; loc0 [ 2 ] = new Point2D ( x0 + w , y0 + h ) ; loc0 [ 3 ] = new Point2D ( x0 , y0 + h ) ; return new LinearRing2D ( loc0 ) ; }
returns the ring that constitute the boundary of this rectangle . concode_field_sep double y0 concode_elem_sep double w concode_elem_sep double x0 concode_elem_sep double h concode_field_sep void insertVertex concode_elem_sep CirculinearContourArray2D<LinearRing2D> boundary concode_elem_sep Box2D boundingBox concode_el...
Object function ( Class < ? > [ ] arg0 , String arg1 , ClassLoader arg2 , BundleContext arg3 , Object arg4 ) { String loc0 = OsgiFilterUtils . unifyFilter ( arg0 , arg1 ) ; return Proxy . newProxyInstance ( arg2 , arg0 , new OsgiServiceHandler ( arg4 , arg3 , ClassUtils . getParticularClass ( arg0 ) . getName ( ) , loc...
returns a proxy that on each call seeks the relevant osgi service and delegates the method invocation to it . in case no service is found , the fallback object is used . since jdk proxies are used to create services only interfaces are used . concode_field_sep Object fallbackObject concode_elem_sep String filter concod...
long function ( ) { return sumTotalTermFreq ; }
returns the total number of tokens for this field concode_field_sep String field concode_elem_sep long maxDoc concode_elem_sep long docCount concode_elem_sep long sumTotalTermFreq concode_elem_sep long sumDocFreq concode_field_sep String field concode_elem_sep long maxDoc concode_elem_sep long docCount concode_elem_sep...
String function ( ) { return encodingType ; }
gets the encoding type used by amazon s3 to encode object key names in the xml response . if you specify encodingtype request parameter , amazon s3 includes this element in the response , and returns encoded key name values in the key element . concode_field_sep Owner owner concode_elem_sep boolean isTruncated concode_...
void function ( String arg0 ) { this . liveStreamEventActionType = arg0 ; }
sets the value of the livestreameventactiontype property . concode_field_sep String liveStreamEventActionType concode_field_sep String getLiveStreamEventActionType
int function ( ParserNotice arg0 ) { int loc0 = - 1 ; if ( arg0 != null ) { loc0 = level . getNumericValue ( ) - arg0 . getLevel ( ) . getNumericValue ( ) ; if ( loc0 == 0 ) { loc0 = line - arg0 . getLine ( ) ; if ( loc0 == 0 ) { loc0 = message . compareTo ( arg0 . getMessage ( ) ) ; } } } return loc0 ; }
compares this parser notice to another . concode_field_sep Parser parser concode_elem_sep int offset concode_elem_sep Color color concode_elem_sep Level level concode_elem_sep int line concode_elem_sep Color[] DEFAULT_COLORS concode_elem_sep int length concode_elem_sep String message concode_elem_sep boolean showInEdit...
void function ( HierarchyEvent arg0 ) { }
implements this method from the interface with an empty body . concode_field_sep PlaceHolder placeHolder concode_field_sep void ancestorResized
void function ( final long arg0 , final long arg1 ) { if ( locked ) { throw new IllegalStateException ( "srini_string" ) ; } this . width = arg0 ; this . height = arg1 ; }
sets the size of this dimension object to the specified width and height . concode_field_sep long width concode_elem_sep boolean locked concode_elem_sep long height concode_field_sep long getHeight concode_elem_sep StrictDimension getUnlockedInstance concode_elem_sep int hashCode concode_elem_sep boolean isLocked conco...
Class < ? extends Channel > function ( IOMode arg0 ) { switch ( arg0 ) { case NIO : return NioSocketChannel . class ; case EPOLL : return EpollSocketChannel . class ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
returns the correct client socketchannel class based on iomode . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory create...
java . util . Calendar function ( ) { return expirationDate ; }
gets the expirationdate value for this lotnumberedinventoryitemnumbers . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef serialNumber concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double quantityOnHand concode_elem_sep java.lang.Object __equalsCalc c...
List < Name > function ( Name arg0 ) { return descriptors . get ( arg0 . getLocalPart ( ) ) . getQueryables ( ) ; }
returns the list of queriable properties for which an enumeration of the domain makes sense concode_field_sep Map<String,RecordDescriptor> descriptors concode_field_sep boolean supportsTransactions concode_elem_sep List<Name> getQueriables concode_elem_sep boolean supportsGetRepositoryItem