Home
last modified time | relevance | path

Searched refs:reference (Results 101 – 125 of 290) sorted by relevance

12345678910>>...12

/plugin/bibtex4dw/
H A DREADME.md10 Being familiar with using BibTeX both, as a bibliographic (text) database format and as an engine to format references in documents written using LaTeX, a plugin for DokuWiki understanding the BibTeX format and allowing to reference literature from within wiki pages seems an obvious choice.
23 * Access to PDF files of the reference, as long as available locally and accessible by the currently logged-in unser (obeying ACLs)
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DREADME.md13 …te](http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/annotations.html…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Host.txt
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md26 and no longer returns the list by reference. The list is now automatically
/plugin/metaeditor/
H A Djstree.js5215 var inst = $.jstree.reference(data.reference),
5233 var inst = $.jstree.reference(data.reference),
5245 var inst = $.jstree.reference(data.reference),
5267 var inst = $.jstree.reference(data.reference),
5283 var inst = $.jstree.reference(data.reference),
5297 return !$.jstree.reference(data.reference).can_paste();
5302 var inst = $.jstree.reference(data.reference),
5464 reference : false, property in AnonymousFunctiona82bfad2e400.vakata_context
5583 vakata_context.reference = reference;
5588 vakata_context.reference = reference;
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md17 [I'm a relative reference to a repository file](../blob/(master)/LICENSE)
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md15 **league/commonmark** is a highly-extensible PHP Markdown parser created by [Colin O'Dell][@colinodell] which supports the full [CommonMark] spec and [GitHub-Flavored Markdown]. It is based on the [CommonMark JS reference implementation][commonmark.js] by [John MacFarlane] \([@jgm]\).
140 * Mirror fixes made to the [reference implementation][commonmark.js]
144 Major refactoring to core parsing logic should be avoided if possible so that we can easily follow updates made to [the reference implementation][commonmark.js]. That being said, we will absolutely consider changes which don't deviate too far from the reference spec or which are favored by other popular CommonMark implementations.
170 This code is partially based on the [CommonMark JS reference implementation][commonmark.js] which is written, maintained and copyrighted by [John MacFarlane]. This project simply wouldn't exist without his work.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md192 * Added `if_seq_no` / `if_primary_term` to replace `version` for [optimistic concurrency control](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/optimistic-concurrency-control.html) [#1803](https://github.com/ruflin/Elastica/pull/1803)
239 * Deprecated `version`/`version_type` options [(deprecated in `6.7.0`)](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docs-update.html) and added `if_seq_no` / `if_primary_term` that replaced it
361 * Replaced [params._agg](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_replaced_literal_params__agg_literal_with_literal_state_literal_context_variable_in_scripted_metric_aggregations) with state context variable in scripted metric aggregations
362 * [Camel Case](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_camel_case_and_underscore_parameters_deprecated_in_6_x_have_been_removed) and underscore parameters deprecated in 6.x have been removed
363 * The parameter [fields](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_the_parameter_literal_fields_literal_deprecated_in_6_x_has_been_removed_from_bulk_request) deprecated in 6.x has been removed from Bulk requestedit and Update request.
364 * The [_parent](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-parent-field.html) field has been removed in favour of the join field.
365 * hits.total is now an object in the search response [hits.total](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_literal_hits_total_literal_is_now_an_object_in_the_search_response)
408 * The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
411 * The preferred type name is [_doc](https://www.elastic.co/guide/en/elasticsearch/reference/6.5/removal-of-types.html), so that index APIs have the same path as they will have in 7.0
420 * Index templates use index_patterns instead of [template](https://www.elastic.co/guide/en/elasticsearch/reference/6.
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml26 reference-repo: /var/lib/jenkins/.git-references/elasticsearch-php.git
/plugin/qstat/
H A Dsyntax.php136 * contains a reference to the renderer object which is currently
141 * @param $aRenderer Object A reference to the renderer object.
/plugin/fedauth/Auth/OpenID/
H A DServer.php152 $reference = null, $contact = null) argument
157 $this->reference = $reference;
233 if ($this->reference !== null) {
235 $this->reference);
H A DConsumer.php699 $reference = $message->getArg(Auth_OpenID_OPENID_NS, 'reference');
702 $contact, $reference);
2138 $contact = null, $reference = null) argument
2143 $this->reference = $reference;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst78 …someDir/Vendor.Package.Foo.(xml|yml)``. For more information, see the :doc:`reference <reference>`.
/plugin/openid/Auth/OpenID/
H A DConsumer.php734 $reference = $message->getArg(Auth_OpenID_OPENID_NS, 'reference');
737 $contact, $reference);
2298 public $reference; variable in Auth_OpenID_FailureResponse
2300 function __construct($endpoint, $message = null, $contact = null, $reference = null) argument
2305 $this->reference = $reference;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-isolation.phpt113 Failed asserting that two variables reference the same object.
H A Dfailure-reverse-list.phpt46 Failed asserting that two variables reference the same object.
H A Dfailure.phpt112 Failed asserting that two variables reference the same object.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc27 - https://www.elastic.co/guide/en/elasticsearch/reference/7.4/search-rank-eval.html[Ranking Evaluation]
H A Dper-request-configuration.asciidoc13 https://www.elastic.co/guide/en/elasticsearch/reference/7.4/logging.html#deprecation-logging[deprecation logs],
15 https://www.elastic.co/guide/en/elasticsearch/reference/7.4/index-modules-slowlog.html#_identifying_search_slow_log_origin[identifying search slow log origin]
17 https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html#_identifying_running_tasks[identifying running tasks].
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md101 postProcess | | If set to function reference, that function will be called to "post-process" loaded…
102 progress | | Set this to function reference to track progress of the load. The function will be pas…
185 variable that holds reference to your chart object)
340 … have "this" context set to Data Loader object as well as receive chart reference as third paramat…
/plugin/revealjs/css/theme/
H A DREADME.md18 …com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss) for reference) or by adding an…
/plugin/stale/
H A DREADME.md39 * The action label is more clear and was added as language reference
/plugin/refnotes/
H A Daction.php65 * by loading reference database or by parsing structured notes.
351 $reference = $this->core->addReference($attributes, $data, $call);
354 $reference->getNote()->setText('defined');
445 if ($config['general']['reference-db-enable']) {
446 $saved = $saved && $this->setupReferenceDatabase($config['general']['reference-db-namespace']);
477 'reference-base' => array(
481 'reference-format' => array(
485 'reference-group' => array(
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md26 You use the ANTLR4 "tool" to generate a parser. These will reference the ANTLR
128 You can buy the book [The Definitive ANTLR 4 Reference](http://amzn.com/1934356999) at amazon or an [electronic version at the publisher's site](https://pragprog.com/book/tpantlr2/the-definitive-antlr-4-reference).

12345678910>>...12