/plugin/davcal/fullcalendar-3.10.5/locale/ |
H A D | ja.js | 1 …until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",…
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 73 return is_null($this->until) || $this->currentDate <= $this->until; 136 return !$this->count && !$this->until; 202 protected $until; variable in Sabre\\VObject\\Recur\\RRuleIterator 641 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone()); 651 if($this->until < $this->startDate) { 652 $this->until = $this->startDate;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 73 return is_null($this->until) || $this->currentDate <= $this->until; 136 return !$this->count && !$this->until; 202 protected $until; variable in Sabre\\VObject\\Recur\\RRuleIterator 641 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone()); 651 if($this->until < $this->startDate) { 652 $this->until = $this->startDate;
|
/plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 73 return is_null($this->until) || $this->currentDate <= $this->until; 136 return !$this->count && !$this->until; 202 protected $until; variable in Sabre\\VObject\\Recur\\RRuleIterator 641 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone()); 651 if($this->until < $this->startDate) { 652 $this->until = $this->startDate;
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 73 return is_null($this->until) || $this->currentDate <= $this->until; 134 return !$this->count && !$this->until; 201 protected $until; variable in Sabre\\VObject\\Recur\\RRuleIterator 735 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone()); 745 if ($this->until < $this->startDate) { 746 $this->until = $this->startDate;
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 77 return is_null($this->until) || $this->currentDate <= $this->until; 129 return !$this->count && !$this->until; 192 protected $until; variable in Sabre\\VObject\\Recur\\RRuleIterator 700 $this->until = DateTimeParser::parse($value, $this->startDate->getTimezone()); 710 if ($this->until < $this->startDate) { 711 $this->until = $this->startDate;
|
/plugin/ckgedit/ckeditor/skins/kama/ |
H A D | readme.md | 19 until the first panel open up, 22 it's not loaded until the first menu open up, 23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgdoku/ckeditor/skins/moono-lisa/ |
H A D | readme.md | 27 until the first panel open up, 30 it's not loaded until the first menu open up, 31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgdoku/ckeditor/skins/moono/ |
H A D | readme.md | 29 until the first panel open up, 32 it's not loaded until the first menu open up, 33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgedit/ckeditor/skins/moono/ |
H A D | readme.md | 29 until the first panel open up, 32 it's not loaded until the first menu open up, 33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/ckgedit/ckeditor/skins/moono-lisa/ |
H A D | readme.md | 27 until the first panel open up, 30 it's not loaded until the first menu open up, 31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
|
/plugin/combo/ComboStrap/ |
H A D | FetcherScreenshot.php | 121 // wait until the target page is loaded 123 $webDriver->wait(2, 500)->until( 139 $webDriver->wait(2, 500)->until(
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 52.52.js.map | 1 …until|when|while|case)|([^#]*\\\\sdo\\\\b)|([^#]*=\\\\s*(case|if|unless)))\\\\b([^#\\\\{;]|(\"|\\'…
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | xml_reference.rst | 26 until-version="1.1" 62 until-version="1.1" 81 until-version="1.1"
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | ClusterNamespace.asciidoc | 140 $params['wait_for_active_shards'] = (string) Wait until the specified number of shards is active 141 $params['wait_for_nodes'] = (string) Wait until the specified number of nodes is available 142 $params['wait_for_events'] = (enum) Wait until all currently queued events with the given priority are processed (Options = immediate,urgent,high,normal,low,languid) 143 $params['wait_for_no_relocating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster 144 $params['wait_for_no_initializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster 145 $params['wait_for_status'] = (enum) Wait until cluster is in a specific state (Options = green,yellow,red)
|
/plugin/sincetil/ |
H A D | plugin.info.txt | 6 desc Shows how long until a particular date/time and then how long since
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | URI.DisableResources.txt |
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-lua.js | 50 [PR['PR_KEYWORD'], /^(?:and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/, null],
|
/plugin/openas/ |
H A D | README | 21 it is not updated until the user with the lock exits the page. The original page remains in place u…
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverWait.php | 9 * A utility class, designed to help the user to wait until a condition turns true. 36 * Calls the function provided with the driver as an argument until the return value is not falsey. 46 public function until($func_or_ec, $message = '') function in Facebook\\WebDriver\\WebDriverWait
|
/plugin/dokukiwix/lang/en/ |
H A D | intro.txt | 7 Building an offline version of your dokuwiki takes a long time. You need to let the page open until…
|
/plugin/metaheaders/ |
H A D | CREDITS | 17 from 2008 until the end of 2010 [2] [3]. Thank you for your work and ideas!
|
/plugin/fedauth/ |
H A D | README.md | 6 …in is in its early development stage and it is strongly advised not to use it until further notice!
|
/plugin/searchindex/lang/en/ |
H A D | intro.txt | 9 until the indexing has finished.
|
/plugin/dw2pdf/vendor/mpdf/qrcode/ |
H A D | README.md | 7 This is based on QrCode library bundled with mPDF until v8.0, made by Laurent Minguet. It is provided under LGPL license.
|