Home
last modified time | relevance | path

Searched refs:seqno (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DExecuteBatchDmlRequest.php28 public $seqno; variable in Google\\Service\\Spanner\\ExecuteBatchDmlRequest
51 public function setSeqno($seqno) argument
53 $this->seqno = $seqno;
60 return $this->seqno;
H A DExecuteSqlRequest.php47 public $seqno; variable in Google\\Service\\Spanner\\ExecuteSqlRequest
156 public function setSeqno($seqno) argument
158 $this->seqno = $seqno;
165 return $this->seqno;
/plugin/godiag/
H A Dsyntax.php27 var $seqno = 1; // if the same diagram is included more than once on a page, variable in syntax_plugin_godiag
128 $map_id = 'godiag__' . $this->seqno++ . $md5hash_png;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php501 foreach ($thisfile_png['animation']['fcTL'] as $seqno => $fcTL) {