Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 1003) sorted by last modified time

12345678910>>...41

/plugin/latex-was/
H A DTODO12 - that could be keyed into the current namespace; but on second thought, that
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js31183 current = self._current;
31186 if (current && current.element === element) {
31368 this._eventBus.fire('contextPad.open', { current: this._current });
32293 var current = this._current = {
32302 current.entries = assign({}, entries, headerEntries);
32304 current.container = this._createContainer();
32307 current.container.appendChild(
32313 current.container.appendChild(
32321 this._attachContainer(current.container, parent, position.cursor);
43497 var current = trbl[attr];
[all …]
H A Dbpmn-modeler.production.min.js34current:this._current})},Ec.prototype.getPad=function(e){if(this.isOpen())return this._current.pad…
/plugin/popupviewer/
H A Dscript.js36 content.current = $();
83 content.current = null;
156 content.current = $(this);
350 …return content.current.attr('href') || content.current.attr('src') || content.current.attr('action…
464 var skipTo = $.inArray(content.current.get(0), _.popupImageStack) + e.data.direction;
473 if ( !$(_.popupImageStack[skipTo]).is(content.current) ) {
485 return _.popupImageStack.first().is(content.current);
489 return _.popupImageStack.last().is(content.current);
/plugin/openas/
H A DREADME26 using the specified template. The current implementation of the OpenAS plugin
/plugin/xtern/
H A Daction.php10 private $current; variable in action_plugin_xtern
136 $this->current = $url;
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
149 $link = preg_quote($this->current);
/plugin/xcom/lang/en/
H A Dhowto.txt16 * A status bar with action links to clear the various views and to display the current query
40 …e view windows. The status bar also contains a ''Query'' field where the current query is displaye…
/plugin/newpagetemplate/
H A DREADME5 As well, this current version supports HTML_PAGE_FROMTEMPLATE, which preceds both of the above.
H A Dnewpage.ini11 page[] = playground:current:one
12 page[] = playground:current:two
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md60 * Fix option handling for current set of options.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md127 # Search for an entry object to get its current attributes / values
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php180 return $this->getMessages($id)->current();
/plugin/pagebuttons/
H A DREADME.md5 * _Delete Page_ - Deletes the current page
6 * _New Page_ - Creates a 'subpage' under the current namespace
7 * _New Folder_ - Creates a 'subfolder' under the current namespace
H A Dplugin.info.txt6 desc Adds a PageMenu button to Delete the current page, add a subpage, and add a subfolder
/plugin/move/lang/en/
H A Dmove.txt3 This plugin allows you to move and/or rename the current page or move and/or rename the current namespace within the following restrictions:
5 * You must have edit permission for the current page/all pages in the current namespace.
/plugin/move/lang/pl/
H A Dmove.txt5 * You must have edit permission for the current page/all pages in the current namespace
/plugin/move/lang/sl/
H A Dmove.txt5 * You must have edit permission for the current page/all pages in the current namespace.
/plugin/move/lang/lv/
H A Dmove.txt6 * You must have edit permission for the current page/all pages in the current namespace.
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DRelativeNormalizerStrategy.php
/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
H A DNodeWalker.php27 private ?Node $current = null; variable in League\\CommonMark\\Node\\NodeWalker
35 $this->current = $this->root;
46 $current = $this->current;
48 if ($current === null) {
52 if ($entering && ($current instanceof AbstractBlock || $current->hasChildren())) {
53 if ($current->firstChild()) {
54 $this->current = $current
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php361 return $testint === current(unpack('v', $packed));
/plugin/quickstats/
H A DHOW-TO33 every 6 weeks, in order to keep current with changing IP data. On Linux servers
35 always current and does not have to be installed on your server. Its data is retrieved
68 Stats for current month
/plugin/imageflow/
H A Dscript.js17 this.current = 0;
351 this.moveTo(this.current, this.current);
352 this.glideTo(this.current);
399 if ((img - _self.current) < 0) {
417 _self.current = whereToMove;
455 … if ( whereToMove < _self.current - 1/devident || whereToMove > _self.current + 1/devident )
457 … _self.moveTo(_self.current + (whereToMove-_self.current)/3, whereToMove); // move in three steps
462 _self.current = whereToMove;
470 … _self.moveTo(_self.current, _self.current); // If the above got interrupted, set the new distance
488 var whereToMove = _self.current;
[all …]

12345678910>>...41