Home
last modified time | relevance | path

Searched refs:current (Results 526 – 550 of 1003) sorted by relevance

1...<<21222324252627282930>>...41

/plugin/datepicker/
H A Dstyle.css36 .calendar thead .title { /* This holds the current "month, year" */
37 font-weight: bold; /* Pressing it will take you to the current date */
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php94 // right set has no elements; just return the copy of the current set
131 // split the current interval into two
140 // replace the current interval
147 // replace the current interval
154 // remove the current interval (thus no need to increment resultI)
399 $interval = $iter->current();
450 $interval = $iterator->current();
/plugin/gitbacked/lib/
H A DGit.php630 return current($active_branch);
632 return str_replace("* ", "", current($active_branch));
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1current();for(var o;o=p.exec(q);){i.variables=j(i.variables,o[1])}}return"comment";case"string":va…
H A Ddart.min.js1 …=="variable"){var d=RegExp("^[_$]*[A-Z][a-zA-Z0-9_$]*$","g");if(d.test(a.current())){return"variab…
H A Dcobol.min.js.map1current","match","undefined","propertyIsEnumerable","toUpperCase","indent","defineMIME"],"mappings…
H A Dtiddlywiki.min.js.map1current","maybeEnd","sb","startState","token","eatSpace","style","defineMIME"],"mappings":"CAmBA,S…
H A Dclike.min.js1current();if(h(m,e)){if(h(p,e))D="newstatement";if(h(q,e))E=true;return"keyword"}if(h(n,e))return"…
H A Dcommonlisp.min.js.map1current","base","state","eatSpace","match","tokenize","inString","skipToEnd","skipTo","inComment",…
H A Dturtle.min.js.map1current","quote","escaped","pushContext","type","col","context","prev","indent","popContext","star…
H A Delm.min.js1 …turn{f:a.f}},token:function(a,b){var c=b.f(a,function(a){b.f=a});var d=a.current();return p.hasOwn…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js8 function AbcPlay(i_conf){var conf=i_conf,init={},audio=ToAudio(),audio5,midi5,current,abcplay={clear:audio.clear,add:audio.add,set_sfu:function(v){if(v==undefined)
14 if(current&&current.set_vol)
15 current.set_vol(v)},play:play,stop:vf}
42 current=out[o]=='sf2'?audio5:midi5;abcplay.play=current.play;abcplay.stop=current.stop
43 if(current.set_output)
44 current.set_output(out[o]);if(abc2svg.pwait){if(typeof abc2svg.pwait=="boolean"){abc2svg.pwait=function(){abcplay.play(init.istart,init.i_iend,init.a_e)}}
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1004 Object current = getter.invoke(target);
1007 if (current instanceof Integer) {
1013 JOptionPane.PLAIN_MESSAGE, null, null, current);
1114 Object current = getter.invoke(target);
1116 if (current instanceof Boolean) {
1117 setSelected(((Boolean) current).booleanValue());
1133 Object current = getter.invoke(target);
1135 if (current instanceof Boolean) {
1136 boolean value = !((Boolean) current).booleanValue();
/plugin/autotranslation/
H A Dstyle.css95 table#outdated_translations td.current {
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),
/plugin/s5/ui/i18n/
H A Dpretty.css44 .slide .current {color: #003; text-shadow: 0 0 0.25em #9AABD7;}
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php321 $current = $stream->getCurrent();
323 …token "%s" of value "%s".', Token::typeToEnglish($current->getType()), $current->getValue()), $cur…
/plugin/blogtng/helper/
H A Dentry.php1004 $current = $ins[$i][0];
1005 if ($convert && (substr($current, 0, 8) == 'internal')) {
1009 switch($current) {
1068 list($item,$action) = explode('_', $current, 2);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md164 - `urlIs` - current URL exactly equals given value
165 - `urlContains` - current URL contains given text
166 - `urlMatches` - current URL matches regular expression
167 - `titleMatches` - current page title matches regular expression
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties92 # the size, respectively their unit of measurement and orientation, of the (current) page.
96 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
145 # "{{current}}" and "{{total}}" will be replaced by a number representing the
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php561 $current = array_pop($collected);
562 $collected2[] = $current['privilege'];
564 foreach ($flat[$current['privilege']]['aggregates'] as $subPriv) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst227 if you want access to the current environment instance in your filter, set the
232 Twig will then pass the current environment as the first argument to the
237 // get the current charset for instance
437 * ``getCurrent()``: Gets the current token in the stream.
442 the current token is of a particular type or value (or both). The value may be an
445 * ``expect($type[, $value[, $message]])``: If the current token isn't of the given
498 the current node as a comment.
726 ``$this``, the current extension object. The second one is the name of the
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php105 public function current() function in TwigTestFoo

1...<<21222324252627282930>>...41