Home
last modified time | relevance | path

Searched refs:def (Results 26 – 50 of 178) sorted by relevance

12345678

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js44 function defaultValue(value, def) argument
46 return value != null ? value : def;
/plugin/codeprettify/code-prettify/src/
H A Dlang-rd.js44 [PR['PR_KEYWORD'], /^#(?:ifn?def|endif)/ ],
H A Dlang-scala.js47 …[PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSom…
/plugin/pycode/
H A Dsyntax.php403 $def = "";
408 $def = "def: " . $name . " ⋅ ";
412 $def = "def: " . $name . " ⋅ ";
417 $def = "";
420 $title = "$src" . "$class" . "$def" . "$lns";
/plugin/database2/
H A Dmedia.php254 foreach ( $meta as $column => $def )
255 if ( $def['isColumn'] && ( $def['type'] != 'data' ) )
/plugin/settingstree/
H A Dscript.js93 …var $inp = $(this).find('input, textarea, select'), val =$inp.val(), def = $(this).data('currentva…
95 $inp.prop('checked',def ? true : false);
97 $inp.val(def);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2592 ), function(match, leading_line, marker_space, def) { argument
2593 if (leading_line || def.match(/\n{2,}/)) {
2595 def = self._php_str_repeat(' ', marker_space.length) + def;
2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));
2597 def = "\n" + def + "\n";
2600 def = self._php_rtrim(def);
2601 def = self.runSpanGamut(self.outdent(def));
2604 return "\n<dd>" + def + "</dd>\n";
/plugin/markdownextra/
H A Dmarkdown.php2904 $def = $matches[3];
2906 if ($leading_line || preg_match('/\n{2,}/', $def)) {
2908 $def = str_repeat(' ', strlen($marker_space)) . $def;
2909 $def = $this->runBlockGamut($this->outdent($def . "\n\n"));
2910 $def = "\n". $def ."\n";
2913 $def = rtrim($def);
2914 $def = $this->runSpanGamut($this->outdent($def));
2917 return "\n<dd>" . $def . "</dd>\n";
/plugin/watchcycle/
H A Daction.php335 * @param string $def defined maintainers
338 protected function informMaintainer($def, $page) argument
345 $mails = $helper->getMaintainerMails($def);
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js1554 var def = this.graphConfig['toolbar-buttons'][token];
1556 if (def != null)
1558 def.elem = addButton((def.enabled == null || def.enabled) ? def.handler : function() {},
1559 def.image, def.title, def.enabled);
1695 var def = this.graphConfig['toolbar-buttons'][token];
1697 if (def != null)
1699 mxUtils.setOpacity(def.elem, 30);
1700 mxEvent.removeListener(def.elem, 'click', def.handler);
1702 mxEvent.addListener(def.elem, 'mouseenter', function()
1704 def.elem.style.backgroundColor = '#eee';
/plugin/pagestat/
H A Dremote.php236 $def = $def_map[$word];
238 $out_txt.=$this->Format_def_more($def);
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1def","mimes","mode","add","prop","hasOwnProperty","push","helperType","registerHelper","defineMIME…
H A Dpuppet.min.js.map1def (i.e. for 'class myclass {' ; 'myclass' would be matched)\n if (stream.match(/(\\s+)?[\\w…
H A Dfactor.min.js.map1def\", null, \"bracket\"], next: \"stack\"},\n // method definition: defining word, type, def…
H A Dsoy.min.js.map1def\" };\n var tags = {\n \"alias\": { noEndTag: true },\n \"delpackage\": { noEndTag: true…
H A Dcrystal.min.js.map1def","tokenFollowIdent","fun","macro","tokenMacroDef","class","tokenFollowType","struct","lib","en…
H A Dclike.min.js.map1def","mimes","mode","add","prop","hasOwnProperty","push","helperType","registerHelper","defineMIME…
H A Drpm.min.js.map1def\"; } // Variables like '$RPM_BUILD_ROOT'\n if (stream.match(/^\\$\\{\\w+\\}/)) { return \…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js63 …function param_default(pname, def) { if (typeof params[pname] == "undefined") { params[pname] = de… argument
/plugin/publish/_test/
H A Dmail.unit.test.php102 $auth->createUser('john','x','John Smith','abc@def.gh');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php215 'dtStamp' => 'def',
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt110 function заголовок функции "def some_name(...):"
133 function заголовок функции "def ..."
/plugin/sqlcomp/
H A Dsyntax.php50 foreach($aliases as $name => $def) {
162 list($name, $def) = explode('=', trim($rec));
164 $data[$name] = $def;

12345678