Home
last modified time | relevance | path

Searched refs:def (Results 126 – 150 of 178) sorted by last modified time

12345678

/plugin/pycode/
H A Dsyntax.php403 $def = "";
408 $def = "def: " . $name . " ⋅ ";
412 $def = "def: " . $name . " ⋅ ";
417 $def = "";
420 $title = "$src" . "$class" . "$def" . "$lns";
/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/glossary/
H A Dglossary.class.php377 $all = $this->readAllGlossary ($this->def);
544 $all = $this->readAllGlossary ($this->def);
586 $all = $this->readAllGlossary ($this->def);
665 $this->manageRecord ($request, $this->def, false);
677 if ($status == $this->def) {
711 if ($status == $this->def)
836 $this->getGlosarySize ($this->def, $file),
848 list ($ns, $def, $prop, $poll) = $data;
854 ' <td>'.$def.'</td>'.NL.
885 if ($request['operation'] == $this->def."remove")
[all …]
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md10418 _.filter(['abc', 'def'], /ef/);
10419 // => ['def']
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js641 out[name] = this.paper.customAttributes[name].def;
H A Draphael.svg.js1077 out[name] = this.paper.customAttributes[name].def;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1def:o[r]=t._availableAttrs[r];return c-1?o:o[s[0]]}if(null==i&&t.is(r,"array")){for(o={},l=0,c=r.l…
H A Draphael.min.js1def:o[r]=t._availableAttrs[r];return c-1?o:o[s[0]]}if(null==i&&t.is(r,"array")){for(o={},l=0,c=r.l…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21 …=null==c?b:[b,c];return a.format('<feGaussianBlur stdDeviation="{def}"/>',{def:d})},a.filter.blur.…
H A Dsnap.svg.js7847 var def = y == null ? x : [x, y];
7849 def: def
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js509 a.def = 75;
510 b.def = 75;
512 a.def = new Number(75);
513 b.def = new Number(63);
528 a[0].def = 'Larry';
529 b[0].def = 'Larry';
531 a[0].def = new String('Larry');
532 b[0].def = new String('Curly');
/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/ckgdoku/scripts/
H A Dparse_wiki.js.unc996 results += '_LIST_EOFL_'; /* enables newlines in lists: abc \\def */
/plugin/chordsheets/js/
H A Draphael.js1def:o[r]=t._availableAttrs[r];return c-1?o:o[s[0]]}if(this.attrs&&null==i&&t.is(r,"array")){for(o=…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md86 def robot_invasion
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php241 if ($def = $this->getTagDefinition($tag_name))
243 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
244 implode("|", $this->getProtocols()), implode("|", $def["extensions"]));
258 if ($def = $this->getTagDefinition($tag_name))
260 $pattern = sprintf($pattern_format, $tag_name, implode("|", $def["attributes"]),
261 implode("|", $def["extensions"]));
413 foreach ($this->definitions as $tag_name => $def)
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js28 function defaultValue(value, def) argument
30 return value != null ? value : def;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js44 function defaultValue(value, def) argument
46 return value != null ? value : def;
/plugin/callflow/
H A Draphael.js6777 out[name] = this.paper.customAttributes[name].def;
7751 out[name] = this.paper.customAttributes[name].def;
/plugin/fetchmedia/lib/
H A Dbundle.js1def(this,0===t?0:t,n)}},e,!0)},function(t,n,r){"use strict";var e=r(7).f,i=r(35),o=r(39),u=r(25),c…
/plugin/sqlcomp/
H A Dsyntax.php50 foreach($aliases as $name => $def) {
162 list($name, $def) = explode('=', trim($rec));
164 $data[$name] = $def;
/plugin/database2/
H A Dmedia.php254 foreach ( $meta as $column => $def )
255 if ( $def['isColumn'] && ( $def['type'] != 'data' ) )
H A Ddatabase2.php846 if ( $def['isColumn'] && ( $def['format'] == 'acl' ) )
1865 $headers[$column] = $def['label'] ? $def['label'] : $column;
1866 $class = $def['format'] ? $def['format'] : 'na';
1946 unset( $def );
1973 $headers[$column] = $def['label'] ? $def['label'] : $column;
2527 $href = $this->attachmentLink( $def[2], $authz, !$def[3] );
3004 …if ( $def['isColumn'] && ( $allVisible || $def['options']['visible'] || $def['options']['filter'] …
3014 $label = $def['label'] ? $def['label'] : $column;
3920 $def['options']['visible'] = ( $def['format'] == 'acl' ) ? 1 : true;
5806 $label = $def['label'] ? $def['label'] : $column;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …obe)\\n /Ordering (UCS)\\n /Supplement 0\\n>> def\\n/CMapName /Adobe-Identity-UCS def\\n/CMapTyp…

12345678