Searched refs:present (Results 26 - 50 of 221) sorted by relevance

123456789

/macosx-10.10/tcl-105/tests/
H A Dpkgreq.test15 tcltest::testConstraint req85 [expr {![catch {package present Tcl 8.5-}]}]
16 tcltest::testConstraint req86 [expr {![catch {package present Tcl 8.6-}]}]
19 # packages not intended for direct loading or known not to be present
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2-gss.c100 int present; local
121 present = 0;
129 &present);
133 } while (mechs > 0 && !present);
137 if (!present) {
H A Dgss-serv.c157 int present; local
167 &supported_mechs[i]->oid, supported, &present)))
168 present = 0;
169 if (present)
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_import_name.c239 int present = 0; local
242 name_type, m->gm_name_types, &present);
244 if (major_status || present == 0)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorEditingController.js132 this._hoverMenu.present(this._rects);
167 this._popover.present(this.popoverTargetFrameWithRects(this._rects).pad(2), this.popoverPreferredEdges);
/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.h33 int32_t present; member in struct:drivestats_report
91 int32_t present; member in struct:netstats_report
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollw.tcl87 set data(hsb,packed) $data(hsb,present)
88 set data(vsb,packed) $data(vsb,present)
172 set data(hsb,packed) [expr {$data(hsb,present) && \
175 set data(vsb,packed) [expr {$data(vsb,present) && \
217 if {$data(realized) && $data(hsb,present)} {
245 if {$data(realized) && $data(vsb,present)} {
273 set data(hsb,present) [expr {($sb & 1) != 0}]
277 set data(vsb,present) [expr {($sb & 2) != 0}]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DtpPolicies.cpp51 CSSM_BOOL present; member in struct:__anon3977
183 extnInfo->present = CSSM_TRUE;
191 * Fetch a known extension, set up associated iSignExtenInfo if present.
207 /* field not present, OK */
272 /* no unknown extensions present, OK */
533 if(certInfo->authorityId.present) {
537 if(certInfo->subjectId.present) {
541 if(certInfo->keyUsage.present) {
545 if(certInfo->extendKeyUsage.present) {
549 if(certInfo->basicConstraints.present) {
[all...]
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/
H A Dtest.pl40 print $OUT "Features present: @f\n";
43 print $OUT "No additional features present.\n";
50 would exit the test. ;-) (If feature 'preput' is present,
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dnsec.c196 isc_boolean_t present; local
206 present = ISC_FALSE;
219 present = ISC_TF(bit_isset(&nsecstruct.typebits[i],
224 return (present);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/devtools/
H A Dcoserv.tcl7 ## via 'comm'. They assume that the 'tcltest' environment is present
10 ## Can assume that tcltest is present, and its commands imported into
21 if {[package vsatisfies [package present Tcl] 8.5]} {
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_serial.c76 * 0x03 is card present
372 int present, rv; local
375 present = offset_last - offset;
377 if (present > 0)
379 DEBUG_COMM2("some data available: %d", present);
381 present);
385 DEBUG_COMM2("get more data: %d", length - present);
387 sizeof(serialDevice[reader_index].buffer), length - present);
392 memcpy(buffer + present, serialDevice[reader_index].buffer,
393 length - present);
[all...]
H A Difdhandler.c394 * 0 = not present
395 * 1 = card present but not swallowed (applies only if
397 * 2 = card present (and swallowed if reader supports smart
401 /* Card present */
404 /* Not present */
701 /* TA2 present -> specific mode */
702 if (atr.ib[1][ATR_INTERFACE_BYTE_TA].present)
720 /* TCi (i>2) present? */
722 if (atr.ib[i][ATR_INTERFACE_BYTE_TC].present)
753 /* TA1 present */
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py60 present, value = CFSetGetValueIfPresent(st, u'c', None)
61 self.failUnless(present is True)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py48 present, value = CFSetGetValueIfPresent(st, u'c', None)
49 self.assertIs(present, True)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/installation/
H A Dactions.tcl80 if {[catch {package present doctools}]} {
116 # the executing tclsh would find on its own. The present query is
120 if {[catch {package present doctools}]} {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/signerAndSubjSsl/
H A DdoTest65 echo === ...verify failure with common name $COMMON_NAME when DNS name present
116 echo === ...verify with hostname $COMMON_NAME when no DNS name present
/macosx-10.10/bless-103/
H A DmodeUnbless.c54 if (!actargs[kunbless].present) {
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmisc.py17 present = ["not present", "present"]
19 present[int(kern.globals.mca_MCA_present)],
20 present[int(kern.globals.mca_control_MSR_present)],
21 present[int(kern.globals.mca_threshold_status_present)])
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/spnego/
H A Dcompat.c258 int present = 0; local
289 ret = gss_test_oid_set_member(&junk, GSS_KRB5_MECHANISM, supported_mechs, &present);
290 if (ret == GSS_S_COMPLETE && present) {
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl100 set 83ok [package vsatisfies [package present Tcl] 8.3]
117 if {(![package vcompare [package present Tcl] 8.3]) && ($tcl_platform(platform) == "unix") && ([lsearch $types "hidden"] >= 0) && ([lsearch $types "f"] >= 0)} {
197 set 83ok [package vsatisfies [package present Tcl] 8.3]
209 if {(![package vcompare [package present Tcl] 8.3]) && ($tcl_platform(platform) == "unix") && ([lsearch $types "hidden"] >= 0) && ([lsearch $types "f"] >= 0)} {
331 if [package vsatisfies [package present Tcl] 8.4] {
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DView.pm73 ? $config->{ method } : 'present';
188 # (default: 'present'), then the method will be called passing a reference
210 my ($item, $type, $template, $present);
226 # 'present' (or other) method?
228 $present = $item->$method($self); ## call item method
231 return unless defined $present;
232 $output .= $present;
267 # 'item' by default. Thus an external object present() method can
601 method uses this to determine which template to use to present any
634 object reference and it supports the method (default: 'present') the
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dieee.c327 /* Read a number which must be present in an IEEE file. */
494 bfd_boolean present; local
499 if (! ieee_read_optional_number (info, pp, &val, &present))
502 if (present)
1066 bfd_boolean present; local
1068 if (! ieee_read_optional_number (info, pp, &ignore, &present))
1070 if (! present)
1153 bfd_boolean present; local
1168 || ! ieee_read_optional_id (info, pp, &vstr, &vstrlen, &present))
1174 if (! ieee_read_optional_number (info, pp, &ignore, &present))
1187 bfd_boolean present; local
1494 bfd_boolean present; local
1543 bfd_boolean present; local
1594 bfd_boolean present; local
1682 bfd_boolean present; local
1752 bfd_boolean present; local
1838 bfd_boolean present; local
1916 bfd_boolean present; local
2082 bfd_boolean present; local
[all...]
/macosx-10.10/libdispatch-442.1.4/
H A Dconfigure.ac102 [AC_DEFINE(HAVE_LEAKS, 1, [Define if Apple leaks program is present])]
121 # Prefer native kqueue(2); otherwise use libkqueue if present.
191 AC_DEFINE(HAVE_MACH, 1, [Define if mach is present])
202 [AC_DEFINE(HAVE_PTHREAD_WORKQUEUES, 1, [Define if pthread work queues are present])]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGoToLineDialog.js59 present: function(parent)

Completed in 197 milliseconds

123456789