Home
last modified time | relevance | path

Searched refs:AutoLoad (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/devel/p5-System-Sub/System-Sub-0.162800/lib/System/Sub/
H A DAutoLoad.pm3 package System::Sub::AutoLoad;
4 $System::Sub::AutoLoad::VERSION = '0.162800';
14 my %AutoLoad;
26 $AutoLoad{$fq_name} = shift if @_ && ref $_[0];
43 my $options = delete $AutoLoad{$fq_name};
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxwidgetsguiconfigpanel.cpp72AutoLoad = new wxTextCtrl(this, ID_TEXTCTRL1, wxEmptyString, wxDefaultPosition, wxSize(218,102), w… in BEGIN_EVENT_TABLE()
73 StaticBoxSizer1->Add(AutoLoad, 1, wxTOP|wxEXPAND, 5); in BEGIN_EVENT_TABLE()
111 AutoLoad->AppendText(m_GUI->m_LoadedResources[i]); in BEGIN_EVENT_TABLE()
112 AutoLoad->AppendText(_T("\n")); in BEGIN_EVENT_TABLE()
165 wxString CurrentContent = AutoLoad->GetValue(); in OnButton1Click()
168 AutoLoad->AppendText(_T("\n")); in OnButton1Click()
170 AutoLoad->AppendText(FileName); in OnButton1Click()
171 AutoLoad->AppendText(_T("\n")); in OnButton1Click()
177 AutoLoad->Clear(); in OnButton2Click()
192 wxStringTokenizer Tokens(AutoLoad->GetValue(),_T("\n")); in OnApply()
H A Dwxwidgetsguiconfigpanel.h69 wxTextCtrl* AutoLoad; variable
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/08_HLR/src/
H A DSelectionDialog.cpp95 VERIFY(TopView.AutoLoad (IDC_TopView, this)); in BEGIN_MESSAGE_MAP()
96 VERIFY(BottomView.AutoLoad (IDC_BottomView, this)) ; in BEGIN_MESSAGE_MAP()
97 VERIFY(LeftView .AutoLoad (IDC_LeftView , this)) ; in BEGIN_MESSAGE_MAP()
98 VERIFY(RightView .AutoLoad (IDC_RightView , this)) ; in BEGIN_MESSAGE_MAP()
99 VERIFY(FrontView .AutoLoad (IDC_FrontView , this)) ; in BEGIN_MESSAGE_MAP()
100 VERIFY(BackView .AutoLoad (IDC_BackView , this)) ; in BEGIN_MESSAGE_MAP()
101 VERIFY(AxoView .AutoLoad (IDC_AxoView , this)) ; in BEGIN_MESSAGE_MAP()
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/functions/lisp/
H A DAutoLoad.java46 public class AutoLoad extends LispFunction class
52 public AutoLoad(Symbol name, LispObject data) in AutoLoad() method in AutoLoad
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DAutoLoad.java43 class AutoLoad extends LispFunction class
49 AutoLoad(Symbol name, LispObject data) in AutoLoad() method in AutoLoad
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/co/codemist/jlisp/
H A DAutoLoad.java40 class AutoLoad extends LispFunction class
46 AutoLoad(Symbol name, LispObject data) in AutoLoad() method in AutoLoad
/dports/lang/perl5.30/perl-5.30.3/cpan/Module-Load-Conditional/t/to_load/
H A DAutoLoad.pm1 package AutoLoad; package
/dports/lang/perl5.34/perl-5.34.0/cpan/Module-Load-Conditional/t/to_load/
H A DAutoLoad.pm1 package AutoLoad; package
/dports/lang/perl5.32/perl-5.32.1/cpan/Module-Load-Conditional/t/to_load/
H A DAutoLoad.pm1 package AutoLoad; package
/dports/devel/p5-Module-Load-Conditional/Module-Load-Conditional-0.74/t/to_load/
H A DAutoLoad.pm1 package AutoLoad; package
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Module-Load-Conditional/t/to_load/
H A DAutoLoad.pm1 package AutoLoad; package
/dports/www/interchange/interchange-5.6.3/extensions/benchtimes/
H A Dcatalog.cfg.add2 AutoLoad benchtimes_start
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DAutoLoad.pm18 package AI::MXNet::AutoLoad;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DAutoLoad.pm18 package AI::MXNet::AutoLoad;
/dports/graphics/cegui/cegui-0.8.7/doc/doxygen/
H A Dxml_confg.dox54 - \<AutoLoad\> elements.
92 @section xml_config_autoload \<AutoLoad\>
112 - The \<AutoLoad\> element may only appear as a sub-element of the
114 - The \<AutoLoad\> element may not contain any sub-elements.
283 should be loaded via the \<AutoLoad\> element). If this element appears
/dports/devel/p5-System-Sub/System-Sub-0.162800/t/
H A D21-AUTOLOAD.t10 use System::Sub::AutoLoad;
H A D00-compile.t13 'System/Sub/AutoLoad.pm'
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/
H A DLispReader.java26 import org.mathpiper.mpreduce.functions.lisp.AutoLoad;
354 AutoLoad wa = new AutoLoad(null, null); in readObjectIncrement()
692 AutoLoad wa = (AutoLoad) stack.peek(); in readObjectIncrement()
698 AutoLoad wa = (AutoLoad) stack.pop(); in readObjectIncrement()
/dports/devel/p5-System-Sub/System-Sub-0.162800/
H A DMANIFEST13 lib/System/Sub/AutoLoad.pm
/dports/devel/p5-Module-Load-Conditional/Module-Load-Conditional-0.74/
H A DMANIFEST9 t/to_load/AutoLoad.pm
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/lib/Net/Jabber/Dialback/
H A DResult.pm215 &Net::Jabber::AutoLoad($self,$AUTOLOAD,@_);
H A DVerify.pm225 &Net::Jabber::AutoLoad($self,$AUTOLOAD,@_);
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/demos_lazarus/Python_Console/
H A Dformmain.lfm27 AutoLoad = False
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/3d/voxel/
H A Dsettings.gd14 printerr("Error: Settings is an AutoLoad singleton and it shouldn't be instanced elsewhere.")

12345678910>>...22