Home
last modified time | relevance | path

Searched refs:_ignored (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/print/auctex/auctex-12.2/style/
H A Dtikz.el45 (defun TeX-TikZ-arg-rect-point (_ignored &optional prefix)
53 (defun TeX-TikZ-arg-polar-point (_ignored &optional prefix)
88 (defun TeX-TikZ-arg-node (_ignored)
177 (defun TeX-TikZ-arg-named-point (_ignored &optional prefix)
183 (defun TeX-TikZ-arg-circle (_ignored)
188 (defun TeX-TikZ-arg-arc (_ignored)
205 (defun TeX-TikZ-arg-parabola (_ignored)
211 (defun TeX-TikZ-arg-grid (_ignored)
252 (defun TeX-TikZ-draw-arg (_ignored)
256 (defun TeX-TikZ-coordinate-arg (_ignored)
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_EBO.hpp97 class... Args, class _ignored = void,
98 typename std::enable_if<std::is_void<_ignored>::value &&
109 class... Args, class _ignored = void,
110 typename std::enable_if<std::is_void<_ignored>::value &&
166 class... Args, class _ignored = void,
167 typename std::enable_if<std::is_void<_ignored>::value &&
176 class... Args, class _ignored = void,
177 typename std::enable_if<std::is_void<_ignored>::value &&
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_EBO.hpp97 class... Args, class _ignored = void,
98 typename std::enable_if<std::is_void<_ignored>::value &&
109 class... Args, class _ignored = void,
110 typename std::enable_if<std::is_void<_ignored>::value &&
166 class... Args, class _ignored = void,
167 typename std::enable_if<std::is_void<_ignored>::value &&
176 class... Args, class _ignored = void,
177 typename std::enable_if<std::is_void<_ignored>::value &&
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_EBO.hpp97 class... Args, class _ignored = void,
98 typename std::enable_if<std::is_void<_ignored>::value &&
109 class... Args, class _ignored = void,
110 typename std::enable_if<std::is_void<_ignored>::value &&
166 class... Args, class _ignored = void,
167 typename std::enable_if<std::is_void<_ignored>::value &&
176 class... Args, class _ignored = void,
177 typename std::enable_if<std::is_void<_ignored>::value &&
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/src/
H A Dascii_parser.C105 for(unsigned int ii = 0; ii < _ignored.size(); ii++) in find_first()
107 if(index == _ignored[ii]) in find_first()
120 << " with " << _ignored.size() << " ignored column." << std::endl in find_first()
122 for(unsigned int i = 0; i < _ignored.size(); i++) in find_first()
124 std::cerr << _ignored[i] << std::endl; in find_first()
134 _ignored = ignored; in set_ignored_columns()
185 …const unsigned int n_data = _n_columns_chemical_species + _ignored.size(); // we read all those co… in read_chemical_species()
254 const unsigned int n_data = _n_columns_vib_data + _ignored.size(); // we read all those columns in read_vibrational_data()
305 const unsigned int n_data = _n_columns_el_data + _ignored.size(); // we read all those columns in read_electronic_data()
403 …const unsigned int n_data = _n_columns_transport_species + _ignored.size(); // we read all those c… in read_transport_data_root()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security/
H A DPermissionSet.cs62 private bool[] _ignored; // for asserts and non-CAS permissions field in System.Security.PermissionSet
199 if ((_ignored == null) || (_ignored.Length != n)) { in Demand()
200 _ignored = new bool [n]; in Demand()
209 _ignored [i] = false; in Demand()
212 _ignored [i] = true; in Demand()
235 if (_ignored == null) { in CasOnlyDemand()
237 _ignored = new bool [list.Count]; in CasOnlyDemand()
647 if (_ignored == null) in AllIgnored()
650 for (int i=0; i < _ignored.Length; i++) { in AllIgnored()
651 if (!_ignored [i]) in AllIgnored()
/dports/devel/poco/poco-1.10.1-all/CppUnit/src/
H A DTextTestResult.cpp100 if (!test.empty()) _ignored.insert(test.erase(test.find_last_not_of(" \n\r\t") + 1)); in ignoring()
121 if (_ignored.find(test->toString()) == _ignored.end()) in addError()
135 if (_ignored.find(test->toString()) == _ignored.end()) in addFailure()
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/python-hglib/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/www/firefox/firefox-99.0/third_party/python/python-hglib/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/python-hglib/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/python-hglib/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/hglib/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/devel/py-hglib/python-hglib-2.6.2/hglib/
H A Dcontext.py52 self._ignored = None
113 self._unknown = self._ignored = self._clean = None
115 self._ignored = stat[5]
158 if self._ignored is None:
160 return self._ignored
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Ajax/Application/
H A DHandler.php39 protected $_ignored = array(); variable in Horde_Core_Ajax_Application_Handler
97 !in_array($action, $this->_ignored) &&
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/jysrc/
H A Dpyedit_wrap_expression.py222 pos, _ignored, _ignored = get_closer_offset(text, pos, closers[openers.index(char)])
292 …offset, _ignored, _ignored = get_closer_offset(document.get(), offset, closers[openers.index(char)…
319 …closer_offset, has_commas, _ignored = get_closer_offset(selection.getDoc().get(), opener_offset, c…
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dbounding_box.py546 self._ignored = self._validate_ignored(ignored)
557 ignored = self._ignored.copy()
574 return self._ignored
587 return [self._get_name(index) for index in self._ignored]
599 if len(self._ignored) > 0:
639 if index in self._ignored:
690 if index in self._ignored:
691 self._ignored.remove(index)
698 if index in self._ignored:
701 self._ignored.append(index)
[all …]
/dports/devel/py-pep8-naming/pep8-naming-0.12.1/src/
H A Dpep8ext_naming.py90 def _ignored(name, ignore): function
320 if _ignored(name, ignore):
346 if _ignored(name, ignore):
380 if name is None or _ignored(name, ignore):
393 if name0 != 'self' and not _ignored(name0, ignore):
396 if name0 != 'cls' and not _ignored(name0, ignore):
399 if name.lower() != name and not _ignored(name, ignore):
459 if _ignored(name, ignore):
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/dblatex/xetex/
H A Dfontspec.py109 self._ignored = []
250 self._ignored.extend(ranges)
264 self.log.debug("%s: %s" % (self.id, [ str(a) for a in self._ignored ]))
265 for interval in self._ignored:
/dports/editors/emacs-devel/emacs-4d1968b/lisp/url/
H A Durl-handlers.el183 (defun url-file-handler-identity (arg &rest _ignored)
190 (put 'file-name-absolute-p 'url-file-handlers (lambda (&rest _ignored) t))
270 (defun url-copy-file (url newname &optional ok-if-already-exists &rest _ignored)
296 (defun url-file-local-copy (url &rest _ignored)
/dports/editors/emacs/emacs-27.2/lisp/url/
H A Durl-handlers.el174 (defun url-file-handler-identity (arg &rest _ignored)
181 (put 'file-name-absolute-p 'url-file-handlers (lambda (&rest _ignored) t))
261 (defun url-copy-file (url newname &optional ok-if-already-exists &rest _ignored)
287 (defun url-file-local-copy (url &rest _ignored)
/dports/ftp/wzdftpd/wzdftpd-0.8.3/backends/sqlite/
H A Dlibsqlite_main.c181 static uid_t FCN_VALIDATE_LOGIN(const char *login, UNUSED wzd_user_t * _ignored) in FCN_VALIDATE_LOGIN() argument
189 static uid_t FCN_VALIDATE_PASS(const char *login, const char *pass, UNUSED wzd_user_t * _ignored) in FCN_VALIDATE_PASS() argument
275 static uid_t FCN_FIND_USER(const char *name, UNUSED wzd_user_t * _ignored) in FCN_FIND_USER() argument
300 static gid_t FCN_FIND_GROUP(const char *name, UNUSED wzd_group_t * _ignored) in FCN_FIND_GROUP() argument
/dports/shells/zsh/zsh-5.8.1/Completion/Base/Completer/
H A D_ignored12 ind=${comp[(I)_ignored(|:*)]}
45 if [[ "$tmp" != _ignored ]] && "$tmp"; then
/dports/biology/canu/canu-2.2/src/bogart/
H A DAS_BAT_BestOverlapGraph.H109 _ignored = false; in BestEdgeRead()
166 uint32 _ignored : 1; variable
237 bool isIgnored (const uint32 r) const { return( _reads[r]._ignored == 1); }; in isIgnored()
248 void setIgnored (const uint32 r, bool t=true) { _reads[r]._ignored = t; };
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/common/
H A DAccessibility.ts247 private _ignored: boolean; property in AXNode
254 this._ignored = this.payload.ignored;
364 if (role === 'Ignored' || this._hidden || this._ignored) return false;
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/common/
H A DAccessibility.ts247 private _ignored: boolean; property in AXNode
254 this._ignored = this.payload.ignored;
364 if (role === 'Ignored' || this._hidden || this._ignored) return false;

12345678910