Home
last modified time | relevance | path

Searched refs:sequence (Results 176 – 200 of 200) sorted by last modified time

12345678

/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
/plugin/mapillary/
H A DREADME8 Provide a syntax and rendering of a Mapillary sequence in your wiki page.
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php986 $sequence = array();
1008 $sequence = array_merge($sequence, $this->get128ABsequence(substr($code, $end_offset)));
1012 $sequence = array_merge($sequence, $this->get128ABsequence($code));
1015 foreach ($sequence as $key => $seq) {
1025 $sequence[$key][3] = true;
1048 $sequence[$key][0] = 'A';
1054 $sequence[$key][0] = 'C';
1068 $sequence[$key][3] = true;
1138 $sequence = array();
1160 $sequence[] = array('B', $code, $len);
[all …]
H A DPDF417.php527 $sequence = $this->getInputSequences($code);
529 foreach($sequence as $seq) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1154 public $sequence; variable in Google_Event
1336 public function setSequence( $sequence) { argument
1337 $this->sequence = $sequence;
1340 return $this->sequence;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js3339 if(blob.l != s + length) blob.l = s + length; //throw "bad Object Ft-sequence";
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1sequence of actions on the unwrapped `value`, where each\n\t * successive action is supplied t…
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
H A DBroker.php323 $vevent->SEQUENCE = $itipMessage->sequence;
510 $message->sequence = $eventInfo['sequence'];
528 'SEQUENCE' => $message->sequence,
723 $message->sequence = $eventInfo['sequence'];
743 'SEQUENCE' => $message->sequence,
837 $sequence = null;
883 if (is_null($sequence) && isset($vevent->SEQUENCE)) {
884 $sequence = $vevent->SEQUENCE->getValue();
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1172 property-seq = element sequence {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php61 $message->sequence = isset($vcal->VEVENT[0]) ? (string)$vcal->VEVENT[0]->SEQUENCE : null;
/plugin/jokuwiki/
H A DREADME.md111 To accommodate the asynchronous loading (and potentially out-of-sequence loading) of additional cod…
/plugin/plantuml/
H A DREADME.markdown21 * [Graphviz](http://www.graphviz.org) _You don't need this if you only want to generate sequence di…
33 This block describes a sequence diagram:
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt339 following the integer digit sequence.
362 following the digit sequence.
420 Some tag values may be composed of a sequence of items. For example, a
1443 12: PGN collating sequence
2278 final digit sequence (with at least one digit).
2676 <movetext-section> ::= <element-sequence> <game-termination>
2678 <element-sequence> ::= <element> <element-sequence>
2679 <recursive-variation> <element-sequence>
2686 <recursive-variation> ::= ( <element-sequence> )
2835 20.4.3: Marker 0x03: short move sequence
[all …]
H A Dpgn-standard-proposed-supplement.txt109 The characters [% are redefined to indicate the start of a command sequence when
/plugin/ebnf/
H A Debnf.php165 } else if ($node->nodeName=='sequence') {
336 $sequence = $dom->createElement("sequence");
338 $sequence->appendChild($factor);
342 $sequence->appendChild(ebnf_parse_factor($dom, $tokens, $i));
344 } return $mul ? $sequence: $sequence->removeChild($sequence->firstChild);
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog360 * Fixed: backslash+newline sequence was not ignored in CSS strings
/plugin/mantis/lib/
H A Dchangelog321 - xmlschema: handle WSDL for SOAP Array that uses the base attribute plus a sequence of element
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js899 sequence: function(element) { method in Sortable
940 return Sortable.sequence(element, arguments[1]).map( function(item) {
/plugin/jmol2/jmol/
H A DCHANGES.txt823 # psi radius resno sequence site spacefill
864 # yes U yes identify for a PDB/mmCIF file, same as [%[group]]%[sequence]:%[chain] %%%[altloc]/%[…
877 # yes r yes sequence PDB residue number, including insertion code
959 # %[sequence] %r
991 # new feature: load XYZ ... loads just the XYZ coordinates, in sequence, based on selected atoms.
1372 # command sequence, for example:
1686 # a movie from a sequence of JPEG images
1713 # -- creates DRAW sequence to draw quaternion q as three arrows red(x), green(y), blue(z)
2501 # show sequence
2675 # bug fix: sequence range for missing sequence numbers returns 0
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
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 ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/googlesearch/
H A Dnusoap.php4687 * 'order' => '(sequence|all)',

12345678