Home
last modified time | relevance | path

Searched refs:current (Results 76 – 100 of 1003) sorted by relevance

12345678910>>...41

/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-css3.lg-zoom-in .l…
H A Dlg-transitions.css12 .lg-css3.lg-zoom-in .lg-item.lg-current {
29 .lg-css3.lg-zoom-in-big .lg-item.lg-current {
46 .lg-css3.lg-zoom-out .lg-item.lg-current {
63 .lg-css3.lg-zoom-out-big .lg-item.lg-current {
80 .lg-css3.lg-zoom-out-in .lg-item.lg-current {
97 .lg-css3.lg-zoom-in-out .lg-item.lg-current {
114 .lg-css3.lg-soft-zoom .lg-item.lg-current {
137 .lg-css3.lg-scale-up .lg-item.lg-current {
671 .lg-css3.lg-lollipop .lg-item.lg-current {
714 .lg-css3.lg-rotate .lg-item.lg-current {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php666 $current = $this->getTokenContent($stackPtr);
669 $newContent = substr($current, $start);
671 $newContent = substr($current, $start, $length);
688 $current = $this->getTokenContent($stackPtr);
689 return $this->replaceToken($stackPtr, $current.$this->_currentFile->eolChar);
703 $current = $this->getTokenContent($stackPtr);
704 return $this->replaceToken($stackPtr, $this->_currentFile->eolChar.$current);
719 $current = $this->getTokenContent($stackPtr);
720 return $this->replaceToken($stackPtr, $current.$content);
735 $current = $this->getTokenContent($stackPtr);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test22 public function current() { return current($this->values); }
26 public function valid() { return false !== current($this->values); }
H A Dobjects_countable.test23 public function current() { return current($this->values); }
27 public function valid() { return false !== current($this->values); }
/plugin/explorertree/
H A Dhelper.php128 function htmlExplorer($name,$base = '',$current = null){ argument
153 …(){jQuery('#{$id}').explorerTree(".$this->_treeOpts($name,$current === null ? $base : $current).")…
159 function _treeOpts($name,$current){ argument
165 'current' => ':'.ltrim(strtr($current,'/',':'),':'),
/plugin/codemirror/dist/modes/
H A Derlang.min.js1current(),c)){return z(b,a,"type")}else{return z(b,a,"attribute")}}var r=a.next();if(r=="%"){a.ski…
H A Dcobol.min.js1current().match(n.symbol)){while(t<71){if(j.eat(n.symbol)===undefined){break}else{t++}}}if(l&&l.pr…
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DTemplateDirIterator.php19 public function current() function in Twig\\Util\\TemplateDirIterator
21 return file_get_contents(parent::current());
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php163 for ($current = $this->firstChild; $current !== null; $current = $current->next) {
164 $children[] = $current;
236 * Clone the current node and its children
/plugin/odt/ODT/css/
H A Dcssdocument.php392 * @param integer $current Starting point
394 public function getPrecedingSibling ($current) { argument
395 if ($this->size == 0 || $current >= $this->size || $current == 0) {
398 $current_level = $this->entries [$current]['level'];
399 if ($this->entries [$current-1]['level'] == $current_level) {
400 return ($current-1);
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php119 $current = $this->directory.'/'.$file;
120 if (is_dir($current)) {
123 $current, $file.'/', $this->maxRecurs-1
127 $this->source = new File_Archive_Reader_File($current, $file);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php189 $current = new \DateTime('now');
190 $year = $current->format('Y');
212 $current = new \DateTime('now');
213 $year = $current->format('Y');
/plugin/strata/
H A Daction.php71 $renderer->meta =& $orig['current'];
80 $evt->result = array('current'=>&$renderer->meta,'persistent'=>&$renderer->persistent);
128 $current =& $event->data['current'];
130 if(isset($current['strata']['fixTitle']) && $current['strata']['fixTitle']) {
135 $title = $current['title'] ?? null;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php189 $current = new \DateTime('now');
190 $year = $current->format('Y');
212 $current = new \DateTime('now');
213 $year = $current->format('Y');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php189 $current = new \DateTime('now');
190 $year = $current->format('Y');
212 $current = new \DateTime('now');
213 $year = $current->format('Y');
/plugin/combo/ComboStrap/
H A DBreadcrumbTag.php136 * @param bool $current
140 public static function getLiHtmlOutput(MarkupPath $page, bool $current = false, bool $link = true): string argument
144 if ($current) {
148 * Applied to a link in the breadcrumb set to indicate that it represents the current page.
150 $liArial = " aria-current=\"page\"";
154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
/plugin/externalembed/helper/
H A DcacheInterface.php122 * @return mixed The List of video ID's on the current page associated with the playlist ID
168 …if(($key = array_search($video_id, $metadata['current']['plugin']['externalembed']['video_ids'])) …
169 … unset($metadata['current']['plugin']['externalembed']['video_ids'][$key]);//remove from metadata
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php80 return $char !== '' ? current(unpack("c", $char)) : null;
90 return $char !== '' ? current(unpack("C", $char)) : null;
100 return $int32 !== '' ? current(unpack($this->endianness == self::LITTLE_ENDIAN ? 'V' : 'N', $int32)) : null;
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php27 protected function consumeHr($lines, $current) argument
29 return [['hr'], $current];
/plugin/prosemirror/
H A Drenderer.php68 $parentNode = $this->nodestack->current()->getType();
118 if ($this->nodestack->current()->getType() === 'paragraph') {
127 if ($this->nodestack->current()->getType() === 'paragraph') {
138 if ($this->nodestack->current()->getType() === 'paragraph') {
154 if ($this->nodestack->current()->getType() === 'paragraph') {
180 if ($this->nodestack->current()->getType() === 'paragraph') {
268 if ($this->nodestack->current()->getType() === 'paragraph') {
272 $curNode = $this->nodestack->current();
300 $parentNode = $this->nodestack->current()->getType();
433 $this->nodestack->current()
[all...]
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php76 …$current = isset($_SESSION[DOKU_COOKIE]['fedauth']) ? $_SESSION[DOKU_COOKIE]['fedauth']['prid'] : …
82 …$using = $id == $current ? '<span class="inuse">('.$this->manager->getLang('inuse').')</span>' : '…
90 … . $this->_html_button($id, base64_encode($entry['ident']),'remove', $id == $current, 6)
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php92 ->when($result = $iterator->current())
99 $result = $iterator->current()
107 $result = $iterator->current()
115 $result = $iterator->current()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php175 $length = current(unpack('N', $this->readBytes(4)));
273 $agent_data_bytes = current(unpack('N', $data));
289 $agent_reply_bytes = current(unpack('N', $this->readBytes(4)));
292 $agent_reply_data = current(unpack('a*', $agent_reply_data));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator2.php11 public function current() function in TestIterator2
13 return current($this->data);

12345678910>>...41