Searched refs:section (Results 51 - 75 of 863) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRequestJSONView.js99 var section = new WebInspector.ObjectPropertiesSection(obj, title);
100 section.expand();
101 section.editable = false;
102 this.element.appendChild(section.element);
H A DShortcutsScreen.js44 section: function(name) method in class:WebInspector.ShortcutsScreen
46 var section = this._sections[name];
47 if (!section)
48 this._sections[name] = section = new WebInspector.ShortcutsSection(name);
49 return section;
58 for (var section in this._sections)
59 orderedSections.push(this._sections[section]);
144 headLine.createChild("div", "help-section-title help-cell").textContent = this.name;
H A DScriptsPanelDescriptor.js60 var section = WebInspector.shortcutsScreen.section(WebInspector.UIString("Sources Panel"));
62 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.PauseContinue, WebInspector.UIString("Pause/Continue"));
63 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.StepOver, WebInspector.UIString("Step over"));
64 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.StepInto, WebInspector.UIString("Step into"));
65 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.StepOut, WebInspector.UIString("Step out"));
68 section.addRelatedKeys(nextAndPrevFrameKeys, WebInspector.UIString("Next/previous call frame"));
70 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.EvaluateSelectionInConsole, WebInspector.UIString("Evaluate selection in console"));
71 section.addAlternateKeys(WebInspector.ScriptsPanelDescriptor.ShortcutKeys.GoToMember, WebInspector.UIString("Go to member"));
72 section
[all...]
H A DWatchExpressionsSidebarPane.js39 this.section = new WebInspector.WatchExpressionsSection();
40 this.bodyElement.appendChild(this.section.element);
76 this.section.addExpression(expression);
83 this.section.update();
93 this.section.addNewExpressionAndEdit();
212 // note this is setting the expansion of the tree, not the section;
351 this.treeOutline.section._expandedExpressions[this._expression()] = true;
357 delete this.treeOutline.section._expandedExpressions[this._expression()];
363 if (this.treeOutline.section._expandedExpressions[this._expression()])
399 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Add watch expression" : "Add Watch Expression"), this.treeOutline.section
[all...]
H A DObjectPopoverHelper.js117 var section = new WebInspector.ObjectPropertiesSection(result);
120 this._sectionUpdateProperties = section.updateProperties.bind(section);
121 section.updateProperties = this._updateHTMLId.bind(this);
123 section.expanded = true;
124 section.element.addStyleClass("source-frame-popover-tree");
125 section.headerElement.addStyleClass("hidden");
126 popoverContentElement.appendChild(section.element);
H A DPropertiesSection.js45 this.propertiesTreeOutline.section = this;
/macosx-10.9.5/cctools-845/ld/
H A Dcoalesced_sections.h30 struct section *s,
H A Dmod_sections.h29 * the section so each pointer has a fine relocation entry.
44 struct section *s,
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Diodbc_misc.h80 int _iodbcdm_cfg_to_string (PCONFIG pconfig, char *section,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/locks/win32/
H A Dthread_mutex.c32 DeleteCriticalSection(&lock->section);
60 * On Win9x, we cannot 'try' on a critical section, so we
64 InitializeCriticalSection(&(*mutex)->section);
85 EnterCriticalSection(&mutex->section);
99 if (!TryEnterCriticalSection(&mutex->section)) {
115 LeaveCriticalSection(&mutex->section);
/macosx-10.9.5/apr-30/apr/apr/locks/win32/
H A Dthread_mutex.c32 DeleteCriticalSection(&lock->section);
60 * On Win9x, we cannot 'try' on a critical section, so we
64 InitializeCriticalSection(&(*mutex)->section);
85 EnterCriticalSection(&mutex->section);
99 if (!TryEnterCriticalSection(&mutex->section)) {
115 LeaveCriticalSection(&mutex->section);
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dman2help.tcl31 foreach section [getSections $package] {
35 if {[string compare $lastSection $section]} {
36 puts $fd "1 $section"
38 set lastSection $section
40 foreach topic [getTopics $package $section] {
42 set id $topics($package,$section,$topic)
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A Dman2help.tcl30 foreach section [getSections $package] {
34 if {[string compare $lastSection $section]} {
35 puts $fd "1 $section"
37 set lastSection $section
39 foreach topic [getTopics $package $section] {
41 set id $topics($package,$section,$topic)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsection.c1 /* Object file "section" support for the BFD library.
28 section abstraction. A single BFD may have any number of
32 Sections are supported in BFD in <<section.c>>.
38 @* section prototypes::
46 When a BFD is opened for reading, the section structures are
49 Each section has a name which describes the section in the
58 constructor data, or an application may add a section (using
60 BFD. For example, the linker creates an extra section
65 the section descripto
1182 bfd_set_section_flags(bfd *abfd ATTRIBUTE_UNUSED, sec_ptr section, flagword flags) argument
1328 bfd_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
1396 bfd_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
[all...]
H A Dcoff-m88k.c88 /* Work out which section the relocation is targeted at and the
92 if (bfd_is_com_section (symbol->section))
97 reloc_target_output_section = symbol->section->output_section;
99 /* Convert input-section-relative symbol value to absolute. */
105 relocation += output_base + symbol->section->output_offset;
125 if (bfd_is_und_section (symbol->section) && output_bfd == (bfd *) NULL)
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
268 asection *section;
[all...]
H A Dsom.c148 char *section; member in struct:section_to_type
168 /* Map SOM section names to POSIX/BSD single-character symbol types.
213 specify copying of data from the input section to the output section
1538 && ! bfd_is_com_section (sym->section))
1638 asection *section; local
1703 for (section = abfd->sections; section; section = section
1765 asection *section; local
2214 asection *section; local
2334 som_is_space(asection *section) argument
2355 som_is_subspace(asection *section) argument
2391 asection *section; local
2405 asection *section; local
2469 asection *section; local
2576 asection *section = abfd->sections; local
2964 asection *section; local
3232 asection *section; local
3582 asection *section; local
4192 asection *section; local
4498 som_set_reloc_info(unsigned char *fixup, unsigned int end, arelent *internal_relocs, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4840 som_slurp_reloc_table(bfd *abfd, asection *section, asymbol **symbols, bfd_boolean just_count) argument
4934 som_canonicalize_reloc(bfd *abfd, sec_ptr section, arelent **relptr, asymbol **symbols) argument
5109 bfd_som_set_section_attributes(asection *section, int defined, int private, unsigned int sort_key, int spnum) argument
5136 bfd_som_set_subsection_attributes(asection *section, asection *container, int access, unsigned int sort_key, int quadrant, int comdat, int common, int dup_common) argument
5258 som_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
5274 som_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkctool_main.c126 "Can't find prelink info section.");
135 ((struct section *)prelinkInfoSect)->offset;
259 static struct section *
265 struct section *sectionHeader;
278 sectionHeader = (struct section *) (file + offset + sizeof(*segmentHeader));
321 void * section = NULL; // do not free local
328 section = (void *)macho_get_section_by_name_64(
333 section = (void *)macho_get_section_by_name(
338 if (!section) {
347 kextOffset = ((struct section_64 *)section)
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dru-refcard.tex60 \section{������ Emacs}
64 \section{����� �� Emacs}
71 \section{�����}
83 \section{��������� ������}
99 \section{����������� ������}
109 \section{H����������� �����}
128 \section{�����������}
153 \section{����������� � ��������}
174 \section{�������}
188 \section{������ � ��������}
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dfragment.c52 String *section = Copy(Getattr(fragment, "section")); local
55 Setmeta(ccode, "section", section);
61 Printf(stdout, "registering fragment %s %s\n", name, section);
62 Delete(section);
123 String *section = Getmeta(code, "section"); local
138 if (section) {
139 File *f = Swig_filebyname(section);
141 Swig_error(Getfile(code), Getline(code), "Bad section '%s' for code fragment '%s'\\n", section, name); local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsnnsnet.vim43 syn match snnsnetSection "unit definition section"
44 syn match snnsnetSection "unit default section"
45 syn match snnsnetSection "site definition section"
46 syn match snnsnetSection "type definition section"
47 syn match snnsnetSection "connection definition section"
48 syn match snnsnetSection "layer definition section"
49 syn match snnsnetSection "subnet definition section"
50 syn match snnsnetSection "3D translation section"
51 syn match snnsnetSection "time delay section"
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dhelp.c46 const char *section; /* Current section */ local
63 * Set the web interface section...
155 topic = n->section;
251 for (i = 0, section = NULL, n = (help_node_t *)cupsArrayFirst(hi->sorted);
259 * Add a section link as needed...
262 if (n->section &&
263 (!section || strcmp(n->section, section)))
[all...]
H A Dhelp-index.c29 * help_sort_nodes_by_name() - Sort nodes by section, filename, and anchor.
162 const char *section, const char *text,
253 section[1024], /* Section name */ local
309 * filename mtime offset length "section" "text"
357 * Get section...
374 strlcpy(section, sectptr, sizeof(section));
394 if ((node = help_new_node(filename, anchor, section, text,
506 node->section ? node->section
537 helpSearchIndex(help_index_t *hi, const char *query, const char *section, const char *filename) argument
894 section[1024], /* Section */ local
1220 help_new_node(const char *filename, const char *anchor, const char *section, const char *text, time_t mtime, off_t offset, size_t length) argument
[all...]
H A Dhelp-index.h47 char *section; /* Section name (NULL if none) */ member in struct:help_node_s
75 const char *section,
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dw32-list-externs-from-objs.pl52 my ($section, $type, $visibility, $symbol) = ($1, $2, $3, $4);
54 if ($section ne "UNDEF" && $visibility eq "External") {
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DMinSect.tcl11 .c create section 0 0 -sound s -start 6000 -end 6100 -height 300 -width 300

Completed in 317 milliseconds

1234567891011>>