idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
6,200
method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_...
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } }
6,201
required by weblogic 6.1 concode_field_sep String[] compressionMimeTypes concode_elem_sep int debug concode_elem_sep int minThreshold concode_elem_sep int minBuffer concode_elem_sep int compressionThreshold concode_elem_sep FilterConfig config concode_elem_sep int compressionBuffer concode_field_sep void init concode_e...
FilterConfig function ( ) { return config ; }
6,202
show question score ? concode_field_sep boolean showItemLevel concode_elem_sep boolean showStats concode_elem_sep boolean showStudentScore concode_elem_sep boolean showCorrectResponse concode_elem_sep boolean showNoFeedback concode_elem_sep boolean showSelectionLevel concode_elem_sep boolean showResponse concode_elem_s...
void function ( boolean arg0 ) { this . showStudentQuestionScore = arg0 ; }
6,203
sets the reporter jira user id of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel c...
void function ( java . lang . String arg0 ) { _jiraIssue . setReporterJiraUserId ( arg0 ) ; }
6,204
username s when consuming messages from the hiptchat server . multiple user names can be separated by comma . concode_field_sep String protocol concode_elem_sep String host concode_elem_sep String authToken concode_elem_sep String consumeUsers concode_elem_sep Integer port concode_field_sep void setHost concode_elem_se...
void function ( String arg0 ) { this . consumeUsers = arg0 ; }
6,205
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c...
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
6,206
increment the counter associated with enum value passed . concode_field_sep ImmutableMap<E,Counter> counters concode_field_sep void initialize concode_elem_sep long getCount
void function ( E arg0 , long arg1 ) { if ( counters != null && counters . containsKey ( arg0 ) ) { counters . get ( arg0 ) . inc ( arg1 ) ; } }
6,207
return the rpdto object for a given openid and rp url concode_field_sep String OPENID_ADMIN_COOKIE concode_elem_sep OpenIDProviderService openIDProviderService concode_elem_sep String OPENID_PROVIDER_SERVICE concode_elem_sep Log log concode_elem_sep Integer sessionTimeout concode_elem_sep boolean isUserApprovalBypassEn...
OpenIDUserRPDTO function ( String arg0 , String arg1 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return openIDProviderService . getOpenIDUserRPInfo ( arg0 , arg1 ) ; }
6,208
set report errors only concode_field_sep ChecksumResultsCollector collector concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep Date processStartDate concode_elem_sep Logger LOG concode_elem_sep Context context concode_elem_sep MostRecentChecks...
void function ( boolean arg0 ) { this . reportVerbose = arg0 ; }
6,209
set addition settings simply by working directly against the settings builder . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_s...
ImmutableSettings . Builder function ( ) { return settings ; }
6,210
remove a property change listener from this component . concode_field_sep String info concode_elem_sep PropertyChangeSupport support concode_elem_sep LifecycleSupport lifecycle concode_elem_sep Manager manager concode_elem_sep String storeName concode_elem_sep boolean started concode_elem_sep StringManager sm concode_f...
void function ( PropertyChangeListener arg0 ) { support . removePropertyChangeListener ( arg0 ) ; }
6,211
serialize current pings to an array concode_field_sep DiscoveryNode node concode_elem_sep boolean hasJoinedOnce concode_elem_sep ClusterName clusterName concode_elem_sep Map<DiscoveryNode,PingResponse> pings concode_elem_sep long id concode_elem_sep PingResponse[] EMPTY concode_elem_sep AtomicLong idGenerator concode_e...
PingResponse [ ] function ( ) { return pings . values ( ) . toArray ( new PingResponse [ pings . size ( ) ] ) ; }
6,212
the sequence number for this module . concode_field_sep SpelExpressionParser spelExpressionParser concode_elem_sep Properties properties concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep boolean getProperty concode_elem_sep int getProperty concode_elem_sep long getProperty concod...
int function ( ) { return getProperty ( SEQUENCE , 1 ) ; }
6,213
the maximum allowed value for the quota . concode_field_sep String accountQuotaName concode_elem_sep Long max concode_elem_sep Long used concode_field_sep void setMax concode_elem_sep Long getUsed concode_elem_sep int hashCode concode_elem_sep String getAccountQuotaName concode_elem_sep boolean equals concode_elem_sep ...
Long function ( ) { return this . max ; }
6,214
calls the method and checks returned value . has ok status if returned value is n't null . concode_field_sep XAccessibleExtendedComponent oObj concode_field_sep boolean _getToolTipText concode_elem_sep boolean _getFont
boolean function ( ) { String loc0 = oObj . getTitledBorderText ( ) ; System . out . println ( "srini_string" + loc0 + "srini_string" ) ; return loc0 != null ; }
6,215
creates a new item . concode_field_sep StringBuilder buf concode_elem_sep String last concode_elem_sep int count concode_elem_sep String mid concode_elem_sep String first concode_field_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep int getCount concode_elem_sep void append
void function ( String arg0 ) { if ( count ++ > 0 ) { buf . append ( mid ) ; } buf . append ( arg0 ) ; }
6,216
decreases the rate of time travel into the future or increases the rate of time travel into the past if in time travel mode . concode_field_sep SensorOrientationController sensorOrientationController concode_elem_sep boolean usingAutoMode concode_elem_sep ZoomController zoomController concode_elem_sep TeleportingContro...
void function ( ) { timeTravelClock . decelerateTimeTravel ( ) ; }
6,217
returns the string description of the datastore constructed by this factory . concode_field_sep List<Param> parameters concode_elem_sep Param URLP concode_elem_sep Param USERP concode_elem_sep Param PASSWDP concode_elem_sep Logger LOGGER concode_elem_sep Param TIMEOUTP concode_elem_sep Param NAMESPACEP concode_field_se...
String function ( ) { return "srini_string" ; }
6,218
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
6,219
gets the name concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_elem_s...
String function ( ) { return name ; }
6,220
tear down . concode_field_sep Engine engine concode_elem_sep Context context concode_elem_sep NegotiateAuthenticator authenticator concode_field_sep void testAllowGuestLogin concode_elem_sep void testChallengeGET concode_elem_sep void testNegotiate concode_elem_sep void testRoleFormat concode_elem_sep void testChalleng...
void function ( ) { this . authenticator . stop ( ) ; }
6,221
monitoring information for one or more instances . concode_field_sep com.amazonaws.internal.SdkInternalList<InstanceMonitoring> instanceMonitorings concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UnmonitorInstancesResult clone concode_elem_sep String toString concode_elem_sep void setIns...
java . util . List < InstanceMonitoring > function ( ) { if ( instanceMonitorings == null ) { instanceMonitorings = new com . amazonaws . internal . SdkInternalList < InstanceMonitoring > ( ) ; } return instanceMonitorings ; }
6,222
sets the value of the previewdebit property . concode_field_sep RecordRef scheduleNum concode_elem_sep RecordRef lineUnit concode_elem_sep String previewDebit concode_elem_sep String memo concode_elem_sep RecordRef location concode_elem_sep Double debit concode_elem_sep RecordRef department concode_elem_sep RecordRef c...
void function ( String arg0 ) { this . previewDebit = arg0 ; }
6,223
using bfs breadth first search return the path from a any arbitrary node to any other . concode_field_sep Set<Node> _nodes concode_elem_sep Set<Edge> _edges concode_field_sep void setNodes concode_elem_sep void addNode concode_elem_sep Set<Node> getNodes concode_elem_sep void insertNode concode_elem_sep void insertNode...
Path function ( Node arg0 , Node arg1 ) { if ( arg0 == arg1 ) { return new Path ( ) ; } Path loc0 = breadthFirst ( arg0 , arg1 , new CopyOnWriteArrayList < Path > ( ) , new HashSet < Edge > ( ) ) ; return loc0 ; }
6,224
converts milliseconds to date . concode_field_sep PlaceHolder placeHolder concode_field_sep String convertByteArrayToStringWithoutEscape concode_elem_sep String convertMsToClockTime concode_elem_sep String convertMsToShortClockTime
String function ( long arg0 ) { DateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; return loc0 . format ( new Date ( arg0 ) ) ; }
6,225
set the delimiter to use concode_field_sep char delimiter concode_elem_sep boolean fixedWidth concode_elem_sep char fillChar concode_elem_sep boolean ignoreValueDelimiter concode_elem_sep boolean ignoreDelimiter concode_elem_sep int fill concode_elem_sep int FILLNONE concode_elem_sep int FILLRIGHT concode_elem_sep int ...
void function ( char arg0 ) { this . delimiter = arg0 ; }
6,226
creates an injector for the given set of modules , in a given development stage . concode_field_sep HierarchyTraversalFilterFactory hierarchyTraversalFilterFactory concode_elem_sep AnnotationDatabaseFinder annotationDatabaseFinder concode_field_sep void setAnnotationDatabasePackageNames concode_elem_sep void doSetAnnot...
Injector function ( Stage arg0 , Iterable < ? extends Module > arg1 ) { doSetAnnotationDatabaseFinderToModules ( arg1 ) ; return new InternalInjectorCreator ( ) . arg0 ( arg0 ) . addModules ( arg1 ) . build ( ) ; }
6,227
reads the next little-endian integer from the given datainputstream . concode_field_sep long maxUsed concode_elem_sep boolean TRACKING_OBJECTS concode_field_sep String pathJoin concode_elem_sep float readLittleEndianFloat concode_elem_sep void nonZeroFloor concode_elem_sep void objectTracker concode_elem_sep List<Integ...
int function ( DataInputStream arg0 ) { return arg0 . readUnsignedByte ( ) | arg0 . readUnsignedByte ( ) << 8 | arg0 . readUnsignedByte ( ) << 16 | arg0 . readUnsignedByte ( ) << 24 ; }
6,228
get arrayofstring concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_elem...
List < String > function ( ) { return arrayOfString ; }
6,229
logs changes from error log before syncexec concode_field_sep File file concode_elem_sep Logger log concode_field_sep void afterSyncOp concode_elem_sep void logAndCut concode_elem_sep void clearLogFile
void function ( ) { clearLogFile ( ) ; }
6,230
savoir si le jeu est termine ou non concode_field_sep int nbDead concode_elem_sep int nbSaved concode_elem_sep int nbToBeSaved concode_elem_sep int nbApparus concode_elem_sep int nbTotal concode_field_sep boolean isWon concode_elem_sep void incSaved concode_elem_sep int getNbApparus concode_elem_sep Lemming findLemming...
boolean function ( ) { return ( nbDead + nbSaved == nbTotal ) ; }
6,231
sets the content . concode_field_sep MediaType type concode_elem_sep String content concode_field_sep void writeElement concode_elem_sep void writeElement concode_elem_sep MediaType getType concode_elem_sep String getContent concode_elem_sep String toString concode_elem_sep void setType
void function ( String arg0 ) { this . content = arg0 ; }
6,232
helper method to validate the whole keyinfo object concode_field_sep Signature m_signature concode_elem_sep String m_id concode_field_sep BigInteger getSignerKeyModulus concode_elem_sep String getSubjectPersonalCode concode_elem_sep String getSubjectPersonalCode concode_elem_sep String getSubjectLastName concode_elem_s...
List < DigiDocException > function ( ) { ArrayList < DigiDocException > loc0 = new ArrayList < DigiDocException > ( ) ; DigiDocException loc1 = null ; X509Certificate loc2 = getSignersCertificate ( ) ; if ( loc2 != null ) loc1 = validateSignersCertificate ( loc2 ) ; if ( loc1 != null ) loc0 . add ( loc1 ) ; return loc0...
6,233
sets the primary key of this p2p activity . concode_field_sep P2pActivity _p2pActivity concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getP2pActivityId concode_elem_sep void setFileEntryId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay...
void function ( long arg0 ) { _p2pActivity . setPrimaryKey ( arg0 ) ; }
6,234
returns a string representation of this object ; useful for testing and debugging . concode_field_sep BootstrapActionConfig bootstrapActionConfig concode_field_sep void setBootstrapActionConfig concode_elem_sep BootstrapActionConfig getBootstrapActionConfig concode_elem_sep int hashCode concode_elem_sep boolean equals ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getBootstrapActionConfig ( ) != null ) loc0 . append ( "srini_string" + getBootstrapActionConfig ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,235
this should only be called inside state ; other methods should call org.opentripplanner.routing.core.state.getbacktrip concode_field_sep long serialVersionUID concode_elem_sep UniqueIdGenerator<Edge> idGenerator concode_elem_sep Class<? extends Vertex>[] classes concode_elem_sep ValidVertexTypes VALID_VERTEX_TYPES conc...
Trip function ( ) { return null ; }
6,236
sets the value of the name property . concode_field_sep Object parent concode_elem_sep List<CTInputCells> inputCells concode_elem_sep Boolean hidden concode_elem_sep String name concode_elem_sep Long count concode_elem_sep String comment concode_elem_sep Boolean locked concode_elem_sep String user concode_field_sep Obj...
void function ( String arg0 ) { this . name = arg0 ; }
6,237
if not null , more results are available . pass this value for the nexttoken parameter in a subsequent call to this operation to retrieve the next set of items . this token is valid for one day and must be used within that timeframe . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInterna...
String function ( ) { return this . nextToken ; }
6,238
replace this deprecated call with parser #accept string . concode_field_sep PlaceHolder placeHolder concode_field_sep Result parse concode_elem_sep List<T> matchesSkipping concode_elem_sep List<T> matches
boolean function ( Parser arg0 , String arg1 ) { return arg0 . accept ( arg1 ) ; }
6,239
gets value of value concode_field_sep int value concode_field_sep placeholderType placeHolder
int function ( ) { return value ; }
6,240
links this node with a specified next node . concode_field_sep Node next concode_elem_sep Coordinate coordinate concode_elem_sep int heuristic concode_field_sep Coordinate getCoordinate concode_elem_sep int getHeuristic concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setCoordinate co...
void function ( Node arg0 ) { this . next = arg0 ; }
6,241
stop all background threads concode_field_sep CountDownLatch startLatch concode_elem_sep CopyOnWriteArrayList<Throwable> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep ESLogger logger concode_elem_sep CountDownLatch stopLatch concode_elem_sep AtomicBoolean stop concode_ele...
void function ( ) { if ( stop . get ( ) ) { return ; } stop . set ( true ) ; Assert . assertThat ( "srini_string" , stopLatch . await ( 6 , TimeUnit . MINUTES ) , equalTo ( true ) ) ; assertNoFailures ( ) ; }
6,242
aborts the comparison if the number of tokens is too large . concode_field_sep ITokenComparatorFactory fTextTokenComparatorFactory concode_elem_sep String fText concode_elem_sep boolean DEBUG concode_elem_sep int[] fStarts concode_elem_sep int fCount concode_elem_sep int[] fLengths concode_field_sep int getCommentStart...
boolean function ( int arg0 , int arg1 , IRangeComparator arg2 ) { if ( getRangeCount ( ) < 50 || arg2 . getRangeCount ( ) < 50 ) return false ; if ( arg1 < 100 ) return false ; if ( arg0 < 100 ) return false ; if ( arg1 > 800 ) return true ; if ( arg0 < arg1 / 4 ) return false ; return true ; }
6,243
canvia l'id concode_field_sep int valoracio concode_elem_sep Data dataValoracio concode_elem_sep int idClient concode_elem_sep String idPelicula concode_elem_sep int id concode_field_sep int getIdClient concode_elem_sep void setIdPelicula concode_elem_sep void setValoracio concode_elem_sep void setDataValoracio concode...
void function ( int arg0 ) { this . id = arg0 ; }
6,244
returns the < resource > child elements . concode_field_sep String name concode_elem_sep List<Resource> resourceList concode_field_sep String getName
List < Resource > function ( ) { return this . resourceList ; }
6,245
sets the x and y-coordinates of the bottom left corner from vector concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY concode_...
Rectangle function ( Vector2 arg0 ) { this . x = arg0 . x ; this . y = arg0 . y ; return this ; }
6,246
sets the map with all attributes . concode_field_sep String server concode_elem_sep String eventList concode_elem_sep Date dateReceived concode_elem_sep String response concode_elem_sep String actionId concode_elem_sep Map<String,Object> attributes concode_elem_sep long serialVersionUID concode_elem_sep String message ...
void function ( Map < String , Object > arg0 ) { this . attributes = arg0 ; }
6,247
removes all rules from all mapping tables . concode_field_sep Scheduler scheduler concode_elem_sep List<Rule> timerEventTriggeredRules concode_elem_sep String SCRIPT_FILE concode_elem_sep List<Rule> systemStartupTriggeredRules concode_elem_sep String RULE_NAME concode_elem_sep Map<String,Set<Rule>> commandEventTriggere...
void function ( ) { clear ( TriggerType . STARTUP ) ; clear ( TriggerType . SHUTDOWN ) ; clear ( TriggerType . UPDATE ) ; clear ( TriggerType . CHANGE ) ; clear ( TriggerType . COMMAND ) ; clear ( TriggerType . TIMER ) ; }
6,248
removes an expression tree from the front of the queue . concode_field_sep Queue<ExpressionTree> queue concode_field_sep ExpressionTree next concode_elem_sep boolean hasNext
void function ( ) { queue . remove ( ) ; }
6,249
determine the increment size to be applied . the exact implications of this value depends on the #getoptimizer optimizer being used . called during #configure configuration . concode_field_sep String DEF_SEQUENCE_NAME concode_elem_sep String FORCE_TBL_PARAM concode_elem_sep String SEQUENCE_PARAM concode_elem_sep String...
int function ( Properties arg0 ) { return ConfigurationHelper . getInt ( INCREMENT_PARAM , arg0 , DEFAULT_INCREMENT_SIZE ) ; }
6,250
returns the primary key of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProdu...
long function ( ) { return _wsrpProducer . getPrimaryKey ( ) ; }
6,251
returns the query configuration handler , which is used during the query node tree processing . it can be null . concode_field_sep SyntaxParser syntaxParser concode_elem_sep QueryBuilder builder concode_elem_sep QueryNodeProcessor processor concode_elem_sep QueryConfigHandler config concode_field_sep void setQueryNodeP...
QueryConfigHandler function ( ) { return config ; }
6,252
returns a default request to be modified using the ` withx ` methods . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpRequest withEntity concode_elem_sep HttpRequest HEAD concode_elem_sep HttpRequest withUri concode_elem_sep HttpRequest withUri concode_elem_sep HttpMethod method concode_elem_sep HttpRe...
HttpRequest function ( ) { return JavaAccessors . HttpRequest ( ) ; }
6,253
sets the cllicode value for this equipmentsimulategponin . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String clliCode concode_elem_sep java.lang.String level1Splitter concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep ...
void function ( java . lang . String arg0 ) { this . clliCode = arg0 ; }
6,254
returns the query-time boost of the context concode_field_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep ObjectParser<Builder,Void> CATEGORY_PARSER concode_elem_sep int boost concode_elem_sep CharSequence category concode_elem_sep boolean isPrefix concode_field_sep Builder setCategory concode_elem_sep...
int function ( ) { return boost ; }
6,255
returns the local name part of the uri . concode_field_sep Log log concode_field_sep boolean isNotNull concode_elem_sep OntResource[] getSortedResources concode_elem_sep String getDetailPage concode_elem_sep String getDay concode_elem_sep String splitString concode_elem_sep void copyfile concode_elem_sep String storeFi...
String function ( String arg0 ) { if ( arg0 . contains ( "srini_string" ) ) { return arg0 . substring ( arg0 . lastIndexOf ( "srini_string" ) + 1 ) ; } if ( arg0 . contains ( "srini_string" ) ) { return arg0 . substring ( arg0 . lastIndexOf ( "srini_string" ) + 1 ) ; } return arg0 ; }
6,256
convenience method to construct the minimal interval containing the two given points . this is equivalent to starting with an empty interval and calling addpoint twice , but it is more efficient . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double hi concode_elem_sep boolean interiorContain...
R1Interval function ( double arg0 , double arg1 ) { if ( arg0 <= arg1 ) { return new R1Interval ( arg0 , arg1 ) ; } else { return new R1Interval ( arg1 , arg0 ) ; } }
6,257
allows extensions to prevent a cloud from provisioning . return null to allow provisioning , or non-null to prevent it . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<CloudProvisioningListener> all concode_elem_sep void onStarted concode_elem_sep void onCommit concode_elem_sep void onComplet...
CauseOfBlockage function ( Cloud arg0 , Label arg1 , int arg2 ) { return null ; }
6,258
creates an instance of tostringhelper . this is helpful for implementing object #tostring . for example , in an object that contains two member variables , x , and y , one could write : public class classname public string tostring return objects.tostringhelper this . add `` x '' , x . add `` y '' , y . tostring ; assu...
ToStringHelper function ( Object arg0 ) { return new ToStringHelper ( arg0 ) ; }
6,259
tests this border for equality with an arbitrary instance . concode_field_sep BlockBorder NONE concode_elem_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_field_sep void writeObject concode_elem_sep RectangleInsets getInsets concode_elem_sep void draw concode_elem...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof BlockBorder ) ) { return false ; } BlockBorder loc0 = ( BlockBorder ) arg0 ; if ( ! this . insets . equals ( loc0 . insets ) ) { return false ; } if ( ! PaintUtilities . equal ( this . paint , loc0 . paint ) ) { return fal...
6,260
calculates the hash code for a map . we do n't use the default hash code method of map because for byte arrays and protobuf enums ituse object #hashcode . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabi...
int function ( Map < K , V > arg0 ) { int loc0 = 0 ; for ( Map . Entry < K , V > loc1 : arg0 . entrySet ( ) ) { loc0 += calculateHashCodeForObject ( loc1 . getKey ( ) ) ^ calculateHashCodeForObject ( loc1 . getValue ( ) ) ; } return loc0 ; }
6,261
send an error log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_se...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( sLevel > LEVEL_ERROR ) { return ; } Log . e ( arg0 , arg1 , arg2 ) ; }
6,262
returns the boolean indicating if this argument should be sent to an input stream . concode_field_sep String m_substitution concode_elem_sep boolean m_streamed concode_elem_sep String m_switch concode_elem_sep String m_value concode_field_sep String getValue concode_elem_sep String getSubstitution concode_elem_sep void...
boolean function ( ) { return m_streamed ; }
6,263
tells whether the given byte array slice is a well-formed , malformed , or incomplete utf-8 byte sequence . the range of bytes to be checked extends from index index , inclusive , to limit , exclusive . this is a convenience method , equivalent to a call to partialisvalidutf8 utf8.complete , bytes , index , limit . con...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { while ( arg1 < arg2 && arg0 [ arg1 ] >= 0 ) { arg1 ++ ; } return ( arg1 >= arg2 ) ? COMPLETE : partialIsValidUtf8NonAscii ( arg0 , arg1 , arg2 ) ; }
6,264
skips the characters in the given reader until one of the given alternatives is found . concode_field_sep PlaceHolder placeHolder concode_field_sep String readStringUntil concode_elem_sep String readStringUntil concode_elem_sep String readStringUntil
String function ( Reader arg0 , String ... arg1 ) { ReadUntilAlternativesImpl loc0 = new ReadUntilAlternativesImpl ( arg0 , arg1 ) ; loc0 . read ( ) ; return loc0 . getAlternative ( ) ; }
6,265
returns the identifier of the active connection itself . this is distinct from the connection identifier , and uniquely identifies a specific use of a connection . concode_field_sep String identifier concode_elem_sep String remoteHost concode_elem_sep String connectionIdentifier concode_elem_sep Date startDate concode_...
String function ( ) { return identifier ; }
6,266
get the reaction torque on body2 in nm . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep float[] tmp concode_elem_sep Vector2 reactionForce concode_elem_sep long addr concode_elem_sep Vector2 anchorB concode_elem_sep Vector2 anchorA concode_fiel...
float function ( float arg0 ) { return jniGetReactionTorque ( addr , arg0 ) ; }
6,267
set the name of this notification . concode_field_sep String name concode_elem_sep String description concode_elem_sep String[] notificationTypes concode_field_sep String[] getNotificationTypes concode_elem_sep String getName concode_elem_sep void setNotificationType concode_elem_sep void setDescription concode_elem_se...
void function ( String arg0 ) { this . name = arg0 ; }
6,268
get user id concode_field_sep List<User> userList concode_elem_sep String SUCCESS concode_elem_sep String surname concode_elem_sep String ERROR concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep IUserService userService concode_field_sep void setName concode_ele...
int function ( ) { return id ; }
6,269
configures the given map maker to use weak keys , if possible ; does nothing otherwise i.e. , in gwt . this is sometimes acceptable , when only server-side code could generate enough volume that reclamation becomes important . concode_field_sep PlaceHolder placeHolder concode_field_sep SortedMap<K,V2> mapsTransformEntr...
MapMaker function ( MapMaker arg0 ) { return arg0 . weakKeys ( ) ; }
6,270
gets the total cost of all the flights in the itinerary . concode_field_sep Integer totalTravelTime concode_elem_sep ArrayList<Integer> waitTimes concode_elem_sep double totalCost concode_elem_sep String departureDateAsStr concode_elem_sep String origin concode_elem_sep long serialVersionUID concode_elem_sep String des...
double function ( ) { return totalCost ; }
6,271
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { IntervalBarRenderer loc0 = new IntervalBarRenderer ( ) ; IntervalBarRenderer loc1 = ( IntervalBarRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
6,272
all registered extensionfilter instances . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean allows concode_elem_sep boolean isAllowed
ExtensionList < ExtensionFilter > function ( ) { return ExtensionList . lookup ( ExtensionFilter . class ) ; }
6,273
find a valid path between startnode and goalnode concode_field_sep Robot robot concode_elem_sep int defaultSize concode_elem_sep Logger logger concode_elem_sep Environment environment concode_elem_sep Vector goal concode_elem_sep int numberOfRandomSample concode_elem_sep double RESOLUTION concode_elem_sep Vector start ...
Trajectory function ( Vector arg0 , Vector arg1 ) { assert ( arg0 != null && arg1 != null ) ; assert ( arg0 . getDimension ( ) == getRobot ( ) . getDimension ( ) ) ; assert ( arg1 . getDimension ( ) == getRobot ( ) . getDimension ( ) ) ; start = arg0 ; goal = arg1 ; reset ( ) ; setup ( ) ; grow ( defaultSize ) ; return...
6,274
gets the extensionsetting value for this adgroupextensionsetting . concode_field_sep com.google.api.ads.adwords.axis.v201409.cm.FeedType extensionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep co...
com . google . api . ads . adwords . axis . v201409 . cm . ExtensionSetting function ( ) { return extensionSetting ; }
6,275
returns the positions in the solver , indexed by internal choco defined vars concode_field_sep HashMap<Integer,Worker> physicians concode_elem_sep HashMap<IntVar,Position> intVarPositions concode_elem_sep HashBasedTable<LocalDate,String,Position> positions concode_elem_sep Solver solver concode_elem_sep Random random c...
HashMap < IntVar , Position > function ( ) { return intVarPositions ; }
6,276
creates a filter that returns true for any value in the specified list of values and false for all other cases . concode_field_sep Filter<T> delegate concode_elem_sep Collection<? extends T> collection concode_elem_sep T value concode_field_sep Filter<T> not concode_elem_sep boolean apply concode_elem_sep boolean apply...
Filter < T > function ( T ... arg0 ) { return in ( new HashSet < T > ( Arrays . asList ( arg0 ) ) ) ; }
6,277
inserts an int value into the mapping of this bundle , replacing any existing value for the given key . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep Bundler putDoubleArray concode_elem_sep Bu...
Bundler function ( String arg0 , int arg1 ) { bundle . putInt ( arg0 , arg1 ) ; return this ; }
6,278
sets the border color to the given value . concode_field_sep Map<ECSSProperty,String> properties concode_elem_sep List<CSSDeclarationBlock> inheritsFrom concode_field_sep void fillFullPropertyMap concode_elem_sep CSSDeclarationBlock setPadding concode_elem_sep String getProperty concode_elem_sep CSSDeclarationBlock set...
CSSDeclarationBlock function ( String arg0 ) { return setProperties ( arg0 , BORDER_BOTTOM_COLOR , BORDER_LEFT_COLOR , BORDER_RIGHT_COLOR , BORDER_TOP_COLOR ) ; }
6,279
define el valor de la propiedad razonsocial . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_...
void function ( String arg0 ) { this . razonSocial = arg0 ; }
6,280
creates a new favorite site with the primary key . does not add the favorite site to the database . concode_field_sep FavoriteSiteLocalService _favoriteSiteLocalService concode_field_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep java...
com . liferay . so . model . FavoriteSite function ( long arg0 ) { return _favoriteSiteLocalService . createFavoriteSite ( arg0 ) ; }
6,281
create an instance of entitykeydata concode_field_sep QName _EntityMasterRequest_QNAME concode_elem_sep QName _EntityMasterResponse_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep DeleteResponse createDeleteResponse concode_elem_sep GetCmpE...
EntityKeyData function ( ) { return new EntityKeyData ( ) ; }
6,282
returns an array of integers that demonstrate the bug in timsort concode_field_sep int MIN_MERGE concode_field_sep int[] createArray concode_elem_sep int minRunLength concode_elem_sep void generateJDKWrongElem concode_elem_sep List<Long> runsJDKWorstCase
int [ ] function ( int arg0 ) { int loc0 = minRunLength ( arg0 ) ; List < Long > loc1 = runsJDKWorstCase ( loc0 , arg0 ) ; return createArray ( loc1 , arg0 ) ; }
6,283
carga el programa en el motor de reglas concode_field_sep Value tipo concode_elem_sep Value docente concode_elem_sep Value puesto concode_elem_sep Rete m_rete concode_elem_sep String Knombre concode_elem_sep String Kvuelta concode_elem_sep String Kestudios concode_elem_sep Value estudios concode_elem_sep Value investig...
void function ( ) { try { Value loc0 = m_rete . batch ( file ) ; } catch ( JessException loc0 ) { System . out . println ( "srini_string" + nombre ) ; loc0 . printStackTrace ( ) ; } }
6,284
method asunmodifiable marks the given tuple instance as unmodifiable . concode_field_sep Tuple NULL concode_field_sep Object coerce concode_elem_sep Object coerce concode_elem_sep Tuple coerce concode_elem_sep Tuple asModifiable concode_elem_sep Object[] asArray concode_elem_sep Object[] asArray concode_elem_sep Object...
Tuple function ( Tuple arg0 ) { arg0 . isUnmodifiable = true ; return arg0 ; }
6,285
the xpath expression to use when option type = xpathresult . then this option is required to be configured . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebServiceTe...
void function ( String arg0 ) { this . expression = arg0 ; }
6,286
fetch the coordinator for the wrapped non-local control concode_field_sep int _hashCode concode_elem_sep Control _control concode_elem_sep Uid _uid concode_elem_sep ControlImple _local concode_elem_sep Coordinator _coordinator concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int computeHa...
Coordinator function ( ) { return _control . get_coordinator ( ) ; }
6,287
chain three converters . concode_field_sep Converter[] chain concode_elem_sep long serialVersionUID concode_field_sep Converter<U,T> inverse concode_elem_sep Class<U> toType concode_elem_sep Class<T> fromType concode_elem_sep Converter<T,T> identity concode_elem_sep U from concode_elem_sep String toString concode_elem_...
Converter < T , U > function ( Converter < T , ? extends X1 > c1 , Converter < ? super X1 , ? extends X2 > c2 , Converter < ? super X2 , U > c3 ) { return new Converters ( c1 , c2 , c3 ) ; }
6,288
the failure if relevant . concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep GetResponse getResponse con...
MultiGetResponse . Failure function ( ) { return this . failure ; }
6,289
given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; }
6,290
the ca cert data concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyData concode_elem_sep St...
String function ( ) { return caCertData ; }
6,291
tests if the specified coordinates are inside the boundary of the shape . concode_field_sep GeneralPath gp concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void set concode_elem_sep PathIterator getPathIterator conc...
GeneralPath function ( ) { return gp ; }
6,292
append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri...
JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; }
6,293
returns a configured sslsocketfactory . concode_field_sep String SSLCERTIFICATE concode_elem_sep String KEYSTORES_FACTORY_CLASS_KEY concode_elem_sep String SSL_REQUIRE_CLIENT_CERT_KEY concode_elem_sep String SSL_HOSTNAME_VERIFIER_KEY concode_elem_sep String SSL_ENABLED_PROTOCOLS concode_elem_sep boolean requireClientCe...
SSLSocketFactory function ( ) { if ( mode != Mode . CLIENT ) { throw new IllegalStateException ( "srini_string" ) ; } return context . getSocketFactory ( ) ; }
6,294
sets the open graph id of the object that action type will be performed on only valid and required for actiontypes send , askfor concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_se...
Builder function ( String arg0 ) { this . objectId = arg0 ; return this ; }
6,295
returns the android ics holo blue light color . concode_field_sep int[] COLORFUL_COLORS concode_elem_sep int[] JOYFUL_COLORS concode_elem_sep int[] VORDIPLOM_COLORS concode_elem_sep int[] LIBERTY_COLORS concode_elem_sep int COLOR_SKIP concode_elem_sep int COLOR_NONE concode_elem_sep int[] PASTEL_COLORS concode_field_se...
int function ( ) { return Color . rgb ( 51 , 181 , 229 ) ; }
6,296
override this method if you foresee a clash in ids based on this scheme : base implementation returns a long : bit 0 : whether this id points to a child unset or group set , so for this method this bit will be 0 . bit 1-31 : lower 31 bits of the groupid bit 32-63 : lower 32 bits of the childid . concode_field_sep DataS...
long function ( long arg0 ) { return ( arg0 & 0x7FFFFFFF ) << 32 ; }
6,297
gives you back the bugset containing all bugs that match your query concode_field_sep BugSet cache concode_elem_sep HashMap<SortableValue,Boolean> doneContainsMap concode_elem_sep ArrayList<BugLeafNode> mainList concode_elem_sep HashMap<SortableValue,BugSet> doneMap concode_elem_sep BugSet mainBugSet concode_elem_sep S...
BugSet function ( BugAspects arg0 ) { BugSet loc0 = this ; for ( SortableValue loc1 : arg0 ) { loc0 = loc0 . query ( loc1 ) ; } return loc0 ; }
6,298
specify the preferred width to emit scalars . when the scalar representation takes more then the preferred with the scalar will be split into a few lines . the default is 80 . concode_field_sep boolean allowReadOnlyProperties concode_elem_sep ScalarStyle defaultStyle concode_elem_sep boolean splitLines concode_elem_sep...
void function ( int arg0 ) { this . bestWidth = arg0 ; }
6,299
chart type change listener . chart data model is updated when a new chart type has been selected . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep Str...
void function ( ValueChangeEvent arg0 ) { String loc0 = ( String ) arg0 . getNewValue ( ) ; if ( loc0 != null ) { currentChartType = loc0 ; currentChartModel = ( AbstractChartData ) chartDataModels . get ( loc0 ) ; if ( currentChartModel != null ) currentChartModel . renderOnSubmit = true ; } }