Apache Unomi 1.x - Documentation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 11.7.6. Predefined child conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . service based on the geonames database ( http://www.geonames.org/ ). It can be used to create conditions on countries or cities. In order to use it, you need to install the Geonames database into . Get nomi.custom.system.properties file 2.5.8. SCRIPTING SECURITY By default, scripting (using in conditions, segments and rules) is controlled by a custom classloader that is quite restrictive and using0 码力 | 158 页 | 3.65 MB | 1 年前3
Apache Unomi 2.x - Documentationtwo IDs and their associated conditions (only a condition on var1 is passed in this case) as well as an option to indicate which is the fallback variant in case no conditions are matched. The HTML part geonames database ( http://www.geonames.org/ (http://www.geonames.org/) ). It can be used to create conditions on countries or cities. In order to use it, you need to install the Geonames database into . Get geme} Conditions submitted through the context.json public endpoint are first sanitized, meaning that any scripting directly injected is removed. However, as conditions can use sub conditions that include0 码力 | 117 页 | 4.78 MB | 1 年前3
EXPLORATION OF C++20 METAPROCRAMMINGtemplates to existing code • Part II: Overload resolution and ADL • Part III: Conditions at compile time pre C++20 • Part IV: Conditions at compile time using C++20 (and beyond…) • Part V: Advanced methods for Error). • We will get an error if we try to call a function with no viable candidates.PART III: CONDITIONS AT COMPILE TIME PRE C++20 18: • type_traits are part of library. • Verified type trait (since C++20): • A constexpr function. • Identifies a situation. 19 PART III: CONDITIONS AT COMPILE TIME PRE C++20 : overview • Classes: • Queries • Helper classes (is constant) 0 码力 | 50 页 | 2.59 MB | 6 月前3
CakePHP Cookbook Documentation 5.xEnvironment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Reading the HTTP Method Restricting Which HTTP method an Action arguments.php#functions.named-arguments] instead. For e.g. instead of find('all', ['conditions' => $array]) use find('all', conditions: $array). Similarly for custom finder options, instead of find('list', ['valueField' find('list', valueField: 'name') or multiple named arguments like find(type: 'list', valueField: 'name', conditions: $array). New Features Improved type checking CakePHP 5 leverages the expanded type system feature0 码力 | 1080 页 | 939.39 KB | 1 年前3
Spring Boot 2.5.0-M3 Reference Documentation . . 288 Class Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 289 Bean Conditions . . . . . . . . . 289 Property Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 Resource Conditions. . . . . . . . . 290 Web Application Conditions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 290 SpEL Expression Conditions. . . . . . . . . . .0 码力 | 681 页 | 13.41 MB | 1 年前3
CakePHP Cookbook 2.x
method to turn a set of POSTed model data (from HtmlHelper- compatible inputs) into a set of find conditions for a model. This function offers a quick shortcut on building search logic. For example, an administrative that form to craft find conditions: public function index() { $conditions = $this->postConditions($this->request->data); $orders = $this->Order->find('all', compact('conditions')); $this->set('orders' Olde' $conditions = $this->postConditions( $this->request->data, array( 'num_items' => '>=', 'referrer' => 'LIKE' ) ); $orders = $this->Order->find('all', compact('conditions'));0 码力 | 1096 页 | 958.62 KB | 1 年前3
CakePHP Cookbook Documentation 5.xdeprecated. Use named arguments34 instead. For e.g. instead of find('all', ['conditions' => $array]) use find('all', conditions: $array). Similarly for custom finder options, instead of find('list', ['valueField' find('list', valueField: 'name') or multiple named arguments like find(type: 'list', valueField: 'name', conditions: $array). New Features Improved type checking CakePHP 5 leverages the expanded type system feature the special named arguments for setting query clauses. find('byCategoryOrUser', userId: $somevar, conditions: ['enabled' => true]). A similar change has been applied to the RepositoryInterface::get() method:0 码力 | 848 页 | 2.53 MB | 1 年前3
CakePHP Cookbook 2.x
method to turn a set of POSTed model data (from HtmlHelper-compatible inputs) into a set of find conditions for a model. This function offers a quick shortcut on building search logic. For example, an adminis- that form to craft find conditions: public function index() { $conditions = $this->postConditions($this->request->data); $orders = $this->Order->find('all', compact('conditions')); $this->set('orders' contain 'Ye Olde' $conditions = $this->postConditions( $this->request->data, array( 'num_items' => '>=', 'referrer' => 'LIKE' ) ); $orders = $this->Order->find('all', compact('conditions')); The third0 码力 | 820 页 | 2.52 MB | 1 年前3
CakePHP Cookbook 4.x
Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Reading the HTTP Method Restricting Which HTTP method an Action Aggregate functions now support FILTER (WHERE ...) clauses. Postgres and SQLServer now support HAVING conditions on aggregate functions with aliases. FunctionsBuilder::cast() was added. Common Table Expression object and an array of options as parameters. Finders can manipulate the query and add any required conditions or criteria. When complete, finder methods must return a modified query object. In our finder we’ve0 码力 | 1249 页 | 1.04 MB | 1 年前3
CakePHP Cookbook 3.x
Environment Variables (from $_SERVER and $_ENV) XML or JSON Data Path Information Checking Request Conditions Session Data Host and Domain Name Reading the HTTP Method Restricting Which HTTP method an Action pages. Previously only the first page could be sorted by more than one column. Furthermore, sort conditions defined in the query string are prepended to the default order parameters now instead of fully Query::whereInList()/Query::whereNotInList() have been added as standalone wrappers around IN/NOT IN conditions. Routing Cake\Routing\Route\EntityRoute was added. This route class makes building routes that0 码力 | 1244 页 | 1.05 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













