Home
last modified time | relevance | path

Searched refs:elements (Results 176 – 200 of 536) sorted by relevance

12345678910>>...22

/plugin/remotescript/
H A Dscript.js9elements.length;Q<Z;Q++){z[Q]=o.elements[Q].name;o.elements[Q].name=""}}var w=I.queryText.split("&…
/plugin/displayorphans/
H A DREADME.md20 | **The following elements automatically disable cacheing of their containing page, similar to incl…
22 The plugin offers three block elements that expand into tables listing appropriate pages and other …
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1527 var elements = element ? [element] : toArray(document.getElementsByTagName(sh.config.tagName)),
1534 elements = elements.concat(getSyntaxHighlighterScriptTags());
1536 if (elements.length === 0)
1539 for (var i = 0, l = elements.length; i < l; i++)
1542 target: elements[i],
1544 params: merge(globalParams, parseParams(elements[i].className))
1569 var elements = this.findElements(globalParams, element),
1575 if (elements.length === 0)
1578 for (var i = 0, l = elements.length; i < l; i++)
1580 var element = elements[i],
/plugin/mantis/lib/
H A Dclass.wsdl.php1057 $elements = 0;
1067 $parameters[$name] = $parameters[$elements];
1068 unset($parameters[$elements]);
1076 $elements++;
1079 …$this->debug("in parametersMatchWrapped: $matches parameter names match $elements wrapped paramete…
1742 * @param array $elements e.g. array ( name => array(name=>'',type=>'') )
1748 …lass='complexType',$phpType='array',$compositor='',$restrictionBase='',$elements=array(),$attrs=ar… argument
1749 if (count($elements) > 0) {
1751 foreach($elements as $n => $e){
1761 $elements = $eElements;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog147 * Fixed: nested inline elements inside pre caused extra line
181 * Fixed: (PHP4-specific) Generated TOC elements were not clickable
478 * Fixed: 'border' attribute could affect elements after the
620 positioned block elements with percentage width
666 * Fixed: interactive form elements were printed on incorrect
1025 * Fixed: Many elements were rendered several times in multipage
1236 elements
1275 inside the fixed-positioned elements
1312 * Fixed no background was rendered in nested inline elements
1356 * Fixed block elements inside non-block elements could have their
[all …]
H A DTODO27 support for 'counter' for non margin-box elements
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php916 foreach ($closure->elements() as $c) {
969 if (\count($intermediate->elements()) === 1) {
989 foreach ($intermediate->elements() as $item) {
1073 foreach ($configs->elements() as $config) {
1253 foreach ($configs->elements() as $config) {
1279 foreach ($configs->elements() as $config) {
1327 foreach ($configs->elements() as $c) {
1472 foreach ($configs->elements() as $c) {
1501 foreach ($configs->elements() as $c) {
2308 foreach ($configs->elements() a
[all...]
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php393 $elements = array_map(array($this, 'encode'), $var);
395 foreach($elements as $element) {
401 return '[' . join(',', $elements) . ']';
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc33 elements: [
52 ], //elements
59 elements: [
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test23 {# elements can be any expression #}
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js16 …ions,callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax.hi…
/plugin/importfacebookevents/
H A Dsyntax.php183 if (count($elements) < 9) {
187 $fb_access_token = $elements[3];
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
74 elements :
161 elements :
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
74 elements :
161 elements :
/plugin/issuetracker/
H A Dprototype.js1821 elements.push($(arguments[i]));
1822 return elements;
2135 var elements = [];
2144 return elements;
3947 function extendElements(elements) {
3949 Element.extend(elements[i]);
3951 return elements;
5020 return elements;
5984 return elements;
6058 var element = elements[i];
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1712 elements.push($(arguments[i]));
1713 return elements;
1762 var isBuggy = elForm.elements
1979 var elements = [];
1982 elements.push(Element.extend(element));
1983 return elements;
3876 matchElements: function(elements, expression) { argument
3963 elements.push(Element.extend(child));
3964 return elements;
4831 elements.push(Element.extend(child));
[all …]
H A Ddragdrop.js648 elements: false,
715 (options.elements || this.findElements(element, options) || []).each( function(e,i) {
958 var elements = [];
962 elements.push(e);
965 if(grandchildren) elements.push(grandchildren);
969 return (elements.length>0 ? elements.flatten() : []);
H A Dunittest.js419 var expressions = $A(arguments), elements = $A(expressions.shift());
420 if (elements.length != expressions.length) {
421 …this.fail('assertElementsMatch: size mismatch: ' + elements.length + ' elements, ' + expressions.l…
424 elements.zip(expressions).all(function(pair, index) {
/plugin/combo/ComboStrap/
H A DSnippet.php144 private $elements; variable in ComboStrap\\Snippet
504 if ($this->elements === null) {
507 return key_exists($slot, $this->elements);
658 $this->elements[$element] = 1;
/plugin/googlesearch/
H A Dnusoap.php1017 var $elements = array(); variable in XMLSchema
1676 } elseif(isset($this->elements[$type])){
1680 …$uqType = substr($this->elements[$type]['type'], strrpos($this->elements[$type]['type'], ':') + 1);
1681 $ns = substr($this->elements[$type]['type'], 0, strrpos($this->elements[$type]['type'], ':'));
1835 'elements' => $elements,
1880 $this->elements[ $attrs['name'] ] = $attrs;
4722 if (isset($etype['elements'])) {
4723 $t['elements'] = $etype['elements'];
5636 if (count($elements) > 0) {
5637 foreach($elements as $n => $e){
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst56 * ``step``: The increment between elements of the sequence.
/plugin/combo/resources/dictionary/
H A DREADME.md8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
/plugin/bibtex/OSBib/format/
H A DREADME.txt67 … in STYLEMAP.php. The ONE exception to this is the handling of creator elements (author, editor, …
190 Add an item to the internal $item array in BIBFORMAT.php. Use this to add elements of your resourc…
194 Add all remaining items to the internal $item array in BIBFORMAT.php. Use this to add elements of …
198 After you have added resource elements to the $item array using the methods above, calling map() wi…
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
232 // $resourceArray must be an array of all the elements in the resource where the key names are vali…
246 // In this case, BIBFORMAT::preProcess() adds all the resource elements automatically to the BIBFOR…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/docnavigation/
H A DREADME.md5 Add navigation elements to next and previous pages for documentation

12345678910>>...22