Home
last modified time | relevance | path

Searched refs:current (Results 176 – 200 of 1003) sorted by relevance

12345678910>>...41

/plugin/odt/ODT/css/
H A Dcssimportnew.php426 $current = '';
440 $current .= $sign;
451 $current = '';
481 if (!empty($current)) {
482 $selector [$size]['selector'] = new css_simple_selector($current);
1065 $current = $rule->getProperty ($name);
1069 if ( !empty ($current) && $specificity >= $highest) {
1071 $value = $current;
1101 $current = array();
1102 $rule->getProperties ($current);
[all …]
/plugin/pagemove/lang/en/
H A Dpagemove.txt3 This plugin allows you to move and/or rename the current document or move and/or rename the current
/plugin/tplinc/lang/en/
H A Dhelp.txt8 Pages can optionally be given as relative IDs and will be resolved against the current page's names…
11 By default only pages that the current user has read access for are included. You can use the **Ski…
/plugin/codemirror/dist/modes/
H A Dcss.min.js1current())}else if(c=="="||(c=="~"||c=="|")&&a.eat("=")){return v(null,"compare")}else if(c=='"'||…
H A Dvbscript.min.js1current());return b.tokenize(a,b)}if(a.match(f)||a.match(e)||a.match(m)){return"operator"}if(a.mat…
H A Dcoffeescript.min.js.map1current","prop","next","delimiter","singleline","outclass","eol","eatWhile","eat","singleLineStrin…
H A Dvelocity.min.js1current())){return"keyword"}else{g.lastTokenWasBuiltin=true;g.beforeParams=true;return"builtin"}}e…
H A Ddtd.min.js1current();if(e.substr(e.length-1,e.length).match(/\?|\+/)!==null)a.backUp(1);return d("tag","tag")…
/plugin/flowplay/flowplayer/
H A Djavascript.txt45 Plays the current clip.
65 Get's the current time (seconds advanced).
112 Does the playlist have more clips after the current clipP?
128 Gets the index of the current clip. First clip is at index zero.
/plugin/farmer/action/
H A Dajax.php175 $current = $plugin['default'];
179 $current = $plugin['actual'];
184 if ($current) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFirePHPHandler.php164 if (trim(current($header)) !== '') {
165 $this->sendHeader(key($header), current($header));
/plugin/combo/vendor/symfony/process/
H A DREADME.md20 * [Documentation](https://symfony.com/doc/current/components/process.html)
21 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-apis.html)
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html)
19 - [Info](https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html)
20 - [Licensing](https://www.elastic.co/guide/en/elasticsearch/reference/current/licensing-apis.html)
21 - [Machine learning anomaly detection](https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-apis.html)
22 - [Machine learning data frame analytics](https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html)
23 - [Migration](https://www.elastic.co/guide/en/elasticsearch/reference/current/migration-api.html)
24 - [Reload search analyzers](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-reload-analyzers.html)
25 - [Rollup](https://www.elastic.co/guide/en/elasticsearch/reference/current/rollup-apis.html)
26 - [Security](https://www.elastic.co/guide/en/elasticsearch/reference/current/securit
[all...]
/plugin/fkstimer/
H A Dscript.js66 const current = (new Date()).getTime() + deltaServer;
68 const delta = deadline - current;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js8 …1){loading[i](resource);}}};ResourceLoader.prototype.dependency=function(current,next){if(this[nex… argument
9 if(this.dependencies[current]){this.dependencies[current].push(next);}else{this.dependencies[curren…
/plugin/task/syntax/
H A Dtask.php47 $current = $my->readTask($ID);
48 …if (($current['user']['name'] != $user) || ($current['date']['due'] != $date) || ($current['priori…
/plugin/subjectindex/inc/
H A Dcommon.php63 function current($get_section = false) { function in SI_Index
65 $path = current($this->paths);
84 $result = $this->current($get_section);
89 $valid = current($this->paths) !== false;
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt7 After completing this setup step your current DokuWiki (the one you're looking at) will be known as the "Farmer".
18 inititialized. The Farmer plugin will detect if the current request should access an Animal or the Farmer and
29 outside your current DokuWiki. You can specify a relative directory like ''../animals''.
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php26 public function current() function in Google\\Collection
30 return current($this->{$this->collection_key});
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php103 public function current() function in ComboStrap\\ArrayCaseInsensitive
105 return $this->iterator->current();
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst28 instance, to display the current date, filter the word "now":
42 current date by default. If an empty string is desired instead of the current
73 If the date is already a DateTime object, and if you want to keep its current
/plugin/wysiwyg/
H A Dscript.js7 var current;
10 current = elements[i];
11 if(testClass.test(current.className)){
12 returnElements.push(current);
/plugin/highlightjs/highlight/
H A Dhighlight.js348 var current = selectStream().splice(0, 1)[0];
349 result += escape(value.substr(processed, current.offset - processed));
350 processed = current.offset;
351 if ( current.event == 'start') {
352 result += open(current.node);
353 nodeStack.push(current.node);
354 } else if (current.event == 'stop') {
360 } while (node != current.node);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java353 Rectangle bounds, Point pressed, Point current) { in changeBounds() argument
364 int drag = getDragDistance(pressed.x, current.x, snapSize.width); in changeBounds()
374 int drag = getDragDistance(pressed.y, current.y, snapSize.height); in changeBounds()
386 int drag = getDragDistance(current.x, pressed.x, snapSize.width); in changeBounds()
395 int drag = getDragDistance(current.y, pressed.y, snapSize.height); in changeBounds()
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php333 $current = new DateTime('now');
334 $next = $cron->getNextRunDate($current);
336 $this->assertEquals($current->format('Y-m-d H:i:00'), $nextPrev->format('Y-m-d H:i:s'));
346 $current = new DateTime('2011-09-27 10:10:54');
347 $this->assertEquals('2011-09-27 10:11:00', $cron->getNextRunDate($current)->format('Y-m-d H:i:s'));

12345678910>>...41