Home
last modified time | relevance | path

Searched refs:entry (Results 126 – 150 of 455) sorted by last modified time

12345678910>>...19

/plugin/bloglinks/
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/lightweightscript/
H A Daction.php127 foreach( $list as $entry ) {
128 if ( strpos( $str, $entry ) ) return true;
/plugin/strata/
H A Dmanual.txt18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
151 What follows is a generic pattern of the syntax of data entry
160 The simplest form of data entry. Fields and values are also called predicates and objects. It is possible to leave out the value, then the field-value pair will not be stored, but you can easily fill in the missing value later.
173 Classes are not handled specially. This way of adding classes to the data is merely a convenience. You can achieve the same by adding values to field ''is a''. For example ''<data person>'' can be achieved by a line of ''is a: person'' in the data entry.
179 Normally, the ''entry title'' field is automatically generated for any data block. This field is used when displaying values with the [[#types|ref]] type.
181 The field is generated from the fragment identifier if it is available. If the block has no fragment identifier, the page title is used as entry title. If you want to override the entry title of a data block, you can do so by adding the ''entry title'' field yourself.
185 You can add a [[#types|type]] to a field by putting the type between ''['' and '']'' and placing it after the field name. This will change how the field's values are stored and displayed. Note that the declared type is only used during entry, that is, the type is not stored. You can declare a different type when [[#Querying Data]].
544 Types are used with data entry t
[all...]
/plugin/preregister/lang/en/
H A Dinfo.txt3 column'' is the length of time that the entry has been in the datafile. Only those entries which ar…
/plugin/preregister/
H A Dadmin.php88 foreach($data as $index=>$entry) {
89 $age = $current_time - $entry['savetime'];
98 …$result .= '<tr><td>'. $entry['login'] . '</td><td>' . $entry['email'] . '</td><td>' . $entry['fu…
99 …. '</td><td>' . strftime($conf['dformat'],$entry['savetime']) . '</td><td>' . $hours . "</td></tr…
125 foreach($data as $index=>$entry) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jar ... org/ehcache/ org/ehcache/Cache$Entry.class Cache.java package org.ehcache public ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1entry:t});if("string"==typeof t){const e=new URL(t,location.href);return{cacheKey:e.href,url:e.hre…
H A Dworkbox-9fe249eb.js.map1entry) => {\n if (typeof entry === 'string') {\n entry =…
H A Dworkbox-f163abaa.js1entry:t});if("string"==typeof t){const e=new URL(t,location.href);return{cacheKey:e.href,url:e.hre…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js204 var entry = array122[index121];
206 var page_1 = entry.getValue();
708 var entry = entries.next();
709 var shape = entry.getValue();
718 var entry = entries2.next();
986 var entry = entries.next();
987 var subShape = entry.getValue();
5084 var entry = entries[index152];
5086 var index = entry.indexOf(asig);
5087 var key = entry.substring(0, index);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2172 App.prototype.addRecent = function(entry) argument
2186 if (recent[i].id == entry.id)
2195 recent.unshift(entry);
2230 App.prototype.resetRecent = function(entry) argument
H A DDiffSync.js497 var entry = children.shift();
498 var child = (entry != null) ? entry.child : null;
499 var insert = (entry != null) ? entry.insert : false;
H A DDialogs.js3534 mxUtils.write(entry, entry.getAttribute('title'));
3562 })(cat, entry);
7849 (function(entry)
7857 option.setAttribute('title', entry.title + ' (' + entry.id + ')');
8131 (function(entry)
8134 applyFunctions.push(addLibCB(cols[index], entry.title, entry.id));
9102 var entry = null;
9120 entry = img;
9132 if (entry.title == null || entry.title.length == 0)
9179 if (entry.title == null || entry.title.length == 0)
[all …]
H A DEditor.js5627 var entry = Graph.customFontElements[key];
5630 if (entry != null && entry.url != url)
5632 entry.elt.parentNode.removeChild(entry.elt);
5633 entry = null;
5636 if (entry == null)
5647 Graph.customFontElements[key] = entry;
5648 Graph.recentCustomFonts[key] = entry;
5653 if (entry.elt.nodeName.toLowerCase() == 'link')
5655 entry.elt.onload = callback;
5656 entry.elt.onerror = callback;
[all …]
H A DEditorUi.js3340 var entry = {xml: xml, w: bounds.width, h: bounds.height}; class in EditorUi.libraryLoaded.AnonymousFunction393e60862c00
3344 entry.title = title;
3347 images.push(entry);
H A DElectronApp.js172 (function(entry)
174 menu.addItem(entry.title, null, function()
179 editorUi.loadArgs({args: [entry.id]});
H A DExtensions.js5764 … var entry = new mxPoint(Math.round(target.geometry.x + target.geometry.width * p.Endpoint2.LinkX),
5766 …dx = (exit.x == entry.x) ? (Math.abs(exit.x - source.geometry.x) < source.geometry.width / 2? -20 …
5767 …dy = (exit.y == entry.y) ? (Math.abs(exit.y - source.geometry.y) < source.geometry.height / 2? -20…
5769 var p1 = new mxPoint(exit.x + dx, exit.y + dy), p2 = new mxPoint(entry.x + dx, entry.y + dy);
5773 implicitX = (exit.y == entry.y); //TODO Check these implicit variables effect
5774 implicitY = (exit.x == entry.x);
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6entry=null,this.finish=function(){v(t,e)}}function o(e){return x.from(e)}function i(e){return x.is…
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js302 if (entry.id == id)
304 return {id: entry.id, libs: entry.libs};
341 if (entry.id == key)
343 if (entry.libs != null && entry.libs.length > 0)
436 if (entry.libs != null && entry.libs.length > 0)
915 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
971 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
1022 }))(entry.libs[k]);
1225 entry.tags = tmpTags;
1230 entry.id = groupId;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js672 var entry = this.taglist[tag];
674 if (typeof entry !== 'object')
676 entry = {entries: []}; class in Sidebar.addEntryForTag
677 this.taglist[tag] = entry;
680 entry.entries.push(fn);
701 var entry = this.taglist[tmp[i]];
704 if (entry != null)
706 var arr = entry.entries;
711 var entry = arr[j];
716 tmpDict.put(entry, entry);
[all …]
H A DMenus.js615 var entry = this.get(name);
617 if (entry != null)
619 var enabled = entry.isEnabled();

12345678910>>...19