Home
last modified time | relevance | path

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

1234

/plugin/log404/
H A 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'];
H A 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/
H A DResult.php22 * @param array $hit Hit data
24 public function __construct(array $hit) argument
26 $this->_hit = $hit;
58 * Returns a param from the result hit array.
74 * Test if a param from the result hit is set.
82 * Returns the hit id.
157 * Returns the raw hit array.
165 * Returns the version information from the hit.
239 $hit = $this->getHit();
240 unset($hit['_sourc
[all...]
/plugin/googlesearch/
H A 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/
H A 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/
H A DDefaultBuilder.php36 foreach ($data['hits']['hits'] as $hit) {
37 $results[] = new Result($hit);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A 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
654 .djs-bendpoint.floating .djs-hit {
658 .djs-segment-dragger .djs-hit,
659 .djs-bendpoint .djs-hit {
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css201 .djs-resizer-hit {
305 .djs-element.attach-ok .djs-hit {
310 * all pointer events for hit shape
312 .djs-element > .djs-hit-all,
313 .djs-element > .djs-hit-no-move {
317 .djs-element > .djs-hit-stroke,
820 .djs-segment-dragger .djs-hit,
821 .djs-bendpoint .djs-hit {
976 .djs-element-hidden .djs-hit,
982 .djs-element .djs-hit-stroke,
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css201 .djs-resizer-hit {
305 .djs-element.attach-ok .djs-hit {
310 * all pointer events for hit shape
312 .djs-element > .djs-hit-all,
313 .djs-element > .djs-hit-no-move {
317 .djs-element > .djs-hit-stroke,
820 .djs-segment-dragger .djs-hit,
821 .djs-bendpoint .djs-hit {
976 .djs-element-hidden .djs-hit,
982 .djs-element .djs-hit-stroke,
[all …]
/plugin/combo/resources/snippet/js/
H A Dcache.js67 let hit = result["result"];
69 if (hit === true) {
/plugin/directions/
H A Daction.php274 $hit = "$user>$referer>$page\n";
275 io_saveFile(DOKU_INC . $this->getConf('hitslog'), $hit, true);
/plugin/semanticdata/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
H A Dedit_intro.txt1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
/plugin/data-au/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
H A Dedit_intro.txt1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
/plugin/data/lang/en/
H A Dedit_intro_contentonly.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
H A Dedit_intro.txt1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc86 $params['explain'] = (boolean) Specify whether to return detailed information about score computation as part of a hit
87 $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
/plugin/bpmnioeditor/
H A 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
659 .djs-bendpoint.floating .djs-hit {
663 .djs-segment-dragger .djs-hit,
664 .djs-bendpoint .djs-hit {
[all …]
/plugin/mdpage/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/webdav/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/icalevents/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {
/plugin/jplayer/vendor/composer/
H A DClassLoader.php345 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
346 if ($hit) {

1234