Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 113) sorted by relevance

12345

/plugin/log404/
Dadmin.php48 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'];
Dhelper.php94 foreach ($rinfo['hits'] as $hit) {
96 $hit['date'],
98 $hit['ip'],
99 $hit['referer'],
100 $hit['user_agent'],
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DResult.php22 * @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/
Daction.php125 foreach($ret['resultElements'] as $hit){
127 echo $this->external_link($hit['URL'],$hit['title'],
130 echo $hit['snippet'];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhelpers.asciidoc42 // 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/
DDefaultBuilder.php36 foreach ($data['hits']['hits'] as $hit) {
37 $results[] = new Result($hit);
/plugin/bpmnioeditor/vendor/bpmnio-js/
Ddiagram-js.css185 .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/
Ddiagram-js.css214 .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/
Ddiagram-js.css214 .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/
Dminimatch.js768 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/
Dminimatch.js365 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 Dcache.js67 let hit = result["result"];
69 if (hit === true) {
/plugin/directions/
Daction.php274 $hit = "$user>$referer>$page\n";
275 io_saveFile(DOKU_INC . $this->getConf('hitslog'), $hit, true);
/plugin/data-au/lang/en/
Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
Dedit_intro.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
/plugin/semanticdata/lang/en/
Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
Dedit_intro.txt1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
/plugin/data/lang/en/
Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **…
Dedit_intro.txt1 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/
DAsyncSearchNamespace.asciidoc86 …= (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/
Dstyle.css190 .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/
DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/mdpage/vendor/composer/
DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/quickstats/GEOIP/vendor/composer/
DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/findologicxmlexport/vendor/composer/
DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {

12345