- Sort Score
- Num 10 results
- Language All
Results 1031 - 1040 of 1,278 for plugin (0.05 seconds)
-
docs/fr/docs/deployment/fastapicloud.md
## Se connecter { #login } Vous devez vous assurer que vous avez déjà un compte **FastAPI Cloud** (nous vous avons invité depuis la liste d’attente 😉). Connectez-vous ensuite : <div class="termy"> ```console $ fastapi login You are logged in to FastAPI Cloud 🚀 ``` </div> ## Déployer { #deploy }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
// SPNEGO fessConfig.setSystemProperty("spnego.krb5.conf", form.spnegoKrb5Conf); fessConfig.setSystemProperty("spnego.login.conf", form.spnegoLoginConf); fessConfig.setSystemProperty("spnego.login.client.module", form.spnegoLoginClientModule); fessConfig.setSystemProperty("spnego.login.server.module", form.spnegoLoginServerModule); fessConfig.setSystemProperty("spnego.preauth.username", form.spnegoPreauthUsername);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbComSessionSetupAndX.java
} } else if (DISABLE_PLAIN_TEXT_PASSWORDS) { throw new RuntimeException("Plain text passwords are disabled"); } else if (useUnicode) { // plain text final String password = auth.getPassword(); lmHash = new byte[0]; ntHash = new byte[(password.length() + 1) * 2];Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 7.1K bytes - Click Count (0) -
docs/bigdata/README.md
After successful installation navigate to the Ambari UI `http://<ambari-server>:8080/` and login using the default credentials: [**_username: admin, password: admin_**]  ### **3.1 Configure Hadoop** Navigate to **Services** -> **HDFS** -> **CONFIGS** -> **ADVANCED** as shown below
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 14.7K bytes - Click Count (0) -
src/main/resources/fess_label_hi.properties
labels.busy_title=सेवा अस्थायी रूप से अनुपलब्ध labels.busy_message=सर्वर पर वर्तमान में अधिक भार है। कृपया बाद में पुनः प्रयास करें। labels.user_name=उपयोगकर्ता नाम labels.login=लॉगिन labels.login.placeholder_username=उपयोगकर्ता नाम labels.login.placeholder_password=पासवर्ड labels.login.title=लॉगिन labels.index_label=लेबल labels.index_lang=पसंदीदा भाषा labels.index_sort=क्रमबद्ध करें labels.index_num=प्रदर्शन गणना labels.logout_title=लॉगआउट
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 71.6K bytes - Click Count (0) -
src/main/resources/fess_label_zh_TW.properties
labels.page_not_found_title=頁面未找到。 labels.check_url=請檢查URL。 labels.busy_title=服務暫時無法使用 labels.busy_message=伺服器目前負載較高,請稍後再試。 labels.user_name=使用者名稱 labels.login=登入 labels.login.placeholder_username=使用者名稱 labels.login.placeholder_password=密碼 labels.login.title=登入 labels.index_label=標籤 labels.index_lang=首選語言 labels.index_sort=排序 labels.index_num=顯示數量 labels.logout_title=登出 labels.logout=登出
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
.github/workflows/create_issue.js
const pr_title = pr_resp.data.title; // Assign to PR owner and reviewers const assignees = pr_resp.data.assignees.concat(pr_resp.data.requested_reviewers); let assignee_logins = assignees.map(x => x.login); assignee_logins.push(pr_resp.data.user.login); console.log(assignee_logins); // Create an new GH Issue and reference the Original PR const resp = await github.rest.issues.create({ owner, repo, assignees: assignee_logins,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Oct 18 23:04:59 GMT 2021 - 2.8K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/DefaultSettingsBuilder.java
problems.setSource(""); userSettings = interpolate(userSettings, request, problems); // for the special case of a drive-relative Windows path, make sure it's absolute to save plugins from trouble String localRepository = userSettings.getLocalRepository(); if (localRepository != null && !localRepository.isEmpty()) { File file = new File(localRepository);Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 9.5K bytes - Click Count (0) -
docs/ja/docs/deployment/fastapicloud.md
# FastAPI Cloud { #fastapi-cloud } [FastAPI Cloud](https://fastapicloud.com) に **コマンド1つ** でデプロイできます。まだならウェイティングリストにご登録ください。🚀 ## ログイン { #login } すでに **FastAPI Cloud** アカウントをお持ちであることを確認してください(ウェイティングリストからご招待しています 😉)。 次にログインします: <div class="termy"> ```console $ fastapi login You are logged in to FastAPI Cloud 🚀 ``` </div> ## デプロイ { #deploy } では、**コマンド1つ** でアプリをデプロイします: <div class="termy">Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 2.4K bytes - Click Count (0) -
src/main/java/jcifs/pac/kerberos/KerberosTicket.java
import java.security.GeneralSecurityException; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import javax.security.auth.kerberos.KerberosKey; import javax.security.auth.login.LoginException; import org.bouncycastle.asn1.ASN1InputStream; import org.bouncycastle.asn1.ASN1Integer; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycastle.asn1.ASN1TaggedObject;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.7K bytes - Click Count (0)