Searched refs:connect (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs-dialog.cc68 connect( box, SIGNAL(toggled(bool)), this, SLOT(checkBoxToggled(bool)));
76 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
100 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
114 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
141 connect( e, SIGNAL(editingFinished()), this, SLOT(timeEditingFinished()) );
163 connect( e, SIGNAL(editingFinished()), this, SLOT(lineEditingFinished()) );
179 connect( b, SIGNAL(clicked()), &session, SLOT(launchWebInterface()) );
192 hig->addWideControl( w = checkBoxNew( tr( "Only allow these IP a&ddresses to connect:" ), Prefs::RPC_WHITELIST_ENABLED ) );
284 connect( box, SIGNAL(activated(int)), this, SLOT(altSpeedDaysEdited(int)) );
345 connect(
[all...]
H A Ddetails.cc170 connect( buttons, SIGNAL(rejected()), this, SLOT(close()));
180 connect( &myTimer, SIGNAL(timeout()), this, SLOT(onTimer()));
181 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)) );
218 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
847 connect( box, SIGNAL(toggled(bool)), w, SLOT(setEnabled(bool)) );
1087 connect( c, SIGNAL(clicked(bool)), this, SLOT(onHonorsSessionLimitsToggled(bool)) );
1098 connect( c, SIGNAL(clicked(bool)), this, SLOT(onDownloadLimitedToggled(bool)) );
1099 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinished()));
1110 connect( c, SIGNAL(clicked(bool)), this, SLOT(onUploadLimitedToggled(bool)) );
1111 connect(
[all...]
H A Dwatchdir.cc91 connect( myWatcher, SIGNAL(directoryChanged(const QString&)), this, SLOT(watcherActivated(const QString&)));
124 connect( t, SIGNAL(timeout()), this, SLOT(onTimeout()));
H A Doptions.cc114 connect( p, SIGNAL(clicked(bool)), this, SLOT(onFilenameClicked()));
132 connect( p, SIGNAL(clicked(bool)), this, SLOT(onDestinationClicked()));
174 connect( b, SIGNAL(rejected()), this, SLOT(deleteLater()) );
175 connect( b, SIGNAL(accepted()), this, SLOT(onAccepted()) );
182 connect( myTree, SIGNAL(priorityChanged(const QSet<int>&,int)), this, SLOT(onPriorityChanged(const QSet<int>&,int)));
183 connect( myTree, SIGNAL(wantedChanged(const QSet<int>&,bool)), this, SLOT(onWantedChanged(const QSet<int>&,bool)));
185 connect( myVerifyButton, SIGNAL(clicked(bool)), this, SLOT(onVerify()));
187 connect( &myVerifyTimer, SIGNAL(timeout()), this, SLOT(onTimeout()));
403 connect( &mySession, SIGNAL(executed(int64_t,const QString&, struct tr_benc*)),
424 connect(
[all...]
H A Dfilterbar.cc425 connect( myLineEdit, SIGNAL(textChanged(QString)), this, SLOT(onTextChanged(QString)));
434 connect( p, SIGNAL(clicked(bool)), myLineEdit, SLOT(clear()));
437 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)));
438 connect( myActivityCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(onActivityIndexChanged(int)));
439 connect( myTrackerCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(onTrackerIndexChanged(int)));
440 connect( &myTorrents, SIGNAL(modelReset()), this, SLOT(onTorrentModelReset()));
441 connect( &myTorrents, SIGNAL(rowsInserted(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsInserted(const QModelIndex&,int,int)));
442 connect( &myTorrents, SIGNAL(rowsRemoved(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsRemoved(const QModelIndex&,int,int)));
443 connect( &myTorrents, SIGNAL(dataChanged(const QModelIndex&,const QModelIndex&)), this, SLOT(onTorrentModelDataChanged(const QModelIndex&,const QModelIndex&)));
444 connect( myRecountTime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp107 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
111 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
118 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.h62 #ifdef connect
63 #undef connect macro
65 #define connect(s,serv_addr,addrlen) swrap_connect(s,serv_addr,addrlen) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp107 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
111 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
118 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc406 connect(this, SIGNAL(selectionChanged(void)),
866 connect(backAction, SIGNAL(activated()), SLOT(goBack()));
869 connect(quitAction, SIGNAL(activated()), SLOT(close()));
871 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
873 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
875 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
877 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
879 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
881 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
886 connect(showNameActio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dgtkdictbrowser.py43 win.connect("destroy", mainquit)
71 self.entry.connect("activate", self.filter_activated)
79 self.list.connect("select_child", self.key_selected)
92 self.text.connect("event", self.event_handler)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc59 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Devbug.c100 .connect = evbug_connect,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A DMakefile.in114 am__libunittest_a_SOURCES_DIST = cmpt.c connect.c convert.c cookies.c \
119 css-tokens.h connect.h convert.h cookies.h ftp.h gen-md5.h \
126 libunittest_a-connect.$(OBJEXT) \
153 am__wget_SOURCES_DIST = cmpt.c connect.c convert.c cookies.c ftp.c \
158 css-tokens.h connect.h convert.h cookies.h ftp.h gen-md5.h \
164 am_wget_OBJECTS = cmpt.$(OBJEXT) connect.$(OBJEXT) convert.$(OBJEXT) \
670 wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
676 css-url.h css-tokens.h connect.h convert.h cookies.h \
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunittest_a-connect
[all...]
H A DMakefile114 am__libunittest_a_SOURCES_DIST = cmpt.c connect.c convert.c cookies.c \
119 css-tokens.h connect.h convert.h cookies.h ftp.h gen-md5.h \
126 libunittest_a-connect.$(OBJEXT) \
153 am__wget_SOURCES_DIST = cmpt.c connect.c convert.c cookies.c ftp.c \
158 css-tokens.h connect.h convert.h cookies.h ftp.h gen-md5.h \
164 am_wget_OBJECTS = cmpt.$(OBJEXT) connect.$(OBJEXT) convert.$(OBJEXT) \
670 wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
676 css-url.h css-tokens.h connect.h convert.h cookies.h \
793 include ./$(DEPDIR)/connect.Po
811 include ./$(DEPDIR)/libunittest_a-connect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-dapm.c180 p->connect = 1;
182 p->connect = 0;
194 p->connect = 0;
197 p->connect = 1;
213 p->connect = 0;
216 p->connect = 1;
231 p->connect = 1;
240 p->connect = 0;
245 /* connect mux widget to its interconnecting audio paths */
268 /* connect mixe
1159 dapm_mixer_update_power(struct snd_soc_dapm_widget *widget, struct snd_kcontrol *kcontrol, int connect) argument
1577 int connect; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpproto.c194 int max_packet_size, int connect,
205 if (connect)
206 url_add_option(buf, buf_size, "connect=1");
261 * 'connect=0/1' : do a connect() on the UDP socket
278 ttl, connect, local
294 connect = 0;
316 if (av_find_info_tag(buf, sizeof(buf), "connect", p)) {
317 connect = strtol(buf, NULL, 10);
335 connect, include_source
191 build_udp_url(char *buf, int buf_size, const char *hostname, int port, int local_port, int ttl, int max_packet_size, int connect, const char *include_sources, const char *exclude_sources) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSConnect.c85 result = connect(sfd, (const struct sockaddr *) addr,
110 result = connect(sfd, (const struct sockaddr *) addr,
175 * recall connect(). When select() returns an exception,
176 * the connection failed -- we can get the connect error
214 * [from Linux connect(2) page]
224 * whether connect completed successfully (SO_ERROR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/default/
H A DMakefile.am21 connect.gif \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c155 if (connect(fd, (struct sockaddr *) &pvcaddr,
157 fatal("connect(%s): %m", devnam);
216 connect: &connect_pppoatm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dinst.msg10 echo connect with a web browser to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dath.h100 int (*connect) (int s, void *addr, int length);
108 int (*connect) (int s, struct sockaddr *addr, socklen_t length);
98 int (*connect) (int s, void *addr, int length); member in struct:ath_ops
106 int (*connect) (int s, struct sockaddr *addr, socklen_t length); member in struct:ath_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h100 int (*connect) (int s, void *addr, int length);
108 int (*connect) (int s, struct sockaddr *addr, socklen_t length);
98 int (*connect) (int s, void *addr, int length); member in struct:ath_ops
106 int (*connect) (int s, struct sockaddr *addr, socklen_t length); member in struct:ath_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq-decoder.c228 ev->data.connect.sender.client, ev->data.connect.sender.port,
229 ev->data.connect.dest.client, ev->data.connect.dest.port);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-engine-plasmamule.cpp81 connect(timer, SIGNAL(timeout()), this, SLOT(timeout()));
184 connect (job, SIGNAL(data(KIO::Job *, const QByteArray&)), this,
263 connect (&m_dirwatcher, SIGNAL (dirty (const QString &)), SLOT (file_changed (const QString&)));
264 connect (&m_dirwatcher, SIGNAL (created (const QString &)), SLOT (new_file (const QString&)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A DMakefile37 sta/connect.o \

Completed in 141 milliseconds

1234567891011>>