Home
last modified time | relevance | path

Searched refs:condition (Results 226 – 235 of 235) sorted by path

12345678910

/plugin/tagfilter/script/select2/
H A DLICENSE7 use of this software only upon the condition that you accept all of the terms of either the Apache
H A DREADME.md73 use of this software only upon the condition that you accept all of the terms of either the Apache
/plugin/tuxquote/
H A Dquotes.txt1131 Guys are born with a fundamental, genetically transmitted mental condition known to psychologists a…
3148 It is a good idea to "shop around" before you settle on a doctor. Ask about the condition of his Me…
4117 Properly defined, privacy is the subjective condition people experience when they have power to con…
/plugin/variants/
H A Dvariants.php84 $condition = substr($match, 7, -1);
85 … $CallWriter = new syntax_plugin_variants_callwriter($handler->CallWriter, $condition, $pos);
120 list($condition, $ifcalls, $elsecalls) = $data;
122 list($key, $value) = explode('=', $condition, 2);
148 private $condition; variable in syntax_plugin_variants_callwriter
158 * @param string $condition The condition
161 function __construct(& $CallWriter, $condition, $startpos) { argument
163 $this->condition = $condition;
210 …riter->writeCall(array('plugin',array('variants_variants', array($this->condition, $this->ifcalls,…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2263 * Added: Server class now sends back standard pre-condition error xml bodies.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php202 foreach ($conditions as $condition) {
203 foreach ($condition['tokens'] as $token) {
461 foreach ($conditions as $ii => $condition) {
462 foreach ($condition['tokens'] as $jj => $token) {
476 foreach ($conditions as $kk => $condition) {
478 foreach ($condition['tokens'] as $ii => $token) {
515 $oddLocks = $this->getLocks($condition['uri']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php231 foreach ($conditions as $kk => $condition) {
233 foreach ($condition['tokens'] as $ii => $token) {
241 $node = $this->server->tree->getNodeForPath($condition['uri']);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md15 * #94: Fixed an infinite loop condition when reading some invalid XML
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js76682 loop: // eslint-disable-next-line no-constant-condition
77500 scanLoop: // eslint-disable-next-line no-constant-condition
77599 outRootLoop: // eslint-disable-next-line no-constant-condition
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18725 case 'condition' /*case 'Condition'*/: break;
18756 case 'condition' /*case 'Condition'*/: break;
21929 default: NF += "dd"; break; // TODO: error condition
21947 default: NF += "eeee"; break; // TODO: error condition
21956 default: NF += "hh"; break; // TODO: error condition
21965 default: NF += "mm"; break; // TODO: error condition
21984 default: NF += "ss"; break; // TODO: error condition
21994 default: NF += "yy"; break; // TODO: error condition
22057 …if(unescapexml(y["condition"]) == "value()>=0") NF = number_format_map[y["apply-style-name"]] + ";…
22058 else console.error("ODS number format may be incorrect: " + y["condition"]);
[all …]

12345678910