/plugin/ifauthex/lib/ |
H A D | parser.php | 35 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 D | tokenizer.php | 110 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 D | DictlayerdataDictWordsSensesDefinitions.php | 26 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 D | Schema.php | 25 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 D | Segment.php | 29 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 D | VideoContentDetails.php | 33 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 D | README.md | 4 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 D | ENTITIES.HOWTO | 3 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 D | ENTITIES.HOWTO | 3 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 D | ENTITIES.HOWTO | 3 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 D | GoogleChromePolicyV1PolicySchema.php | 89 public function setDefinition(Proto2FileDescriptorProto $definition) argument 91 $this->definition = $definition; 98 return $this->definition;
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionRev.txt |
|
H A D | Attr.ClassUseCDATA.txt |
|
H A D | CSS.DefinitionRev.txt |
|
H A D | URI.DefinitionRev.txt |
|
/plugin/orgapp/ |
H A D | README.md | 11 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 D | GoogleCloudDialogflowCxV3Experiment.php | 91 public function setDefinition(GoogleCloudDialogflowCxV3ExperimentDefinition $definition) argument 93 $this->definition = $definition; 100 return $this->definition;
|
/plugin/apidoc/ |
H A D | syntax.php | 31 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 D | IngestNamespace.asciidoc | 79 $params['body'] = (array) The ingest definition (Required) 94 $params['body'] = (array) The simulate definition (Required)
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Css/ |
H A D | DefaultCss.php | 8 public static $definition = [ variable in Mpdf\\Css\\DefaultCss
|
/plugin/gcalendar/inc/ |
H A D | standard.css | 12 /* main-table definition ----------------------------------------------------------------------- */ 65 /* definition of event to page links ----------------------------------------------------------- */ 154 .gCal_event { /* Standard definition of an event entry */
|
/plugin/attribute/ |
H A D | README.md | 2 Arbitrary attribute definition and storage for user associated data.
|
/plugin/struct/lang/en/ |
H A D | delete_intro.txt | 1 **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 D | across_section.txt | 34 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 D | plugin.info.txt | 6 desc Add syntax for definition lists.
|