Home
last modified time | relevance | path

Searched refs:related (Results 76 – 100 of 152) sorted by last modified time

1234567

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …= gantt.skins[gantt.skin] || gantt.skins[\"terrace\"];\n\n\t//apply skin related settings\n\t_conf…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9166 *(under "semi-related fun fact")* for more details.
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md7 * Moved class and element related code into separate plugins
/plugin/sequencediagram/bower_components/lodash/
H A DLICENSE36 Copyright and related rights for sample code are waived via CC0. Sample
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css2906 /* TODO: xxxpedro - IE need this in windowless mode (cnn.com) check if the issue is related to
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt5 ''related'' is a [[webcomponent|webcomponent]] that shows the backlinks of a page ordered by pages …
14 <related/>
H A Dwebcomponent.txt24 * [[related|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/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/data-au/
H A Dstyle.css65 /* default styles for the related mode */
/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…
H A DCHANGELOG.md386 - Updated documentation related to PR \#778 [\#780](https://github.com/schmittjoh/serializer/pull/7…
744 - Problem with deserialize related entity [\#123](https://github.com/schmittjoh/serializer/issues/1…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst41 is directly related to the text size you are working on (remember that
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php578 $c->related = new stdClass;
579 $c->related->foo = "a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk";
586 $d->related = new stdClass;
587 $d->related->foo = "a\np\nc\nd\ne\nf\ng\nh\ni\nw\nk";
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst497 * ``addDebugInfo()``: Adds the line of the original template file related to
H A Dadvanced.rst557 * ``addDebugInfo()``: Adds the line of the original template file related to
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md246 various scenario, like logging things, closing related resources,
347 * `STREAM_NOTIFY_SEVERITY_INFO`, normal, non-error related,
382 The `Stream` interface requires to implement several methods related to a stream, such as:
400 The `File` interface requires to implement other methods related to stream acting as a file, such a…
/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/hoa/math/
H A DCHANGELOG.md12 * Documentation: Add a related project. (Ivan Enderlin, 2016-10-18T15:23:32+02:00)
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md99 (in the `Public` node), models, resources… everything related to the
/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/datepicker/script/jscalendar-1.0/
H A Dcalendar.js118 var related = evt.relatedTarget;
119 if (!related) {
122 related = evt.fromElement;
124 related = evt.toElement;
127 while (related) {
128 if (related == el) {
131 related = related.parentNode;
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md996 Executable version or related documentation in which You describe the
1055 in any notice in an Executable version, related documentation or
1093 attached the notice in Exhibit A and to related Covered Code.
H A DCHANGES.md336 * [#13590](http://dev.ckeditor.com/ticket/13590): Fixed: Various issues related to the [Paste from …
424 * [#13105](http://dev.ckeditor.com/ticket/13105): Fixed: Various issues related to [`CKEDITOR.tools…
444 …//docs.ckeditor.com/#!/api/CKEDITOR.fileTools.uploadRepository) and changed all related properties.
460 …g the native clipboard access whenever possible. This solved many issues related to pastebin such …
465 * Other changes and related fixes:
475 …* Browser support.<br>Browser support for related features varies significantly (see http://canius…
601 …nd [#12491](http://dev.ckeditor.com/ticket/12491): Fixed: Various issues related to restoring the …
603 … the editable is overwritten) is being fixed. That might have fixed many related scenarios in all …
994 * [#10887](http://dev.ckeditor.com/ticket/10887): Internet Explorer 8 compatibility issues related
1085 …/docs.ckeditor.com/#!/guide/dev_jquery) is now available. Several jQuery-related issues fixed: [#8…
/plugin/snippeter/
H A DREADME.md72 the related icon will insert your snippet without the media manager information for

1234567