Searched refs:application (Results 1 - 25 of 237) sorted by relevance

12345678910

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/apps/
H A Ddia9 # Meta description This application is a processor for documents
19 # Meta require diagram::application
25 package require diagram::application
27 diagram::application $argv
30 diagram::application::showerror $msg
/macosx-10.10/cups-408/cups/conf/
H A Dmime.convs.in41 application/postscript application/vnd.cups-postscript 66 pstops
49 application/vnd.cups-raster image/pwg-raster 100 rastertopwg
59 @DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
H A Dmime.types73 #application/msword doc string(0,<D0CF11E0A1B11AE1>)
74 application/pdf pdf regex(0,^[\\n\\r]*%PDF)
75 application/postscript ai eps ps string(0,%!) string(0,<04>%!) \
119 application/x-cshell csh printable(0,1024) + string(0,#!) +\
121 application/x-perl pl printable(0,1024) + string(0,#!) +\
123 application/x-shell sh printable(0,1024) + string(0,#!) +\
126 application/x-csource c cxx cpp cc C h hpp \
142 application/rss+xml rss
150 application/vnd.cups-banner string(0,'#CUPS-BANNER')
151 application/vn
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Drake_module.rb1 require 'rake/application'
9 def application method in class:Rake
10 @application ||= Rake::Application.new
13 # Set the current Rake application object.
14 def application=(app)
15 @application = app
18 # Return the original directory where the Rake application was started.
20 application.original_dir
30 application.options.rakelib ||= []
32 application
[all...]
H A Dtask.rb22 attr_accessor :application
60 application[prerequisite_name, @scope]
79 @application = app
160 if application.options.trace
161 application.trace "** Invoke #{name} #{format_trace_flags}"
182 if application.options.always_multitask
196 application.thread_pool.future(p) do |r|
215 if application.options.dryrun
216 application.trace "** Execute (dry run) #{name}"
219 if application
[all...]
H A Ddsl_definition.rb67 dir, _ = *Rake.application.resolve_args(args)
105 Rake.application.in_namespace(name, &block)
128 Rake.application.last_description = description
147 Rake.application.add_import(fn)
160 unless Rake.application.options.ignore_deprecate
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/sample/
H A Dcommon.conf1 Content-Type: application/X-atf-config; version="1"
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dexcel3.rb3 #application = WIN32OLE.new('Excel.Application.5')
4 application = WIN32OLE.new('Excel.Application')
6 application.visible = TRUE
7 workbook = application.Workbooks.Add();
H A Dexcel1.rb3 application = WIN32OLE.new('Excel.Application')
5 application.visible = TRUE
6 workbook = application.Workbooks.Add();
31 application.ActiveWorkbook.Close(0);
32 application.Quit();
/macosx-10.10/apache-793/conf/
H A Dphp5.conf2 AddType application/x-httpd-php .php
3 AddType application/x-httpd-php-source .phps
/macosx-10.10/ruby-106/ruby/bin/
H A Drake37 Rake.application.run
/macosx-10.10/ruby-106/ruby/lib/rake/ext/
H A Dmodule.rb5 require 'rake/application'
24 Rake.application.const_warning(const_name)
27 Rake.application.const_warning(const_name)
30 Rake.application.const_warning(const_name)
33 Rake.application.const_warning(const_name)
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab32 0 short 070707 binary cpio archive application/pax
33 0 string 070707 cpio archive application/pax
38 0 string 070701 System V asc cpio archive application/pax
40 0 string 070702 System V aschk cpio archive application/pax
42 0 long 0177555 System III ar archive application/x-ar
43 0 short 0177545 pdp11 ar archive application/x-ar
44 0 long 0x04034b50 zip archive application/zip
47 0 long 0x223e9f78 ms outlook tnef archive application/pax
48 0 string MSCF ms cabinet archive application/pax
52 0 string \x52\x61\x72\x21\x1a\x07 rar archive application/pa
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DApplicationCacheFrameContentView.css26 .content-view.application-cache-frame > .data-grid {
H A DApplicationCacheIcons.css26 .application-cache-manifest .icon {
30 .application-cache-frame .icon {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dmimetypes.tcl41 return application/x-directory
78 switch -- [Nv s 0 ] 1538 {emit application/x-alan-adventure-game} 387 {emit application/x-executable-file} -147 {emit application/data} -155 {emit application/data} -5536 {emit application/x-arj} -138 {emit application/data} -394 {emit application/data} -650 {emit application/x-lzh} 387 {emit application/
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake.rb26 old_app = Rake.application
28 Rake.application = fake_app
30 assert_equal fake_app, Rake.application
33 Rake.application = old_app
H A Dtest_rake_dsl.rb50 Rake.application.invoke_task :foo_deprecated_a
64 Rake.application.options.ignore_deprecate = true
67 Rake.application.invoke_task :foo_deprecated_a
75 Rake.application.options.ignore_deprecate = false
H A Dtest_rake_file_creation_task.rb37 t1 = Rake.application.intern(FileCreationTask, OLDFILE).enhance([NEWFILE])
38 t2 = Rake.application.intern(FileCreationTask, NEWFILE)
45 t1 = Rake.application.intern(FileCreationTask, OLDFILE).enhance([NEWFILE])
46 t2 = Rake.application.intern(FileCreationTask, NEWFILE)
52 t1 = Rake.application.intern(FileCreationTask, OLDFILE)
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dh_app_empty.cpp32 #include "atf-c++/detail/application.hpp"
34 class h_app_empty : public atf::application::app {
44 "A helper application for the bootstrap test suite that does nothing "
H A Dh_app_opts_args.cpp33 #include "atf-c++/detail/application.hpp"
36 class h_app_opts_args : public atf::application::app {
50 "A helper application for the bootstrap test suite that redefines the "
69 using atf::application::option;
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dhttp0serv.rb29 @res['content-type'] = 'application/octet-stream;'
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dextfileselectiondialog.rb20 mfsd = Tk::Iwidgets::Extfileselectiondialog.new(:modality=>:application)
H A Dfileselectiondialog.rb20 mfsd = Tk::Iwidgets::Fileselectiondialog.new(:modality=>:application)
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Dauthorize.m26 #include "application.h"
48 CFStringRef application;
50 application = CFBundleGetValueForInfoDictionaryKey( bundle, _kCFBundleDisplayNameKey );
52 if ( application == 0 )
54 application = CFBundleGetValueForInfoDictionaryKey( bundle, kCFBundleNameKey );
57 if ( application )
69 header = CFStringCreateWithFormat( kCFAllocatorDefault, 0, string, application, device );

Completed in 245 milliseconds

12345678910