Home
last modified time | relevance | path

Searched refs:item_parent (Results 1 – 25 of 59) sorted by relevance

123

/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DscriptInterfaceMagic.cpp29 …for(ScriptClassInfo* item_parent = scriptClassInfoList; item_parent != NULL; item_parent = item_pa… in getScriptClassClassNameFromObject() local
31 if (item->base_class_name == item_parent->class_name) in getScriptClassClassNameFromObject()
33 item_parent->child_classes.push_back(item); in getScriptClassClassNameFromObject()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dstandarditemiconloader.cpp66 const QStandardItem* item_parent = item->parent(); in RowsAboutToBeRemoved() local
68 if (item_parent && item_parent->index() == parent && in RowsAboutToBeRemoved()
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dspace_toolsystem_common.py252 for item_parent in tools:
253 if item_parent is None:
255 for item in item_parent if (type(item_parent) is tuple) else (item_parent,):
263 for item_parent in tools:
264 if item_parent is None:
267 for item in item_parent if (type(item_parent) is tuple) else (item_parent,):
280 for item_parent in tools:
281 if item_parent is None:
283 for item in item_parent if (type(item_parent) is tuple) else (item_parent,):
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dstandarditemiconloader.cpp76 const QStandardItem *item_parent = item->parent(); in RowsAboutToBeRemoved() local
78 …if (item_parent && item_parent->index() == parent && item->index().row() >= begin && item->index()… in RowsAboutToBeRemoved()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/finders/concerns/
H A Dfinder_with_group_hierarchy.rb63 def authorized_to_read_item?(item_parent) argument
66 Ability.allowed?(current_user, read_permission, item_parent)
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DHeadingSelector.cpp528 QStandardItem *item_parent = GetActualItemParent(checkbox_item); in UpdateHeadingInclusion() local
529 Headings::Heading *heading = GetItemHeading(item_parent->child(checkbox_item->row(), 0)); in UpdateHeadingInclusion()
531 QString heading_level = item_parent->child(checkbox_item->row(), 1)->text(); in UpdateHeadingInclusion()
577 QStandardItem *item_parent = GetActualItemParent(item); in CountHeadings() local
578 Qt::CheckState check_state = item_parent->child(item->row(), 2)->checkState(); in CountHeadings()
579 QString heading_level = item_parent->child(item->row(), 1)->text(); in CountHeadings()
709 QStandardItem *item_parent = GetActualItemParent(item); in RemoveExcludedItems() local
711 Qt::CheckState check_state = item_parent->child(item->row(), 2)->checkState(); in RemoveExcludedItems()
721 item_parent->insertRow(item->row(), child_row); in RemoveExcludedItems()
727 item_parent->removeRow(item->row()); in RemoveExcludedItems()
/dports/graphics/azpainter/azpainter-2.1.7/src/draw/
H A Ddraw_loadsave_psd.c270 LayerItem *item,*item_parent; in _load_from_layer() local
276 item_parent = NULL; in _load_from_layer()
297 if(item_parent) item_parent = LAYERITEM(item_parent->i.parent); in _load_from_layer()
308 LayerList_moveitem_forLoad_topdown(p->layerlist, item, item_parent); in _load_from_layer()
328 item_parent = item; in _load_from_layer()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/draw/
H A Ddraw_loadsave_psd.c271 LayerItem *item,*item_parent; in _load_from_layer() local
277 item_parent = NULL; in _load_from_layer()
290 if(item_parent) item_parent = LAYERITEM(item_parent->i.parent); in _load_from_layer()
301 LayerList_moveitem_forLoad_topdown(p->layerlist, item, item_parent); in _load_from_layer()
321 item_parent = item; in _load_from_layer()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/seafile/
H A Dseafiletree.cpp162 TreeItem* item_parent = FindFromAbsolutePath(library, path); in DeleteEntry() local
164 if (!item_parent) { in DeleteEntry()
170 TreeItem* item_entry = item_parent->FindChild(entry.name()); in DeleteEntry()
178 if (!item_parent->RemoveChild(item_entry)) { in DeleteEntry()
/dports/x11-toolkits/amtk/amtk-5.2.0/amtk/
H A Damtk-utils.c184 GtkWidget *item_parent; in amtk_utils_recent_chooser_menu_get_item_uri() local
186 item_parent = gtk_widget_get_parent (GTK_WIDGET (item)); in amtk_utils_recent_chooser_menu_get_item_uri()
187 g_return_val_if_fail (item_parent == GTK_WIDGET (menu), NULL); in amtk_utils_recent_chooser_menu_get_item_uri()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/synth/
H A Dcst_ffeatures.c292 for (s=item_last_daughter(item_parent(item_as(seg,"SylStructure"))); in seg_coda_ctype()
312 for (s=item_daughter(item_parent(item_as(seg,"SylStructure"))); in seg_onset_ctype()
488 v = ffeature(item_parent(ww),"punc"); in word_punc()
509 pp = item_parent(ww); in word_break()
626 else if (item_parent(ss) == NULL) /* no parent */ in syl_break()
629 return word_break(item_parent(ss)); in syl_break()
H A Dcst_synth.c518 if (item_feat_present(item_parent(item_as(word, "Token")), "phones")) in default_lexical_insertion()
519 phones = (cst_val *) item_feat(item_parent(item_as(word, "Token")), "phones"); in default_lexical_insertion()
565 if (!item_feat_present(item_parent(item_as(word, "Token")), "phones") in default_lexical_insertion()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailmenuitem.c342 GtkWidget *item_parent; in idle_do_action() local
353 item_parent = gtk_widget_get_parent (item); in idle_do_action()
354 gtk_menu_shell_select_item (GTK_MENU_SHELL (item_parent), item); in idle_do_action()
359 g_signal_emit_by_name (item_parent, "activate_current", in idle_do_action()
/dports/audio/flite/flite-2.1-release/src/synth/
H A Dcst_ffeatures.c353 for (s=item_last_daughter(item_parent(item_as(seg,"SylStructure"))); in seg_coda_ctype()
373 for (s=item_daughter(item_parent(item_as(seg,"SylStructure"))); in seg_onset_ctype()
559 v = ffeature(item_parent(ww),"punc"); in word_punc()
580 pp = item_parent(ww); in word_break()
706 else if (item_parent(ss) == NULL) /* no parent */ in syl_break()
709 return word_break(item_parent(ss)); in syl_break()
/dports/devel/pear-Horde_Rdo/Horde_Rdo-2.1.0/doc/Horde/Rdo/examples/
H A Dclotho.mysql.sql42 `item_parent` int(11) NOT NULL,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtkmenuitemaccessible.c377 GtkWidget *item, *item_parent; in gtk_menu_item_accessible_do_action() local
390 item_parent = gtk_widget_get_parent (item); in gtk_menu_item_accessible_do_action()
391 if (!GTK_IS_MENU_SHELL (item_parent)) in gtk_menu_item_accessible_do_action()
394 gtk_menu_shell_select_item (GTK_MENU_SHELL (item_parent), item); in gtk_menu_item_accessible_do_action()
400 g_signal_emit_by_name (item_parent, "activate-current", 1); in gtk_menu_item_accessible_do_action()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A DSideMenu.qml53 item = delegate.createObject(item_parent)
136 id: item_parent
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/include/
H A Dcst_item.h92 cst_item *item_parent(const cst_item *i);
/dports/audio/flite/flite-2.1-release/include/
H A Dcst_item.h92 cst_item *item_parent(const cst_item *i);
/dports/audio/flite/flite-2.1-release/src/hrg/
H A Dcst_ffeature.c130 pitem = item_parent(pitem); in internal_ff()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/flite_hts_engine/flite/src/hrg/
H A Dcst_ffeature.c130 pitem = item_parent(pitem); in internal_ff()
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_project_man/
H A D__init__.py345 item_parent = item[1]
351 if item_parent == "proj":
353 elif item_parent == "nodes":
355 elif item_parent == "file":
357 elif item_parent == "dir":
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_project_man/
H A D__init__.py345 item_parent = item[1]
351 if item_parent == "proj":
353 elif item_parent == "nodes":
355 elif item_parent == "file":
357 elif item_parent == "dir":
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/
H A Dobject.py92 item_parent = item.parent
93 if item_parent is not None:
94 item_parent.select_tail = True
/dports/audio/flite/flite-2.1-release/sapi/FliteTTSEngineObj/
H A DFliteTTSEngineObj.cpp179 && item_parent(item_as(i, "SylStructure")) in send_item_events()
181 && item_prev(item_parent(item_as(i, "SylStructure"))) == NULL in send_item_events()

123