Searched +refs:org +refs:execute +refs:file +refs:search +refs:functions (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddebchangelog.vim1 " Vim filetype plugin file (GUI menu, folding and completion)
3 " Maintainer: Debian Vim Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
5 " Stefano Zacchiroli <zack@debian.org>
8 " URL: http://hg.debian.org/hg/pkg-vim/vim/file/unstable/runtime/ftplugin/debchangelog.vim
43 " Helper functions returning various data.
72 execute "language time C"
74 execute "language time " . savelang
91 call search("^ -- ")
97 execute savelinenu
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A D2html.vim1 " Vim syntax support file
7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
18 " Transform a file into HTML, using the current syntax highlighting.
20 " this file uses line continuations
231 " Split window to create a buffer with the HTML file.
424 " Progessbar specific functions
477 " start searching at the last found index to make the search for the
526 " First do some preprocessing for dynamic folding. Do this for the entire file
555 execute
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm450 my ($exists) = $class->search($hash);
636 $sth->execute(values %$data);
681 my @rows = $class->search(%key_value);
742 eval { $self->sql_DeleteMe->execute($self->id) };
755 "Delete as class method is deprecated. Use search and delete_all instead."
782 my $rows = eval { $sth->execute($self->_update_vals, $self->id); };
1071 sub search { shift->_do_search("=" => @_) } subroutine
1124 $sth->execute(@$args) unless $sth->{Active};
1240 "Ordered search no longer exists. Pass order_by to search instea
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup9 # Some of the software in the LDAP search subroutine was orginally
12 # Both modules are available from the CPAN.org system.
179 $splashList->insert("0", "Reading initialization file")
184 &initializeProgram; # Read the dot file.
448 # Check for dot file, use it to configure program.
484 # first .tklkup file found is the one that will be used.
583 my $error = "Parsing configuration file found an undefined type: $_";
595 # Over ride the dot file if the -r command line
607 # Default directory search attributes.
633 # Default directory search bas
1929 sub search subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm91 __PACKAGE__->add_searcher(search => "Class::DBI::Search::Basic",);
424 my ($exists) = $class->search($hash);
624 $sth->execute(values %$data);
669 my @rows = $class->search(%key_value);
737 eval { $self->sql_DeleteMe->execute($self->id) };
754 "Delete as class method is deprecated. Use search and delete_all instead."
781 my $rows = eval { $sth->execute($self->_update_vals, $self->id); };
1108 my $search = Class::DBI::Search::Basic->new($class, @args);
1109 $search->type($type);
1110 $search
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
154 call append(1, '" Hit <CR> on a "set" line to execute it.')
161 " These functions are called often below. Keep them fast!
240 call append("$", "helpfile\tname of the main help file")
255 call append("$", "path\tlist of directory names used for file searching")
261 call append("$", "autochdir\tchange to directory of file in buffer")
266 call append("$", "incsearch\tshow match for partly typed search command")
268 call append("$", "magic\tchange the way backslashes are used in search patterns")
270 call append("$", "ignorecase\tignore case when using a search pattern")
282 call append("$", "include\tpattern for an include-file lin
[all...]
H A Dfiletype.vim1 " Vim support file to detect file types
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
37 " Pattern used to match file names which should not be inspected.
44 " file name matches ft_ignore_pat.
109 " Apache style config file
112 " Apache config file
132 " Arch Inventory file
167 " can be detected from the first five lines of the file.
191 " see if file contain
[all...]
H A Dmenu.vim1 " Vim support file to define the default menus
4 " Maintainer: Bram Moolenaar <Bram@vim.org>
21 " Try to find a menu translation file for the current language.
48 " same menu file for them.
248 let g:menutrans_path_dialog = "Enter search path for files.\nSeparate directory names with a comma."
318 let g:menutrans_fileformat_dialog = "Select format for writing the file"
343 " get NL separated string with file names
455 echomsg "Found spell file " . nm
593 " Buffer list menu -- Setup functions & actions
771 let g:menutrans_no_file = "[No file]"
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
116 or .conf file.
276 -- SOAP::Parser -- Parses XML file into object tree
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1118 # service => 'file:/your/local/path/StockQuoteService.wsdl',
1119 # service => 'file:./StockQuoteService.wsdl',
1149 perl "-MSOAP::Lite service=>'file
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
116 or .conf file.
276 -- SOAP::Parser -- Parses XML file into object tree
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1118 # service => 'file:/your/local/path/StockQuoteService.wsdl',
1119 # service => 'file:./StockQuoteService.wsdl',
1149 perl "-MSOAP::Lite service=>'file
[all...]

Completed in 185 milliseconds