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

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dreconf8 automake --add-missing || true
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageSourceCGWin.cpp55 UTIMap.add("public.html", "html");
56 UTIMap.add("public.jpeg", "jpeg");
57 UTIMap.add("public.jpeg-2000", "jp2");
58 UTIMap.add("public.plain-text", "txt");
59 UTIMap.add("public.png", "png");
60 UTIMap.add("public.tiff", "tiff");
61 UTIMap.add("public.xbitmap-image", "xbm");
62 UTIMap.add("public.xml", "xml");
63 UTIMap.add("com.adobe.illustrator.ai-image", "ai");
64 UTIMap.add("co
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Doption_tile.tcl9 # "aqua") and add some entries to the Tk option database
12 option add *Font TkDefaultFont
16 option add *Listbox.selectBackground \
18 option add *Listbox.selectForeground \
21 option add *selectBackground $tablelist::themeDefaults(-selectbackground)
22 option add *selectForeground $tablelist::themeDefaults(-selectforeground)
24 option add *selectBorderWidth $tablelist::themeDefaults(-selectborderwidth)
25 option add *Tablelist.background gray98
26 option add *Tablelist.stripeBackground #e0e8f0
27 option add *Tablelis
[all...]
H A Doption.tcl27 option add *Font TkDefaultFont
28 option add *selectBackground #678db2
29 option add *selectForeground white
31 option add *Tablelist.background gray98
32 option add *Tablelist.stripeBackground #e0e8f0
33 option add *Tablelist.setGrid yes
34 option add *Tablelist.movableColumns yes
35 option add *Tablelist.labelCommand tablelist::sortByColumn
36 option add *Tablelist.labelCommand2 tablelist::addToSortColumns
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DMIMETypeRegistryWin.cpp76 mimetypeMap.add("txt", "text/plain");
77 mimetypeMap.add("pdf", "application/pdf");
78 mimetypeMap.add("ps", "application/postscript");
79 mimetypeMap.add("html", "text/html");
80 mimetypeMap.add("htm", "text/html");
81 mimetypeMap.add("xml", "text/xml");
82 mimetypeMap.add("xsl", "text/xsl");
83 mimetypeMap.add("js", "application/x-javascript");
84 mimetypeMap.add("xhtml", "application/xhtml+xml");
85 mimetypeMap.add("rs
[all...]
/macosx-10.10/shell_cmds-179/hexdump/
H A Dhexsyntax.c64 add("\"%08.8_Ax\n\"");
65 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
66 add("\" |\" 16/1 \"%_p\" \"|\\n\"");
71 add("\"%07.7_Ax\n\"");
72 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\"");
75 add("\"%07.7_Ax\n\"");
76 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\"");
79 add("\"%08.8_Ax\n\"");
80 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
81 add("\" |\" 1
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DRemoveFormatCommand.cpp51 elements.get().add(acronymTag);
52 elements.get().add(bTag);
53 elements.get().add(bdoTag);
54 elements.get().add(bigTag);
55 elements.get().add(citeTag);
56 elements.get().add(codeTag);
57 elements.get().add(dfnTag);
58 elements.get().add(emTag);
59 elements.get().add(fontTag);
60 elements.get().add(iTa
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/rbt/
H A Ddns_rbt_addname_1_data6 dns_rbt.data add new.name ISC_R_SUCCESS
H A Ddns_rbt_addname_2_data6 dns_rbt.data add a.vix.com ISC_R_EXISTS
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dradiobox.rb6 rb.add('times', :text=>'Times')
7 rb.add('helvetica', :text=>'Helvetica')
8 rb.add('courier', :text=>'Courier')
9 rb.add('symbol', :text=>'Symbol')
H A Dcheckbox.rb6 cb.add('bold', :text=>'Bold')
7 cb.add('italic', :text=>'Italic')
8 cb.add('underline', :text=>'Underline')
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dmenu84.rb70 $menu84_frame.add('cascade', 'label'=>'File', 'menu'=>m, 'underline'=>0)
71 add('command', 'label'=>'Open...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Open..." entry'})
72 add('command', 'label'=>'New', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "New" entry'})
73 add('command', 'label'=>'Save', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Save" entry'})
74 add('command', 'label'=>'Save As...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Save As..." entry'})
75 add('separator')
76 add('command', 'label'=>'Print Setup...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Print Setup..." entry'})
77 add('command', 'label'=>'Print...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Print..." entry'})
78 add('separator')
79 add('comman
[all...]
H A Dmenu.rb62 add('command', 'label'=>'Open...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Open..." entry'})
63 add('command', 'label'=>'New', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "New" entry'})
64 add('command', 'label'=>'Save', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Save" entry'})
65 add('command', 'label'=>'Save As...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Save As..." entry'})
66 add('separator')
67 add('command', 'label'=>'Print Setup...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Print Setup..." entry'})
68 add('command', 'label'=>'Print...', 'command'=>proc{fail 'this is just a demo: no action has been defined for the "Print..." entry'})
69 add('separator')
70 add('command', 'label'=>'Dismiss Menus Demo', 'command'=>proc{$menu_demo.destroy})
87 add('comman
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmenu84.rb72 $menu84_frame.add('cascade', 'label'=>'File', 'menu'=>m, 'underline'=>0)
73 add('command', 'label'=>'Open...', 'command'=>proc{fail '���������������������������������������"Open..." ���������������������������������������������������������'})
74 add('command', 'label'=>'New', 'command'=>proc{fail '���������������������������������������"New" ���������������������������������������������������������'})
75 add('command', 'label'=>'Save', 'command'=>proc{fail '���������������������������������������"Save" ���������������������������������������������������������'})
76 add('command', 'label'=>'Save As...', 'command'=>proc{fail '���������������������������������������"Save As..." ���������������������������������������������������������'})
77 add('separator')
78 add('command', 'label'=>'Print Setup...', 'command'=>proc{fail '���������������������������������������"Print Setup..." ���������������������������������������������������������'})
79 add('command', 'label'=>'Print...', 'command'=>proc{fail '���������������������������������������"Print..." ���������������������������������������������������������'})
80 add('separator')
81 add('comman
[all...]
H A Dmenu8x.rb94 m.add('cascade', 'label'=>'File', 'menu'=>file_menu, 'underline'=>0)
95 add('command', 'label'=>'������ ...', 'command'=>proc{fail '������������������������������"������ ..."������������������������������������������������������������'})
96 add('command', 'label'=>'������', 'command'=>proc{fail '������������������������������"������"������������������������������������������������������������'})
97 add('command', 'label'=>'������', 'command'=>proc{fail '������������������������������"������"������������������������������������������������������������'})
98 add('command', 'label'=>'������(������) ...', 'command'=>proc{fail '������������������������������"������(������) ..."������������������������������������������������������������'})
99 add('separator')
100 add('command', 'label'=>'������������������ ...', 'command'=>proc{fail '������������������������������"������������������ ..."������������������������������������������������������������'})
101 add('command', 'label'=>'������������ ...', 'command'=>proc{fail '������������������������������"������������ ..."������������������������������������������������������������'})
102 add('separator')
103 add('comman
[all...]
H A Dmenu.rb64 add('command', 'label'=>'������ ...', 'command'=>proc{fail '������������������������������"������ ..."������������������������������������������������������������'})
65 add('command', 'label'=>'������', 'command'=>proc{fail '������������������������������"������"������������������������������������������������������������'})
66 add('command', 'label'=>'������', 'command'=>proc{fail '������������������������������"������"������������������������������������������������������������'})
67 add('command', 'label'=>'������(������) ...', 'command'=>proc{fail '������������������������������"������(������) ..."������������������������������������������������������������'})
68 add('separator')
69 add('command', 'label'=>'������������������ ...', 'command'=>proc{fail '������������������������������"������������������ ..."������������������������������������������������������������'})
70 add('command', 'label'=>'������������ ...', 'command'=>proc{fail '������������������������������"������������ ..."������������������������������������������������������������'})
71 add('separator')
72 add('command', 'label'=>'������', 'command'=>proc{$menu_demo.destroy})
89 add('comman
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DaddTestRootsSec3 # add test roots using /usr/bin/security.
7 security add-root -s UnrestrictedSystemRoot.cer || exit(1)
8 security add-root -s -p smime SMIME_SystemRoot.cer|| exit(1)
9 security add-root -s -p ssl SSL_SystemRoot.cer || exit(1)
10 security add-root -s -a "/Applications/Utilities/Keychain Access.app" KeychainAccessSystemRoot.cer || exit(1)
14 security add-root UnrestrictedUserRoot.cer || exit(1)
15 security add-root -p smime SMIME_UserRoot.cer || exit(1)
16 security add-root -p ssl SSL_UserRoot.cer|| exit(1)
17 security add-root -a "/Applications/Utilities/Keychain Access.app" KeychainAccessUserRoot.cer || exit(1)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/style/
H A Dlobster.tcl35 option add *borderWidth 1 $prio
36 option add *activeBorderWidth 1 $prio
37 option add *selectBorderWidth 1 $prio
38 option add *font LobsterFont $prio
40 option add *padX 2 $prio
41 option add *padY 4 $prio
43 option add *Listbox.background white $prio
44 option add *Listbox.selectBorderWidth 0 $prio
45 option add *Listbox.selectForeground white $prio
46 option add *Listbo
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp92 PM.add(createTypeBasedAliasAnalysisPass());
93 PM.add(createBasicAliasAnalysisPass());
100 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
106 FPM.add(createCFGSimplificationPass());
108 FPM.add(createSROAPass());
110 FPM.add(createScalarReplAggregatesPass());
111 FPM.add(createEarlyCSEPass());
112 FPM.add(createLowerExpectIntrinsicPass());
119 MPM.add(Inliner);
127 if (LibraryInfo) MPM.add(ne
[all...]
/macosx-10.10/tcl-105/tk/tk/library/
H A Dobsolete.tcl28 # The value following an 'option add' call is the new 8.5 value.
62 option add *Dialog.msg.font system 21; # TkCaptionFont
63 option add *Dialog.dtl.font system 21; # TkCaptionFont
64 option add *ErrorDialog*Label.font system 21; # TkCaptionFont
66 option add *Dialog.msg.font {Times 12} 21; # TkCaptionFont
67 option add *Dialog.dtl.font {Times 10} 21; # TkCaptionFont
68 option add *ErrorDialog*Label.font {Times -18} 21; # TkCaptionFont
76 option add *$cls.borderWidth 2 $prio; # 1
86 option add *$cls.borderWidth 2 $prio; # 1
89 option add *
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DInlineCallFrameSet.cpp35 InlineCallFrame* InlineCallFrameSet::add() function in class:JSC::InlineCallFrameSet
37 return m_frames.add();
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dgraph7a.rb9 TkOption.add('*Graph.Tile', bgTexture)
10 TkOption.add('*Label.Tile', bgTexture)
11 TkOption.add('*Frame.Tile', bgTexture)
12 TkOption.add('*Htext.Tile', bgTexture)
13 TkOption.add('*TileOffset', 0)
14 TkOption.add('*HighlightThickness', 0)
15 TkOption.add('*Element.ScaleSybols', false)
16 TkOption.add('*Element.Smooth', :linear)
17 TkOption.add('*activeLine.Color', 'yellow4')
18 TkOption.add('*activeLin
[all...]
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCryptoAlgorithmDescriptionBuilder.h45 virtual void add(const char*, unsigned) = 0;
46 virtual void add(const char*, const String&) = 0;
47 virtual void add(const char*, const Vector<uint8_t>&) = 0;
48 virtual void add(const char*, const CryptoAlgorithmDescriptionBuilder&) = 0;
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DScalar.cpp76 unwrap(PM)->add(createAggressiveDCEPass());
80 unwrap(PM)->add(createCFGSimplificationPass());
84 unwrap(PM)->add(createDeadStoreEliminationPass());
88 unwrap(PM)->add(createGVNPass());
92 unwrap(PM)->add(createIndVarSimplifyPass());
96 unwrap(PM)->add(createInstructionCombiningPass());
100 unwrap(PM)->add(createJumpThreadingPass());
104 unwrap(PM)->add(createLICMPass());
108 unwrap(PM)->add(createLoopDeletionPass());
112 unwrap(PM)->add(createLoopIdiomPas
[all...]
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMakeTextMovie.tcl9 .m tracks add text 1 0 600 One
10 .m tracks add text 1 600 600 Two
11 .m tracks add text 1 1200 600 Three
12 .m tracks add text 1 1800 600 Four
13 .m tracks add text 1 2400 600 Five
14 .m tracks add text 1 3000 600 Six
15 .m tracks add text 1 3600 600 Seven
16 .m tracks add text 1 4200 600 Eight
17 .m tracks add text 1 4800 600 Nine
18 .m tracks add tex
[all...]

Completed in 377 milliseconds

1234567891011>>