Searched refs:Anchor (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DSymbolTableListTraits.h51 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
52 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
/macosx-10.10/mDNSResponder-561.1.1/Clients/SimpleChat.VB/
H A DSimpleChat.Designer.vb34 Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
44 Me.TextBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
53 Me.TalkTo.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
63 Me.ComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
72 Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
/macosx-10.10/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.VB/
H A DDNSServiceBrowser.Designer.vb52 Me.ServiceNames.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
64 Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
74 Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
84 Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
94 Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
104 Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
114 Me.NameField.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
123 Me.PortField.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
132 Me.HostField.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
141 Me.DomainField.Anchor
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DYAMLParser.h116 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
120 StringRef getAnchor() const { return Anchor; }
158 StringRef Anchor; member in class:llvm::yaml::Node
182 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val) argument
183 : Node(NK_Scalar, D, Anchor)
342 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT) argument
343 : Node(NK_Mapping, D, Anchor)
402 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST) argument
403 : Node(NK_Sequence, D, Anchor)
/macosx-10.10/vim-55/src/
H A Dos_amiga.c1458 struct AnchorPath *Anchor; local
1475 Anchor = AllocDosObject(DOS_ANCHORPATH, AnchorTags);
1477 Anchor = (struct AnchorPath *)alloc_clear((unsigned)ANCHOR_SIZE);
1479 if (Anchor == NULL)
1483 Anchor->ap_Strlen = ANCHOR_BUF_SIZE; /* ap_Length not supported anymore */
1485 Anchor->ap_Flags = APF_DODOT | APF_DOWILD; /* allow '.' for current dir */
1487 Anchor->ap_Flags = APF_DoDot | APF_DoWild; /* allow '.' for current dir */
1510 Result = MatchFirst((UBYTE *)starbuf, Anchor);
1515 Result = FindFirst((char *)pat, Anchor);
1524 addfile(gap, (char_u *)Anchor
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dpcrecpp.h632 enum Anchor { enum in class:pcrecpp::RE
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
699 pcre* Compile(Anchor anchor);
H A Dpcrecpp.cc111 pcre* RE::Compile(Anchor anchor) {
505 Anchor anchor,
559 Anchor anchor,
599 Anchor anchor,
/macosx-10.10/llvmCore-3425.0.34/utils/yaml-bench/
H A DYAMLBench.cpp73 StringRef Anchor = n->getAnchor(); local
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
/macosx-10.10/mDNSResponder-561.1.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs387 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
399 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
411 this.button1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
421 this.label1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
430 this.richTextBox1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp172 macro(a, Anchor) \
/macosx-10.10/tidy-15.15/tidy/src/
H A Dattrs.c843 static void FreeAnchor(Anchor *a)
854 Anchor *delme = NULL, *curr, *prev = NULL;
873 static Anchor* NewAnchor( ctmbstr name, Node* node )
875 Anchor *a = (Anchor*) MemAlloc( sizeof(Anchor) );
886 static Anchor* AddAnchor( TidyDocImpl* doc, ctmbstr name, Node *node )
889 Anchor *a = NewAnchor( name, node );
895 Anchor *here = attribs->anchor_list;
908 Anchor *foun
[all...]
H A Dattrs.h34 Anchor/Node linked list
44 typedef struct _Anchor Anchor; typedef in typeref:struct:_Anchor
68 Anchor* anchor_list;
/macosx-10.10/vim-55/runtime/syntax/
H A Dacedb.vim31 syn keyword acedbMagic Min Anchor Gmap Grid_map Grid Submenus Cambridge
H A Dvrml.vim133 syn keyword VRMLNodes Anchor Appearance AudioClip Background
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl452 lassign [Anchor $w I2_0 s] Ox Oy ;# Where to pivot
782 Sparkle $w [Anchor $w I8_s s] I8
786 MoveAbs $w I8 [Anchor $w I8_s c]
788 MoveAbs $w I8 [Anchor $w I8_s n]
1017 lassign [Anchor $w I13_s w] x0 y0
1018 lassign [Anchor $w I13_s e] x1 y1
1130 lassign [Anchor $w I15_s w] x0 y0
1131 lassign [Anchor $w I15_s e] x1 y1
1537 $w.c scale I23b {*}[Anchor $w I23a n] .9 .5
1809 return [Anchor
1812 proc Anchor {w item where} { procedure
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmenubar.itk85 itk_option define -anchor anchor Anchor center
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dserver.rb149 /* Override the base stylesheets Anchor inside a table cell */
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DYAMLParser.cpp450 /// @brief Scan an Alias or Anchor starting with * or &.
603 OS << "Anchor: ";
1575 , Anchor(A) {

Completed in 315 milliseconds