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

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl32 set mybaseline [$core snap]
H A Dapplication.tcl76 # are distinguished by the value of the boolean flag "snap". True
83 variable snap 0
195 variable snap
197 package require canvas::snap
199 set snap 1
315 variable ::diagram::application::snap
324 } elseif {$snap} {
325 set DIA [canvas::snap .c]
H A Dcore.tcl84 method snap {} {
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dwin_printer.rb48 def snap(win) method in class:Tk.Printer
49 tk_call('::blt::print', 'snap', @printer_id, win)
H A Dbarchart.rb70 def snap(output, keys={}) method in class:Tk.Barchart.bar
71 tk_send_without_enc('snap', *(hash_kv(keys, false) + output))
H A Dgraph.rb58 def snap(output, keys={}) method in class:Tk.Graph.bar
59 tk_send_without_enc('snap', *(hash_kv(keys, false) + output))
H A Dstripchart.rb65 def snap(output, keys={}) method in class:Tk.Stripchart.bar
66 tk_send_without_enc('snap', *(hash_kv(keys, false) + output))
H A Dwinop.rb48 tk_call('::blt::winop', 'image', 'snap', win, photo, width, height)
99 def snap(win, photo) method
100 tk_call('::blt::winop', 'snap', win, photo)
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dndrv.h70 * snap : first 5 bytes of snap header, network byte order
83 * desc.data.snap[0] = 08;
84 * desc.data.snap[1] = 00;
85 * desc.data.snap[2] = 07;
86 * desc.data.snap[3] = 80;
87 * desc.data.snap[4] = 9B;
97 u_int8_t snap[5]; member in union:ndrv_demux_desc::__anon14584
H A Dif_bridge.c5125 int snap, error, i, hlen; local
5132 snap = 0;
5166 snap = 1;
5205 /* Strip off snap header, if present */
5206 if (snap) {
5318 error = bridge_fragment(ifp, *mp, &eh2, snap,
5381 if (snap) {
5565 int snap, struct llc *llc)
5584 if (snap) {
5564 bridge_fragment(struct ifnet *ifp, struct mbuf *m, struct ether_header *eh, int snap, struct llc *llc) argument
/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMUPSPrefs.c132 CFTypeRef snap; local
136 snap = IOPSCopyPowerSourcesInfo();
137 if(!snap) return;
138 our_favorite_ups = IOPSGetActiveUPS(snap);
141 description = IOPSGetPowerSourceDescription(snap, our_favorite_ups);
159 CFRelease(snap);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Darrayproc.test27 set testArray(snap) frammistan
36 } "0 foo snap william"
/macosx-10.9.5/tcl-102/tests/
H A Dpkgreq.test24 if {[regexp {^(chatwidget|canvas::(mvg|snap)|char|configuration|controlwidget|diagram(|::.*)|gpx|huddle|yaml|imap4|json(|::.*)|JSONRPC|namespacex|ntext|paths|pt::.*|rest|S3|sqlite3|struct::graph::op|tablelist_tile|tcl::randomseed|text::write|vfs::webdav|xsxp|xyplot)$} $pkg]} {
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPSLowPower.c564 CFTypeRef snap = IOPSCopyPowerSourcesInfo(); local
565 PSLowPowerPSChange(snap);
566 CFRelease(snap);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhercules.vim29 syn keyword herculesType restart run_only self_intersect set snap
H A Daml.vim38 syn keyword amlArcCmd contained shadeli[nepattern] shadelist shadeo[ffset] shadepa[ttern] shadepe[n] shadepu[t] shadesa[ve] shadesc[ale] shadesep[aration] shadeset shadesi[ze] shadesy[mbol] shadet[ype] shapea[rc] shapef[ile] shapeg[rid] shi[ft] show showconstants showe[ditmode] shr[ink] si sin sinfo sing[leuser] sinh sink sit[e] sl slf[arc] sli[ce] slo[pe] sm smartanno snap snapc[over] snapcover snapcoverage snapenvironment snapfeatures snapitems snapo[rder] snappi[ng] snappo[ur] so[rt] sobs sos spi[der] spiraltrans spline splinem[ethod] split spot spoto[ffset] spots[ize] sproj sqr sqrt sra sre srl ss ssc ssh ssi ssky ssz sta stackh[istogram] stackprofile stacksc[attergram] stackshade stackst[ats] stati[stics] statu[s] statuscogo std stra[ighten] streamline streamlink streamo[rder] stri[pmap] subm[it] subs[elect] sum surface surfaceabbrev surfacecontours surfacedefaults surfacedrape surfaceextent surfaceinfo surfacel[ength] surfacelimits surfacemarker surfacemenu surfaceobserver surfaceprofile
H A Dprogress.vim150 syn keyword ProgressOperator grayed grid-factor-horizont[al] grid-factor-vert[ical] grid-set grid-snap grid-unit-height grid-unit-height-cha[rs] grid-unit-height-pix[els] grid-unit-width grid-unit-width-char[s]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dconfig.c472 TidyOptionValue* snap = &doc->config.snapshot[ 0 ]; local
478 CopyOptionValue( option, &snap[ixVal], &value[ixVal] );
487 const TidyOptionValue* snap = &doc->config.snapshot[ 0 ]; local
492 CopyOptionValue( option, &value[ixVal], &snap[ixVal] );
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2916 CFMutableDictionaryRef snap = AppleLVMCreateVolume(lvgUUID, snapType, snapSize, location);
2917 if (!snap) return NULL;
2918 CFDictionarySetValue(snap, CFSTR(kAppleLVMParentUUIDKey), lvUUID);
2921 return snap;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbd/
H A Dapr_dbd_oracle.c349 static apr_status_t dbd_free_snapshot(void *snap) argument
351 switch (OCIDescriptorFree(snap, OCI_DTYPE_SNAP)) {
/macosx-10.9.5/apr-30/apr-util/apr-util/dbd/
H A Dapr_dbd_oracle.c349 static apr_status_t dbd_free_snapshot(void *snap) argument
351 switch (OCIDescriptorFree(snap, OCI_DTYPE_SNAP)) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDeprecatedStyleBuilder.cpp1991 ImageResolutionSnap snap = RenderStyle::initialImageResolutionSnap(); local
2001 snap = ImageResolutionSnapPixels;
2006 styleResolver->style()->setImageResolutionSnap(snap);
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm742 the system will, upon config reload, snap back to normal operation, providing
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices10758 snap 4752/udp # Simple Network Audio Protocol
10759 snap 4752/tcp # Simple Network Audio Protocol
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm744 the system will, upon config reload, snap back to normal operation, providing

Completed in 166 milliseconds