Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 1003) sorted by last modified time

12345678910>>...41

/plugin/imageflow/
H A DREADME.md3 … in 2014-02. It only shares the core calculations with the original. The current version also supp…
/plugin/strata/helper/
H A Dtriples.php881 function current() {
956 function current() {
970 // the current relation
971 $peekRow = $this->data->current();
986 $peekRow = $this->data->current();
1034 function current() {
1060 // the current relation
861 function current() { global() function in strata_relations_iterator
936 function current() { global() function in strata_resource_iterator
1014 function current() { global() function in strata_aggregating_iterator
/plugin/strata/
H A Dmanual.txt198 A data fragment is not implicitly associated with the page it is defined on. If you want to add such a relation, you need to do this yourself. Note that the ''%%[[]]%%'' value can be used with the [[#types|ref]] or [[#types|page]] type to refer to the current page.
236 You can refer to 'the current page' with ''%%[[]]%%''. This can be used to write queries that get information related to the page, but defined on other pages.
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/strata/_test/
H A Dstrataquerytest.inc.php81 $this->assertEquals($x->current(), $y->current(), $message.'Result row differs from expected one: %s');
/plugin/metadisplay/helper/
H A Dhtml.php9 global $timezone, $current,$conf;
111 global $current;
120 $current = $data_array['current'];
258 $current = array();
356 global $current;
357 if (!isset($current)) return "";
359 if (isset($current[$which][$other])) {
360 return $current[$which][$other];
363 if (isset($current[$which]) && $other === null) {
364 return $current[$which];
H A Dplaintext.php9 global $timezone, $current,$conf;
111 global $current;
120 $current = $data_array['current'];
256 $current = array();
354 global $current;
355 if (!isset($current)) return "";
357 if (isset($current[$which][$other])) {
358 return $current[$which][$other];
361 if (isset($current[$which]) && $other === null) {
362 return $current[$which];
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js265 var current = Math.round((i - rStart) / scale / step);
267 …if (i < RULER_THICKNESS || current == lastTick) //Prevent wasting time in drawing non-visible/dupl…
272 lastTick = current;
275 if (current % len == 0)
277 text = ruler.formatText(pageShift + current * step) + '';
282 … drawLine(RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, i, text);
286 … drawLine(i, RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, text);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt163 current=Unekoa
H A Ddia_fa.txt163 current=‫فعلی‬
993 confACollectingCurPages=Collecting current pages
H A Ddia_ja.txt163 current=現在
993 confACollectingCurPages=Collecting current pages
H A Ddia_kn.txt163 current=Current
993 confACollectingCurPages=Collecting current pages
H A Ddia_ru.txt163 current=Текущий
H A Ddia_si.txt163 current=Current
993 confACollectingCurPages=Collecting current pages
H A Ddia_sl.txt163 current=Current
993 confACollectingCurPages=Collecting current pages
H A Ddia_ta.txt163 current=Current
993 confACollectingCurPages=Collecting current pages
H A Ddia_vi.txt163 current=Hiện tại
993 confACollectingCurPages=Collecting current pages
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1current revision info.\n *\n * @private\n */\nclass PrecacheCacheKeyPlugin {\n constructor({ pr…
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js408 this.isTableRow(current.cell) || this.isTable(current.cell)))
433 current = this.view.getState(this.model.getParent(current.cell));
682 this.isTableRow(current.cell) || this.isTable(current.cell)))
691 current.y, 1, current.height)))
696current.x, current.y + (offset.y - offset.height - 1) * s + ((offset.y == 0) ? current.height : 0),
3774 if (current.value != null && typeof(current.value) == 'object')
3788 current = this.model.getParent(current);
4210 if (current.value != null && typeof(current.value) == 'object')
4216 current = this.model.getParent(current);
8653 if (current == this.model.getRoot() || (current.value != null &&
[all …]
/plugin/diagramsnet/lib/math/
H A DMathJax.js19current:null,textNodeBug:(navigator.vendor==="Apple Computer, Inc."&&typeof navigator.vendorSub===… property in MathJax.Message

12345678910>>...41