Searched refs:substrings (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DFilter.pm136 substrings => {
138 substrings => $n
259 /^substrings/ and do {
260 my $str = join("*", "",map { _escape($_) } map { values %$_ } @{$_[1]->{substrings}});
261 $str =~ s/^.// if exists $_[1]->{substrings}[0]{initial};
262 $str .= '*' unless exists $_[1]->{substrings}[-1]{final};
H A DASN.pm205 substrings [4] SubstringFilter,
215 substrings SEQUENCE OF CHOICE {
424 substrings [4] SubstringFilter,
H A DFilterMatch.pm101 substrings substr
135 if ($op =~ /^(equalityMatch|greaterOrEqual|lessOrEqual|approxMatch|substrings)/o) {
140 if ($op eq 'substrings') {
143 $assertion = join('.*', map { "\Q$_\E" } map { values %$_ } @{$args->{'substrings'}});
144 $assertion = '^'. $assertion if (exists $args->{'substrings'}[0]{'initial'});
145 $assertion .= '$' if (exists $args->{'substrings'}[-1]{'final'});
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_main.h85 Boolean substrings; member in struct:__anon9206
H A Dkextfind_main.c483 toolArgs->substrings = true;
H A Dkextfind_query.c292 if (context->substrings ||
448 if (context->substrings ||
470 /* Don't apply the global query context's substrings flag to numbers. */
522 /* Don't apply the global query context's substrings flag to numbers. */
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-track.el345 ;; Return the unique substrings of all active channels.
346 (erc-unique-substrings active predicate start)
347 ;; Otherwise, determine the unique substrings of all channels, and
350 ;; corresponding short name from the list of all substrings. To
355 (let ((all-substrings (sort
356 (erc-unique-substrings all predicate start)
360 (let ((substrings all-substrings)
363 (while (and substrings (not winner))
364 (setq candidate (car substrings)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el218 character *, then the exception will be used for substrings that either
506 "Alist of substrings (entities) that have special casing.
507 The substrings are detected for word constituant when the word
508 is not itself in `ada-case-exception', and only for substrings that
1589 "Adjust case of substrings in the previous word."
1591 (let ((substrings ada-case-exception-substring)
1604 (while substrings
1605 (setq re (concat "\\b" (regexp-quote (caar substrings)) "\\b"))
1609 (replace-match (caar substrings) t)))
1610 (setq substrings (cd
[all...]

Completed in 120 milliseconds