/plugin/description/ |
D | README.md | 1 # description Plugin for DokuWiki 3 All documentation for the description Plugin is available online at: 5 * http://dokuwiki.org/plugin:description 9 …m/mprins/dokuwiki-plugin-description/actions/workflows/CI.yml/badge.svg)](https://github.com/mprin… 10 …rins/dokuwiki-plugin-description/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/… 11 ….io/github/issues/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/dokuwiki-plug… 12 …s.io/github/forks/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/dokuwiki-plug… 13 …s.io/github/stars/mprins/dokuwiki-plugin-description.svg)](https://github.com/mprins/dokuwiki-plug… 14 …Lv2-blue.svg)](https://raw.githubusercontent.com/mprins/dokuwiki-plugin-description/master/LICENSE)
|
/plugin/asciidocjs/node_modules/commander/typings/ |
D | index.d.ts | 22 description: string; property 24 type OptionConstructor = new (flags: string, description?: string) => Option; 45 version(str: string, flags?: string, description?: string): this; 86 …command(nameAndArgs: string, description: string, opts?: commander.ExecutableCommandOptions): this; 174 option(flags: string, description?: string, defaultValue?: string | boolean): this; 175 … option(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean): this; 176 …option<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defaultValue?… 184 requiredOption(flags: string, description?: string, defaultValue?: string | boolean): this; 185 …requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean… 186 …requiredOption<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defau… [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
D | Example.php | 45 public function __construct($filePath, $isURI, $startingLine, $lineCount, $description) argument 55 if ($description !== null) { 56 $this->description = trim($description); 67 if (null === $this->description) { 78 return $this->description; 101 $description = null; 104 $description = $matches[3]; 114 $description = $contentMatches[3]; 124 $description 146 return $this->filePath . ($this->description ? ' ' . $this->description : '');
|
D | Link.php | 34 * @param Description $description 36 public function __construct($link, Description $description = null) argument 41 $this->description = $description; 53 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null; 55 return new static($parts[0], $description); 75 return $this->link . ($this->description ? ' ' . $this->description->render() : '');
|
D | See.php | 38 * @param Description $description 40 public function __construct(Reference $refers, Description $description = null) argument 43 $this->description = $description; 59 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null; 63 return new static(new Url($parts[0]), $description); 66 return new static(new FqsenRef($resolver->resolve($parts[0], $context)), $description); 86 return $this->refers . ($this->description ? ' ' . $this->description->render() : '');
|
D | Generic.php | 30 * @param Description $description The contents of the given tag. 32 public function __construct($name, Description $description = null) argument 37 $this->description = $description; 60 … $description = $descriptionFactory && $body ? $descriptionFactory->create($body, $context) : null; 62 return new static($name, $description); 72 return ($this->description ? $this->description->render() : '');
|
D | Source.php | 34 public function __construct($startingLine, $lineCount = null, Description $description = null) argument 41 $this->description = $description; 54 $description = null; 63 $description = $matches[3]; 66 … return new static($startingLine, $lineCount, $descriptionFactory->create($description, $context)); 95 . ($this->description ? ' ' . $this->description->render() : '');
|
D | Var_.php | 39 * @param Description $description 41 public function __construct($variableName, Type $type = null, Description $description = null) argument 47 $this->description = $description; 82 $description = $descriptionFactory->create(implode('', $parts), $context); 84 return new static($variableName, $type, $description); 116 . ($this->description ? ' ' . $this->description : '');
|
D | PropertyRead.php | 39 * @param Description $description 41 public function __construct($variableName, Type $type = null, Description $description = null) argument 47 $this->description = $description; 82 $description = $descriptionFactory->create(implode('', $parts), $context); 84 return new static($variableName, $type, $description); 116 . ($this->description ? ' ' . $this->description : '');
|
D | Property.php | 39 * @param Description $description 41 public function __construct($variableName, Type $type = null, Description $description = null) argument 47 $this->description = $description; 82 $description = $descriptionFactory->create(implode('', $parts), $context); 84 return new static($variableName, $type, $description); 116 . ($this->description ? ' ' . $this->description : '');
|
D | PropertyWrite.php | 39 * @param Description $description 41 public function __construct($variableName, Type $type = null, Description $description = null) argument 47 $this->description = $description; 82 $description = $descriptionFactory->create(implode('', $parts), $context); 84 return new static($variableName, $type, $description); 116 . ($this->description ? ' ' . $this->description : '');
|
/plugin/zwidoku/ |
H A D | ShortDescription.php | 99 $description=""; 103 $description=$match[1]; 105 if (str_word_count($description, 0)>3) return $this->mytrim($description); 109 $description=$match[1]; 111 if (str_word_count($description, 0)>3) return $this->mytrim($description); 115 $description=$this->get_first_sentence($txt); 117 return $this->mytrim($description);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
D | Constraint.php | 36 * @param string $description Additional information about the test 43 public function evaluate($other, $description = '', $returnResult = false) argument 56 $this->fail($other, $description); 89 …* @param string $description Additional information … 94 …protected function fail($other, $description, SebastianBergmann\Comparator\ComparisonFailure $comp… argument 107 if (!empty($description)) { 108 $failureDescription = $description . "\n" . $failureDescription;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/ |
D | Profile.php | 25 public $description; variable in Google\\Service\\MyBusinessBusinessInformation\\Profile 30 public function setDescription($description) argument 32 $this->description = $description; 39 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/ |
D | FailureDetail.php | 25 public $description; variable in Google\\Service\\Transcoder\\FailureDetail 30 public function setDescription($description) argument 32 $this->description = $description; 39 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
D | ProviderInfo.php | 22 public $description; variable in Google\\Service\\SemanticTile\\ProviderInfo 24 public function setDescription($description) argument 26 $this->description = $description; 30 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
D | Advice.php | 25 public $description; variable in Google\\Service\\ServiceManagement\\Advice 30 public function setDescription($description) argument 32 $this->description = $description; 39 return $this->description;
|
/plugin/photogallery/phpThumb/demo/ |
D | phpThumb.demo.demo.php | 138 …lencode('http://www.silisoftware.com/images/SiliSoft.gif').'&w=100'), 'description' => 'HTTP sourc… 139 …('src='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|BL'), 'description' => 'width=300p… 140 …src='.$img['square'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|*|25'), 'description' => 'width=300p… 141 …quare'].'&w=300&fltr[]=wmi|'.$img['watermark'].'|75x50|80|75|75|45'), 'description' => 'width=300p… 142 …'].'&bg=00FFFF&f=gif', 'src='.$img['watermark'].'&bg=00FFFF&f=jpeg'), 'description' => 'source ima… 143 ….$img['anigif'].'&w=25&f=bmp', 'src='.$img['anigif'].'&w=25&f=jpeg'), 'description' => 'resize ani… 144 …$img['anigif'].'&sfn=0&f=png', 'src='.$img['anigif'].'&sfn=2&f=png'), 'description' => 'Specifying… 145 …ico', 'src='.$img['alpha'].'&f=gif', 'src='.$img['alpha'].'&f=jpeg'), 'description' => 'PNG alpha … 146 …> array('src='.$img['square'].'&w=300&fltr[]=stc|FFFFFF|5|10&f=png'), 'description' => 'Create tra… 147 …e'].'&w=300', 'src='.$img['landscape'].'&w=300&fltr[]=usm|80|0.5|3'), 'description' => 'normal vs.… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/ |
D | ShortRepresentation.php | 25 public $description; variable in Google\\Service\\Spanner\\ShortRepresentation 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/ |
D | GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription.php | 25 public $description; variable in Google\\Service\\ChromePolicy\\GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
D | CategoryGroupV5.php | 25 public $description; variable in Google\\Service\\PagespeedInsights\\CategoryGroupV5 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
D | VideoLocalization.php | 25 public $description; variable in Google\\Service\\YouTube\\VideoLocalization 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
D | PlaylistLocalization.php | 25 public $description; variable in Google\\Service\\YouTube\\PlaylistLocalization 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
D | RefundReason.php | 25 public $description; variable in Google\\Service\\ShoppingContent\\RefundReason 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|
D | MerchantRejectionReason.php | 25 public $description; variable in Google\\Service\\ShoppingContent\\MerchantRejectionReason 34 public function setDescription($description) argument 36 $this->description = $description; 43 return $this->description;
|