| /plugin/log404/ |
| D | admin.php | 48 foreach ($data['hits'] as $hit) { 49 $line = $hit['date']; 50 if (!empty($hit['ip'])) { 51 $line .= ' <em>'.$this->getLang('ip').'</em> '.$hit['ip']; 53 if (!empty($hit['referer'])) { 54 …$line .= ' <em>'.$this->getLang('referer').'</em> <a href="'.$hit['referer'].'">'.$hit['referer'].… 56 if (!empty($hit['user_agent'])) { 57 $line .= ' <em>'.$this->getLang('user-agent').'</em> '.$hit['user_agent'];
|
| D | helper.php | 94 foreach ($rinfo['hits'] as $hit) { 96 $hit['date'], 98 $hit['ip'], 99 $hit['referer'], 100 $hit['user_agent'],
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Result.php | 22 * @param array $hit Hit data 24 public function __construct(array $hit) argument 26 $this->_hit = $hit; 239 $hit = $this->getHit(); 240 unset($hit['_source'], $hit['_explanation'], $hit['highlight'], $hit['_score']); 242 $doc->setParams($hit);
|
| /plugin/googlesearch/ |
| D | action.php | 125 foreach($ret['resultElements'] as $hit){ 127 echo $this->external_link($hit['URL'],$hit['title'], 130 echo $hit['snippet'];
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | helpers.asciidoc | 42 // do something with hit e.g. copy its data to another index 50 [[search-hit-iterator]] 51 ==== Search hit iterator 79 foreach($hits as $hit) { 80 // do something with hit e.g. write to CSV, update a database, etc 82 echo $hit['_id'], PHP_EOL;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/ |
| D | DefaultBuilder.php | 36 foreach ($data['hits']['hits'] as $hit) { 37 $results[] = new Result($hit);
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | diagram-js.css | 185 .djs-resizer-hit { 290 .djs-element.attach-ok .djs-hit { 295 * all pointer events for hit shape 297 .djs-element > .djs-hit-all { 301 .djs-element > .djs-hit-stroke, 302 .djs-element > .djs-hit-click-stroke { 307 * all pointer events for hit shape 309 .djs-drag-active .djs-element > .djs-hit-click-stroke { 654 .djs-bendpoint.floating .djs-hit { 658 .djs-segment-dragger .djs-hit, [all …]
|
| /plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
| D | diagram-js.css | 214 .djs-resizer-hit { 310 .djs-element.attach-ok .djs-hit { 315 * all pointer events for hit shape 317 .djs-element > .djs-hit-all, 318 .djs-element > .djs-hit-no-move { 322 .djs-element > .djs-hit-stroke, 323 .djs-element > .djs-hit-click-stroke { 820 .djs-bendpoint.floating .djs-hit { 824 .djs-segment-dragger .djs-hit, 825 .djs-bendpoint .djs-hit { [all …]
|
| /plugin/bpmnio/vendor/dmn-js/dist/assets/ |
| D | diagram-js.css | 214 .djs-resizer-hit { 310 .djs-element.attach-ok .djs-hit { 315 * all pointer events for hit shape 317 .djs-element > .djs-hit-all, 318 .djs-element > .djs-hit-no-move { 322 .djs-element > .djs-hit-stroke, 323 .djs-element > .djs-hit-click-stroke { 820 .djs-bendpoint.floating .djs-hit { 824 .djs-segment-dragger .djs-hit, 825 .djs-bendpoint .djs-hit { [all …]
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 768 var hit = this.matchOne(file, pattern, partial) 769 if (hit) { 894 var hit 896 hit = f === p 897 this.debug('string match', p, f, hit) 899 hit = f.match(p) 900 this.debug('pattern match', p, f, hit) 903 if (!hit) return false
|
| /plugin/asciidocjs/node_modules/minimatch/ |
| D | minimatch.js | 365 var hit 367 hit = f === p 368 this.debug('string match', p, f, hit) 370 hit = f.match(p) 371 this.debug('pattern match', p, f, hit) 374 if (!hit) return false 926 const hit = this.matchOne(file, pattern, partial) 927 if (hit) {
|
| /plugin/combo/resources/snippet/js/ |
| H A D | cache.js | 67 let hit = result["result"]; 69 if (hit === true) {
|
| /plugin/directions/ |
| D | action.php | 274 $hit = "$user>$referer>$page\n"; 275 io_saveFile(DOKU_INC . $this->getConf('hitslog'), $hit, true);
|
| /plugin/data-au/lang/en/ |
| D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
|
| D | edit_intro.txt | 1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
|
| /plugin/semanticdata/lang/en/ |
| D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
|
| D | edit_intro.txt | 1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
|
| /plugin/data/lang/en/ |
| D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **…
|
| D | edit_intro.txt | 1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | AsyncSearchNamespace.asciidoc | 86 …= (boolean) Specify whether to return detailed information about score computation as part of a hit 87 …ields'] = (list) A comma-separated list of stored fields to return as part of a hit 88 …) A comma-separated list of fields to return as the docvalue representation of a field for each hit
|
| /plugin/bpmnioeditor/ |
| D | style.css | 190 .djs-resizer-hit { 295 .djs-element.attach-ok .djs-hit { 300 * all pointer events for hit shape 302 .djs-element > .djs-hit-all { 306 .djs-element > .djs-hit-stroke, 307 .djs-element > .djs-hit-click-stroke { 312 * all pointer events for hit shape 314 .djs-drag-active .djs-element > .djs-hit-click-stroke { 659 .djs-bendpoint.floating .djs-hit { 663 .djs-segment-dragger .djs-hit, [all …]
|
| /plugin/webdav/vendor/composer/ |
| D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
| /plugin/mdpage/vendor/composer/ |
| D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
| /plugin/quickstats/GEOIP/vendor/composer/ |
| D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
| /plugin/findologicxmlexport/vendor/composer/ |
| D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|