Searched refs:loading (Results 1 - 25 of 133) sorted by relevance

123456

/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D39no-so.t24 is( $@, '', 'No error loading DateTime without DateTime.so file' );
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dmixal-mode.el134 '((LDA loading "load A" 8 field
140 (LDX loading "load X" 15 field
146 (LD1 loading "load I1" 9 field
153 (LD2 loading "load I2" 10 field
160 (LD3 loading "load I3" 11 field
167 (LD4 loading "load I4" 12 field
174 (LD5 loading "load I5" 13 field
181 (LD6 loading "load I6" 14 field
188 (LDAN loading "load A negative" 16 field
194 (LDXN loading "loa
[all...]
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclsh.i15 when using dynamic loading. To make an interface file work with
16 both static and dynamic loading, put something like this in your
H A Dwish.i15 not be used with dynamic loading. To make an interface file work with
16 both static and dynamic loading, put something like this in your
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontLoader.idl48 readonly attribute boolean loading;
H A DFontLoader.h59 DEFINE_ATTRIBUTE_EVENT_LISTENER(loading);
69 bool loading() const { return m_loadingCount > 0; } function in class:WebCore::FontLoader
/macosx-10.9.5/ruby-104/ruby/
H A Dload.c474 goto loading;
479 loading:
523 rb_feature_provided(const char *feature, const char **loading) argument
535 if (rb_feature_p(feature, ext, TRUE, FALSE, loading)) return TRUE;
539 if (rb_feature_p(feature, ext, FALSE, FALSE, loading)) return TRUE;
543 if (rb_feature_p(feature, 0, TRUE, FALSE, loading))
624 /* an error on loading don't include INT2FIX(TAG_FATAL) see r35625 */
670 * file be propagated to the loading environment.
710 /* loading ruby library should be serialized. */
729 rb_warning("loading i
836 const char *loading; local
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-loadmethod.mm318 * image loading during a +load, and make sure that no
337 static BOOL loading = NO;
343 if (loading) return;
344 loading = YES;
362 loading = NO;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DAAA.test34 test {Force auto-loading through inheritance} {
/macosx-10.9.5/vim-53/runtime/
H A Dindent.vim1 " Vim support file to switch on loading indent files for file types
H A Dftplugin.vim1 " Vim support file to switch on loading plugins for file types
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DODBC.pm32 This class simply provides a mechanism for discovering and loading a sub-class
H A DOracle.pm35 This class simply provides a mechanism for discovering and loading a sub-class
/macosx-10.9.5/mail_cmds-29/mail/
H A Dglob.h59 EXTERN int loading; /* Loading user definitions */ variable
H A Daux.c307 sstack[ssp].s_loading = loading;
309 loading = 0;
333 loading = sstack[ssp].s_loading;
336 sourcing = loading;
H A Dlex.c259 if (loading)
470 if (loading)
729 loading = 1;
732 loading = 0;
/macosx-10.9.5/CPANInternal-140/PlRPC/
H A DMakefile.PL21 While loading the Sys::Syslog module, I received the following error message:
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/
H A DMakefile.PL21 While loading the Sys::Syslog module, I received the following error message:
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDataSource.idl136 HRESULT isLoading([out, retval] BOOL* loading);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A DNWGNUmod_test98 NLM_DESCRIPTION = DSO NLM to test the apr DSO loading layer
/macosx-10.9.5/apr-30/apr/apr/test/
H A DNWGNUmod_test98 NLM_DESCRIPTION = DSO NLM to test the apr DSO loading layer
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDataSource.h78 /* [retval][out] */ BOOL *loading);
H A DWebDataSource.cpp241 /* [retval][out] */ BOOL* loading)
243 *loading = m_loader->isLoadingInAPISense();
240 isLoading( BOOL* loading) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/
H A Dutil.cpp140 QCOMPARE(m_webView->loading(), true);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile29 SHOPT_DYNAMIC == 1 /* dynamic loading for builtins */

Completed in 247 milliseconds

123456