Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont_factory.class.php35 $dummy = null;
36 return $dummy;
51 $dummy = null;
52 return $dummy;
H A Dpath.php123 $dummy = 0;
124 $transform->apply($r, $dummy);
164 $dummy = 0;
165 $transform->apply($r, $dummy);
H A Dvalue.generic.percentage.php21 $dummy = CSS_PROPERTY_INHERIT;
22 return $dummy;
H A Doutput.png.class.php158 $dummy = 0;
159 $this->_transform->apply($x, $dummy);
165 $dummy = 0;
166 $this->_transform->apply($dummy, $y);
485 $dummy = 0;
486 $this->_fixSizes($x, $dummy);
509 $dummy = 0;
510 $this->_fixSizes($dummy, $fontSize);
H A Dot.class.php96 if (is_null($dir)) { $dummy = null; return $dummy; };
120 if (is_null($table)) { $dummy = null; return $dummy; };
124 if (is_null($dir)) { $dummy = null; return $dummy; };
592 $dummy = null; return $dummy;
H A Dbox.container.php293 $dummy = null;
294 return $dummy;
318 $dummy = null;
319 return $dummy;
337 $dummy = null;
338 return $dummy;
538 $dummy = null;
539 return $dummy;
1099 $dummy = null;
1100 return $dummy;
H A Dfont.class.php145 $dummy = null;
146 return $dummy;
H A Doutput.fastps.class.php68 $dummy = null;
69 return $dummy;
295 $dummy = null;
296 return $dummy;
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php89 $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString'));
91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
93 $dummy->expects($this->once())
97 $this->getLogger()->warning($dummy);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php89 $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString'));
91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
93 $dummy->expects($this->once())
97 $this->getLogger()->warning($dummy);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php89 $dummy = $this->createPartialMock('Psr\Log\Test\DummyTest', array('__toString'));
91 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
93 $dummy->expects($this->once())
97 $this->getLogger()->warning($dummy);
/plugin/mobiletable/
H A DmobileTable.js211 const dummy = document.createElement("div")
212 table.replaceWith(dummy)
213 return dummy
229 const dummy = replaceWithDummy(table)
234 dummy.replaceWith(mobile)
258 const dummy = replaceWithDummy(table)
269 dummy.replaceWith(original)
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php87 $dummy = $this->getMock('Psr\Log\Test\DummyTest', array('__toString'));
88 $dummy->expects($this->once())
92 $this->getLogger()->warning($dummy);
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md51 failover(dummy://a dummy://a)
52 failover(dummy://a,dummy://a)
53 failover:(dummy://a,dummy://a)
54 roundrobin(dummy://a failover(dummy://b dummy://a) dummy
[all...]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js543 var dummy = null ;
545 dummy = this.Window.document.createElement( 'span' ) ;
547 dummy = this.Window.document.createElement( 'br' ) ;
548 eLineBreak.parentNode.insertBefore( dummy, eLineBreak.nextSibling ) ;
549 dummy.scrollIntoView( false ) ;
550 dummy.parentNode.removeChild( dummy ) ;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php1486 $dummy = $info; // only overwrite real data if valid header found
1487 if ($this->decodeMPEGaudioHeader($avdataoffset + $SynchSeekOffset, $dummy, true)) {
1488 $info = $dummy;
1507 $dummy = $info;
1508 unset($dummy['mpeg']['audio']);
1511 if ($this->decodeMPEGaudioHeader($GarbageOffsetEnd, $dummy, true, true)) {
1512 $info = $dummy;
1572 … if ($this->decodeMPEGaudioHeader($calculated_next_offset, $dummy, false, false, $FastMode)) {
1583 …audioVersionLookup[$dummy['mpeg']['audio']['raw']['version']]][$MPEGaudioLayerLookup[$dummy['mpeg'…
1585 if (empty($dummy['mpeg']['audio']['framelength'])) {
[all …]
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php1389 $dummy = $ThisFileInfo; // only overwrite real data if valid header found
1390 if (getid3_mp3::decodeMPEGaudioHeader($fd, $avdataoffset + $SynchSeekOffset, $dummy, true)) {
1391 $ThisFileInfo = $dummy;
1410 $dummy = $ThisFileInfo;
1411 unset($dummy['mpeg']['audio']);
1414 if (getid3_mp3::decodeMPEGaudioHeader($fd, $GarbageOffsetEnd, $dummy, true, true)) {
1416 $ThisFileInfo = $dummy;
1458 …audioVersionLookup[$dummy['mpeg']['audio']['raw']['version']]][$MPEGaudioLayerLookup[$dummy['mpeg'…
1460 if (empty($dummy['mpeg']['audio']['framelength'])) {
1465 … @$ThisFileInfo['mpeg']['audio']['version_distribution'][$dummy['mpeg']['audio']['version']]++;
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php358 * @param mixed $dummy To be compatible with childs.
361 public static function create($name, $dummy) argument
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php245 list($dummy, $m, $d, $y) = $matches;
253 list($dummy, $y, $m, $d) = $matches;
295 foreach ($features as $dummy => $feature) {
332 foreach ($features as $dummy => $feature) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md107 our object *dummy* by revealing its prophecy:
110 $dummy = $prophecy->reveal();
113 The `$dummy` variable now holds a special dummy object. Dummy objects are objects that extend
116 of the dummy will always return `null` and the dummy will never throw any exceptions.
120 You need to understand one thing - a dummy is not a prophecy. Your object prophecy is still
122 should work with it. `$dummy` is a dummy - a simple php object that tries to fulfil your
133 but bear with me for a minute. Simply put, a stub is a dummy, which depending on the called
324 (object being *dummy*). As a matter of fact, after you define your first promise
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php452 $dummy = new \Handlebars\Cache\Disk($path);
453 $engine = new \Handlebars\Handlebars(array('cache' => $dummy));
/plugin/iptrust/
H A Dadmin.php59 foreach ($_REQUEST['delete'] as $ip => $dummy) {
80 foreach ($_REQUEST['add'] as $ip => $dummy) {
/plugin/iptrust2/
H A Dadmin.php47 foreach ($_REQUEST['delete'] as $ip => $dummy) {
68 foreach ($_REQUEST['add'] as $ip => $dummy) {
/plugin/subpages/
H A Dsyntax.php253 $dummy = array();
254 search($dummy, $path, array($this, '_searchCallback'), array('ns' => $ns),'',1,'natural');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php2432 $dummy = $ThisFileInfo; // only overwrite real data if valid header found
2434 if (decodeMPEGaudioHeader($fd, $avdataoffset + $SynchSeekOffset, $dummy, true)) {
2436 $ThisFileInfo = $dummy;
2454 $dummy = $ThisFileInfo;
2455 unset($dummy['mpeg']['audio']);
2458 if (decodeMPEGaudioHeader($fd, $GarbageOffsetEnd, $dummy, true, true)) {
2460 $ThisFileInfo = $dummy;
2500 while (decodeMPEGaudioHeader($fd, $synchstartoffset, $dummy, false, false, $FastMode)) {
2502 …audioVersionLookup[$dummy['mpeg']['audio']['raw']['version']]][$MPEGaudioLayerLookup[$dummy['mpeg'…
2507 if (empty($dummy['mpeg']['audio']['framelength'])) {
[all …]

1234