Searched refs:dot (Results 76 - 100 of 332) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dperl6.vim8 " Based on ftplugin/perl.vim by Dan Sharp <dwsharp at hotmail dot com>
30 " Provided by Ned Konz <ned at bike-nomad dot com>
H A Dxhtml.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
H A Dxml.vim3 " Maintainer: Dan Sharp <dwsharp at users dot sourceforge dot net>
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dhebrew_cp1255.vim57 SR <Char-209> " shin-dot
58 SL <Char-210> " sin-dot
H A Dhebrewp_cp1255.vim53 SR <Char-209> " shin-dot
54 SL <Char-210> " sin-dot
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbzr.vim3 " Maintainer: Dmitry Vasiliev <dima at hlabs dot spb dot ru>
H A Dsvn.vim3 " Maintainer: Dmitry Vasiliev <dima at hlabs dot spb dot ru>
H A Ddot.vim3 " Filenames: *.dot
5 " URL: http://www.ocaml.info/vim/syntax/dot.vim
108 let b:current_syntax = "dot"
H A Dexpect.vim64 "floating point number, with dot, optional exponent
66 "floating point number, starting with a dot, optional exponent
68 "floating point number, without dot, with exponent
H A Dsl.vim37 "integer number, or floating point number without a dot and with "f".
40 "floating point number, with dot, optional exponent
42 "floating point number, starting with a dot, optional exponent
44 "floating point number, without dot, with exponent
H A Dsql.vim3 " Maintainer: David Fishburn <fishburn at ianywhere dot com>
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCWin64EH.cpp212 size_t dot = name.find('.', 1); local
213 if (dollar == StringRef::npos && dot == StringRef::npos)
215 if (dot == StringRef::npos)
217 if (dollar == StringRef::npos || dot < dollar)
218 return name.substr(dot);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsftable.c55 int base, fmt, flags, dot, width, precis; local
106 flags = dot = 0;
175 if((dot += 1) == 2)
196 fp[n].ft.size = dot;
199 if(dot <= 2)
200 need[dot] = n;
209 if(dot == 0)
211 else if(dot == 1)
213 else if(dot == 2)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Darray.c895 unsigned dot, digit, n; local
911 for(dot = 0; dot < (unsigned)save_ap->maxi; dot++)
913 if(save_ap->val[dot].cp)
915 if ((digit = dot)== 0)
924 up->cp = save_ap->val[dot].cp;
925 save_ap->val[dot].cp = 0;
1036 register unsigned dot; local
1068 dot
1542 register unsigned dot, n; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerUtilities.h42 // dot product
43 inline float dot(const FloatSize& a, const FloatSize& b) function in namespace:WebCore
83 // as p * n + d = 0, d = -p_0 * n. The asterisk is dot product.
178 // Compute dot products
179 float dot00 = dot(v0, v0);
180 float dot01 = dot(v0, v1);
181 float dot02 = dot(v0, v2);
182 float dot11 = dot(v1, v1);
183 float dot12 = dot(v1, v2);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfilelock.c436 char *at, *dot, *colon;
476 dot = rindex (lfinfo, '.');
477 if (!at || !dot)
488 owner->pid = atoi (dot + 1);
489 colon = dot;
499 len = dot - at - 1;
433 char *at, *dot, *colon; local
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Drelocate.cpp51 static const char dot[] = "."; local
68 s = (char *)dot;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos2.rb61 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
H A Dplotdemos3.rb71 %w(plus cross circle up down dot upfilled downfilled).each{|sym|
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkStyle.c629 char *dot;
650 dot = strchr(name, '.');
651 if (dot) {
652 genericId = CreateElement(dot+1, 0);
712 char *dot;
728 dot = strchr(name, '.');
729 if (!dot) {
732 genericId = Tk_GetElementId(dot+1);
618 char *dot; local
700 char *dot; local
/macosx-10.9.5/vim-53/runtime/
H A Dftplugin.vim28 " When there is a dot it is used to separate filetype names. Thus for
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsql.vim3 " Maintainer: David Fishburn <fishburn at ianywhere dot com>
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm19 CREATE TABLE [${vendor}_loader_test1.dot] (
44 "[${vendor}_loader_test1.dot]",
57 'got a resultset for table with dot in name');
60 'got an $rsrc->from for table with dot in name');
62 is ref($from), 'SCALAR', '->table with dot in name is a scalar ref';
64 is eval { $$from }, "[${vendor}_loader_test1.dot]",
65 '->table with dot in name has correct name';
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/t/lib/
H A Ddbixcsl_mssql_extra_tests.pm19 CREATE TABLE [${vendor}_loader_test1.dot] (
44 "[${vendor}_loader_test1.dot]",
57 'got a resultset for table with dot in name');
60 'got an $rsrc->from for table with dot in name');
62 is ref($from), 'SCALAR', '->table with dot in name is a scalar ref';
64 is eval { $$from }, "[${vendor}_loader_test1.dot]",
65 '->table with dot in name has correct name';
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dprint.c89 int dot; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
161 dot = 1;
492 if (!dot)

Completed in 236 milliseconds

1234567891011>>