Home
last modified time | relevance | path

Searched refs:type (Results 2251 – 2275 of 4303) sorted by relevance

1...<<919293949596979899100>>...173

/plugin/structsection/
H A Dplugin.info.txt6 desc New type to show struct wiki fields as actual sections of the page
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTree.php19 public function getChild(int $i, ?string $type = null) : ?Tree; argument
/plugin/usercontact/
H A Dstyle.less10 list-style-type: none;
/plugin/links4pages/
H A DMenuItem.php17 protected $type = 'show'; variable in dokuwiki\\plugin\\links4pages\\MenuItem
/plugin/searchtablejs/
H A Dsyntax.php68 …htable" name="filtertable" onkeyup="searchtable.filterall(this, \''.$id.'\')" type="text"></form>';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc18 'type' => 'text',
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtype-italic.svg1 <svg class="bi bi-type-italic" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dtype-bold.svg1 <svg class="bi bi-type-bold" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML.js46type="math/mml";d.insertBefore(a,e);if(this.AttributeBug){var b=this.OuterHTML(e);if(this.CleanupH…
49type==="contextmenu"||M.type==="mouseover"){v.className+=" MathJax_ContextMenu"}if(!B){MathJax.Loc… property in AnonymousFunction97a8892b6900.u
50type==="math"){this.root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,argume…
51type,e=this.toMathMLattributes();if(f==="mspace"){return l+"<"+f+e+" />"}var k=[],j=(this.isToken?…
52type==="mstyle"?a.math.prototype.defaults:g.defaults);if(k!=null){var n=k.toLowerCase();if(n==="tr…
53type==="mo"&&this.data.join("")==="\u222B"){g.lastIsInt=true}else{if(this.type!=="mspace"||this.wi…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1392 return function ($type, $data) use ($callback) {
1394 \call_user_func($callback, $type, $data);
1401 return function ($type, $data) use ($callback, $out) {
1402 if ($out == $type) {
1409 \call_user_func($callback, $type, $data);
1512 foreach ($result as $type => $data) {
1513 if (3 !== $type) {
1514 $callback(self::STDOUT === $type ? self::OUT : self::ERR, $data);
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1type","align","prev","this","pushContext","col","indent","c","context","popContext","t","isClosing…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1993 if($type=='TrueType') {
2409 if($type=='')
2416 $type=strtolower($type);
2419 if($type=='jpg' || $type=='jpeg')
2421 elseif($type=='png')
2727 $type=$font['type'];
2729 if ($type=='Type1' || $type=='TrueType') {
3128 $type=fread($f,4);
3129 if($type=='PLTE')
3135 elseif($type=='tRNS')
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php945 public $type; variable in Google_AclItems
952 public function setType( $type) { argument
953 $this->type = $type;
956 return $this->type;
1281 public $type; variable in Google_CommentInReplyTo
1300 public function setType( $type) { argument
1301 $this->type = $type;
1304 return $this->type;
2488 public $type; variable in Google_OrkutLinkResource
2508 $this->type = $type;
[all …]
H A DGoogle_AdExchangeSellerService.php701 public $type; variable in Google_ReportHeaders
714 public function setType( $type) { argument
715 $this->type = $type;
718 return $this->type;
/plugin/stackedit/
H A Dscript.js25 type: "Click", property in window.toolbar
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php69 $type = strtolower($root->get_attribute("type"));
77 ($type == "text/css" || $type == "") &&
/plugin/twcheckliste/
H A Drenderer.php.old42 // store the content type headers in metadata
73 <link rel="stylesheet" href="'.DOKU_BASE.'lib/styles/style.css" type="text/css" media="screen" />
74 <script src="'.$this->base.'default/slides.js" type="text/javascript"></script>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DWebfonts.php70 'type' => 'string',
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md241 - `TypeToken` or `Argument::type($typeOrClass)` - checks that the argument matches a specific type
260 $user->setName(Argument::type('string'))->will(function ($args) {
265 $user->setName(Argument::type('string'))->will(function ($args, $user) {
270 $user->setName(Argument::type('string'))->will(function ($args) use ($user) {
287 $user->setName(Argument::type('string'))->will(function ($args) {
292 $user->setName(Argument::type('string'))->will(function ($args, $user) {
297 $user->setName(Argument::type('string'))->will(function ($args) use ($user) {
306 arguments wildcarding works. Every argument token type has a different score level, which
308 promise that has the highest score. In this case, `Argument::type()` in case of success
309 scores `5` and `Argument::any()` scores `3`. So the type token wins, as does the first
/plugin/inlinetoc/
H A Dall.css11 list-style-type: decimal;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dreplace_invalid_arg.test2 Exception for invalid argument type in replace call
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php277 $type = '';
289 $type = trim($matches[1]);
290 $typeSpace = ($typeLen - strlen($type));
291 $typeLen = strlen($type);
351 'type' => $type,
/plugin/odtplus2dw/
H A Daction.php91 <input type="hidden" name="MAX_FILE_SIZE" value="'.$this->getConf('formMaxFileSize').'"/>
92 <input type="hidden" name="do" value="odtplus2dw"/>
93 <input type="hidden" name="id" value="'.$ID.'"/>
94 <input type="file" name="userFile"/>
95 <input type="submit" value="'.$lang['btn_upload'].'"/>
260 function _msg( $message, $type=null, $force=false ) { argument
267 # $type : integer : (check the dokuwiki msg function)
271 # if type == null, the first 3 char of the key define the message type
287 if ( is_null( $type ) ) {
[all...]
/plugin/offline/ui/dokuwiki/
H A Dprint.css1type:square;margin:0 0 0.5em 1.5em;padding:0;}ol{line-height:1.5em;margin:0 0 0.5em 2.5em;padding:…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1type === 'object' && typeof lastSegment === 'string' && Array.isArray(parent.children)) {\n …

1...<<919293949596979899100>>...173