Home
last modified time | relevance | path

Searched refs:isInScope (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DInBody.php234 if ( $stack->isInScope( 'button' ) ) {
277 if ( $stack->isInScope( 'nobr' ) ) {
393 if ( $stack->isInScope( 'ruby' ) ) {
404 if ( $stack->isInScope( 'ruby' ) ) {
474 if ( !$stack->isInScope( 'body' ) ) {
483 if ( !$stack->isInScope( 'body' ) ) {
517 if ( !$stack->isInScope( $name ) ) {
550 if ( !$stack->isInScope( 'form' ) ) {
581 if ( !$stack->isInScope( $name ) ) {
628 if ( !$stack->isInScope( $name ) ) {
H A DStack.php50 abstract public function isInScope( $name ); function in RemexHtml\\TreeBuilder\\Stack
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DInBody.php234 if ( $stack->isInScope( 'button' ) ) {
277 if ( $stack->isInScope( 'nobr' ) ) {
393 if ( $stack->isInScope( 'ruby' ) ) {
404 if ( $stack->isInScope( 'ruby' ) ) {
474 if ( !$stack->isInScope( 'body' ) ) {
483 if ( !$stack->isInScope( 'body' ) ) {
517 if ( !$stack->isInScope( $name ) ) {
550 if ( !$stack->isInScope( 'form' ) ) {
581 if ( !$stack->isInScope( $name ) ) {
628 if ( !$stack->isInScope( $name ) ) {
H A DStack.php50 abstract public function isInScope( $name ); function in RemexHtml\\TreeBuilder\\Stack
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DInBody.php234 if ( $stack->isInScope( 'button' ) ) {
277 if ( $stack->isInScope( 'nobr' ) ) {
393 if ( $stack->isInScope( 'ruby' ) ) {
404 if ( $stack->isInScope( 'ruby' ) ) {
474 if ( !$stack->isInScope( 'body' ) ) {
483 if ( !$stack->isInScope( 'body' ) ) {
517 if ( !$stack->isInScope( $name ) ) {
550 if ( !$stack->isInScope( 'form' ) ) {
581 if ( !$stack->isInScope( $name ) ) {
628 if ( !$stack->isInScope( $name ) ) {
H A DStack.php50 abstract public function isInScope( $name ); function in Wikimedia\\RemexHtml\\TreeBuilder\\Stack
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/extension/brk/
H A DBreakpointMessageHandler2UnitTest.java75 given(message.isInScope()).willReturn(true); in shouldNotBeBreakpointIfIgnoreRuleMatch()
95 given(message.isInScope()).willReturn(true); in shouldBeBreakpointIfIgnoreRulesDoNotMatch()
115 given(message.isInScope()).willReturn(true); in shouldBeBreakpointIfIgnoreRulesMatchButNotEnable()
135 given(message.isInScope()).willReturn(false); in shouldNotFailWithoutIgnoreRules()
153 given(message.isInScope()).willReturn(false); in shouldNotBeBreakpointIfMessageNotInScopeWithOnlyIfInScope()
226 given(message.isInScope()).willReturn(onlyIfInScope); in shouldNotBeBreakpointIfBreakpointNotHit()
241 given(message.isInScope()).willReturn(onlyIfInScope); in shouldBeBreakpointIfAtLeastOneBreakpointHit()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/aspect/
H A Dtag_scope_aspect.cpp42 bool TagsScopeAspect::isInScope(const Outline* o) const in isInScope() function in m8r::TagsScopeAspect
47 bool TagsScopeAspect::isInScope(const Note* n) const in isInScope() function in m8r::TagsScopeAspect
H A Dmind_scope_aspect.h72 bool isInScope(const Outline* o) const { in isInScope() function
85 bool isInScope(const Note* n) const { in isInScope() function
H A Dtime_scope_aspect.h56 bool isInScope(const Outline* o) const { return !isOutOfScope(o); } in isInScope() function
57 bool isInScope(const Note* n) const { return !isOutOfScope(n); } in isInScope() function
H A Dtag_scope_aspect.h46 bool isInScope(const Outline* o) const;
47 bool isInScope(const Note* n) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/core/mapping/
H A DScopeTests.java78 if (isInWorkingSet(project) && !isInScope(sm, project)) in testProjectContainment()
80 if (!isInWorkingSet(project) && isInScope(sm, project)) in testProjectContainment()
84 private boolean isInScope(ISynchronizationScopeManager sm, IProject project) { in isInScope() method in ScopeTests
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/brk/impl/http/
H A DProxyListenerBreak.java59 if (!session.isInScope(msg.getRequestHeader().getURI().toString())) { in onHttpRequestSend()
80 if (!session.isInScope(msg.getRequestHeader().getURI().toString())) { in onHttpResponseReceive()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/model/
H A DSession.java831 if (context.isInScope() && context.isIncluded(url)) { in isIncludedInScope()
854 if (context.isInScope() && context.isExcluded(url)) { in isExcludedFromScope()
861 public boolean isInScope(HistoryReference href) { in isInScope() method in Session
866 return this.isInScope(href.getSiteNode()); in isInScope()
869 return this.isInScope(href.getURI().toString()); in isInScope()
876 public boolean isInScope(SiteNode sn) { in isInScope() method in Session
880 return isInScope(sn.getHierarchicNodeName()); in isInScope()
883 public boolean isInScope(String url) { in isInScope() method in Session
957 if (isInScope(sn)) nodesList.add(sn); in fillNodesInScope()
1272 c.getId(), RecordContext.TYPE_IN_SCOPE, Boolean.toString(c.isInScope())); in saveContext()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/httppanel/
H A DMessage.java27 boolean isInScope(); in isInScope() method
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DSiteTreeFilter.java34 public boolean isInScope() { in isInScope() method in SiteTreeFilter
H A DContextsTreeCellRenderer.java80 if (target.getContext().isInScope()) { in getTreeCellRendererComponent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/codemining/annotation/
H A DAnnotationCodeMiningFilter.java94 .filter(this::isInScope); in filterReTrigger()
107 private boolean isInScope(Annotation a) { in isInScope() method in AnnotationCodeMiningFilter
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckautovariables.cpp395 static bool isInScope(const Token * tok, const Scope * scope) in isInScope() function
531 isInScope(var->nameToken(), tok->scope())) { in checkVarLifetimeScope()
546 if (var && isInScope(var->nameToken(), tok->scope())) { in checkVarLifetimeScope()
581 isInScope(tokvalue->variable()->nameToken(), scope)) || in checkVarLifetimeScope()
595 … if (tokvalue->variable() && (isInScope(tokvalue->variable()->nameToken(), tok->scope()) || in checkVarLifetimeScope()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckautovariables.cpp395 static bool isInScope(const Token * tok, const Scope * scope) in isInScope() function
531 isInScope(var->nameToken(), tok->scope())) { in checkVarLifetimeScope()
546 if (var && isInScope(var->nameToken(), tok->scope())) { in checkVarLifetimeScope()
581 isInScope(tokvalue->variable()->nameToken(), scope)) || in checkVarLifetimeScope()
595 … if (tokvalue->variable() && (isInScope(tokvalue->variable()->nameToken(), tok->scope()) || in checkVarLifetimeScope()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/popup/
H A DPopupMenuHistoryReferenceContainer.java154 if (!session.isInScope(historyReference)) { in isSelectedMessagesInSessionScope()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/
H A DSubscriberDiffTreeEventHandler.java168 if (isInScope(resource)) in handleChange()
174 private boolean isInScope(IResource resource) { in isInScope() method in SubscriberDiffTreeEventHandler
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGhcPlugins.hs61 ( substTy, extendTvSubst, extendTvSubstList, isInScope )
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Data/
H A DClearingDecision.php222 public function isInScope() function in Fossology\\Lib\\Data\\ClearingDecision
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/
H A Dmemory.cpp337 if(mindScope->isInScope(o)) { in getAllNotes()
347 if(mindScope->isInScope(n)) { in getAllNotes()

1234567