| /plugin/xref/ |
| D | Heuristics.php | 19 * Try to gues what the given reference means and how to best search for it 21 * @param string $reference 23 public function __construct($reference) argument 27 if ($reference !== '') $reference = $this->checkDeprecation($reference); 28 if ($reference !== '') $reference = $this->checkHash($reference); 29 if ($reference !== '') $reference = $this->checkFilename($reference); 30 if ($reference !== '') $reference = $this->checkNamespace($reference); 31 if ($reference !== '') $reference = $this->checkClassPrefix($reference); 32 if ($reference !== '') $reference = $this->checkVariable($reference); 33 if ($reference !== '') $reference = $this->checkFunction($reference); [all …]
|
| D | syntax.php | 41 list($reference, $name) = explode('|', $match, 2); 42 list($reference, $anchor) = explode('#', $reference, 2); 43 if (!$name) $name = $reference; 44 if ($anchor) $reference = "#" . $anchor; 46 return array($reference, $name); 55 list($reference, $name) = $data; 56 $grok = new Grok($reference, $this->getConf('grokbaseurl')); 68 'title' => sprintf($this->getLang('view'), hsc($reference)), 77 $link['title'] = sprintf($this->getLang('search'), hsc($reference));
|
| /plugin/authgooglesheets/vendor/composer/ |
| D | installed.php | 9 'reference' => '614b390342771c50886f51d18321295bcb06eb6a', 21 'reference' => '614b390342771c50886f51d18321295bcb06eb6a', 30 'reference' => 'c297139da7c6873dbd67cbd1093f09ec0bbd0c50', 39 'reference' => '702eed9ae7022ba20dc7118c8161060cb50ee9f8', 48 'reference' => '33aef1ccce34799a1124c39951fed8ad0b16aced', 57 'reference' => '73392bad2eb6852eea9084b6bbdec752515cb849', 66 'reference' => '9d4290de1cfd701f38099ef7e183b64b4b7b0c5e', 75 'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da', 84 'reference' => '337e3ad8e5716c15f9657bd214d16cc5e69df268', 93 'reference' => '4192345e260f1d51b365536199744b987e160edc', [all …]
|
| D | InstalledVersions.php | 33 'reference' => '614b390342771c50886f51d18321295bcb06eb6a', 45 'reference' => '614b390342771c50886f51d18321295bcb06eb6a', 54 'reference' => 'c297139da7c6873dbd67cbd1093f09ec0bbd0c50', 63 'reference' => '702eed9ae7022ba20dc7118c8161060cb50ee9f8', 72 'reference' => '33aef1ccce34799a1124c39951fed8ad0b16aced', 81 'reference' => '73392bad2eb6852eea9084b6bbdec752515cb849', 90 'reference' => '9d4290de1cfd701f38099ef7e183b64b4b7b0c5e', 99 'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da', 108 'reference' => '337e3ad8e5716c15f9657bd214d16cc5e69df268', 117 'reference' => '4192345e260f1d51b365536199744b987e160edc', [all …]
|
| /plugin/refnotes/lang/en/ |
| D | lang.php | 13 // Reference database keys 32 $lang['dbk_ref-author'] = 'Reference author'; 33 $lang['dbk_ref-authors'] = 'Reference authors'; 56 $lang['lbl_reference-db-enable'] = 'Enable reference database'; 57 $lang['lbl_reference-db-namespace'] = 'Reference database namespace'; 59 $lang['lbl_refnote-id'] = 'Reference/note identifier style'; 60 $lang['lbl_reference-base'] = 'Reference baseline'; 61 $lang['lbl_reference-font-weight'] = 'Reference font weight'; 62 $lang['lbl_reference-font-style'] = 'Reference font style'; 63 $lang['lbl_reference-format'] = 'Reference formatting'; [all …]
|
| /plugin/refnotes/conf/ |
| D | notes.dat | 1 …reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s:20:…
|
| D | namespaces.dat | 1 …reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"n…
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/ |
| D | Query.php | 58 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-queries.html 73 … * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html 85 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query… 95 … * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html 105 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-boosting-query.ht… 115 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-common-terms-quer… 130 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-constant-score-qu… 140 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-dis-max-query.html 150 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-distance-feature-… 162 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-qu… [all …]
|
| D | Aggregation.php | 55 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html 70 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 80 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 90 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 100 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 110 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 120 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 130 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… 138 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipelin… 148 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics… [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/help/ |
| D | api_events.html | 64 <td>pipeline: reference to current pipeline object</td> 69 <td>pipeline: reference to current pipeline object</td> 74 <td>pipeline: reference to current pipeline object; document: reference to the body box object</td> 79 <td>pipeline: reference to current pipeline object; document: reference to the body box object; pag… 84 <td>pipeline: reference to current pipeline object; document: reference to the body box object; med… 89 <td>pipeline: reference to current pipeline object</td> 94 <td>pipeline: reference to current pipeline object</td> 99 <td>pipeline: reference to current pipeline object; document: reference to the body box object; pag… 104 <td>pipeline: reference to current pipeline object; document: reference to the body box object; pag… 109 <td>pipeline: reference to current pipeline object; document: reference to the body box object; med…
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ |
| D | BaseSassFilter.php | 37 foreach (SassUtils::extractImports($content) as $reference) { 38 if ('.css' === substr($reference, -4)) { 44 // the reference may or may not have an extension or be a partial 45 if (pathinfo($reference, PATHINFO_EXTENSION)) { 47 $reference, 48 self::partialize($reference), 52 $reference.'.scss', 53 $reference.'.sass', 54 self::partialize($reference).'.scss', 55 self::partialize($reference).'.sass', [all …]
|
| /plugin/refnotes/ |
| D | rendering.php | 16 public function renderReference($reference) { argument 53 abstract public function renderReference($mode, $reference); argument 63 abstract public function renderNote($mode, $note, $reference); argument 78 $this->referenceRenderer = $this->createRenderer($this->getStyle('reference-render')); 116 public function renderReference($mode, $reference) { argument 117 return $this->referenceRenderer->renderReference($mode, $reference); 146 public function renderNote($mode, $note, $reference) { argument 147 return $this->noteRenderer->renderNote($mode, $note, $reference); 262 public function renderReference($mode, $reference) { argument 263 if ($reference->isInline()) { [all …]
|
| D | note.php | 103 public function addReference($reference) { argument 115 protected $reference; variable in refnotes_note 145 $this->reference = array(); 208 public function addReference($reference) { argument 210 $this->inline = $reference->isInline(); 217 if ($reference->isBackReferenced()) { 218 $this->reference[] = $reference; 227 return !$this->processed && !empty($this->reference) && $this->text != ''; 241 foreach ($this->reference as $reference) { 242 if ($reference->getId() != -1) { [all …]
|
| /plugin/combo/vendor/composer/ |
| H A D | installed.php | 6 'reference' => 'ec02c606c31696f50f735fc3d9cf5e07866cbb10', 16 'reference' => '73790bc994cec4b18a414865234ab0db198b065d', 25 'reference' => '944cdd0cf21655ceb1bd3262dee9b33602020c09', 34 'reference' => 'ec02c606c31696f50f735fc3d9cf5e07866cbb10', 43 'reference' => '9504fa9ea681b586028adaaa0877db4aecf32bad', 58 'reference' => '14187ab7a5affa34078b6a54df94176bb7a21227', 67 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 76 'reference' => 'b27ddf458d273c7d4602106fcaf978aa0b7fe15a', 85 'reference' => 'd3a0552d85472249617ef6b56197c844d62d2ac3', 94 'reference' => '80d075412b557d41002320b96a096ca65aa2c98d', [all …]
|
| /plugin/elasticsearch/vendor/composer/ |
| D | installed.php | 6 'reference' => '81cb655e421259b7adb179ce9ae1e54079018105', 16 'reference' => '81cb655e421259b7adb179ce9ae1e54079018105', 25 'reference' => 'c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce', 34 'reference' => 'b4b5a025dfee70d6cd34c780e07330eb93d5b997', 43 'reference' => '7887fc8488013065f72f977dcb281994f5fde9f4', 58 'reference' => '9445621b426bac8c0ca161db8cd700da00a4e618', 69 'reference' => 'b8da335336c09fa6814fe0ca0d6d506c357cd7b9', 80 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', 89 'reference' => '1a8460931ea36dc5c76838fec5734d55c88c6831', 98 'reference' => 'df80484afae2bfa14126eb06172278726c8bd6be', [all …]
|
| /plugin/matrixnotifierwas/vendor/composer/ |
| D | installed.php | 6 'reference' => NULL, 16 'reference' => NULL, 39 'reference' => '41042bc7ab002487b876a0683fc8dce04ddce104', 48 'reference' => 'bbff78d96034045e58e13dedd6ad91b5d1253223', 57 'reference' => '45b30f99ac27b5ca93cb4831afe16285f57b8221', 66 'reference' => 'e7bad987a903e7ba0de5e41e6231962c711a0be0', 77 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 92 'reference' => 'e616d01114759c4c489f93b099585439f795fe35', 107 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 122 'reference' => '120b605dfeb996808c31b6477290a714d356e822', [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | SassphpFilter.php | 80 foreach (CssUtils::extractImports($content) as $reference) { 81 if ('.css' === substr($reference, -4)) { 85 // the reference may or may not have an extension or be a partial 86 if (pathinfo($reference, PATHINFO_EXTENSION)) { 88 $reference, 89 $this->partialize($reference), 93 $reference . '.scss', 94 $this->partialize($reference) . '.scss', 116 private function partialize($reference) argument 118 $parts = pathinfo($reference);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/Resource/ |
| D | ProjectsRoles.php | 40 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles) 41 * or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/organizat 43 * [`projects.roles.create()`](https://cloud.google.com/iam/reference/rest/v1/pr 48 * .roles.create()`](https://cloud.google.com/iam/reference/rest/v1/organization 77 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles) 78 * or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/organizat 80 * `projects.roles.delete()`](https://cloud.google.com/iam/reference/rest/v1/pro 86 * * [`organizations.roles.delete()`](https://cloud.google.com/iam/reference/res 110 * [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), 111 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), [all …]
|
| D | OrganizationsRoles.php | 40 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles) 41 * or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/organizat 43 * [`projects.roles.create()`](https://cloud.google.com/iam/reference/rest/v1/pr 48 * .roles.create()`](https://cloud.google.com/iam/reference/rest/v1/organization 77 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles) 78 * or [`organizations`](https://cloud.google.com/iam/reference/rest/v1/organizat 80 * `projects.roles.delete()`](https://cloud.google.com/iam/reference/rest/v1/pro 86 * * [`organizations.roles.delete()`](https://cloud.google.com/iam/reference/res 110 * [`roles`](https://cloud.google.com/iam/reference/rest/v1/roles), 111 * [`projects`](https://cloud.google.com/iam/reference/rest/v1/projects.roles), [all …]
|
| /plugin/findologicxmlexport/vendor/composer/ |
| D | installed.json | 9 "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" string 14 "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", string 79 "reference": "a2c590166b2133a4633738648b6b064edae0814a" string 84 "reference": "a2c590166b2133a4633738648b6b064edae0814a", string 137 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" string 142 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", string 193 "reference": "6a4c5cc27b783ef8dc43d3950a4a4b8eda011899" string 198 "reference": "6a4c5cc27b783ef8dc43d3950a4a4b8eda011899", string 249 "reference": "6320a9f754952fa054206fd88235d471436c300f" string 254 "reference": "6320a9f754952fa054206fd88235d471436c300f", string [all …]
|
| /plugin/smtp/subtree/txtthinking/Mailer/ |
| H A D | composer.lock | 15 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" 20 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", 55 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" 60 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", 109 "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc" 114 "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc", 148 "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0" 153 "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0", 224 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" 229 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
| D | OrganizationsEnvironmentsReferences.php | 33 * Creates a Reference in the specified environment. (references.create) 36 * Reference will be created. Must be of the form 49 * Deletes a Reference from an environment. Returns the deleted Reference 52 * @param string $name Required. The name of the Reference to delete. Must be of 64 * Gets a Reference resource. (references.get) 66 * @param string $name Required. The name of the Reference to get. Must be of 78 * Updates an existing Reference. Note that this operation has PUT semantics; it 79 * will replace the entirety of the existing Reference with the resource in the 82 * @param string $name Required. The name of the Reference to update. Must be of
|
| /plugin/combo/ComboStrap/ |
| H A D | Reference.php | 10 * Class Reference 12 * Reference 17 class Reference extends MetadataWikiPath class 23 return (new Reference()) 34 return "Reference Path"; 39 return "reference";
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
| D | See.php | 17 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen as FqsenRef; 18 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference; alias 19 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Url; 31 /** @var Reference */ 37 * @param Reference $refers 40 public function __construct(Reference $refers, Description $description = null) 72 * @return Reference
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
| D | index.rst | 49 reference 60 - Reference 61 * :doc:`Annotations </reference/annotations>` 62 * :doc:`XML Reference </reference/xml_reference>` 63 * :doc:`YML Reference </reference/yml_reference>`
|