Home
last modified time | relevance | path

Searched refs:hit (Results 26 – 50 of 95) sorted by relevance

1234

/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/subjectindex/plugins/
H A DEntryVerse.php43 $hit = (preg_grep('/(^|\s)' . $abbr . '($|\s)/', $this->abbrs));
45 if (empty($hit)) {
46 $hit = preg_grep('/(^|\s)' . $book . '($|\s)/', $this->books);
48 if ( ! empty($hit)) {
49 … $num = key($hit); // line number in abbr list, used to keep books in correct order
/plugin/pureldap/vendor/composer/
H A DClassLoader.php452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453 if ($hit) {
/plugin/commonmark/vendor/composer/
H A DClassLoader.php453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 if ($hit) {
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php367 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
368 if ($hit) {
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453 if ($hit) {
/plugin/barcodes/vendor/composer/
H A DClassLoader.php457 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
458 if ($hit) {
/plugin/oauth/vendor/composer/
H A DClassLoader.php453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 if ($hit) {
/plugin/upgrade/vendor/composer/
H A DClassLoader.php458 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
459 if ($hit) {
/plugin/combo/vendor/composer/
H A DClassLoader.php369 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
370 if ($hit) {
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453 if ($hit) {
/plugin/aichat/vendor/composer/
H A DClassLoader.php452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453 if ($hit) {
/plugin/geophp/vendor/composer/
H A DClassLoader.php452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
453 if ($hit) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1871 var hit;
1877 if (hit) {
1883 var hit;
1903 this.hit = hit;
7520 var range = this.getCellRange(hit.row, hit.col);
7525 return this.getCellEl(hit.row, hit.col);
10355 var hit;
10362 return hit;
12096 footprint = hit.component.getSafeHitFootprint(hit);
12632 return hit.component.getHitFootprint(hit);
[all …]
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown121 // On edge hit
123 console.log('edge was hit')
136 breakpoint | event, slick, breakpoint | Fires after a breakpoint is hit
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css15 --hit-policy-explanation-color: var(--color-grey-225-10-35);
309 .dmn-decision-table-container .hit-policy {
313 .dmn-decision-table-container .hit-policy-explanation {
315 color: var(--hit-policy-explanation-color);
/plugin/metaheaders/
H A DREADME21 into your Plugin Manager URL box and hit "Download".
/plugin/openlayersmap/
H A Dscript.js564 const hit = map.hasFeatureAtPixel(pixel);
565 map.getTarget().style.cursor = hit ? 'pointer' : '';
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md147 * Fixed: The reader now detects when the end of the document is hit before it
/plugin/siteexport/
H A DREADME.md39 …. When starting of from the page you want to export, simply go to the export menu, and hit _start_.
120 Simply hit _add Option_ for a new _name_ / _value_ field, enter the variables name and value. Done.
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md24 - Big performance hit when upgrading from 1.4.2 to 1.5.0 [\#44](https://github.com/schmittjoh/metad…
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md208 * Fixed: The reader now detects when the end of the document is hit before it
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md214 * Fixed: The reader now detects when the end of the document is hit before it
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md209 * `FEAT`: close select (i.a. decision table hit policy select) whenever there is user interaction o…
232 * `FEAT`: move hit policy explanations to title prop ([`be21448`](https://github.com/bpmn-io/dmn-js…
369 * `FEAT(decision-table)`: only allow standardized hit policy values
/plugin/chat/
H A Dreadme.txt23 How to use it? Just type your message into text field below and hit [Enter]. That's it...

1234