Searched refs:shadow (Results 1 - 25 of 158) sorted by relevance

1234567

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dk_getpwnam.c38 #include <shadow.h>
H A Dk_getpwuid.c38 #include <shadow.h>
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNetworkTimelineOverviewGraph.css40 box-shadow: white 1px 0 0;
44 box-shadow: rgb(247, 247, 247) 1px 0 0;
H A DCompletionSuggestionsView.css38 box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px, rgba(0, 0, 0, 0.15) 0 0 0 1px;
73 box-shadow: inset rgb(87, 152, 206) 0 1px 0;
77 text-shadow: rgb(51, 88, 123) 0 1px 0;
H A DOverviewTimelineView.css65 box-shadow: white 0 0 0 1px;
69 box-shadow: rgb(212, 212, 212) 0 0 0 1px;
73 box-shadow: rgb(56, 121, 217) 0 0 0 1px;
77 box-shadow: white 1px 0 0;
81 box-shadow: rgb(212, 212, 212) 1px 0 0;
85 box-shadow: rgb(56, 121, 217) 1px 0 0;
H A DLegacyProfileView.css50 text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
H A DDashboardContainerView.css37 box-shadow: rgba(0, 0, 0, 0.15) 0 1px 0;
46 box-shadow: rgba(255, 255, 255, 0.45) 0 0px 0;
52 box-shadow: none;
59 box-shadow: rgba(255, 255, 255, 0.45) 0 1px 0;
106 box-shadow: none;
118 box-shadow: none;
H A DEditing.css28 box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
H A DNavigationBar.css31 box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0;
H A DResourceSidebarPanel.css44 box-shadow: inset rgba(255, 255, 255, 0.2) 0 1px 0;
H A DSearchBar.css45 box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/pwcheck/
H A Dpwcheck_getspnam.c26 #include <shadow.h>
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DCircle.py22 Adds radius and color, and support for drawing a shadow
70 # draw shadow if we'll see it
71 shadow = NSShadow.alloc().init()
75 shadow.setShadowOffset_(NSMakeSize(shadowXOffset,shadowYOffset))
76 shadow.setShadowBlurRadius_(shadowOffset)
77 shadow.set()
86 shadow.setShadowColor_(None)
87 shadow.set()
91 # don't count shadow for selection
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DCircle.py22 Adds radius and color, and support for drawing a shadow
70 # draw shadow if we'll see it
71 shadow = NSShadow.alloc().init()
75 shadow.setShadowOffset_(NSMakeSize(shadowXOffset,shadowYOffset))
76 shadow.setShadowBlurRadius_(shadowOffset)
77 shadow.set()
86 shadow.setShadowColor_(None)
87 shadow.set()
91 # don't count shadow for selection
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DCircle.py22 Adds radius and color, and support for drawing a shadow
70 # draw shadow if we'll see it
71 shadow = NSShadow.alloc().init()
75 shadow.setShadowOffset_(NSMakeSize(shadowXOffset,shadowYOffset))
76 shadow.setShadowBlurRadius_(shadowOffset)
77 shadow.set()
86 shadow.setShadowColor_(None)
87 shadow.set()
91 # don't count shadow for selection
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A Dtk3d.h59 Pixmap shadow; /* Stipple pattern to use for drawing shadows member in struct:TkBorder
65 * None means the shadow colors haven't been
68 * None means the shadow colors haven't been
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp770 IOPCIConfigShadow * shadow; local
776 shadow = configShadow(device);
781 if (!shadow->tunnelRoot) return (kIOReturnUnsupported);
800 if (device == shadow->tunnelRoot)
937 IOPCIConfigShadow * shadow; local
947 shadow = configShadow(device);
948 flags = shadow->flags;
955 shadow->flags = flags;
956 shadow->restoreCount = 0;
960 shadow
1096 IOPCIConfigShadow * shadow; local
1271 IOPCIConfigShadow * shadow; local
1301 IOPCIConfigShadow * shadow; local
1340 IOPCIConfigShadow * shadow; local
1400 IOPCIConfigShadow * shadow; local
1816 IOPCIConfigShadow * shadow = IONew(IOPCIConfigShadow, 1); local
[all...]
H A DIOPCIMessagedInterruptController.cpp433 IOPCIConfigShadow * shadow; local
435 shadow = configShadow(device);
471 shadow->savedMSIAddress0 = message[0];
472 shadow->savedMSIAddress1 = message[1];
473 shadow->savedMSIData = message[2];
502 initDevice(device, shadow);
509 void IOPCIMessagedInterruptController::initDevice(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
529 data = shadow->savedMSIData;
531 ((uint32_t *) device->reserved->msiTable)[vector*4 + 0] = shadow->savedMSIAddress0;
532 ((uint32_t *) device->reserved->msiTable)[vector*4 + 1] = shadow
610 saveDeviceState(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
615 restoreDeviceState(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcseekable.c34 Sfio_t* shadow; /* to shadow data */ member in struct:_skable_s
36 Sfoff_t extent; /* shadow extent */
69 sf = sk->shadow;
117 sf = sk->shadow;
181 sfclose(sk->shadow);
188 sfseek(sk->shadow,(Sfoff_t)0,SEEK_SET);
215 sk->shadow = sftmp(SF_BUFSIZE);
221 { sfclose(sk->shadow);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Drfn-eshadow.el28 ;; Defines the mode `file-name-shadow-mode'.
35 ;; If `file-name-shadow-mode' is active, any part of the
37 ;; properties in `file-name-shadow-properties', which may
47 (defconst file-name-shadow-properties-custom-type
60 (face :value file-name-shadow))
89 (field shadow)))
97 (defcustom file-name-shadow-properties
98 '(face file-name-shadow field shadow)
100 Only used when `file-name-shadow
[all...]
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperltypemaps.swg48 /* Perl $shadow flag */
49 #define %newpointer_flags $shadow
50 #define %newinstance_flags $shadow
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A Dtk3d.h62 Pixmap shadow; /* Stipple pattern to use for drawing member in struct:TkBorder
69 * border. None means the shadow colors
72 * the border. None means the shadow colors
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dshadow.c0 /* shadow.c - shadow account lookup routines */
26 * DESC 'Additional attributes for shadow passwords'
72 NSSOV_INIT(shadow)
96 Debug(LDAP_DEBUG_ANY,"shadow entry contains non-numeric %s value\n",
107 Debug(LDAP_DEBUG_ANY,"shadow entry contains non-numeric %s value\n",
126 Debug(LDAP_DEBUG_ANY,"shadow entry %s contains multiple %s values\n", \
132 Debug(LDAP_DEBUG_ANY,"shadow entry %s contains non-numeric %s value\n", \
146 Debug(LDAP_DEBUG_ANY,"shadow entry %s contains multiple %s values\n", \
152 NSSOV_CBPRIV(shadow,
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin_locl.h79 #include <shadow.h>
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dxcrypt.c47 # include <shadow.h>

Completed in 305 milliseconds

1234567