Home
last modified time | relevance | path

Searched refs:identifier (Results 151 – 175 of 199) sorted by path

12345678

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java36 int identifier = 0; in maxIdentifier() local
40 if (object.getIdentifier() > identifier) { in maxIdentifier()
41 identifier = object.getIdentifier(); in maxIdentifier()
44 return identifier; in maxIdentifier()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak805 * Creates a layout instance for the given identifier.
/plugin/jmol2/jmol/
H A DCHANGES.txt838 # yes A yes altloc PDB alternate location identifier
984 # %W // identifier and XYZ coord
3742 # [jmolParameter] = [Token.identifier]
3997 # where xxx is the site identifier and n is the site number.
4673 # along with an optional bracketed sync group identifier -- generally a random
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js3682 var decoder = header.identifier;
3684 if (header.identifier.charCodeAt(0) === 0) {
3719 … result.key = this.names[header.identifier] ? this.names[header.identifier] : header.identifier;
3815 var identifier = this.stream.readString(4);
3826 identifier: identifier,
3907 identifier: 'binary'
4003 identifier: 'frame_id',
4223 identifier: this.replacements[id] || id,
H A Dogg.js2identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event…
H A Dopus.js2identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event…
H A Dvorbis.js2identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt414 ['identifier']=>string() //
521 ['identifier']=>string() //
1104 ['identifier']=>string() //
1113 ['identifier']=>string() //
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md223 paths for assets. It will insert an identifier before the filename extension that is unique for a p…
226 This identifier is based on the modification time of the asset and will also take depended-on asset…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md590 * Square brackets containing the link identifier (optionally
/plugin/ol3/
H A Dscript.js8 …ontext":if(this.getComplianceLevelEntryFromProfile(bf)&&this.imageInfo.identifier)return bf}pt(!1,…
/plugin/openid/Auth/Yadis/
H A DXRI.php46 ($identifier &&
47 in_array($identifier[0], Auth_Yadis_getXRIAuthorities()))) {
/plugin/openid/lang/en/
H A Dintro.txt4 Just enter your OpenID identifier (a URL) into the login field.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …n // Then:\n // a) Map the character code to a character identifier (CID) according\…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …PDFDocumentPropertiesOptions\n * @property {string} overlayName - Name/identifier for the overlay.…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt543 round identifier can be made from a sequence of integer round numbers separated
710 two character name. The first character of a square identifier is the file of
713 or kingside). The second character of a square identifier is the rank of the
2231 An opcode is an identifier that starts with a letter character and may be
2627 17: Alternative chesspiece identifier letters
2672 <tag-name> ::= <identifier>
/plugin/processing/
H A Dscript.js12145 function(all, memberAccessSign, identifier) { argument
12149 return replaceContext(identifier);
/plugin/qna/syntax/
H A Dblock.php60 $identifier = $this->questionToIdentifier($question);
62 $data = array('open_question', $question, $identifier);
121 $identifier = str_replace(':', '', cleanID($title));
122 $identifier = ltrim($identifier, '0123456789._-');
124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
128 $identifier = rtrim($identifier, '_');
130 if (isset($this->questionId[$identifier])) {
131 $identifier .= '_' . ++$this->questionId[$identifier];
134 $this->questionId[$identifier] = 1;
[all …]
/plugin/redissue/
H A DREADME.md65 * project: the **right** identifier of the project (Available in the settings of redmine project): …
66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num…
/plugin/redproject/
H A DREADME.md54 Where **proj** value is the project identifier (Available in the settings of redmine project).

12345678