Searched +refs:tags +refs:search (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTagSet.c29 int nTags; /* #tags defined so far */
30 Tcl_HashTable tags; /* defined tags */ member in struct:TtkTagTable
68 Tcl_InitHashTable(&tagTable->tags, TCL_STRING_KEYS);
74 Tcl_HashSearch search; local
77 entryPtr = Tcl_FirstHashEntry(&tagTable->tags, &search);
80 entryPtr = Tcl_NextHashEntry(&search);
83 Tcl_DeleteHashTable(&tagTable->tags);
91 &tagTable->tags, tagNam
[all...]
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dlkdc_acl.c62 SecKeychainSearchRef search; local
73 /* Should only search the System keychain ! */
77 &search);
81 ret = SecKeychainSearchCopyNext(search, &itemRef);
82 CFRelease(search);
217 CSSM_ACL_AUTHORIZATION_TAG tags[6]; local
253 tags[0] = CSSM_ACL_AUTHORIZATION_DECRYPT;
254 tags[1] = CSSM_ACL_AUTHORIZATION_DERIVE;
255 tags[2] = CSSM_ACL_AUTHORIZATION_EXPORT_CLEAR;
256 tags[
290 CSSM_ACL_AUTHORIZATION_TAG tags[30]; local
377 CSSM_ACL_AUTHORIZATION_TAG tags[30]; local
[all...]
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A Ddescrip.mms93 if f$search("$@") then $(RM) $@.*
100 if f$search("$@") then $(RM) $@.*
111 tags ::
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dindex.cpp34 #include "search.h"
61 tag *tags; member in class:index_search_item
75 const int *search(const char *ptr, int length, int **temp_listp);
211 tags = (tag *)(addr + sizeof(header));
212 lists = (int *)(tags + header.tags_size);
223 if (tags == 0)
242 if (tags[i].filename_index >= header.strings_size)
243 return "bad index in tags";
244 if (tags[i].length < 0)
245 return "bad length in tags";
511 const int *index_search_item::search(const char *ptr, int length, function in class:index_search_item
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dwidget87 # Create a bunch of tags to use in the text widget, such as those for
89 # tags.
135 set tags [.t tag names {@%x,%y}]
136 set i [lsearch -glob $tags demo-*]
194 search "A search tool built with a text widget"
286 set tags [.t tag names $index]
287 set i [lsearch -glob $tags demo-*]
294 set demo [string range [lindex $tags $i] 5 end]
309 set tags [
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim48 " of all linked external files and (secondary, less probably) other <script> tags
56 while search('<\@<=script\>', 'W') && line('.') <= l
66 while search('<script\>', 'W') && line('.') < l
68 let js_scripttag = getline(line('.'), search('</script>', 'W'))
194 let b:jsrange = [line('.'), search('<\/script\>', 'nW')]
238 let head = getline(search('<head\>'), search('<\/head>'))
406 while search('<\@<=script\>', 'W') && line('.') <= l
417 while search('<script\>', 'W') && line('.') < l
419 let js_scripttag = getline(line('.'), search('</scrip
[all...]
H A Dccomplete.vim61 " Don't do anything for an empty base, would result in all the tags in the
62 " tags file.
114 " 2. in tags file(s) (like with ":tag")
169 " Only one part, no "." or "->": complete from tags file.
170 let tags = taglist('^' . base)
173 call filter(tags, 'has_key(v:val, "kind") ? v:val["kind"] != "m" : 1')
176 call filter(tags, '!has_key(v:val, "static") || !v:val["static"] || bufnr("%") == bufnr(v:val["filename"])')
178 call extend(res, map(tags, 's:Tag2item(v:val)'))
182 " Find the variable in the tags file(s)
197 " For a variable use the command, which must be a search patter
[all...]
H A Dtohtml.vim129 call search('<body')
132 call search('</body>', 'b')
138 let style_start = search('^<style type="text/css">')
140 let style_end = search('^</style>')
210 let style_start = search('^</head>')-1
329 " if we're not using CSS we cannot use a pre section because <font> tags
/macosx-10.9.5/vim-53/src/
H A DMake_dice.mak64 search.c \
110 o/search.o \
129 tags:
215 o/search.o: search.c $(SYMS) regexp.h
H A DMake_djg.mak57 obj/search.o \
87 tags:
H A DMake_manx.mak72 search.c \
120 obj/search.o \
166 proto/search.pro \
197 tags: $(SRC) $(INCL)
330 obj/search.o: search.c
331 $(CCSYM) $@ search.c
H A DMake_sas.mak127 search.c \
174 search.o \
221 proto/search.pro \
244 tags:
357 search.o: search.c
358 proto/search.pro: search.c
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm28 my $registered_users_rs = $schema->resultset('User')->search({ registered => 1 });
29 my @cds_in_2005 = $schema->resultset('CD')->search({ year => 2005 })->all();
46 A new ResultSet is returned from calling L</search> on an existing
48 original, plus any new conditions added in the C<search> call.
73 my $cd_rs = $schema->resultset('CD')->search({
87 return $rs->search({
100 The L</where>, L</having> attribute, and any search conditions are
105 search attributes.
113 my $cd_rs = $schema->resultset('CD')->search({
139 See: L</search>,
245 sub search { subroutine
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dsurvival.tex227 \key{C-s} search for a string
228 \key{C-r} search for a string backwards
230 \key{M-C-s} regular expression search
231 \key{M-C-r} reverse regular expression search
233 Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
239 else convenient. To create a tags table file, type
245 \mkey{M-x tags-query-replace} run query-replace on all files
246 recorded in tags table
247 \key{M-,} continue last tags search o
[all...]
H A Drefcard.tex322 \key{search forward}{C-s}
323 \key{search backward}{C-r}
324 \key{regular expression search}{C-M-s}
325 \key{reverse regular expression search}{C-M-r}
327 \key{select previous search string}{M-p}
328 \key{select next later search string}{M-n}
329 \key{exit incremental search}{RET}
331 \key{abort current search}{C-g}
333 Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
477 \key{regexp search backwar
[all...]
H A Dpl-refcard.tex394 %\key{search forward}{C-s}
395 %\key{search backward}{C-r}
396 %\key{regular expression search}{C-M-s}
397 %\key{reverse regular expression search}{C-M-r}
402 %\key{select previous search string}{M-p}
403 %\key{select next later search string}{M-n}
404 %\key{exit incremental search}{RET}
406 %\key{abort current search}{C-g}
413 %Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
643 %\key{regexp search backwar
[all...]
H A Dru-refcard.tex326 ������������ ����� ���� � ������ & \kbd{M-x visit-tags-table} \\
328 ����� �� ������� �� ���� ������� ����� & \kbd{M-x tags-search} \\
329 ��������� query-replace ��� ����� ������� & \kbd{M-x tags-query-replace} \\
H A DviperCard.tex440 \key{toggle case-sensitive search}{//}
441 \key{toggle regular expression search}{///}
500 \key{search forward for {\sl pat}}{/ {\sl pat}}
501 \key{search backward with previous {\sl pat}}{?\ RET}
502 \key{search forward with previous {\sl pat}}{/ RET}
503 \key{search backward for {\sl pat}}{?\ {\sl pat}}
504 \key{repeat previous search}{n}
511 \metax{{\bf buffer} search (if enabled)}{g {\it move command}}
601 By default, search is case sensitive.
605 \kbd{(setq viper-case-fold-search
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A DMakefile.in50 # Programs to make tags files.
82 $(srcdir)/histfile.c $(srcdir)/nls.c $(srcdir)/search.c \
96 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
151 tags: force
164 $(RM) TAGS tags
235 search.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
236 search.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
237 search.o: ansi_stdlib.h history.h rlstdc.h
287 search.o: rlprivate.h
311 search
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dhtml.vim5 " Globals: g:html_indent_tags -- indenting tags
123 " [-- count indent-increasing tags of line a:lnum --]
131 " [-- count indent-decreasing tags of line a:lnum --]
218 " a closing </pre>. --> search for line before
220 let preline = prevnonblank(search('\c<pre>', 'bW') - 1)
H A Dsqlanywhere.vim15 " syntax. That syntax does not have end tags for IF's, which makes
99 let right_paran = search( ')', 'W' )
118 " This was not an unmatched parantenses, start the search again
331 " Check current line; search for simplistic matching start-of-block
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dwww-options.tcl27 $T column create -text "Internet Options" -tags C0
67 0 search "Search from Address bar" "" ""
68 1 search "When searching" "" ""
70 2 off "Do not search from the Address bar" "o3" "r1"
210 0 search "Search from Address bar" "" ""
211 1 search "When searching" "" ""
213 2 off "Do not search from the Address bar" "o3" "r1"
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb63 search the saved Postscript file by the comments on them.
136 ! (item.tags.find{|name|
166 :outline=>@col, :width=>3, :tags=>[@memo_id_tag])
188 :fill=>@col, :tags=>[@memo_id_tag])
237 :tags=>[@memo_id_tag])
249 :tags=>[@memo_id_tag])
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dtext.rb275 @tags = {}
345 @tags[name] = obj
361 if @tags[tagid]
362 @tags[tagid]
593 def insert(index, chars, *tags)
594 if tags[0].kind_of?(Array)
597 while tags.size > 0
598 args << tags.shift.collect{|x|_get_eval_string(x)}.join(' ') # taglist
599 args << tags.shift if tags
1379 def search(pat,start,stop=None) method in class:Tk.tag_cget.tag_configure.tag_configinfo.current_tag_configinfo.window_cget.window_configure.window_configinfo.current_window_configinfo
[all...]
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootpd.c344 /* create the DNS search list */
352 printf("DNS search:");
625 struct ether_addr * search; local
632 search = bsearch(hwaddr, S_deny, S_deny_count, sizeof(*S_deny),
634 if (search != NULL) {
641 search = bsearch(hwaddr, S_allow, S_allow_count, sizeof(*S_allow),
643 if (search == NULL) {
1607 * Given a list of tags, retrieve them from the subnet entry and
1613 dhcpoa_t * options, const uint8_t * tags, int n)
1636 if (tags
1611 add_subnet_options(char * hostname, struct in_addr iaddr, interface_t * if_p, dhcpoa_t * options, const uint8_t * tags, int n) argument
[all...]

Completed in 325 milliseconds

123