Home
last modified time | relevance | path

Searched full:status (Results 51 – 75 of 3084) sorted by last modified time

12345678910>>...124

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Druby.php101 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
H A Dscl.php74 'PRINT','START','STOP','RESUME','STATUS','USTATUS','CONTROL','C_CNTRL','X_SEND','X_RCV',
H A Dcss.php558 'status-bar',
H A Dfortran.php63 'readwrite','recl','sequential','status','unformatted','unit'
H A Djava5.php340 'CertPathTrustManagerParameters', 'HandshakeCompletedEvent', 'HandshakeCompletedListener', 'HostnameVerifier', 'HttpsURLConnection', 'KeyManager', 'KeyManagerFactory', 'KeyManagerFactorySpi', 'KeyStoreBuilderParameters', 'ManagerFactoryParameters', 'SSLContext', 'SSLContextSpi', 'SSLEngine', 'SSLEngineResult', 'SSLEngineResult.HandshakeStatus', 'SSLEngineResult.Status', 'SSLException', 'SSLHandshakeException', 'SSLKeyException', 'SSLPeerUnverifiedException', 'SSLPermission', 'SSLProtocolException', 'SSLServerSocket', 'SSLServerSocketFactory', 'SSLSession', 'SSLSessionBindingEvent', 'SSLSessionBindingListener', 'SSLSessionContext', 'SSLSocket', 'SSLSocketFactory', 'TrustManager', 'TrustManagerFactory', 'TrustManagerFactorySpi', 'X509ExtendedKeyManager', 'X509KeyManager', 'X509TrustManager'
/dokuwiki/inc/
H A Dcommon.php171 // set info about manager/admin status.
/dokuwiki/lib/plugins/extension/lang/vi/
H A Dlang.php56 $lang['status'] = 'Trạng thái:';
/dokuwiki/lib/exe/
H A Dfetch.php44 [$STATUS, $STATUSMESSAGE] = checkFileStatus($MEDIA, $FILE, $REV, $WIDTH, $HEIGHT);
57 'status' => $STATUS,
71 // handle the file status
75 if ($data['status'] > 300 && $data['status'] <= 304) {
79 // send any non 200 status
80 if ($data['status'] != 200) {
81 http_status($data['status'], $data['statusmessage']);
84 if ($data['status'] > 20
[all...]
/dokuwiki/lib/plugins/extension/lang/de/
H A Dlang.php65 $lang['status'] = 'Status';
/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dlang.php57 $lang['status'] = 'Status';
/dokuwiki/lib/plugins/extension/lang/el/
H A Dlang.php55 $lang['status'] = 'Κατάσταση:';
/dokuwiki/lib/plugins/extension/lang/es/
H A Dlang.php61 $lang['status'] = 'Estado:';
/dokuwiki/lib/plugins/extension/lang/fa/
H A Dlang.php58 $lang['status'] = 'وضعیت';
/dokuwiki/lib/plugins/extension/lang/fr/
H A Dlang.php61 $lang['status'] = 'État :';
/dokuwiki/lib/plugins/extension/lang/hr/
H A Dlang.php56 $lang['status'] = 'Status:';
/dokuwiki/lib/plugins/extension/
H A Dadmin.php90 $status = $extension->uninstall();
91 if ($status) {
105 $status = $extension->enable();
106 if ($status !== true) {
107 msg($status, -1);
117 $status = $extension->disable();
118 if ($status !== true) {
119 msg($status, -1);
H A Dcli.php25 "Status codes:\n" .
42 $options->registerOption('filter', 'Filter by this status', 'f', 'status', 'list');
158 $status = $ext->enable();
161 $status = $ext->disable();
165 if ($status !== true) {
166 $this->error($status);
197 $status = $ext->uninstall();
198 if ($status) {
321 * @param string $filter filter for this status
[all...]
/dokuwiki/lib/plugins/extension/lang/bg/
H A Dlang.php54 $lang['status'] = 'Състояние:';
/dokuwiki/lib/plugins/extension/lang/ca/
H A Dlang.php56 $lang['status'] = 'Estat:';
/dokuwiki/lib/plugins/extension/lang/ckb/
H A Dlang.php56 $lang['status'] = 'دۆخ:';
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php853 * @param bool $status_alert whether status alert should be shown
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php640 * Channel Status
834 * Exit status returned from ssh if any
3067 * Indicates the DATA status on the given channel
3146 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3207 * @throws InsufficientSetupException on unexpected channel status, possibly due to closure
3423 * Returns a channel identifier, presently of the last interactive channel opened, regardless of current status.
4038 * - if the channel status is CHANNEL_OPEN and the response was CHANNEL_OPEN_CONFIRMATION
4039 * - if the channel status is CHANNEL_REQUEST and the response was CHANNEL_SUCCESS
4040 * - if the channel status is CHANNEL_CLOSE and the response was CHANNEL_CLOSE
4044 * - if the channel status i
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php146 * @return bool Success status
156 * @return bool Success status
/dokuwiki/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php427 * @var int HTTP status code
1873 $this->error = "A feed could not be found at `$this->feed_url`; the status code is `$copyStatusCode` and content-type is `$copyContentType`";
1924 * Get the last HTTP status code
1926 * @return int Status code
2083 * except in the case of an `HTTP 301 Moved Permanently` status response,

12345678910>>...124