Home
last modified time | relevance | path

Searched refs:isIgnore (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DProblemDetectorBuilder.java231 private boolean isIgnore(String problemKey, IProject project) { in isIgnore() method in ProblemDetectorBuilder
299 if (!isIgnore(IApiProblemTypes.ILLEGAL_EXTEND, project) && fIllegalExtends == null) { in addUseDetectors()
303 if (!isIgnore(IApiProblemTypes.ILLEGAL_IMPLEMENT, project) && fIllegalImplements == null) { in addUseDetectors()
307 if (!isIgnore(IApiProblemTypes.ILLEGAL_INSTANTIATE, project) && fIllegalInstantiate == null) { in addUseDetectors()
311 if (!isIgnore(IApiProblemTypes.ILLEGAL_OVERRIDE, project) && fIllegalOverride == null) { in addUseDetectors()
315 if (!isIgnore(IApiProblemTypes.ILLEGAL_REFERENCE, project) && fIllegalMethodRef == null) { in addUseDetectors()
352 if (!isIgnore(IApiProblemTypes.LEAK_EXTEND, project)) { in addLeakDetectors()
355 if (!isIgnore(IApiProblemTypes.LEAK_IMPLEMENT, project)) { in addLeakDetectors()
358 if (!isIgnore(IApiProblemTypes.LEAK_FIELD_DECL, project)) { in addLeakDetectors()
361 if (!isIgnore(IApiProblemTypes.LEAK_METHOD_PARAM, project)) { in addLeakDetectors()
[all …]
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A DWeightWord.cc41 isIgnore = 0; in WeightWord()
58 isIgnore = 0; in WeightWord()
70 isIgnore = 0; in WeightWord()
94 isIgnore = ((flags & FLAG_IGNORE) != 0); in WeightWord()
H A DResultList.h39 bool IsIgnore() const { return isIgnore != 0; } in IsIgnore()
40 void Ignore() { isIgnore = 1; } in Ignore()
45 int isIgnore; variable
H A DResultList.cc29 isIgnore = 0; in ResultList()
127 isIgnore = other.isIgnore; in ResultList()
141 cerr << "Ignore: " << isIgnore << " Count: " << Count() << endl; in Dump()
H A Dparser.cc262 current->isIgnore = 1; in phrase()
374 if (current->isIgnore) in perform_push()
381 list->isIgnore = 1; in perform_push()
421 if (current->isIgnore) in perform_phrase()
643 if (l1->isIgnore && l2->isIgnore) in perform_and()
647 result->isIgnore = 1; in perform_and()
652 else if (l1->isIgnore) in perform_and()
659 else if (l2->isIgnore) in perform_and()
734 if(!l1 || l1->isIgnore || l2->isIgnore) in perform_not()
816 if (l1->isIgnore) in perform_or()
[all …]
H A DWeightWord.h45 short int isIgnore; variable
H A Dhtsearch.cc479 && (!ww->isIgnore || inPhrase)) // Ignore bad/short words in createLogicalWords()
485 if (!ww->isIgnore) // ignore bad/short words for searching in createLogicalWords()
634 ww->isIgnore = 1; in setupWords()
715 if (ww->weight > 0 && !ww->isIgnore && !in_phrase) in setupWords()
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Dget.c214 static boolean isIgnore (void) in isIgnore() function
263 const boolean ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
296 return isIgnore (); in popConditional()
322 if (! isIgnore ()) in directiveDefine()
352 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveIf()
366 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveHash()
403 boolean ignore = isIgnore (); in handleDirective()
407 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Dget.c214 static boolean isIgnore (void) in isIgnore() function
263 const boolean ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
296 return isIgnore (); in popConditional()
322 if (! isIgnore ()) in directiveDefine()
352 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveIf()
366 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveHash()
403 boolean ignore = isIgnore (); in handleDirective()
407 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/devel/ctags/ctags-5.8/
H A Dget.c214 static boolean isIgnore (void) in isIgnore() function
263 const boolean ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
296 return isIgnore (); in popConditional()
322 if (! isIgnore ()) in directiveDefine()
352 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveIf()
366 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveHash()
403 boolean ignore = isIgnore (); in handleDirective()
407 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/japanese/ctags/ctags-5.8j2/
H A Dget.c217 static boolean isIgnore (void) in isIgnore() function
266 const boolean ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
299 return isIgnore (); in popConditional()
325 if (! isIgnore ()) in directiveDefine()
355 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveIf()
369 DebugStatement ( const boolean ignore0 = isIgnore (); ) in directiveHash()
406 boolean ignore = isIgnore (); in handleDirective()
410 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/
H A DObservableTracker.java165 if (isIgnore()) { in checkUnmatchedIgnore()
234 private static boolean isIgnore() { in isIgnore() method in ObservableTracker
257 if (isIgnore()) in getterCalled()
280 if (isIgnore()) in observableCreated()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.annotations/src/org/eclipse/pde/ds/internal/annotations/
H A DReferenceProcessor.java186 if (!errorLevel.isIgnore()) { in processReference()
252 if (!errorLevel.isIgnore()) { in processReference()
306 if (errorLevel.isIgnore()) { in validateReferenceName()
328 if (!errorLevel.isIgnore()) { in processReferenceFieldParams()
353 if (!errorLevel.isIgnore()) { in processReferenceFieldParams()
514 if (!errorLevel.isIgnore() in processReference()
590 if (!errorLevel.isIgnore()) { in processReference()
652 if (!errorLevel.isIgnore()) { in processReference()
838 if (errorLevel.isIgnore()) { in validateReferenceField()
912 if (errorLevel.isIgnore()) { in validateReferenceBindMethod()
[all …]
H A DAnnotationVisitor.java203 if (errorLevel.isIgnore()) { in visit()
226 if (!errorLevel.isIgnore()) { in visit()
545 if (!errorLevel.isIgnore()) { in processComponent()
670 if (!errorLevel.isIgnore()) { in processComponent()
964 } else if (!errorLevel.isIgnore()) { in processComponent()
984 } else if (!errorLevel.isIgnore()) { in processComponent()
1148 if (!errorLevel.isIgnore()) { in processComponent()
1576 if (errorLevel.isIgnore()) { in validateComponentProperty()
1612 if (errorLevel.isIgnore()) { in validateComponentPropertyFiles()
1626 if (errorLevel.isIgnore()) { in validateComponentXMLNS()
[all …]
H A DValidationErrorLevel.java32 public boolean isIgnore() { in isIgnore() method in ValidationErrorLevel
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_lcpp.c240 static bool isIgnore (void) in isIgnore() function
289 const bool ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
321 return isIgnore (); in popConditional()
378 if (! isIgnore ()) in directiveDefine()
432 DebugStatement ( const bool ignore0 = isIgnore (); ) in directiveHash()
469 bool ignore = isIgnore (); in handleDirective()
473 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/devel/geany-legacy/geany-1.37.1/ctags/main/
H A Dlcpp.c240 static bool isIgnore (void) in isIgnore() function
289 const bool ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
322 return isIgnore (); in popConditional()
379 if (! isIgnore ()) in directiveDefine()
433 DebugStatement ( const bool ignore0 = isIgnore (); ) in directiveHash()
470 bool ignore = isIgnore (); in handleDirective()
474 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A DDriver.cxx177 if ( getMaterial ( h->leaf ) -> isIgnore () ) in getIsectData()
243 if ( getMaterial ( h->leaf ) -> isIgnore () ) in getIsectData()
H A Dmaterial.h21 int isIgnore() { return flags & MAT_IGN ; } in isIgnore() function
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dinputfilter.cpp221 if (!isIgnore(prefix, Ignore::Query)) in parseClientCommand()
240 if (!isIgnore(prefix,Ignore::CTCP)) in parseClientCommand()
265 if(!isIgnore(prefix,Ignore::CTCP)) in parseClientCommand()
303 if (!isIgnore(prefix,Ignore::DCC)) in parseClientCommand()
431 if (!isIgnore(prefix, Ignore::CTCP)) in parseClientCommand()
442 if (!isIgnore(prefix, Ignore::CTCP)) in parseClientCommand()
455 if (!isIgnore(prefix,Ignore::CTCP)) in parseClientCommand()
482 if (!isIgnore(prefix,Ignore::Notice)) in parseClientCommand()
680 if (!isIgnore(prefix, Ignore::Invite)) in parseClientCommand()
1061 if(!isIgnore(prefix, Ignore::Channel)) in parsePrivMsg()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfkey.c323 int isIgnore /* If true, pretend pTab contains all NULL values */ in fkLookupParent() argument
345 if( isIgnore==0 ){ in fkLookupParent()
713 int isIgnore = 0; in sqlite3FkCheck() local
748 isIgnore = (rcauth==SQLITE_IGNORE); in sqlite3FkCheck()
763 fkLookupParent(pParse, iDb, pTo, pIdx, pFKey, aiCol, regOld, -1,isIgnore); in sqlite3FkCheck()
768 fkLookupParent(pParse, iDb, pTo, pIdx, pFKey, aiCol, regNew, +1,isIgnore); in sqlite3FkCheck()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dcpreprocessor.c629 static bool isIgnore (void) in isIgnore() function
707 const bool ignoreAllBranches = isIgnore (); /* current ignore */ in pushConditional()
741 return isIgnore (); in popConditional()
911 if (! isIgnore ()) in directiveDefine()
1011 DebugStatement ( const bool ignore0 = isIgnore (); ) in directiveIf()
1031 if ((! isIgnore ()) && vStringLength (Cpp.directive.name)) in directiveInclude()
1042 DebugStatement ( const bool ignore0 = isIgnore (); ) in directiveHash()
1082 bool ignore = isIgnore (); in handleDirective()
1086 case DRCTV_NONE: ignore = isIgnore (); break; in handleDirective()
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dmaterial.h39 int isIgnore () { return flags & (TUXMAT_IGNORE|TUXMAT_STARTCLOCK|TUXMAT_STOPCLOCK) ; } in isIgnore() function
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java56 public boolean isIgnore() { in isIgnore() method in ReplicationStatus
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/db/
H A DReplicationStatus.java58 public boolean isIgnore() { in isIgnore() method in ReplicationStatus

12345678910