Home
last modified time | relevance | path

Searched refs:map (Results 176 – 200 of 589) sorted by relevance

12345678910>>...24

/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php338 $this->map = new STYLEMAP();
449 $availableFields = join(', ', $this->map->citation);
565 $this->map = new STYLEMAP();
566 $types = array_keys($this->map->types);
914 if($map)
915 $this->map = $map;
916 $search = join('|', $this->map->$type);
1053 $this->map = new STYLEMAP();
1056 $types = array_keys($this->map->types);
1302 $this->map = new STYLEMAP();
[all …]
H A DPREVIEWSTYLE.php47 $map = new STYLEMAP();
53 $templateArray = ADMINSTYLE::parseStringToArray($type, $templateString, $map, TRUE);
132 $pString = $this->bibformat->map();
588 else if ($type == 'map')
/plugin/twistienav/
H A Dstyle.less42 content: url(images/map.svg);
65 content: url(images/map-full.svg) !important;
/plugin/twistienav4bootstrap3/
H A Dstyle.less42 content: url(images/map.svg);
65 content: url(images/map-full.svg) !important;
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js143 if (isUndefined(Array.prototype.map)) {
144 Array.prototype.map = function(func) { method in Array
/plugin/indexmenu2/cms/extensions/
H A Darrayextensions.js2 …--){o=(this[l]==i)?l:o}return o};if(isUndefined(Array.prototype.map)){Array.prototype.map=function… method in Array
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js19map(b,function(a){return asString(a)}).join(',')+']';case'object':var c=[];for(var d in b){c.push(… function
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md64 1. In Ruby you can map like this:
66 ['a', 'b'].map { |x| x.uppercase }
70 ['a', 'b'].map(&:uppercase)
/plugin/dropfiles/src/
H A Dupload.js208 var filelist = jQuery.makeArray(files).map(
220 filenames: filelist.map(function (file) {
241 filesWithOtherErrors.map(function (file) {
/plugin/bureaucracy-au/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) {
/plugin/bureaucracyau/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) {
/plugin/bureaucracy/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) {
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js316 this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
472 var p = [0,1].map(function(i){
481 p = p.map( function(v, i) {
484 p = p.map( function(v) {
903 return $(this.findElements(element, options) || []).map( function(item) {
935 return Sortable.tree(element, arguments[1]).children.map( function (item) {
937 encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
940 return Sortable.sequence(element, arguments[1]).map( function(item) {
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js53 let result = '`' + _.map(chunks, chunk => chunk.join('`, `') + '`').join(',\n`');
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1map\", \"accessor\", \"aclone\", \"add-classpath\", \"add-watch\",\n \"agent\", \"agent-error…
/plugin/datatables/assets/datatables.net-plugins/features/lengthLinks/
H A DdataTables.lengthLinks.min.js
/plugin/refnotes/
H A Daction.php264 $map = $call->getRefnotesAttribute('map');
266 if (!empty($map)) {
267 $this->core->addMapping($call->getRefnotesAttribute('ns'), $map);
268 $call->unsetRefnotesAttribute('map');
339 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'map')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php492 static $map = [
511 function () use ($ident, $value, $map, $args) {
514 fprintf($value, '<%s> [%s] ', $ident, $map[$code]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php576 $map = [
583 if (isset($map[$ext])) {
584 $mime = $map[$ext];
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php143 public function map(\Closure $callback) function in Facebook\\GraphNodes\\Collection
/plugin/structstatus/
H A Dscript.js91 return set.map(function (entry) {
/plugin/diagramsnet/lib/
H A Dservice-worker.js1map(e)).then((e=>r(1===e.length?e[0]:e)))},r={require:Promise.resolve(i)};self.define=(i,a,c)=>{r[…
/plugin/sequencediagram/bower_components/underscore/
H A DREADME.md12 support for the usual functional suspects (each, map, reduce, filter...)
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|n…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php581 $map = [
588 if (isset($map[$ext])) {
589 $mime = $map[$ext];

12345678910>>...24