Searched refs:explanation (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js287 var explanation = null;
290 case "O": explanation = "Optimistic unchoke"; break;
291 case "D": explanation = "Downloading from this peer"; break;
292 case "d": explanation = "We would download from this peer if they'd let us"; break;
293 case "U": explanation = "Uploading to peer"; break;
294 case "u": explanation = "We would upload to this peer if they'd ask"; break;
295 case "K": explanation = "Peer has unchoked us, but we're not interested"; break;
296 case "?": explanation = "We unchoked this peer, but they're not interested"; break;
297 case "E": explanation = "Encrypted Connection"; break;
298 case "H": explanation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.h144 #define _dbus_assert_not_reached(explanation) do { } while (0)
146 void _dbus_real_assert_not_reached (const char *explanation,
149 #define _dbus_assert_not_reached(explanation) \
150 _dbus_real_assert_not_reached (explanation, __FILE__, __LINE__)
H A Ddbus-internals.c64 * The given explanation will be printed.
66 * @param explanation explanation of what happened if the code was reached.
941 * @param explanation what was reached that shouldn't have been
946 _dbus_real_assert_not_reached (const char *explanation, argument
951 file, line, _dbus_pid_for_log (), explanation);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_nl.h84 uint32_t explanation; member in struct:lpfc_lsrjt_event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c760 reason ? reason : "no explanation provided"));
780 void exit_server(const char *const explanation) argument
782 exit_server_common(SERVER_EXIT_ABNORMAL, explanation);
785 void exit_server_cleanly(const char *const explanation) argument
787 exit_server_common(SERVER_EXIT_NORMAL, explanation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttag.tex47 See explanation (returned position is marked with `|'):
61 See explanation (returned position is marked with `|'):
75 See explanation (returned position is marked with `|'):
H A Dhtmlcell.tex46 See explanation:
H A Dhtprint.tex95 (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}
H A Dflexsizr.tex152 explanation of these values.
166 see there for their explanation.
H A Dhtdcrend.tex70 (see \helpref{wxFileSystem}{wxfilesystem} for detailed explanation)}
H A Dview.tex204 See \helpref{GetFrame}{wxviewgetframe} for the explanation about the mismatch
H A Dsocket.tex669 of flags being used. For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}
704 of flags being used. For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}.
744 For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}.
939 of flags being used. For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}.
980 For a detailed explanation, see \helpref{wxSocketBase::SetFlags}{wxsocketbasesetflags}.
H A Dhtcell.tex131 \helponly{See explanation:
H A Drichtextbuffer.tex226 See \helpref{BeginNumberedBullet}{wxrichtextbufferbeginnumberedbullet} for an explanation of how indentation is used to render the bulleted paragraph.
233 an explanation of how indentation is used to render the bulleted paragraph.
H A Dthread.tex203 See \helpref{wxThread deletion}{deletionwxthread} for a broader explanation of this routine.
474 See \helpref{wxThread deletion}{deletionwxthread} for a broader explanation of this routine.
H A Dcmdlpars.tex207 application-specific text before the explanation given by
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c676 char *explanation; local
680 explanation = "no device";
683 explanation = "endpoint not enabled";
686 explanation = "endpoint stalled";
689 explanation = "not enough bandwidth";
692 explanation = "device disabled";
695 explanation = "device suspended";
701 explanation = "internal error";
707 explanation = "protocol error";
712 explanation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_frei0r.c164 "idx:%d name:'%s' type:%s explanation:'%s' ",
171 info.explanation);
324 "name:%s author:'%s' explanation:'%s' color_model:%s "
326 pi->name, pi->author, pi->explanation,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_frei0r.c147 "idx:%d name:'%s' type:%s explanation:'%s' ",
154 info.explanation);
267 "name:%s author:'%s' explanation:'%s' color_model:%s "
269 pi->name, pi->author, pi->explanation,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dhdparm.c890 static void confirm_i_know_what_i_am_doing (const char *opt, const char *explanation) argument
895 "Program aborted.\n", opt, explanation);
900 static void confirm_please_destroy_my_drive (const char *opt, const char *explanation) argument
905 "Program aborted.\n", opt, explanation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsparccpuid.S375 ! see above for explanation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsparccpuid.S375 ! see above for explanation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html5355 return &$I('%{acronym_like} (%{explanation})', {'acronym_like' => $opening . $acronym_text . "</$attribute>", 'explanation' => $explanation_text})
5548 '%{acronym_like} (%{explanation})' => '',
5675 '%{acronym_like} (%{explanation})' => '',
5798 '%{acronym_like} (%{explanation})' => '',
5925 '%{acronym_like} (%{explanation})' => '',
6098 '%{acronym_like} (%{explanation})' => '',
6243 '%{acronym_like} (%{explanation})' => '',
6370 '%{acronym_like} (%{explanation})' => '',
6497 '%{acronym_like} (%{explanation})'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex64 Probably, after this explanation you have already guessed another method
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile-engine.mk11 # Suite wizard for detailed explanation of each variable):

Completed in 294 milliseconds

12