Searched refs:execute (Results 226 - 250 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dada.vim55 execute "syntax keyword adaException " . b:Item['word']
58 execute 'syntax match adaAttribute "\V' . b:Item['word'] . '"'
67 execute "syntax keyword adaBuiltinType " . b:Item['word']
H A Daap.vim48 syn match aapCommand '^\s*:execute\>'
H A Dsinda.vim101 execute 'syn match sindaTodo ' . '"^'.thermal_todo.'.*$"'
H A Dsnobol4.vim60 syn match snobol4Statement "^-\(include\|copy\|module\|line\|plusopts\|case\|error\|noerrors\|list\|unlist\|execute\|noexecute\|copy\)"
H A Dtrasys.vim120 execute 'syn match trasysTodo ' . '"^'.thermal_todo.'.*$"'
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D034DBI.t168 $sth->execute;
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm629 ==> Should we try to re-execute the autoinstall process with 'sudo'?),
637 *** Trying to re-execute the autoinstall process with 'sudo'...
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGArgumentsSimplificationPhase.cpp582 insertionSet.execute(block);
606 insertionSet.execute(block);
H A DDFGIntegerCheckCombiningPhase.cpp304 m_insertionSet.execute(block);
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A Dmain.py121 result, output = test.config.test_format.execute(test,
355 lambda: test.config.test_format.execute(
417 group.add_option("", "--no-execute", dest="noExecute",
418 help="Don't execute any tests (assume PASS)",
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DMakefile.vc227 @echo * execute tclsh:
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dada.vim131 execute "compiler " . g:ada_default_compiler
/macosx-10.10.1/vim-55/runtime/macros/
H A Deditexisting.vim88 " Function used on the server to make the file visible and possibly execute a
H A Dshellmenu.vim111 imenu Set.Read commands but do not execute them set -n
/macosx-10.10.1/vim-55/runtime/plugin/
H A Dmatchparen.vim87 execute 'if' s_skip '| let s_skip = 0 | endif'
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/
H A DProjectDocs.pm279 At first, please execute follows.
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.cpp258 JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, ProtoCallFrame* protoCallFrame, bool isInitializationPass) function in class:JSC::CLoop
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp755 insert.execute();
761 bi.execute();
924 action.execute();
978 insert.execute();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp755 insert.execute();
761 bi.execute();
924 action.execute();
978 insert.execute();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompBroker.cpp298 // the minimal set of syscalls needed to execute the
332 std::unique_ptr<SyscallResult> result = syscall->execute(m_policy);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse-sel.el435 Move to the end position of EVENT, execute FORMS, and restore original
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dquery_command.rb64 def execute method in class:Gem
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.decls.h361 extern void execute (struct command *, volatile int, int *,
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex430 \key{execute macro stored in register {\it x}}{@ {\it x}}
589 \key{execute last keyboard macro on each line in the region}{\# g {\it m}}
686 \key{mark lines matching {\sl pat} and execute {\sl cmds} on these lines}{:g /{\sl pat}/ {\sl cmds}}
688 \key{mark lines {\it not\/} matching {\sl pat} and execute {\sl cmds} on these lines}{:v /{\sl pat}/ {\sl cmds}}
717 \key{execute shell command {\sl command}}{:!\ {\sl command}}
718 \key{execute previous shell command with {\it args} appended}{:!! {\sl args}}
H A Dvipcard.tex404 \key{execute macro stored in register {\it x}}{@ {\it x}}
538 \key{execute last keyboard macro on each line in the region}{\# g {\it m}}
638 \key{mark lines matching {\sl pat} and execute {\sl cmds} on these lines}{:g /{\sl pat}/ {\sl cmds}}
640 \key{mark lines {\it not\/} matching {\sl pat} and execute {\sl cmds} on these lines}{:v /{\sl pat}/ {\sl cmds}}
673 \key{execute shell command {\sl command}}{:!\ {\sl command}}

Completed in 442 milliseconds

1234567891011>>