Home
last modified time | relevance | path

Searched refs:related (Results 1 – 25 of 152) sorted by last modified time

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dokusioc/lib/
H A Dsioc_inc.php435 private $related; variable in SIOCThread
453 $this->related = array();
466 $this->related[$id] = $url;
533 if ($this->related) {
534 foreach ($this->related as $id => $url) {
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt7 // phpThumb() included and related demos //
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt490 * Bugfix: suppress stat()-related file permission
H A Dphpthumb.faq.txt230 and set $PHPTHUMB_CONFIG['mysql_query'] and related
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2764 "description": "Generic abstractions related to dispatching event",
3205 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3596 "description": "Generic abstractions related to writing services",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe19684 Ġun related
23297 Ġcor related
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3113 'Content-Type: multipart/related; boundary="' + boundary.slice(2) + '"',
26345 /* set array formula and flush related cells */
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md7 * A bit cleaner exception messages for font-related errors
H A DCREDITS.txt34 -W3SCHOOLS for HTML-related reference info [http://www.w3schools.com/]
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php19 public const TAG = "related";
28 * The array key of an array of related page
33 * to the related page array when the number of backlinks is bigger than the max
125 $related = array();
130 $related[] = $page;
133 usort($related, function ($a, $b) {
138 if (sizeof($related) > $max) {
139 $related = array_slice($related, 0, $max);
142 $related[]
[all...]
/plugin/combo/resources/library/bootstrap/
H A DREADME.md5 This directory contains all `Bootstrap` related resources such as Javascript and Css files used by [ComboStrap](https://combostrap.com)
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODEOWNERS1 # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
/plugin/data/
H A Dstyle.css81 /* default styles for the related mode */
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md102 * Keyboard-related features no longer use `KeyboardEvent#keyCode`. Use a polyfill (e.g. [keyboardev…
494 * `FIX`: correct various space tool related issues ([#1019](https://github.com/bpmn-io/bpmn-js/issu…
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/blogtng/helper/
H A Dentry.php915 $related = array();
916 if(!$this->sqlitehelper->ready()) return $related;
934 $related[$type] = $result[0];
937 return $related;
1237 $related = $this->getAdjacentLinks($id);
1238 if (isset($related[$type])) {
1240 '@TITLE@' => $related[$type]['title'],
1241 '@AUTHOR@' => $related[$type]['author'],
1242 '@DATE@' => dformat($related[$type]['created']),
1244 …return '<a href="' . wl($related[$type]['page']) . '" class="wikilink1" rel="'.$type.'">' . str_re…
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md30 …sing media files within your DokuWiki. There are 4 options provided to get the related information.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md21 * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)
577 - Fix elastic 5.3.x deprecation warning related to Content-Type not being set.
921 - Remove Thrift transport and everything related to it
922 - Remove Memcache transport and everything related to it
923 - Remove BulkUdp and everything related to it
924 - Remove Facets and everything related to it
930 - Remove \Elastica\Index\Status object and related functions
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md8 Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in PHP; because of this it tries to be opinion-free and very extendable.
15 These APIs are related to:
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md64 It also provides several other useful promise-related concepts, such as joining
/plugin/ckgedit/ckeditor/
H A DCHANGES.md217 …* Removed green marks and legend related to grammar-supported languages in the Languages tab of SC…
756 * [#13590](https://dev.ckeditor.com/ticket/13590): Fixed: Various issues related to the [Paste from…
844 * [#13105](https://dev.ckeditor.com/ticket/13105): Fixed: Various issues related to [`CKEDITOR.tool…
864 …/ckeditor4/latest/api/CKEDITOR.fileTools.uploadRepository.html) and changed all related properties.
880 …g the native clipboard access whenever possible. This solved many issues related to pastebin such …
885 * Other changes and related fixes:
895 …* Browser support.<br>Browser support for related features varies significantly (see http://canius…
1021 …d [#12491](https://dev.ckeditor.com/ticket/12491): Fixed: Various issues related to restoring the …
1023 … the editable is overwritten) is being fixed. That might have fixed many related scenarios in all …
1414 * [#10887](https://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related
[all …]

1234567