Home
last modified time | relevance | path

Searched refs:definition (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/plugin/ifauthex/lib/
H A Dparser.php35 public function __construct($definition, $args) { argument
36 $this->_definition = $definition;
40 public function definition() { return $this->_definition; } function in AST\\ElementInstance
61 if ($this->definition() === null) {
86 if ($this->definition() !== null && $this->definition()->fixing() == Fixing::None) {
153 if ($this->definition() !== null) {
189 if ($this->definition() === null) {
214 if ($this->definition() === null) {
222 return $this->definition()->evaluate($this);
372 if ($args[$i]->definition() == $closeTokDef) {
[all …]
H A Dtokenizer.php110 public function __construct($definition, $text, $position, $length) { argument
111 $this->_definition = $definition;
117 public function definition() { return $this->_definition; } function in AST\\TokenInstance
130 return '<' . $this->definition()->name() . ':' . $this->match() . '>';
159 } elseif (!in_array($foundTokInst->definition(), $stripTokDefs)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDictWordsSensesDefinitions.php26 public $definition; variable in Google\\Service\\Books\\DictlayerdataDictWordsSensesDefinitions
33 public function setDefinition($definition) argument
35 $this->definition = $definition;
42 return $this->definition;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSchema.php25 public $definition; variable in Google\\Service\\Pubsub\\Schema
46 public function setDefinition($definition) argument
48 $this->definition = $definition;
55 return $this->definition;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DSegment.php29 public $definition; variable in Google\\Service\\Analytics\\Segment
76 public function setDefinition($definition) argument
78 $this->definition = $definition;
85 return $this->definition;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoContentDetails.php33 public $definition; variable in Google\\Service\\YouTube\\VideoContentDetails
102 public function setDefinition($definition) argument
104 $this->definition = $definition;
111 return $this->definition;
/plugin/yalist/
H A DREADME.md4 This plugin extends DokuWiki's list markup syntax to allow definition lists
10 ? definition list term [<dl><dt>]
11 : definition list definition [<dl><dd>]
15 :: definition list definition w/multiple paragraphs
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
11 Alternatively, you can give your entity definition file any name you want and feed
19 There are two definition files in the action/entities: ents.data and fcked-ents.data.
22 The definition file has the following format:
34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
11 Alternatively, you can give your entity definition file any name you want and feed
19 There are two definition files in the action/entities: ents.data and fcked-ents.data.
22 The definition file has the following format:
34 There is one empty line between each definition. Here is an actual example.
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
11 Alternatively, you can give your entity definition file any name you want and feed
19 There are two definition files in the action/entities: ents.data and fcked-ents.data.
22 The definition file has the following format:
34 There is one empty line between each definition. Here is an actual example.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1PolicySchema.php89 public function setDefinition(Proto2FileDescriptorProto $definition) argument
91 $this->definition = $definition;
98 return $this->definition;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionRev.txt
H A DAttr.ClassUseCDATA.txt
H A DCSS.DefinitionRev.txt
H A DURI.DefinitionRev.txt
/plugin/orgapp/
H A DREADME.md11 chart definition
15 … to include the definition within the tag orgapp, in the second case you should use the attribute …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Experiment.php91 public function setDefinition(GoogleCloudDialogflowCxV3ExperimentDefinition $definition) argument
93 $this->definition = $definition;
100 return $this->definition;
/plugin/apidoc/
H A Dsyntax.php31 public $definition="", $name="", $description=""; variable in syntax_plugin_apidoc_data_field
38 $this->definition = $f[1];
47 public $name="", $definition="", $description="", $parameters=array(), $returns=""; variable in syntax_plugin_apidoc_data_method
56 $this->definition = $f[1];
185 …on : </span><span class='apidoc_code'>" . $this->apidoc_highlight( $f->definition, true ) . "<br /…
194 …on : </span><span class='apidoc_code'>" . $this->apidoc_highlight( $m->definition, true ) . "</spa…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc79 $params['body'] = (array) The ingest definition (Required)
94 $params['body'] = (array) The simulate definition (Required)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/
H A DDefaultCss.php8 public static $definition = [ variable in Mpdf\\Css\\DefaultCss
/plugin/gcalendar/inc/
H A Dstandard.css12 /* main-table definition ----------------------------------------------------------------------- */
65 /* definition of event to page links ----------------------------------------------------------- */
154 .gCal_event { /* Standard definition of an event entry */
/plugin/attribute/
H A DREADME.md2 Arbitrary attribute definition and storage for user associated data.
/plugin/struct/lang/en/
H A Ddelete_intro.txt1 **WARNING:** Deleting a schema will delete the schema definition and **all** data that has ever been saved for this schema. There is no going back!
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt34 console.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.…
38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
/plugin/definitionlist/
H A Dplugin.info.txt6 desc Add syntax for definition lists.

12345678910>>...26