Searched refs:dot (Results 276 - 300 of 332) sorted by relevance

<<11121314

/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DStash.pm399 # This is the core 'dot' operation method which evaluates elements of
431 # return undef without an error if either side of the dot is unviable
593 # return undef without an error if either side of the dot is unviable
854 This is the core C<dot> operation method which evaluates elements of
/macosx-10.9.5/bash-92/bash-3.2/
H A DAUTHORS394 tests/misc/dot-test-1.sh Chet Ramey
395 tests/misc/dot-test-1.sub Chet Ramey
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpt-br-refcard.tex551 \key{qualquer caracter exceto nova linha}{. {\rm(dot)}}
593 \key{in{\'\i}cio do nodo}{. {\rm (dot)}}
H A Drefcard.tex544 \key{any single character except a newline}{. {\rm(dot)}}
586 \key{beginning of node}{. {\rm (dot)}}
H A Dcalccard.tex533 \key{cross, dot products}{V C\, *}
H A Dpl-refcard.tex763 %\key{any single character except a newline}{. {\rm(dot)}}
870 %\key{beginning of node}{. {\rm (dot)}}
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwoman.el1640 (let ((dot (string-match "\\." bufname)))
1641 (if dot (setq bufname (concat
1642 (substring bufname (1+ dot)) " "
1643 (substring bufname 0 dot))))
2572 REQUEST is the invoking directive without the leading dot."
2624 REQUEST is the invoking directive without the leading dot.
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c3840 * no dot NULL 0
3842 * end with dot dot 1
3843 * .ext dot len of .ext
3844 * .ext:stream dot len of .ext without :stream (NT only)
3863 const char *last = p++, *dot = last; local
3865 if (*p == '.') dot = p;
3872 if (*last == '.' || dot > last) e = dot;
3875 e = p; /* get the last dot o
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dmakemenu.vim22 " isolate menu name: until the first dot
170 SynMenu DE.Dot:dot
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddoxygen.vim206 syn include @Dotx syntax/dot.vim
215 syn region doxygenDotRegion contained matchgroup=doxygenOther start=+\<dot\>+ matchgroup=doxygenOther end=+[\\@]\@<=\<enddot\>+ contains=doxygenDotRegionSpecial,doxygenErrorComment,doxygenContinueComment,@NoSpell,@Dotx
H A Dscheme.vim129 " ... and a single dot is not a number but a delimiter
H A Dpfmain.vim3 " Maintainer: KELEMEN Peter <Peter dot Kelemen at cern dot ch>
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfileio.c582 register char *p, *dot;
611 dot = index (p, '.');
612 if (dot)
615 size = strlen (out) + (dot - p);
616 strncat (out, p, dot - p);
578 register char *p, *dot; local
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm481 my $dot;
484 $dot = '_';
488 $dot = '.';
578 $default_file_extension{ $rOpts->{'format'} }, $dot );
581 make_extension( $rOpts->{'backup-file-extension'}, 'bak', $dot );
584 make_extension( $rOpts->{'html-toc-extension'}, 'toc', $dot );
587 make_extension( $rOpts->{'html-src-extension'}, 'src', $dot );
727 ( $fileroot, $dot ) = check_vms_filename($fileroot);
852 my $tee_file = $fileroot . $dot . "TEE";
873 my $warning_file = $fileroot . $dot
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm477 my $dot;
480 $dot = '_';
484 $dot = '.';
585 $default_file_extension{ $rOpts->{'format'} }, $dot );
611 make_extension( $rOpts->{'backup-file-extension'}, 'bak', $dot );
614 make_extension( $rOpts->{'html-toc-extension'}, 'toc', $dot );
617 make_extension( $rOpts->{'html-src-extension'}, 'src', $dot );
769 ( $fileroot, $dot ) = check_vms_filename($fileroot);
911 my $tee_file = $fileroot . $dot . "TEE";
940 my $warning_file = $fileroot . $dot
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c5397 char *symbol_name, *dot; local
5726 dot = rindex(symbol_name, '.');
5729 (dot != NULL && dot[1] == 'e' &&
5730 dot[2] == 'h' && dot[3] == '\0') )
/macosx-10.9.5/cctools-845/otool/
H A Dm68k_disasm.c163 #define PRINT_SYMBOL_DOT(sect, addr, dot) \
164 print_symbol((sect), (addr) - sect_addr, dot, sorted_relocs, \
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcftoken.l131 dot \.
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dtree.tcl1812 DropSite::setcursor dot
1877 DropSite::setcursor dot
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl983 $m2 add radiobutton -label "dot" -variable Popup(linestyle) -value dot \
1672 dot
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dsql.vim4 " Maintainer: David Fishburn <fishburn at ianywhere dot com>
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddighost.c454 char *dot = strchr(in, '.'); local
456 if (dot != NULL) {
458 result = reverse_octets(dot + 1, p, end);
464 len = dot - in;
3833 * Copy contents of 'buffer' to 'tmp1', supply trailing dot
3858 * If we have appended trailing dot, remove it.
3883 /* Append dot and origin */
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb487 def dot(series, xcrd, ycrd, value) method in class:Tk.XYPlot
488 tk_call_without_enc(@chart, 'dot', _get_eval_enc_str(series),
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/treectrl/
H A Ddemo.rb419 [ 'dot', [@popup[:linestyle], 'dot'], nil, '',
1173 dot
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl596 proc ::page::compiler::peg::mecpu::SynthNode/dot {n} {

Completed in 509 milliseconds

<<11121314