Home
last modified time | relevance | path

Searched refs:prepend (Results 26 – 50 of 156) sorted by relevance

1234567

/plugin/siteexport/inc/
H A Ddebug.php113 $prepend = "[" . (date('Y-m-d H:i:s') ?: "") . " $TYPE] ";
114 $log = $prepend . str_replace("\n", "\n" . $prepend . "\t", trim($info)) . "\n";
138 …$log = $prepend . "\t" . str_replace("\n", "\n" . $prepend . "\t", str_replace("\r\n", "\n", trim(…
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php82 SUT::prepend($stream, $name),
124 SUT::prepend($stream, $name2),
144 SUT::prepend($stream, $name1),
145 SUT::prepend($stream, $name2),
165 $this->resource(SUT::prepend($stream, $name));
/plugin/gtime/gtlib/asn1/
H A DASN1BitString.php85 $this->prepend($bytes, $padding);
86 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
87 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_BIT_STRING));
H A DASN1String.php55 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
56 $this->prepend($bytes, ASN1DER::encodeType($this->getType()));
H A DASN1Integer.php96 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
97 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_INTEGER));
H A DASN1Sequence.php91 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
92 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SEQUENCE));
H A DASN1Set.php90 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
91 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_SET));
H A DASN1Tag.php77 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
78 $this->prepend($bytes, array(0)); // placeholder
H A DASN1ObjectId.php130 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
131 $this->prepend($bytes, ASN1DER::encodeType(ASN1_TAG_OBJECT_ID));
H A DASN1Object.php60 protected function prepend(&$stream, $bytes) { function in ASN1Object
/plugin/fastwiki/
H A Dtemplates.js23 pagetools.prepend(m_showRow);
37 $(elt).prepend(newBtn.toggle(mode!='show'));
84 $(elt).prepend(show);
113 $('.content_initial').prepend($('<div id="dw_toc"></div>').append(tocObj.html()));
/plugin/issuelinks/script/
H A DajaxUtil.js13 $msgArea.prepend(jQuery('<div>').addClass('error').html(response));
21 $msgArea.prepend(jQuery('<div>').addClass(msg.lvl).html(msg.msg));
/plugin/farmer/
H A DDokuWikiFarmCore.php336 // prepare what is to append or prepend
338 $prepend = [];
349 $prepend = [
353 $prepend = [
388 foreach ($prepend as $section => $data) {
/plugin/linkscollection/
H A Dscript.js77 $sublist.prepend($tree);
129 $label.prepend($checkbox);
/plugin/tablelayout/script/
H A Dscript.js109 $searchSortRow.find('td > div,th > div').prepend(jQuery('<input>'));
111 $container.prepend($globalSearch);
183 $secedit_form.prepend($input);
H A Dtablelayout_functions.js67 $table.prepend($colgroup);
100 $table.parent().prepend($frozenTable);
103 $table.parent().prepend($table.parent().find('.globalSearch'));
/plugin/codeclipboard/
H A Dscript.js12 $elmt.prepend($btn);
/plugin/simplenavi/
H A Dscript.js20 $plugin.prepend($box);
/plugin/vimeo/
H A Dscript.js12 $this.prepend(jQuery(iframeHtml));
/plugin/codebuttonmod2/src/
H A Dcodebutton.js18 …jQuery("div.pre_wrap").prepend('<a class="copybtn o-tooltip--left" style="background-color: rgba(0…
/plugin/sitemapnavi/
H A Dscript.js29 $sitemapNavi.prepend($mediaToggle);
/plugin/datatables/assets/datatables.net-responsive-bs/js/
H A Dresponsive.bootstrap.min.js
/plugin/tabbox/
H A Dscript.js55 $box.prepend($ul);
/plugin/datatables/
H A Dscript.js34 $target_table.prepend($thead);
/plugin/phosphor/
H A Dphosphor.php104 $p['imageArray'] = $this->getImageArray($id, $params['prepend']);

1234567