Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for user (0.2 sec)

  1. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java

        }
    
        public void setUser_Equal(String user) {
            setUser_Term(user, null);
        }
    
        public void setUser_Equal(String user, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setUser_Term(user, opLambda);
        }
    
        public void setUser_Term(String user) {
            setUser_Term(user, null);
        }
    
        public void setUser_Term(String user, ConditionOptionCall<TermQueryBuilder> opLambda) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 145.4K bytes
    - Viewed (0)
  2. cmd/site-replication.go

    			policyStats[pname][i] = srPolicy{SRIAMPolicy: pi, DeploymentID: sri.DeploymentID}
    		}
    		for user := range allUserWPolicies {
    			if _, ok := userPolicyStats[user]; !ok {
    				userPolicyStats[user] = make([]srPolicyMapping, numSites)
    			}
    			up := sri.UserPolicies[user]
    			userPolicyStats[user][i] = srPolicyMapping{SRPolicyMapping: up, DeploymentID: sri.DeploymentID}
    		}
    		for group := range allGroupWPolicies {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: User */
        public static final String LABELS_user_configuration = "{labels.user_configuration}";
    
        /** The key of the message: Name */
        public static final String LABELS_user_list_name = "{labels.user_list_name}";
    
        /** The key of the message: Password */
        public static final String LABELS_user_password = "{labels.user_password}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CallTest.kt

            .header("User-Agent", "App 1.0")
            .build()
        val response = client.newCall(request).execute()
        assertThat(response.body.string()).isEqualTo(
          "encrypted response from the origin server",
        )
        val connect = server.takeRequest()
        assertThat(connect.headers["Private"]).isNull()
        assertThat(connect.headers["User-Agent"]).isEqualTo(USER_AGENT)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java

        }
    
        public void setUser_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) {
            setUser_Terms("user", opLambda, null);
        }
    
        public void setUser_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsSearchLogCA> aggsLambda) {
            setUser_Terms("user", opLambda, aggsLambda);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 115.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

      - [beta] Server-side garbage collection is enabled by default. See [user-guide](http://kubernetes.io/docs/user-guide/garbage-collection/)
    - **Apps**
      - [alpha] Introducing 'ScheduledJobs', which allow running time based Jobs, namely once at a specified time or repeatedly at specified point in time. ([docs](http://kubernetes.io/docs/user-guide/scheduled-jobs/)) ([kubernetes/features#19](https://github.com/kubernetes/enhancements/issues/19))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_invalid_header_for_request_file = "{errors.invalid_header_for_request_file}";
    
        /** The key of the message: Could not delete logged in user. */
        public static final String ERRORS_could_not_delete_logged_in_user = "{errors.could_not_delete_logged_in_user}";
    
        /** The key of the message: Unauthorized request. */
        public static final String ERRORS_unauthorized_request = "{errors.unauthorized_request}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

                URL for the continuous integration system used by the project if it has a web interface.
              </description>
              <type>String</type>
            </field>
            <field>
              <name>notifiers</name>
              <version>4.0.0+</version>
              <description>Configuration for notifying developers/users when a build is unsuccessful,
                including user information and notification mode.</description>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

      * `--admission-control=...,PodSecurityPolicy,...`
    * Use authorization to limit users' ability to use specific PodSecurityPolicy objects
    
    **What is the impact?**
    
    A user that is authorized to create pods can make use of any existing PodSecurityPolicy, even ones they are not authorized to use.
    
    **How can I mitigate this prior to installing 1.5.5?**
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    component. ## Everything is Optional Each component in the new installer is optional. Users can install the component defined in the new installer, use the equivalent component in `istio-system`, configured with the official installer, or use a different version or implementation. For example you may use your own Prometheus and Grafana installs, or you may use a specialized/custom certificate provisioning tool, or use components that are centrally managed and running in a different cluster. This is a...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top