Home
last modified time | relevance | path

Searched refs:related (Results 1 – 25 of 152) sorted by relevance

1234567

/plugin/webcomponent/syntax/
H A Drelated.php154 $relatedPages = $this->related($id);
208 public function related($id, $max = NULL): array function in syntax_plugin_webcomponent_related
225 $related = array();
230 $related[]=$page;
233 usort($related, function($a, $b) {
237 if (sizeof($related)> $max){
238 $related = array_slice($related, 0, $max);
241 $related[] = $page;
244 return $related;
/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/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php129 $related = "--$boundary\r\n";
130 $related .= "Content-Type: application/json; charset=UTF-8\r\n";
131 $related .= "\r\n" . json_encode($meta) . "\r\n";
132 $related .= "--$boundary\r\n";
133 $related .= "Content-Type: $mimeType\r\n";
134 $related .= "Content-Transfer-Encoding: base64\r\n";
135 $related .= "\r\n" . base64_encode($data) . "\r\n";
136 $related .= "--$boundary--";
137 $payload['postBody'] = $related;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php247 $related = "--$boundary\r\n";
248 $related .= "Content-Type: application/json; charset=UTF-8\r\n";
249 $related .= "\r\n" . json_encode($meta) . "\r\n";
250 $related .= "--$boundary\r\n";
251 $related .= "Content-Type: $mimeType\r\n";
252 $related .= "Content-Transfer-Encoding: base64\r\n";
253 $related .= "\r\n" . base64_encode($this->data) . "\r\n";
254 $related .= "--$boundary--";
255 $postBody = $related;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.twitter.js53 if (options.related) params.related = options.related;
/plugin/webcomponent/_test/data/pages/
H A Dwebcomponent.txt24 * [[related|related]]
H A Drelated.txt5 ''related'' is a [[webcomponent|webcomponent]] that shows the backlinks of a page ordered by pages …
14 <related/>
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDartFilter.php69 foreach (glob($file.'*') as $related) {
70 unlink($related);
/plugin/webcomponent/_test/
H A Drelated.test.php144 $referrers = $relatedPlugin->related($referentPageId);
151 $referrers = $relatedPlugin->related($referentPageId, $max);
159 $referrers = $relatedPlugin->related($referentPageId);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
32 if ($related === 'START') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
32 if ($related === 'START') {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php29 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
32 if ($related === 'START') {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php33 …$related = (isset($trigger['RELATED']) && 'END' == strtoupper($trigger['RELATED'])) ? 'END' : 'STA…
36 if ('START' === $related) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php33 …$related = (isset($trigger['RELATED']) && strtoupper($trigger['RELATED']) == 'END') ? 'END' : 'STA…
36 if ($related === 'START') {
/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/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md60 Please try to avoid opening support-related tickets. For support related questions please use more …
63 … Symfony user, please try to distinguish between issues related to the Bundle and issues related t…
/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/nsrelation/
H A Dinfo.txt7 desc Simple related namespaces plugin
/plugin/navbox/
H A Dplugin.info.txt7 desc This produces a Wikipedia style NavBox at the bottom of the page for related articles.
H A DREADME.md2 This plugin enables the ability to have a 'NavBox' of related articles similar to the way Wikipedia…
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md36 Please try to avoid opening support-related tickets. For support related questions please use more …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md33 …/.github/CONTRIBUTING.md) for information on how to contribute to PHPUnit and its related projects.
37 …o PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub…
/plugin/database2/
H A DREADME.md4 database2 is not related to IBM's DB2, but a plugin for the open source online wiki [DokuWiki](http…
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js50 this.setRange = function(el, start, end, related) { argument
54 if (related) {

1234567