Home
last modified time | relevance | path

Searched refs:condition (Results 126 – 150 of 235) sorted by relevance

12345678910

/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1119 public $condition; variable in Google_BucketLifecycleRule
1126 public function setCondition(Google_BucketLifecycleRuleCondition $condition) { argument
1127 $this->condition = $condition;
1130 return $this->condition;
/plugin/publistf/
H A DCHANGELOG.md54 not correctly parsed when using a single condition. E.g. "only:a=b" would
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php1489 foreach ($oldConditions as $condition) {
1490 $oldConds .= token_name($condition).',';
1496 foreach ($tokens[$x]['conditions'] as $condition) {
1497 $newConds .= token_name($condition).',';
/plugin/farmer/lang/fr/
H A Dtab_new_help.txt12 en bon anglais)), un nom d'hôte suffit, à condition
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md32 * Arithmetic: Fix division zero condition. (Marc Gratch, 2016-01-28T15:34:24-06:00)
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css73 .bpmn-icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
75 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
129 .bpmn-icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
146 .bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' …
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css74 .bpmn-icon-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */
76 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
129 .bpmn-icon-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */
146 .bpmn-icon-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' …
/plugin/fedauth/
H A Daction.php93 * this condition to recognize an AJAX call. Custom AJAX handlers should be
/plugin/tagfilter/script/select2/
H A DREADME.md73 use of this software only upon the condition that you accept all of the terms of either the Apache
/plugin/authhttp/
H A DREADME32 If the first condition is not true, ie. the plugin DOES provide the named
37 Now if the second condition is ALSO not true, there can be inconsistencies
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst94 * Added a condition to ensure that functions.php can be required multiple times
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js662 begin: function(condition) {
663 this.conditionStack.push(condition);
679 pushState: function(condition) {
680 this.begin(condition);
H A Dsequence-diagram-snap-min.js6condition){this.conditionStack.push(condition)},popState:function(){var n=this.conditionStack.leng…
H A Dsequence-diagram-raphael.js662 begin: function(condition) {
663 this.conditionStack.push(condition);
679 pushState: function(condition) {
680 this.begin(condition);
H A Dsequence-diagram.js662 begin: function(condition) {
663 this.conditionStack.push(condition);
679 pushState: function(condition) {
680 this.begin(condition);
H A Dsequence-diagram-raphael-min.js6condition){this.conditionStack.push(condition)},popState:function(){var n=this.conditionStack.leng…
H A Dsequence-diagram-min.js6condition){this.conditionStack.push(condition)},popState:function(){var n=this.conditionStack.leng…
/plugin/data-au/_test/
H A Dhelper.test.php341 …if (!$plugininstalled) $this->markTestSkipped('Pre-condition not satisfied: translation plugin mus…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Ddebugger.css111 .sourceRow[breakpoint="true"][condition="true"] > .sourceLine { selector
/plugin/data/_test/
H A Dhelper.test.php
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md69 - Make `alertIsPresent()` condition working in W3C mode.
154 - Deprecate `textToBePresentInElementValue` expected condition in favor of `elementValueContains`.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php722 private function checkCondition(?bool $condition, $message = 'IllegalState') : void argument
724 if ($condition === null) {
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md89 - \[Cache\] Remove a race condition [\#22](https://github.com/schmittjoh/metadata/pull/22) ([vicb](…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js563 function addText(mode, condition) { argument
565 if (!text || condition === false) return;
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md9 * #94: Fixed an infinite loop condition when reading some invalid XML

12345678910