Home
last modified time | relevance | path

Searched refs:type (Results 2176 – 2200 of 4303) sorted by path

1...<<81828384858687888990>>...173

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php142 $type = '';
144 $type = 'NEXT-ODD';
146 $type = strtoupper($attr['TYPE']);
149 if ($type === 'E' || $type === 'EVEN') {
173 } elseif ($type === 'O' || $type === 'ODD') {
197 } elseif ($type === 'NEXT-ODD') {
221 } elseif ($type === 'NEXT-EVEN') {
H A DInput.php29 $objattr['type'] = 'input';
96 $type = '';
124 $type = 'CHECKBOX';
135 $type = 'RADIO';
146 $type = 'IMAGE';
237 if ($info['type'] === 'wmf') {
244 if ($info['type'] === 'svg') {
290 $objattr['type'] = 'image';
291 $objattr['itype'] = $info['type'];
295 if ($info['type']
[all...]
H A DMeter.php67 $type = '';
69 $type = $attr['TYPE'];
226 $svg = $this->makeSVG($type, $value, $max, $min, $optimum, $low, $high);
277 $objattr['type'] = 'image';
278 $objattr['itype'] = $info['type'];
304 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
306 if ($type == '2') {
308 ///////// CUSTOM <meter type="2">
367 } elseif ($type == '3') {
369 ///////// CUSTOM <meter type
[all...]
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
11 if ($type == '2') {
13 ///////// CUSTOM <progress type="2">
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php47 if (isset($info['type']) && $info['type'] === 'TTF' && !$info['sip'] && !$info['smp']) {
51 if (isset($f['fontkey']) && $f['fontkey'] === $fontkey && $f['type'] === 'TTF') {
113 $type = $font['type'];
116 if ($type === 'TTF' && (!isset($font['used']) || !$font['used'])) {
128 if ($type === 'Type0') { // Adobe CJK Fonts
135 } elseif ($type === 'core') {
156 } elseif ($type === 'TTF' && ($font['sip'] || $font['smp'])) {
276 } elseif ($type
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDhyanaOFL.txt25 however, cannot be released under any other type of license. The
H A DJomolhari-OFL.txt28 however, cannot be released under any other type of license.
H A DKhmerOFL.txt24 however, cannot be released under any other type of license. The
H A DLateef font OFL.txt24 however, cannot be released under any other type of license. The
H A DLohitKannadaOFL.txt25 however, cannot be released under any other type of license. The
H A DTharlonOFL.txt24 however, cannot be released under any other type of license. The
H A DXW Zar Font Info.txt23 however, cannot be released under any other type of license. The
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md22 1. [Type](#type)
29 1. [`ReplaceFilter`](#replacefilter-type-filter)
30 1. [`ShallowCopyFilter`](#shallowcopyfilter-type-filter)
175 The `TypeMatcher` will match any element by its type (instance of a class or any value that could be parameter of
288 #### `ReplaceFilter` (type filter)
330 #### `ShallowCopyFilter` (type filter)
357 - Use a filter with a type matcher
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php10 private $type; variable in DeepCopy\\TypeMatcher\\TypeMatcher
13 * @param string $type
15 public function __construct($type) argument
17 $this->type = $type;
27 return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php243 'Invalid object type at xref reference offset.',
249 $type = PdfDictionary::get($stream->value, 'Type');
250 if ($type->value !== 'XRef') {
252 'The xref position points to an incorrect object type.',
267 'The xref position points to an incorrect object type.',
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php17 * A class defining a PDF data type
53 * Ensure that a value is an instance of a specific PDF type.
55 * @param string $type
61 protected static function ensureType($type, $value, $errorMessage) argument
63 if (!($value instanceof $type)) {
74 * The value of the PDF type.
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php150 $type = PdfDictionary::get($object->value, 'Type');
152 if ($type->value === 'Pages') {
167 $type = PdfDictionary::get($dict, 'Type');
169 if ($type->value === 'Pages') {
218 $type = PdfDictionary::get($object->value, 'Type');
220 if ($type->value === 'Pages') {
/plugin/dwcommits/
H A Dadmin.php194 ptln(' <input type="hidden" name="do" value="admin" />');
195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
214 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[init]" value="'.$this->getLang('btn_init').'" />…
222 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[update]" value="'.$this->getLang('btn_update').'…
242 …ptln('<td>&nbsp;&nbsp;<input type="submit" name="cmd[pull]" value="'.$this->getLang('btn_pull').'…
251 . '&nbsp;<input type="text" name="remote_url_name" size="80" value="'
275 …ptln('<td align="right"><input type="submit" name="cmd[merge]" value="'. $this->getLang('btn_merg…
342 ptln('&nbsp;&nbsp;AND <input type="RADIO" value="AND" name="dwc_query[OP_1]"></TD>');
346 … ptln('&nbsp;&nbsp;AND <input type="radio" value="AND" CHECKED name="dwc_query[OP_2]"></TD>');
358 …ptln('&nbsp;&nbsp;<input type ="radio" name="output_type" value="plain">' . $this->getLang('q_plai…
[all …]
H A Dhelper.php334 function error($which, $type=-1) { argument
347 msg($msgs[$which],$type);
H A Dstyle.css19 input[type='submit'] {
/plugin/dwedit/
H A DMenuItem.php15 protected $type = 'dwedit'; variable in dokuwiki\\plugin\\dwedit\\MenuItem
/plugin/dwinsect/
H A Dsyntax.php60 function _check_translate($type, $link, $params) { argument
62 switch ($type) {
79 $type="internallink";
83 return (array($type, $link));
/plugin/dwtimeline/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/plugin/dx/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/plugin/ebnf/
H A Debnf.php39 $ebnf_lexemes[] = array( 'type' => EBNF_OPERATOR_TOKEN, 'expr' => '[={}()|.;[\]]' );
40 $ebnf_lexemes[] = array( 'type' => EBNF_LITERAL_TOKEN, 'expr' => "\"[^\"]*\"" );
41 $ebnf_lexemes[] = array( 'type' => EBNF_LITERAL_TOKEN, 'expr' => "'[^']*'" );
42 $ebnf_lexemes[] = array( 'type' => EBNF_IDENTIFIER_TOKEN, 'expr' => "[a-zA-Z0-9_-]+" );
43 $ebnf_lexemes[] = array( 'type' => EBNF_WHITESPACE_TOKEN, 'expr' => "\\s+" );
264 if ($ebnf_lexemes[$j]['type']!=EBNF_WHITESPACE_TOKEN)
265 $tokens[] = array('type' => $ebnf_lexemes[$j]['type'],
274 function ebnf_check_token($token, $type, $value) {
275 return $token['type'] argument
[all...]

1...<<81828384858687888990>>...173