Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 248) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
DXmlExample.php54 private function addAttributes(Item $item, $itemData)
81 private function addBonuses(Item $item, $itemData)
87 private function addDateAddeds(Item $item, $itemData)
93 private function addDescriptions(Item $item, $itemData)
102 private function addOrdernumbers(Item $item, $itemData)
121 private function addImages(Item $item, $itemData)
141 private function addKeywords(Item $item, $itemData)
160 private function addNames(Item $item, $itemData)
166 private function addPrices(Item $item, $itemData)
172 private function addProperties(Item $item, $itemData)
[all …]
/plugin/submgr/
Dhelper.php47 public function addRule($item, $type, $members)
79 public function removeRule($item)
150 protected function applyRule($item, $type, $members)
168 protected function ceaseRule($item, $type, $members)
220 protected function cleanItem(&$item)
/plugin/linksuggest/
Dscript.js43 callback(jQuery.map(data.data, function (item) { argument
61 template: function (item) { //dropdown list argument
78 replace: function (item) { //returns what will be put to editor argument
117 callback(jQuery.map(data.data, function (item) { argument
126 template: function (item) { //dropdown list argument
133 replace: function (item) { //returns what will be put to editor argument
163 callback(jQuery.map(data.data, function (item) { argument
180 template: function (item) { //dropdown list argument
196 replace: function (item) { //returns what will be put to editor argument
/plugin/pdb/classes/
D_NCBI.php54 function GetSummaryItem($item,&$xml){
59 function GetSummaryItems($item,&$xml){
64 function GetSearchItem($item,&$xml){
69 function GetSearchItems($item,&$xml){
/plugin/pubmed/classes/
D_NCBI.php54 function GetSummaryItem($item,&$xml){
59 function GetSummaryItems($item,&$xml){
64 function GetSearchItem($item,&$xml){
69 function GetSearchItems($item,&$xml){
/plugin/pubchem/classes/
D_NCBI.php54 function GetSummaryItem($item,&$xml){
59 function GetSummaryItems($item,&$xml){
64 function GetSearchItem($item,&$xml){
69 function GetSearchItems($item,&$xml){
/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEPAGE.php31 function init($item)
43 function type1($item)
/plugin/filelist/
DOutput.php184 protected function renderItemLink($item, $cachebuster = false)
196 protected function renderItemLinkXHTML($item, $cachebuster = false)
223 protected function renderItemLinkAny($item, $cachebuster = false)
235 protected function itemWebUrl($item, $cachbuster = false)
/plugin/noticeboard/noticeboard/classes/
DArrayList.php44 public function add($item){
49 public function addAtPos($position, $item){
105 public function remove($item){
/plugin/noticeboard/classes/
DArrayList.php44 public function add($item){
49 public function addAtPos($position, $item){
105 public function remove($item){
/plugin/nspages/printers/
Dprinter.php116 protected function _printElement($item, $level=1) {
122 protected function _printElementOpen($item, $level) {
130 protected function _printElementContent($item, $level=1) {
136 protected function _printElementLink($item, $level=1) {
153 protected function buildAnchorId($item){
/plugin/preservefilenames/
Daction_adorabelle.php33 function _mod_media_printfile($item,$auth,$jump,$display_namespace=false){
120 function _mod_media_printfile_thumbs($item,$auth,$jump=false,$display_namespace=false){
/plugin/linkmanager/
Dfunctions.php97 function linkpage_printfile($item,$auth,$jump){
193 function linkpage_nstree_item($item){
213 function linkpage_nstree_li($item){
/plugin/displayorphans/
D_local.php50 public static function /* bool */ isOrphanedPage(/* string */ $id, array $item,
54 public static function /* bool */ isWantedPage(/* string */ $id, array $item,
58 public static function /* bool */ isLinkedPage(/* string */ $id, array $item,
/plugin/yalist/
Dsyntax.php266 private function renderXhtmlItem(Doku_Renderer $renderer, $item, $data) {
331 private function renderLatexItem(Doku_Renderer $renderer, $item) {
399 private function renderOdtItem(Doku_Renderer $renderer, $item) {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfcktoolbar.js30 FCKToolbar.prototype.AddItem = function( item ) argument
47 function FCKToolbar_OnItemClick( item ) argument
/plugin/authgooglesheets/vendor/psr/cache/src/
DCacheItemPoolInterface.php118 public function save(CacheItemInterface $item);
129 public function saveDeferred(CacheItemInterface $item);
/plugin/move/admin/
Dtree.php137 function html_list($item) {
176 function html_li($item) {
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbar.js33 FCKToolbar.prototype.AddItem = function( item ) argument
50 function FCKToolbar_OnItemClick( item ) argument
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DMemoryCacheItemPool.php129 public function save(CacheItemInterface $item): bool
142 public function saveDeferred(CacheItemInterface $item): bool
/plugin/dirtylittlehelper/
Dscript.js684 callback(jQuery.map(data.data, function (item) { argument
702 template: function (item) { //dropdown list argument
718 replace: function (item) { //returns what will be put to editor argument
765 callback(jQuery.map(data.data, function (item) { argument
774 template: function (item) { //dropdown list argument
781 replace: function (item) { //returns what will be put to editor argument
813 callback(jQuery.map(data.data, function (item) { argument
829 template: function (item) { //dropdown list argument
844 replace: function (item) { //returns what will be put to editor argument
/plugin/sitemapnavi/
Dhelper.php196 public function listItemCallback($item)
220 public function liCallback($item)
/plugin/jsoncode/
DjsonTree.js73 obj.forEach(function(item, i) { argument
84 keys.forEach(function(item, i) { argument
/plugin/explorertree/
Dhelper.php192 function _html_list_tree($item){
223 function _html_li_tree($item){
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DCache.php112 private function isOld(DirectoryIterator $item)
119 public function isDotFile(DirectoryIterator $item)

12345678910