Unnamed: 0
int64 0
305k
| body
stringlengths 7
52.9k
| name
stringlengths 1
185
|
|---|---|---|
9,200
|
Type () { return Type.CHANGED; }
|
getType
|
9,201
|
void (JqlElementVisitor visitor) { visitor.visitJqlOrClause(this); }
|
accept
|
9,202
|
void (JqlElementVisitor visitor) { visitor.visitJqlNotClause(this); }
|
accept
|
9,203
|
JqlClause () { return findChildByClass(JqlClause.class); }
|
getSubClause
|
9,204
|
void (JqlElementVisitor visitor) { visitor.visitJqlList(this); }
|
accept
|
9,205
|
JqlOperand[] () { return findChildrenByClass(JqlOperand.class); }
|
getElements
|
9,206
|
void (JqlElementVisitor visitor) { visitor.visitJqlLiteral(this); }
|
accept
|
9,207
|
String () { return unescape(getText()); }
|
getEscapedText
|
9,208
|
String () { return getNode().getText(); }
|
getOriginalText
|
9,209
|
void (JqlElementVisitor visitor) { visitor.visitJqlFunctionCall(this); }
|
accept
|
9,210
|
JqlIdentifier () { JqlIdentifier idenifier = findChildByClass(JqlIdentifier.class); assert idenifier != null; return idenifier; }
|
getFunctionName
|
9,211
|
JqlArgumentList () { return findChildByClass(JqlArgumentList.class); }
|
getArgumentList
|
9,212
|
void (JqlElementVisitor visitor) { visitor.visitJqlOrderBy(this); }
|
accept
|
9,213
|
void (JqlElementVisitor visitor) { visitor.visitJqlSubClause(this); }
|
accept
|
9,214
|
JqlClause () { return findChildByClass(JqlClause.class); }
|
getInnerClause
|
9,215
|
void (JqlElementVisitor visitor) { visitor.visitEmptyValue(this); }
|
accept
|
9,216
|
void (JqlElementVisitor visitor) { visitor.visitJqlArgumentList(this); }
|
accept
|
9,217
|
JqlClause () { return findChildByClass(JqlClause.class); }
|
getLeftSubClause
|
9,218
|
JqlClause () { return PsiTreeUtil.getNextSiblingOfType(getLeftSubClause(), JqlClause.class); }
|
getRightSubClause
|
9,219
|
void (JqlElementVisitor visitor) { visitor.visitJqlAndClause(this); }
|
accept
|
9,220
|
ApiType () { return ApiType.LEGACY; }
|
getType
|
9,221
|
String () { return element1.getText(); }
|
getText
|
9,222
|
String () { return myKey; }
|
getId
|
9,223
|
String () { return mySummary; }
|
getSummary
|
9,224
|
String () { return myDescription; }
|
getDescription
|
9,225
|
TaskType () { return myType; }
|
getType
|
9,226
|
TaskState () { return myState; }
|
getState
|
9,227
|
Date () { return myCreated; }
|
getCreated
|
9,228
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
|
zzUnpackcmap_top
|
9,229
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
|
zzUnpackcmap_blocks
|
9,230
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
|
zzUnpackAction
|
9,231
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length() - 1; while (i < l) { int high = packed.charAt(i++) << 16; result[j++] = high | packed.charAt(i++); } return j; }
|
zzUnpackRowMap
|
9,232
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); value--; do result[j++] = value; while (--count > 0); } return j; }
|
zzUnpacktrans
|
9,233
|
int (String packed, int offset, int [] result) { int i = 0; /* index in packed string */ int j = offset; /* index in unpacked array */ int l = packed.length(); while (i < l) { int count = packed.charAt(i++); int value = packed.charAt(i++); do result[j++] = value; while (--count > 0); } return j; }
|
zzUnpackAttribute
|
9,234
|
int () { return Integer.MAX_VALUE; }
|
zzMaxBufferLen
|
9,235
|
boolean () { return true; }
|
zzCanGrow
|
9,236
|
int (int input) { int offset = input & 255; return offset == input ? ZZ_CMAP_BLOCKS[offset] : ZZ_CMAP_BLOCKS[ZZ_CMAP_TOP[input >> 8] | offset]; }
|
zzCMap
|
9,237
|
int () { return zzStartRead; }
|
getTokenStart
|
9,238
|
int () { return getTokenStart() + yylength(); }
|
getTokenEnd
|
9,239
|
void (CharSequence buffer, int start, int end, int initialState) { zzBuffer = buffer; zzCurrentPos = zzMarkedPos = zzStartRead = start; zzAtEOF = false; zzAtBOL = true; zzEndRead = end; yybegin(initialState); }
|
reset
|
9,240
|
int () { return zzLexicalState; }
|
yystate
|
9,241
|
void (int newState) { zzLexicalState = newState; }
|
yybegin
|
9,242
|
CharSequence () { return zzBuffer.subSequence(zzStartRead, zzMarkedPos); }
|
yytext
|
9,243
|
char (int pos) { return zzBuffer.charAt(zzStartRead+pos); }
|
yycharat
|
9,244
|
int () { return zzMarkedPos-zzStartRead; }
|
yylength
|
9,245
|
void (int errorCode) { String message; try { message = ZZ_ERROR_MSG[errorCode]; } catch (ArrayIndexOutOfBoundsException e) { message = ZZ_ERROR_MSG[ZZ_UNKNOWN_ERROR]; } throw new Error(message); }
|
zzScanError
|
9,246
|
void (int number) { if ( number > yylength() ) zzScanError(ZZ_PUSHBACK_2BIG); zzMarkedPos -= number; }
|
yypushback
|
9,247
|
void (java.math.BigInteger id) { this.id = id; }
|
setId
|
9,248
|
void (com.intellij.tasks.mantis.model.ObjectRef view_state) { this.view_state = view_state; }
|
setView_state
|
9,249
|
void (java.util.Calendar last_updated) { this.last_updated = last_updated; }
|
setLast_updated
|
9,250
|
void (com.intellij.tasks.mantis.model.ObjectRef project) { this.project = project; }
|
setProject
|
9,251
|
void (java.lang.String category) { this.category = category; }
|
setCategory
|
9,252
|
void (com.intellij.tasks.mantis.model.ObjectRef priority) { this.priority = priority; }
|
setPriority
|
9,253
|
void (com.intellij.tasks.mantis.model.ObjectRef severity) { this.severity = severity; }
|
setSeverity
|
9,254
|
void (com.intellij.tasks.mantis.model.ObjectRef status) { this.status = status; }
|
setStatus
|
9,255
|
void (com.intellij.tasks.mantis.model.AccountData reporter) { this.reporter = reporter; }
|
setReporter
|
9,256
|
void (java.lang.String summary) { this.summary = summary; }
|
setSummary
|
9,257
|
void (java.lang.String version) { this.version = version; }
|
setVersion
|
9,258
|
void (java.lang.String build) { this.build = build; }
|
setBuild
|
9,259
|
void (java.lang.String platform) { this.platform = platform; }
|
setPlatform
|
9,260
|
void (java.lang.String os) { this.os = os; }
|
setOs
|
9,261
|
void (java.lang.String os_build) { this.os_build = os_build; }
|
setOs_build
|
9,262
|
void (com.intellij.tasks.mantis.model.ObjectRef reproducibility) { this.reproducibility = reproducibility; }
|
setReproducibility
|
9,263
|
void (java.util.Calendar date_submitted) { this.date_submitted = date_submitted; }
|
setDate_submitted
|
9,264
|
void (java.math.BigInteger sponsorship_total) { this.sponsorship_total = sponsorship_total; }
|
setSponsorship_total
|
9,265
|
void (com.intellij.tasks.mantis.model.AccountData handler) { this.handler = handler; }
|
setHandler
|
9,266
|
void (com.intellij.tasks.mantis.model.ObjectRef projection) { this.projection = projection; }
|
setProjection
|
9,267
|
void (com.intellij.tasks.mantis.model.ObjectRef eta) { this.eta = eta; }
|
setEta
|
9,268
|
void (com.intellij.tasks.mantis.model.ObjectRef resolution) { this.resolution = resolution; }
|
setResolution
|
9,269
|
void (java.lang.String fixed_in_version) { this.fixed_in_version = fixed_in_version; }
|
setFixed_in_version
|
9,270
|
void (java.lang.String target_version) { this.target_version = target_version; }
|
setTarget_version
|
9,271
|
void (java.lang.String description) { this.description = description; }
|
setDescription
|
9,272
|
void (java.lang.String steps_to_reproduce) { this.steps_to_reproduce = steps_to_reproduce; }
|
setSteps_to_reproduce
|
9,273
|
void (java.lang.String additional_information) { this.additional_information = additional_information; }
|
setAdditional_information
|
9,274
|
void (com.intellij.tasks.mantis.model.AttachmentData[] attachments) { this.attachments = attachments; }
|
setAttachments
|
9,275
|
void (com.intellij.tasks.mantis.model.RelationshipData[] relationships) { this.relationships = relationships; }
|
setRelationships
|
9,276
|
void (com.intellij.tasks.mantis.model.IssueNoteData[] notes) { this.notes = notes; }
|
setNotes
|
9,277
|
void (com.intellij.tasks.mantis.model.CustomFieldValueForIssueData[] custom_fields) { this.custom_fields = custom_fields; }
|
setCustom_fields
|
9,278
|
void (java.util.Calendar due_date) { this.due_date = due_date; }
|
setDue_date
|
9,279
|
void (com.intellij.tasks.mantis.model.AccountData[] monitors) { this.monitors = monitors; }
|
setMonitors
|
9,280
|
void (java.lang.Boolean sticky) { this.sticky = sticky; }
|
setSticky
|
9,281
|
void (com.intellij.tasks.mantis.model.ObjectRef[] tags) { this.tags = tags; }
|
setTags
|
9,282
|
void (java.math.BigInteger id) { this.id = id; }
|
setId
|
9,283
|
void (com.intellij.tasks.mantis.model.AccountData user_id) { this.user_id = user_id; }
|
setUser_id
|
9,284
|
void (java.lang.String platform) { this.platform = platform; }
|
setPlatform
|
9,285
|
void (java.lang.String os) { this.os = os; }
|
setOs
|
9,286
|
void (java.lang.String os_build) { this.os_build = os_build; }
|
setOs_build
|
9,287
|
void (java.lang.String description) { this.description = description; }
|
setDescription
|
9,288
|
void (java.math.BigInteger id) { this.id = id; }
|
setId
|
9,289
|
void (java.lang.String name) { this.name = name; }
|
setName
|
9,290
|
void (com.intellij.tasks.mantis.model.ObjectRef status) { this.status = status; }
|
setStatus
|
9,291
|
void (java.lang.Boolean enabled) { this.enabled = enabled; }
|
setEnabled
|
9,292
|
void (com.intellij.tasks.mantis.model.ObjectRef view_state) { this.view_state = view_state; }
|
setView_state
|
9,293
|
void (com.intellij.tasks.mantis.model.ObjectRef access_min) { this.access_min = access_min; }
|
setAccess_min
|
9,294
|
void (java.lang.String file_path) { this.file_path = file_path; }
|
setFile_path
|
9,295
|
void (java.lang.String description) { this.description = description; }
|
setDescription
|
9,296
|
void (com.intellij.tasks.mantis.model.ProjectData[] subprojects) { this.subprojects = subprojects; }
|
setSubprojects
|
9,297
|
void (java.lang.Boolean inherit_global) { this.inherit_global = inherit_global; }
|
setInherit_global
|
9,298
|
void (java.math.BigInteger id) { this.id = id; }
|
setId
|
9,299
|
void (java.lang.String name) { this.name = name; }
|
setName
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.