Home
last modified time | relevance | path

Searched refs:this (Results 19076 – 19100 of 27090) sorted by relevance

1...<<761762763764765766767768769770>>...1084

/plugin/jmol2/jmol/
H A DJmolAppletSigned0_Minimize.jar ... { private final org.jmol.minimize.Minimizer this$0 void <init> (org.jmol ...
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc87 //alert( 'Current value: ' + this.getValue() );
109 var dialog = this;
114 var dialog = this;
136 var dialog = this;
154 var labelText = jQuery('label[for='+ this.id +']').text();
157 jQuery(this).prop('checked',false) ;
159 else if(tag && on_page.includes(labelText) && !jQuery(this).prop('checked')){
160 jQuery(this).prop('checked',true) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.image.encoder.stream.inc.php19 $this->last_image_id ++;
20 return $this->last_image_id;
H A Dfetched_data._html.class.php4 die("Unoverridden 'detect_encoding' called in ".get_class($this));
8 …if (preg_match("#<\s*meta[^>]+content=(['\"])?text/html;\s*charset=([\w\d-]+)#is",$this->get_conte…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f008/
H A DA.php11 $this->foo = $foo;
16 return $this->foo;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.par2.php27 $info = &$this->getid3->info;
31 $this->error('PAR2 parsing not enabled in this version of getID3()');
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArray.php19 return sprintf('<%s:array>', $this->name);
24 return $this->parser->getExpressionParser()->parseArrayExpression();
H A DExpression.php19 return sprintf('<%s>', $this->name);
24 return $this->parser->getExpressionParser()->parseExpression();
H A DArguments.php19 return sprintf('<%s:arguments>', $this->name);
24 return $this->parser->getExpressionParser()->parseArguments();
H A DHash.php19 return sprintf('<%s:hash>', $this->name);
24 return $this->parser->getExpressionParser()->parseHashExpression();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/765/
H A DIssue765Test.php6 $this->assertTrue(true);
15 $this->assertTrue(true);
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dissue-33.md2 hey, check [this].
4 [this]: https://github.com/cebe/markdown
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMultiDependencyTest.php20 $this->assertEquals('foo', $a);
21 $this->assertEquals('bar', $b);
/plugin/emphasis/syntax/
H A Dbackground.php12 * need to inherit from this class
22 $this->Lexer->addEntryPattern(';{2,}(?=.*?;{2,})', $mode, 'plugin_emphasis_background');
26 $this->Lexer->addExitPattern(';{2,}', 'plugin_emphasis_background');
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBigIntTrait.php8 * file that was distributed with this source code.
30 if (is_int($this->value)) {
34 return is_float($this->value + 0);
/plugin/edittable/action/
H A Djsinfo.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'fill_jsinfo');
22 $JSINFO['plugins']['edittable']['default columnwidth'] = $this->getConf('default colwidth');
/plugin/mytemplate/
H A DREADME12 Please note that I wrote this plugin to solve a very specific problem so some of the functionality
14 This is also my first dokuwiki plugin and I'm not very experienced with php, so this plugin very
23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
41 LOOKRANGE - This is similar to look, but with this command, the map doesn't have to contain the
49 otherwise param3 is. Please note that in this case only param2 or param3 will even be
54 LIST - this creates a dokuwiki table from values supplied on the data page. On the data
61 Use in the template would then look like this:
74 NOINCLUDE - the content of this command is completely ignored and will not show up in the final pag…
93 the simple case they are defined like this:
97 In this case, this is a simple array, the index 0 will map to a, the index
[all …]
/plugin/imapmarkers/
H A DREADME.md50 ```IMAGE-LINK``` is a normal DokuWiki image link, [see here](https://www.dokuwiki.org/images), this
54 Enclosed in this, you define no, one or multiple image areas, [see here](https://www.w3schools.com/…
62 If the area or marker is clicked, this link is opened.
65 ```IDENTIFIER``` is a page-unique identifier for this area.
71 If you hover over the area, this title is shown.
88 Between this you define a [JSON](https://www.json.org/json-en.html) object.
101 **"marker-width"**: (positive number) -- Set the markers width to this value.
105 **"marker-height"**: (positive number) -- Set the markers height to this value.
109 **"marker-color"**: (string) ```"HTML-COLOR"``` -- Set the internal markers color to this value.
128 Complete Configuration-Example (Place this **inside** your map definition!):
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DCurrent.php46 $tmp = $this->value;
47 $this->value = false;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.textarea.height.php5 $tree = $this->runPipeline('
10 $this->assertEqual($element->get_full_height(),
H A Dtest.textarea.width.php5 $tree = $this->runPipeline('
10 $this->assertEqual($element->get_full_width(),
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/
H A DTestObject.php13 return $this->foo;
18 $this->foo = $foo;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DAutoloaderTest.php19 …$this->assertFalse(class_exists('FooBarFoo'), '->autoload() does not try to load classes that does…
22 …$this->assertNull($autoloader->autoload('Foo'), '->autoload() returns false if it is not able to l…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DClassThatImplementsSerializable.php6 return get_object_vars($this);
12 $this->{$key} = $value;
/plugin/nodisp/syntax/
H A Dstack.php8 …function connectTo($mode) { $this->Lexer->addEntryPattern('<nodisp.*?>(?=.*?</nodisp>)',$mode,'plu…
9 function postConnect() { $this->Lexer->addExitPattern('</nodisp>','plugin_nodisp_stack'); }

1...<<761762763764765766767768769770>>...1084