Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 25 of 100) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18625 case 'reference' /*case 'Reference'*/: break;
/plugin/imapmarkers/
H A DREADME.md148 **Reference**: ```{{imapmloc>IDENTIFIER|TEXT}}```
/plugin/gitbacked/lang/en/
H A Dmail_create_new_error.txt5 * **Reference:** <code>@GIT_REFERENCE@</code>
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php498 var $Reference;
1241 $this->Reference = []; // Array containing the references
23965 $size = count($this->Reference);
23967 if (isset($this->Reference[$i]['t']) && $this->Reference[$i]['t'] == $txt) {
23969 if (!in_array($this->page, $this->Reference[$i]['p'])) {
23970 $this->Reference[$i]['p'][] = $this->page;
23975 $this->Reference[] = ['t' => $txt, 'p' => [$this->page]];
24000 $this->Reference[] = ['t' => $txta . ' - see ' . $txtb, 'p' => []];
24019 $size = count($this->Reference);
504 var $Reference; global() variable in Mpdf\\Mpdf
[all...]
/plugin/combo/action/
H A Dindexer.php28 use ComboStrap\Reference;
159 $ref = Reference::createFromResource($page)
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
26 use ComboStrap\Reference; global() alias
H A Dslotmanagermenuitem.php13 use ComboStrap\Reference; alias
H A Deventsystem.php26 use ComboStrap\Reference; global() alias
H A Dbacklinkmutation.php14 use ComboStrap\Reference; alias
129 $actualReferenceWikiPathString = $actualReferenceData[Reference::getPersistentName()];
137 $oldReferenceWikiPathString = $oldReferenceData[Reference::getPersistentName()] ?? null;
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md124 ### The Definitive ANTLR 4 Reference
126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
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).
/plugin/combo/ComboStrap/
H A DReference.php10 * Class Reference
12 * Reference
17 class Reference extends MetadataWikiPath class
23 return (new Reference())
34 return "Reference Path";
H A DReferences.php54 return Reference::class;
59 return [Reference::class];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A Dclasses.asciidoc3 == Reference - Endpoints
H A Dinterfaces.asciidoc3 == Reference - Interfaces
H A Dnamespaces.asciidoc3 == Reference - Namespaces
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc51 // Reference to the plugin command name.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc35 // Reference to the plugin command name.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc38 // Reference to the plugin command name.
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md92 representing HTTP messages. [Reference here][psr-http].
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DCve.php29 protected $referencesType = Reference::class;
65 * @param Reference[]
72 * @return Reference[]
H A DReference.php20 class Reference extends \Google\Model class
62 class_alias(Reference::class, 'Google_Service_SecurityCommandCenter_Reference');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md687 ## Reference Resolution
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceListReferrers.php27 protected $itemsType = Reference::class;
59 * @param Reference[]
66 * @return Reference[]
H A DReference.php20 class Reference extends \Google\Model class
98 class_alias(Reference::class, 'Google_Service_Compute_Reference');
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md6 …<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-api-php-client/main/">http…

1234