/plugin/log404/ |
H A 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'];
|
H A 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/ |
H A D | Result.php | 22 * @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 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/ |
H A 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/ |
H A D | DefaultBuilder.php | 36 foreach ($data['hits']['hits'] as $hit) { 37 $results[] = new Result($hit);
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A 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 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 D | diagram-js.css | 201 .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 D | diagram-js.css | 201 .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 D | cache.js | 67 let hit = result["result"]; 69 if (hit === true) {
|
/plugin/directions/ |
H A D | action.php | 274 $hit = "$user>$referer>$page\n"; 275 io_saveFile(DOKU_INC . $this->getConf('hitslog'), $hit, true);
|
/plugin/semanticdata/lang/en/ |
H A D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
|
H A D | edit_intro.txt | 1 Edit the [[doku>plugin:semanticdata|data entry]] and hit ''Save''. Please edit the entry only if yo…
|
/plugin/data-au/lang/en/ |
H A D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
|
H A D | edit_intro.txt | 1 Edit the [[doku>plugin:dataau|data entry]] and hit ''Save''. Please edit the entry only if you can …
|
/plugin/data/lang/en/ |
H A D | edit_intro_contentonly.txt | 1 Edit the [[doku>plugin:data|data entry]] and hit ''Save''. Please edit the entry only if you can **improve** it.
|
H A D | edit_intro.txt | 1 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 D | AsyncSearchNamespace.asciidoc | 86 $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 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 659 .djs-bendpoint.floating .djs-hit { 663 .djs-segment-dragger .djs-hit, 664 .djs-bendpoint .djs-hit { [all …]
|
/plugin/mdpage/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
/plugin/findologicxmlexport/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
/plugin/webdav/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
/plugin/vbsso/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
/plugin/icalevents/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|
/plugin/jplayer/vendor/composer/ |
H A D | ClassLoader.php | 345 $file = apcu_fetch($this->apcuPrefix.$class, $hit); 346 if ($hit) {
|